*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #0f1117;--bg-card: #181c27;--bg-hover: #1e2336;--bg-input: #12151f;--border: #262d42;--border-focus: #4f8ef7;--text: #e8eaf2;--text-muted: #7c85a0;--text-dim: #4a5270;--accent: #4f8ef7;--accent-2: #7c5cfc;--accent-3: #38d9a9;--danger: #f76c6c;--warning: #f7b84f;--success: #38d9a9;--radius: 10px;--radius-lg: 16px;--shadow: 0 4px 24px rgba(0,0,0,.5);--font: "DM Sans", sans-serif;--font-mono: "DM Mono", monospace;--transition: .18s ease}html,body{height:100%;background:var(--bg);color:var(--text);font-family:var(--font);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}#root{height:100%;display:flex;flex-direction:column}::-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(--text-dim)}::selection{background:#4f8ef740}
