:root{--bg:#0f1419;--surface:#1a2332;--border:#2d3a4d;--text:#e7ecf3;--muted:#8b9cb3;--accent:#3b82f6;--accent-hover:#2563eb;--danger:#f87171}*{box-sizing:border-box}body,html{max-width:100vw;min-height:100vh;margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent)}@media (max-width:900px){.split-grid{grid-template-columns:1fr!important}}