:root { color-scheme: dark; font-family: system-ui, sans-serif; color: #eef8f3; background: #07100d; line-height: 1.65; }
* { box-sizing: border-box; }
body { margin: 0; }
a { color: #72e6b8; text-underline-offset: .2em; }
.access-header, main, footer { width: min(100% - 40px, 880px); margin-inline: auto; }
.access-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 28px; border-bottom: 1px solid #344d42; }
.access-brand { display: inline-flex; align-items: center; gap: 10px; font-size: 1.25rem; font-weight: 700; }
.access-header label { display: flex; align-items: center; gap: 10px; font-size: .9rem; }
select { color: #eef8f3; background: #10221b; border: 1px solid #759d8c; border-radius: 6px; font: inherit; padding: 9px; max-width: 100%; }
main { padding-block: 42px; }
h1 { font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.15; max-width: 20ch; margin: 0 0 24px; overflow-wrap: anywhere; }
h2 { font-size: 1.35rem; line-height: 1.4; }
p { max-width: 75ch; }
.access-summary { color: #bcd3c8; font-size: 1.2rem; }
section { margin-top: 32px; padding-top: 12px; border-top: 1px solid #344d42; scroll-margin-top: 24px; }
li { margin-block: 14px; padding-inline-start: 5px; }
footer { display: flex; flex-wrap: wrap; gap: 24px; padding-block: 28px; border-top: 1px solid #344d42; }
:focus-visible { outline: 3px solid #72e6b8; outline-offset: 5px; }
.skip-link { position: absolute; top: 8px; left: 12px; padding: 8px 16px; background: #07100d; transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 520px) { .access-header { align-items: flex-start; flex-direction: column; gap: 18px; } main { padding-block: 30px; } }
