:root,[data-theme=light]{--bg:#f4f5f6;--panel:#fff;--sub:#f6f7f8;--cell:#eef1f3;--hover:#eceff1;--text:#161b1f;--strong:#161b1f;--soft:#3b444c;--dim:#4c565e;--mut:#606b74;--mono:#5b656d;--ghost:#8e99a2;--faint:#a7b0b8;--fainter:#b3bbc2;--line:#e4e7ea;--lineStrong:#d8dce0;--lineHover:#c8ced3;--lineSoft:#eceff1;--teal:#0f7a6c;--tealDeep:#0b6156;--tealText:#0f7a6c;--tealSoft:#cfe4e0;--tealTint:#eaf3f1;--tealChip:#f1f7f5;--tealChipLine:#dbeae6;--tealBright:#5fc4b3;--tealBrightHover:#7fd3c4;--onTealBright:#0d1a18;--ink:#161b1f;--inkPanel:#1b2126;--inkPanel2:#20272d;--inkLine:#2a3137;--onInk:#f4f6f7;--onInkSoft:#c9d0d5;--onInkLabel:#b9c2c9;--onInkMut:#a9b3ba;--onInkDim:#8e99a2;--onInkTeal:#9fcbc3;--inkTile:#1f4d46;--inkTileText:#7fd3c4;--neg:#c9534f;--negBg:#fbeceb;--warn:#bf8722;--warnBg:#faf2e3;--pos:#1f8a63;--posBg:#e7f4ee;--shadowCard:0 30px 60px -30px rgba(20,24,28,.1);--headerBg:rgba(244,245,246,.88);--font-sans:"Manrope",system-ui,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Menlo,monospace}[data-theme=dark]{--bg:#1d2227;--panel:#252b31;--sub:#2b3238;--cell:#30373e;--hover:#2b3238;--text:#e8ebee;--strong:#f2f4f6;--soft:#d5dbe0;--dim:#c0c7cd;--mut:#9aa3ab;--mono:#97a0a8;--ghost:#7f8993;--faint:#6b757e;--fainter:#5f6972;--line:#30373e;--lineStrong:#3b434b;--lineHover:#4a535c;--lineSoft:#2b3238;--tealText:#6fcdbc;--tealSoft:#1f4d46;--tealTint:#1e3a35;--tealChip:#1f302d;--tealChipLine:#2b4a45;--negBg:#3a2726;--warnBg:#382f1f;--posBg:#20362c;--shadowCard:0 30px 60px -30px rgba(0,0,0,.5);--headerBg:rgba(29,34,39,.88)}*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button{font-family:inherit}::selection{background:var(--teal);color:#fff}@keyframes cellIn{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.25}}