:root{--bg-darkest: #1e1f22;--bg-panel: #2b2d30;--bg-editor: #1e1f22;--bg-elevated: #3c3f41;--bg-hover: #383a3f;--bg-selected: #2f65ca33;--border: #393b40;--accent: #3592c4;--accent-hover: #4aa3d5;--text-primary: #dfe1e5;--text-secondary: #a9b7c6;--text-muted: #6f737a;--success: #499c54;--danger: #d4534a;--font-ui: "JetBrains Mono", "Consolas", monospace}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg-editor);color:var(--text-primary);font-family:var(--font-ui);font-size:13px;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input,textarea{font-family:inherit}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--bg-elevated);border-radius:5px}::-webkit-scrollbar-track{background:transparent}
