:root{color-scheme:light dark;--bg:#0f1117;--surface:#171a22;--border:#2a2f3a;--text:#f3f4f6;--muted:#9ca3af;--accent:#5b8def;--accent-hover:#4a7de0;--danger:#ef4444;--success:#22c55e;--warning:#f59e0b;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input,select,textarea{font:inherit}