:root { color-scheme: dark; font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #cedbe2; background: #060c12; --line: #2a3e4c; --green: #a1ef70; --blue: #83d8f5; }
*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; line-height: 1.75; }
.container { width: min(calc(100% - 2rem), 960px); margin-inline: auto; }
a { color: var(--blue); text-underline-offset: .25em; overflow-wrap: anywhere; }
a:hover { color: #c5edfc; }
a:focus-visible { outline: 3px solid var(--green); outline-offset: 5px; }
h1, h2 { color: #f2f8fb; line-height: 1.2; text-wrap: balance; }
h1 { font-size: clamp(2.3rem, 6vw, 3.7rem); letter-spacing: -.045em; margin: .6rem 0 1rem; }
h2 { font-size: clamp(1.3rem, 3vw, 1.65rem); margin: 0 0 1rem; }
p { margin: 0 0 1rem; }
.site-header { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; padding-block: 1.5rem; border-bottom: 1px solid var(--line); }
.brand { color: #f2f8fb; font-weight: 800; text-decoration: none; letter-spacing: .035em; }
.brand span { color: var(--green); }
.page-nav { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; padding-block: 1rem; }
.page-nav a, .site-header a, .site-footer a { display: inline-flex; min-height: 44px; align-items: center; }
.page-nav [aria-current="page"] { color: var(--green); font-weight: 700; text-decoration-thickness: 2px; }
.page-intro { max-width: 48rem; margin: 3rem auto 2rem; text-align: center; }
.eyebrow { color: var(--green); font: 600 .8125rem/1.5 ui-monospace, monospace; letter-spacing: .08em; text-transform: uppercase; }
.page-copy { max-width: 46rem; margin: 2.5rem auto 4rem; }
.page-copy section { margin-top: 2.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.draft-notice, .review { border: 1px solid #a18543; border-left: 4px solid #e3c26e; border-radius: .5rem; background: #242014; color: #f3deb0; padding: 1rem 1.25rem; }
.draft-notice { max-width: 46rem; margin-inline: auto; }
.draft-notice strong { display: block; }
.review { margin-block: 1rem; }
.actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.5rem; }
.actions a { display: inline-flex; align-items: center; min-height: 44px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .75rem 1.1rem; border: 1px solid #426272; border-radius: .5rem; background: #0b1821; font-weight: 650; text-decoration: none; }
.button:hover { background: #132735; border-color: var(--blue); }
li { padding-left: .2rem; margin-bottom: .6rem; }
.site-footer { border-top: 1px solid var(--line); padding-block: 2rem; text-align: center; color: #a3b5c1; font-size: .875rem; }
.skip-link { position: fixed; z-index: 10; top: 1rem; left: 1rem; transform: translateY(-200%); padding: .75rem 1rem; background: var(--green); color: #060c12; }
.skip-link:focus { transform: none; }
@media (max-width: 520px) { .site-header { flex-direction: column; align-items: flex-start; gap: .25rem; } .page-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media print { :root { color-scheme: light; color: #111; background: white; } h1, h2, a { color: #111; } .site-header, .page-nav, .site-footer, .skip-link { display: none; } .draft-notice, .review { background: #fff; color: #111; } }
