@import"https://fonts.googleapis.com/css2?family=Overpass:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500&family=Fira+Code:wght@400;500&display=swap";:root{--bg: #0B0E14;--surface: #161B22;--surface-2: #1C2330;--fg: #C8D0D8;--muted: #6E7A88;--accent: #C59B3A;--accent-dim: rgba(197, 155, 58, .15);--border: #2D333B;--border-strong: #3E4854;--danger: #C0392B;--success: #27AE60;--font-display: "Overpass", "Arial Narrow", sans-serif;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "Fira Code", "Cascadia Code", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--radius-sm: 3px;--radius: 6px;--radius-lg: 10px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;overflow:hidden}body{background:var(--bg);color:var(--fg);font-family:var(--font-body);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:var(--font-body);cursor:pointer;border:none;background:none;color:inherit}input,select{font-family:var(--font-body);font-size:13px}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
