:root{--bg: #1e1e1e;--bg-sidebar: #252526;--bg-tabs: #2d2d2d;--bg-tab-active: #1e1e1e;--bg-activity: #333333;--bg-status: #007acc;--border: #3c3c3c;--fg: #d4d4d4;--fg-dim: #858585;--fg-bright: #ffffff;--accent: #0e639c;--token-comment: #6a9955;--token-jsdoc-tag: #569cd6;--token-keyword: #569cd6;--token-string: #ce9178;--token-identifier: #9cdcfe;--token-punctuation: #d4d4d4;--font-ui: "Segoe UI", system-ui, -apple-system, "Helvetica Neue", sans-serif;--font-mono: "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Code", Menlo, Consolas, "DejaVu Sans Mono", monospace;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%;margin:0;overflow:hidden;background:var(--bg);color:var(--fg);font-family:var(--font-ui);font-size:13px}::-webkit-scrollbar{width:14px;height:14px}::-webkit-scrollbar-thumb{background:#424242;border:3px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#4f4f4f;background-clip:content-box}
