:root{--bg:#0f0f12;--surface:#1a1a20;--border:#2a2a32;--text:#f0f0f2;--muted:#8888;--accent:#6366f1;--accent-hover:#818cf8;--error:#ef4444;--success:#22c55e}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover);text-decoration:underline}button{font:inherit;cursor:pointer}