:root{--bg: #0b0c0e;--panel: #121417;--panel-2: #0e1013;--line: #23272e;--line-soft: #16191d;--line-mid: #1c2027;--fg: #e9ecef;--fg-2: #b6bcc6;--fg-3: #868d9a;--fg-4: #6f7683;--fg-5: #5b626e;--accent: #4d94ff;--accent-soft: #8fb8ff;--accent-bg: #1d2530;--accent-line: #2b5490;--ok: #2fb884;--ok-fg: #4fd1a0;--ok-bg: #0f2019;--ok-line: #1f5340;--warn: #d99a2b;--warn-fg: #e8c27a;--warn-bg: #2b2418;--warn-line: #5a4a26;--bad: #e5484d;--bad-fg: #f08a8d;--bad-bg: #2b1a1c;--bad-line: #5a2a2d;--violet: #8b7bd8;--violet-fg: #b9a9f0;--sans: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius: 12px;--radius-sm: 8px}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--bg)}body{font-family:var(--sans);color:var(--fg);font-size:13px;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-soft)}button,input,select,textarea{font-family:inherit;font-size:12px;color:var(--fg)}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.5}::selection{background:#2b4c8f;color:#fff}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px}::-webkit-scrollbar-track{background:transparent}:focus-visible{outline:2px solid var(--accent);outline-offset:1px;border-radius:4px}input,select,textarea{background:var(--panel-2);border:1px solid var(--line);border-radius:7px;color:var(--fg);padding:9px 11px;outline:none;min-width:0}input:focus,select:focus,textarea:focus{border-color:var(--accent-line)}input::placeholder{color:var(--fg-5)}table{border-collapse:collapse;width:100%}code,.mono{font-family:var(--mono)}@keyframes fastllm-pulse{0%,to{opacity:1}50%{opacity:.35}}@media (prefers-reduced-motion: reduce){*{animation:none!important;transition:none!important}}
