html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.mag-track { width: 100%; height: 8px; background: #e1e0d9; border-radius: 999px; overflow: hidden; }
.mag-track > span { display: block; height: 100%; background: var(--sidebar-bg, #2B2457); border-radius: 999px; }

/* Share look: cards get a soft lift on hover so nested tables/reports feel interactive */
.app-card {
  transition: box-shadow .15s ease-in-out;
}

.app-card:hover {
  box-shadow: 0 2px 6px rgba(15, 15, 45, .08);
}