:root{--navy:#1a2d7a;--navy-deep:#0f1e54;--navy-mid:#2440a8;--navy-light:#e8edf8;--navy-pale:#f2f5fc;--navy-ink:#121c4e;--accent:#1a2d7a;--accent-strong:#2440a8;--accent-text:#fff;--success:#1a8c5b;--success-bg:#e6f5ee;--danger:#9b1c1c;--danger-bg:#fef2f2;--bg:#fff;--surface:#f7f9fd;--border:#c8d2ec;--border-light:#eef1fb;--text:#1a2d7a;--text-muted:#67a;--text-faint:#9aaac8;--radius-sm:8px;--radius:12px;--radius-lg:16px;--radius-pill:999px;--space-sm:8px;--space-md:12px;--space-lg:16px;--space-xl:24px;--space-xxl:32px}
:root{--maxw:1120px;--gutter:clamp(16px, 5vw, 32px)}@media (prefers-color-scheme:dark){:root:not([data-theme=light]){--bg:#0b1020;--surface:#121a30;--border:#25314f;--border-light:#1a2440;--text:#eaeefb;--text-muted:#9aa8cc;--text-faint:#6b7a9e;--navy-light:#1b2440;--accent:#7d97e8;--accent-strong:#9db1f0;--accent-text:#0b1020}}:root[data-theme=dark]{--bg:#0b1020;--surface:#121a30;--border:#25314f;--border-light:#1a2440;--text:#eaeefb;--text-muted:#9aa8cc;--text-faint:#6b7a9e;--accent:#7d97e8;--accent-strong:#9db1f0;--accent-text:#0b1020}*{box-sizing:border-box}html,body{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:16px;line-height:1.65}a{color:var(--accent)}main{max-width:var(--maxw);padding:48px var(--gutter);margin:0 auto}h1,h2,h3{letter-spacing:-.02em}img{max-width:100%;height:auto}:where(a,button,input,select,textarea):focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}
