:root{--bg:#0f1419;--surface:#1a2332;--border:#2d3a4d;--text:#e8eef7;--muted:#8b9cb3;--accent:#3b82f6;--accent-hover:#2563eb;--danger:#ef4444}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,sans-serif;background:var(--bg);color:var(--text)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button,input{font:inherit}