*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #1e1e2e;--surface: #181825;--surface-alt: #11111b;--text: #cdd6f4;--text-muted: #6c7086;--accent: #89b4fa;--accent-hover: #74c7ec;--border: #313244;--error: #f38ba8;--success: #a6e3a1;--font-mono: "JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--font-sans: "Inter", "SF Pro", system-ui, sans-serif;--header-h: 48px}html,body{height:100%;overflow:hidden;font-family:var(--font-sans);background:var(--bg);color:var(--text)}#app{height:100%;display:flex;flex-direction:column}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
