:root{--brand-sky:#b0c4de;--brand-deep:#174688;--brand-amber:#ffbf00;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--font-sans:ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}:root,[data-theme=light]{--bg:#f5f7fa;--surface:#fff;--surface-2:#eef2f7;--border:#d8e0ea;--text:#15233b;--text-muted:#5a6b85;--primary:var(--brand-deep);--primary-contrast:#fff;--accent:var(--brand-amber);--accent-contrast:#15233b;--focus-ring:#174688;--danger:#c0322b;--overlay:rgba(10,18,32,.6)}[data-theme=dark]{--bg:#0c1320;--surface:#141d2e;--surface-2:#1d2940;--border:#2a3850;--text:#e6edf6;--text-muted:#9bacc6;--primary:var(--brand-sky);--primary-contrast:#0c1320;--accent:var(--brand-amber);--accent-contrast:#15233b;--focus-ring:#b0c4de;--danger:#ff6b61;--overlay:rgba(0,0,0,.7)}[data-theme=high-contrast]{--bg:#000;--surface:#0a0a0a;--surface-2:#161616;--border:#fff;--text:#fff;--text-muted:#d0d0d0;--primary:var(--brand-amber);--primary-contrast:#000;--accent:var(--brand-sky);--accent-contrast:#000;--focus-ring:#ffbf00;--danger:#ff5b50;--overlay:rgba(0,0,0,.85)}@media (prefers-color-scheme:dark){:root:not([data-theme]){--bg:#0c1320;--surface:#141d2e;--surface-2:#1d2940;--border:#2a3850;--text:#e6edf6;--text-muted:#9bacc6;--primary:var(--brand-sky);--primary-contrast:#0c1320;--focus-ring:#b0c4de;--danger:#ff6b61;--overlay:rgba(0,0,0,.7)}}*{box-sizing:border-box}body,html{padding:0;margin:0}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}a{color:var(--primary)}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}input[type=checkbox],input[type=radio]{accent-color:var(--primary)}