:root{--bg: #0a0c11;--panel: #10141b;--panel2: #151a23;--raise: #1a2029;--line: #212936;--line2: #2c3542;--text: #e7ecf3;--dim: #93a0b1;--faint: #5d6a7b;--accent: #e9a13b;--live: #ff4d4f;--ok: #3ecf8e;--complete: #22b8cf;font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=light]{--bg: #f4f5f7;--panel: #ffffff;--panel2: #fafbfc;--raise: #eef1f5;--line: #e2e6ec;--line2: #cdd4de;--text: #141a22;--dim: #57626f;--faint: #8b96a5;--accent: #b06f10;--live: #d92d20;--ok: #167f52;--complete: #0f7c92}body{margin:0;padding:0;background:var(--bg);color:var(--text)}*{box-sizing:border-box}a{color:var(--accent)}a:hover{color:var(--text)}::selection{background:color-mix(in oklch,var(--accent) 35%,transparent)}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line2);border-radius:6px}::-webkit-scrollbar-track{background:transparent}@keyframes spin{to{transform:rotate(360deg)}}@keyframes blip{0%,to{opacity:1}50%{opacity:.2}}
