:root,:root[data-theme=dark]{--bg:#0d100f;--surface:#141817;--surface2:#1a1f1e;--line:#252b29;--line2:#333a38;--fg:#eaefed;--fg2:#9aa5a2;--fg3:#6b7573;--accent:#12a594;--accent-fg:#04120f;--accent-soft:#12a59424;--loss:#e5484d;--loss-soft:#e5484d24;--warn:#e8a33d}:root[data-theme=dim]{--bg:#c9cfce;--surface:#dce1e0;--surface2:#d0d6d5;--line:#b4bcba;--line2:#9ba5a3;--fg:#1b2221;--fg2:#4e5857;--fg3:#727c7a;--accent:#0d8477;--accent-fg:#fff;--accent-soft:#0d847724;--loss:#c22b30;--loss-soft:#c22b301f;--warn:#a96c10}:root[data-theme=light]{--bg:#f6f7f7;--surface:#fff;--surface2:#f1f3f2;--line:#e3e7e5;--line2:#d2d8d6;--fg:#121716;--fg2:#5f6968;--fg3:#8b9491;--accent:#0e8c7e;--accent-fg:#fff;--accent-soft:#0e8c7e1f;--loss:#ce2c31;--loss-soft:#ce2c311a;--warn:#b87613}html,body{background:var(--bg);margin:0;padding:0}*{box-sizing:border-box}a{color:var(--accent);text-decoration:none}a:hover{color:var(--fg)}button,input{font:inherit}#root{min-height:100vh}@keyframes jagoPulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes jagoPulseLive{0%,to{opacity:1;transform:scale(1)}50%{opacity:.25;transform:scale(1.4)}}.hv-fg:hover{color:var(--fg)!important}.hv-opacity:hover{opacity:.88}.hv-loss:hover{color:var(--loss)!important;border-color:var(--loss)!important}.hv-theme-toggle:hover{color:var(--fg)!important;border-color:var(--line2)!important}.hv-accent-fill:hover{background:var(--accent)!important;color:var(--accent-fg)!important}.reset-btn{font:inherit;appearance:none;outline:none}.reset-btn:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--line2);border-radius:4px}::-webkit-scrollbar-track{background:0 0}@keyframes spin{to{transform:rotate(360deg)}}.spinner{border:2px solid var(--line2);border-top-color:var(--fg2);border-radius:50%;width:12px;height:12px;animation:.7s linear infinite spin;display:inline-block}
