:root{--bg-primary:#1e1e2e;--bg-secondary:#181825;--bg-tertiary:#11111b;--bg-surface:#313244;--bg-surface-hover:#45475a;--bg-active:#89b4fa14;--border-primary:#313244;--border-subtle:#252535;--border-active:#89b4fa;--text-primary:#cdd6f4;--text-secondary:#a6adc8;--text-muted:#6c7086;--text-accent:#89b4fa;--text-green:#a6e3a1;--text-yellow:#f9e2af;--text-red:#f38ba8;--text-mauve:#cba6f7;--text-peach:#fab387;--text-teal:#94e2d5;--text-pink:#f5c2e7;--syntax-keyword:#cba6f7;--syntax-string:#a6e3a1;--syntax-function:#89b4fa;--syntax-comment:#6c7086;--syntax-variable:#cdd6f4;--syntax-number:#fab387;--syntax-type:#f9e2af;--font-mono:"JetBrains Mono","Fira Code","Cascadia Code","Consolas",monospace;--sidebar-width:260px;--statusbar-height:26px;--tab-height:38px;--terminal-height:180px;--titlebar-height:36px;--transition-fast:.12s ease;--transition-normal:.2s ease}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-mono);color:var(--text-primary);background-color:var(--bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:13px;line-height:1.6;overflow:hidden}#__next{width:100%;height:100%}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--bg-surface);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bg-surface-hover)}::-webkit-scrollbar-corner{background:0 0}::selection{color:var(--text-primary);background:#89b4fa40}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
