:root { color-scheme: light; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #0e1830; background: #e8edf4; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: #1749b3; }
a:focus-visible { outline: 3px solid #1b5ef5; outline-offset: 3px; border-radius: 4px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 1rem; top: 1rem; z-index: 2; padding: .65rem 1rem; background: white; }
header { background: #0e1830; color: white; }
.bar { max-width: 64rem; margin: auto; padding: 1rem 1.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { color: white; font-size: 1.2rem; font-weight: 800; text-decoration: none; }
nav { display: flex; flex-wrap: wrap; gap: .25rem; }
nav a { color: #e2e8f0; padding: .55rem .7rem; border-radius: .5rem; font-weight: 650; }
nav a:hover { background: #ffffff1a; }
main { width: min(48rem, calc(100% - 2rem)); margin: 2rem auto; padding: clamp(1.25rem, 4vw, 2.5rem); background: white; border: 1px solid #cbd5e1; border-radius: 1rem; box-shadow: 0 12px 30px #0e18301a; }
h1 { line-height: 1.15; margin-top: 0; }
h2 { line-height: 1.25; margin-top: 2rem; }
p, li { color: #475569; }
.eyebrow { color: #1d4ed8; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .8rem; }
.notice { padding: 1rem; border-left: 4px solid #1b5ef5; background: #eff6ff; }
footer { max-width: 48rem; margin: 0 auto 2rem; padding: 0 1rem; color: #475569; text-align: center; }
@media (max-width: 38rem) { .bar { align-items: flex-start; flex-direction: column; } }
