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;
}

:root { font-family: Inter, system-ui, sans-serif; color: #1d2620; background: #f4f5f2; }
body { min-width: 320px; margin: 0; background: #f4f5f2; }
.site-shell { max-width: 720px; padding: 48px 20px; margin: 0 auto; }
.portal-card { padding: 40px; background: #fff; border: 1px solid #e2e5df; border-radius: 12px; box-shadow: 0 10px 30px rgb(22 34 25 / 6%); }
.portal-header { padding-bottom: 28px; margin-bottom: 28px; border-bottom: 1px solid #e6e9e4; }
.portal-logo { display: block; max-width: 180px; max-height: 56px; margin-bottom: 26px; object-fit: contain; object-position: left; }
.eyebrow { margin: 0 0 8px; color: #667268; font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(1.8rem, 5vw, 2.5rem); font-weight: 700; letter-spacing: -.03em; }
h2 { margin: 0 0 16px; font-size: 1.1rem; font-weight: 700; }
.intro, .muted { color: #667268; }.intro { margin: 10px 0 0; }.stack-form { display: grid; gap: 9px; }.stack-form .btn { margin-top: 12px; }
.form-control { border-color: #cfd5cd; padding: .7rem .85rem; }.form-control:focus { border-color: #304b39; box-shadow: 0 0 0 .2rem rgb(48 75 57 / 13%); }
.btn-dark { padding-inline: 1.1rem; background: #1d3425; border-color: #1d3425; }.btn-dark:hover, .btn-dark:focus { background: #294a34; border-color: #294a34; }
.search-form { display: flex; gap: 10px; }.message { padding: 12px 14px; margin: 24px 0 0; border-radius: 7px; background: #f7e9e7; color: #81291f; }.message.is-success { background: #e8f1e9; color: #285432; }
.page-actions { display: flex; align-items: center; justify-content: space-between; margin: -4px 0 24px; }.page-actions form { margin: 0; }.page-actions a, .page-actions .btn-link { color: #355b41; font-size: .9rem; text-decoration: none; }.page-actions .btn-link { padding: 0; }
.form-feedback { margin: 14px 0 0; color: #667268; }.form-feedback.is-error { color: #81291f; }.form-feedback.is-success { color: #285432; }
#result-section { margin-top: 28px; }.data-list { display: grid; grid-template-columns: minmax(170px, .8fr) minmax(0, 1.2fr); margin: 0; border-top: 1px solid #e6e9e4; }.data-list dt, .data-list dd { padding: 12px 0; margin: 0; border-bottom: 1px solid #e6e9e4; }.data-list dt { color: #667268; font-weight: 600; }.data-list dd { overflow-wrap: anywhere; }
@media (max-width: 575px) { .site-shell { padding: 20px 12px; }.portal-card { padding: 26px 20px; }.search-form { display: grid; }.search-form .btn { width: 100%; }.data-list { grid-template-columns: 1fr; }.data-list dt { padding-bottom: 3px; border-bottom: 0; }.data-list dd { padding-top: 3px; } }

:root { --portal-navy: #003c69; --portal-text: #14232e; --portal-border: #9baab5; --portal-muted: #40515d; }
html { min-height: 100%; font-size: 16px; } body { min-height: 100vh; margin: 0; color: var(--portal-text); background: #eaf0f3; }
.app-header { background: var(--portal-navy); border-bottom: 4px solid #ffcb05; box-shadow: 0 2px 6px rgb(0 24 42 / 24%); }.navbar { min-height: 68px; }.app-container { max-width: 960px; }.app-brand { display: inline-flex; align-items: center; gap: .7rem; color: #fff; font-size: 1.12rem; font-weight: 700; }.app-brand:hover { color: #fff; }.app-brand img { display: block; max-width: 125px; max-height: 36px; object-fit: contain; }.app-header .nav-link { color: #fff; font-weight: 600; }.app-header .nav-link:hover, .app-header .nav-link:focus { color: #ffdf54; }.app-header .nav-future { color: #d7e3ea; cursor: default; }.app-logout { min-height: 42px; font-weight: 700; }
.app-main { padding: 28px 0 44px; }.site-shell { max-width: none; padding: 0; margin: 0; }.portal-page-heading { padding: 6px 0 20px; }.portal-page-heading h1 { margin-bottom: .45rem; color: #0b2d43; }.portal-page-heading > p:last-child { margin: 0; color: var(--portal-muted); }
.portal-card { padding: 28px; background: #fff; border: 1px solid var(--portal-border); border-radius: 8px; box-shadow: 0 2px 8px rgb(10 37 53 / 13%); }.login-card { max-width: 520px; margin: 9vh auto 0; }.portal-header { margin-bottom: 24px; padding-bottom: 22px; border-color: #b7c3ca; }.portal-logo { max-height: 52px; margin-bottom: 18px; }.eyebrow { color: #174e70; font-size: .82rem; }.intro, .muted { color: var(--portal-muted); }.stack-form { gap: 18px; }.form-label { margin-bottom: 7px; color: #182f3f; font-weight: 700; }.form-control { min-height: 48px; color: #101d25; border: 2px solid #718592; border-radius: 6px; }.form-control::placeholder { color: #526671; opacity: 1; }.form-control:focus { border-color: #005a9c; box-shadow: 0 0 0 .22rem rgb(0 90 156 / 24%); }.btn-primary { min-height: 48px; background: #005a9c; border-color: #005a9c; font-weight: 700; }.btn-primary:hover, .btn-primary:focus { background: #004778; border-color: #004778; }.card-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 20px; padding-bottom: 16px; border-bottom: 2px solid #c1cdd3; }.card-section-heading h2 { margin: 0; color: #102d40; }.card-section-heading .portal-logo { max-width: 130px; margin: 0; }.search-form { gap: 12px; }.search-form .form-control { flex: 1; }.result-card { margin-top: 20px; }.result-code { padding: 5px 9px; color: #0d344c; background: #d8edf9; border: 1px solid #79aeca; border-radius: 4px; font-weight: 700; }.data-list { grid-template-columns: minmax(180px, .85fr) minmax(0, 1.15fr); border-color: #b7c3ca; }.data-list dt, .data-list dd { border-color: #c7d0d5; }.data-list dt { color: #243e4f; font-weight: 700; }.data-list dd { color: #111d25; font-weight: 500; }.alert { border-width: 2px; font-weight: 600; }
@media (max-width: 991.98px) { .app-header .navbar-collapse { padding: 12px 0 6px; }.app-header .nav-link { padding: .65rem 0; }.app-header .nav-future { display: none; } }
@media (max-width: 575.98px) { .app-main { padding: 20px 0 32px; }.app-container { padding-right: 14px; padding-left: 14px; }.navbar { min-height: 62px; }.app-brand { font-size: 1rem; }.app-brand img { max-width: 105px; max-height: 31px; }.login-card { margin-top: 10px; }.portal-card { padding: 22px 18px; border-radius: 6px; }.portal-page-heading { padding-bottom: 16px; }.portal-page-heading h1 { font-size: 1.65rem; }.search-form { display: grid; }.search-form .btn { width: 100%; }.data-list { grid-template-columns: 1fr; }.data-list dt { padding-bottom: 3px; border-bottom: 0; }.data-list dd { padding-top: 3px; }.result-code { max-width: 48%; text-align: right; } }
.btn-dark { min-height: 48px; background: #005a9c; border-color: #005a9c; font-weight: 700; }.btn-dark:hover, .btn-dark:focus { background: #004778; border-color: #004778; }.page-actions { display: none; }
.navbar-user { color: #d7e3ea; font-size: .9rem; font-weight: 600; }.navbar-user strong { color: #fff; }
@media (min-width: 992px) { .navbar-user { margin-right: 1rem; text-align: right; } }
.qr-reader-toggle { width: 100%; min-height: 48px; margin-top: 12px; border-width: 2px; font-weight: 700; }.qr-reader-panel { margin-top: 16px; padding: 18px; border: 2px solid #718592; border-radius: 6px; background: #f7fafb; }.qr-reader-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.qr-reader-heading h2 { margin: 0; color: #102d40; }.qr-reader-panel .muted { margin: 12px 0; }.qr-reader-panel #qr-reader { overflow: hidden; border-radius: 4px; }.qr-reader-panel video { width: 100% !important; height: auto !important; }.qr-reader-panel select { max-width: 100%; }.qr-reader-panel img[alt="Info icon"] { display: none; }
.qr-reader-toggle, .qr-reader-panel { display: none !important; }.qr-direct-reader { min-height: 220px; margin-top: 16px; overflow: hidden; border: 2px solid #718592; border-radius: 6px; background: #f7fafb; }.qr-direct-reader video { width: 100% !important; height: auto !important; }
.qr-direct-reader-toggle { width: 100%; min-height: 48px; margin-top: 12px; border-width: 2px; font-weight: 700; }
body { overflow-x: hidden; }.portal-card, .stack-form, .stack-form > div, .form-control { min-width: 0; max-width: 100%; }.portal-card { width: 100%; }
@media (max-width: 575.98px) { .portal-card { width: calc(100% - 14px); } }
