*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary: #0f1117;--bg-secondary: #1a1d27;--bg-tertiary: #252836;--bg-hover: #2e3247;--accent: #4f8ef7;--accent-hover: #3a74e0;--success: #3ecf8e;--error: #f87171;--warning: #fbbf24;--text-primary: #e2e8f0;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #2d3748;--border-light: #374151;--font-mono: "Fira Code", "Cascadia Code", "JetBrains Mono", "Consolas", monospace}html,body,#root{height:100%;background:var(--bg-primary);color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
