:root{--bg:#0f172a;--surface:#1e293b;--surface-2:#273449;--border:#334155;--text:#f1f5f9;--text-muted:#94a3b8;--accent:#f59e0b;--accent-hover:#d97706;--success:#10b981;--warning:#f59e0b;--danger:#ef4444;--info:#3b82f6}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;margin:0;font-family:system-ui,-apple-system,sans-serif}a{color:var(--accent)}a:hover{color:var(--accent-hover)}input,select,textarea,button{color:var(--text);font-family:inherit}input,select,textarea{background:var(--surface-2);border:1px solid var(--border)}input:focus,select:focus,textarea:focus{outline:2px solid var(--accent);outline-offset:-1px}
