:root{--bg-base: #08080d;--bg-card: #12121a;--bg-hover: #1a1a26;--bg-input: #0e0e16;--border: #2a2a3a;--border-focus: #3a3a5a;--text: #e8e8f0;--text-muted: #8888a0;--text-dim: #555;--accent: #ff6b35;--success: #00d4aa;--font-sans: "Inter", -apple-system, "Segoe UI", sans-serif;--font-mono: "JetBrains Mono", "SF Mono", "Consolas", monospace}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;background:var(--bg-base);color:var(--text);font-family:var(--font-sans);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-focus)}input,select,button{font-family:inherit}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}@keyframes pulse{0%,to{opacity:.4}50%{opacity:.8}}
