:root{--font-display:"Urbanist", ui-sans-serif, system-ui, sans-serif;--font-body:"Urbanist", ui-sans-serif, system-ui, sans-serif;--brand:#1d4ed8;--brand-strong:#1e3a8a;--brand-tint:#eff6ff;--on-brand:#fff;--bg:#fff;--surface:#fff;--surface-alt:#f8fafc;--surface-muted:#f1f5f9;--text:#0f172a;--text-muted:#475569;--text-faint:#94a3b8;--border:#e2e8f0;--border-strong:#cbd5e1;--success:#15803d;--warning:#b45309;--danger:#b91c1c;--radius-sm:8px;--radius:12px;--radius-lg:16px;--shell-max:1180px}:root[data-theme=dark]{--brand:#60a5fa;--brand-strong:#93c5fd;--brand-tint:#172554;--on-brand:#0b1220;--bg:#0b1220;--surface:#111a2b;--surface-alt:#16213a;--surface-muted:#1c2942;--text:#e2e8f0;--text-muted:#94a3b8;--text-faint:#64748b;--border:#1e293b;--border-strong:#334155;--success:#4ade80;--warning:#fbbf24;--danger:#f87171}*,:before,:after{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased;line-height:1.55}h1,h2,h3{font-family:var(--font-display);margin:0;line-height:1.2}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:var(--radius-sm)}.shell{max-width:var(--shell-max);margin:0 auto;padding:0 20px}
