:root{--bg: #0b0d0f;--panel: #12151a;--panel-2: #171b21;--line: #222830;--line-2: #2c343e;--text: #d7dbe0;--text-dim: #8a939e;--text-mute: #5b636d;--accent: #a3e635;--err: #ef4444;--warn: #f59e0b;--info: #3b82f6;--mag: #c084fc;--radius: 4px;--mono: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;--sans: "Inter", system-ui, sans-serif;--row: 22px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--mono);font-size:13px;line-height:1.5;-webkit-font-smoothing:antialiased;height:100%;overflow:hidden}::selection{background:color-mix(in oklab,var(--accent) 35%,transparent);color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#2a313a;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#3a424d}#root{height:100vh;display:flex;flex-direction:column}@keyframes blink{0%,50%{opacity:1}50.01%,to{opacity:0}}
