
:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, sans-serif; color: #172033; background: #f4f7fb; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; display: flex; flex-direction: column; }
a { color: #174ea6; }
.skip-link { position: absolute; left: -999px; top: .5rem; background: white; padding: .75rem; z-index: 10; }
.skip-link:focus { left: .5rem; }
.site-header { min-height: 4rem; padding: 1rem clamp(1rem, 4vw, 3rem); display: flex; align-items: center; gap: .75rem; border-bottom: 1px solid #dce3ee; background: white; }
.brand { color: #0d2f66; font-size: 1.2rem; font-weight: 800; text-decoration: none; }
.shell { width: min(46rem, calc(100% - 2rem)); margin: 2rem auto; display: grid; gap: 1rem; }
.card { background: white; border: 1px solid #dce3ee; border-radius: 1rem; padding: clamp(1.25rem, 4vw, 2rem); box-shadow: 0 8px 28px rgb(18 45 82 / 8%); }
h1, h2 { color: #102a56; line-height: 1.2; margin: .35rem 0 .75rem; }
.eyebrow { margin: 0; color: #41638f; font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
form { display: grid; gap: .75rem; margin-top: 1.25rem; }
label { font-weight: 700; }
input { width: 100%; padding: .8rem .9rem; border: 1px solid #9aabc2; border-radius: .55rem; font: inherit; }
.consent-row { display: grid; grid-template-columns: auto 1fr; align-items: start; gap: .65rem; font-weight: 500; }
.consent-row input[type="checkbox"] { width: 1.1rem; height: 1.1rem; margin: .15rem 0 0; padding: 0; }
input:focus, button:focus, a:focus { outline: 3px solid #78aef5; outline-offset: 2px; }
button { width: fit-content; border: 0; border-radius: .55rem; padding: .8rem 1.1rem; background: #174ea6; color: white; font: inherit; font-weight: 750; cursor: pointer; }
button.secondary { background: #3e4d63; }
button.danger { background: #a51d2d; }
.notice { border-left: 4px solid #2d72d2; background: #edf5ff; padding: .85rem 1rem; }
.summary-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: .75rem; }
.summary-grid div { padding: .8rem; background: #f4f7fb; border-radius: .55rem; }
dt { color: #51647e; font-size: .85rem; } dd { margin: .25rem 0 0; font-weight: 750; text-transform: capitalize; }
.logout-form { margin: 0; }
.session-note { margin: .25rem 0 0; color: #53647b; font-size: .9rem; }
footer { margin-top: auto; padding: 1.5rem; text-align: center; color: #53647b; font-size: .85rem; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; } }
