:root{--sans:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;--bg:#1e1e2e;--panel:#313244;--border:#45475a;--text:#cdd6f4;--text-muted:#a6adc8;--text-disabled:#585b70;--base:#181825;--alt-base:#313244;--button:#313244;--highlight:#89b4fa;--highlight-text:#1e1e2e;--accent:#89b4fa;--grid:#45475a;--grid-minor:#313244}*{box-sizing:border-box}html,body{height:100%;font-family:var(--sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-size:13px;line-height:1.4;overflow:hidden}#root{flex-direction:column;height:100%;display:flex}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--base)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-disabled)}:focus-visible,button:focus-visible{outline:2px solid var(--accent);outline-offset:1px}select{font-family:var(--sans)}
