*,*:before,*:after{box-sizing:border-box;-webkit-tap-highlight-color:transparent;margin:0;padding:0}:root{--c-bg: #08080A;--c-surface: #111113;--c-surface2: #16161A;--c-line: #1F1F24;--c-line2: #2A2A30;--c-ink: #F4F4F2;--c-sub: #9B9B96;--c-mut: #5E5E5A;--c-gold: #E6C682;--c-gold-dim: #A98C4E;--c-pos: #5BD89A;--c-pos-soft: rgba(91,216,154,.12);--c-neg: #FB7185;--c-neg-soft: rgba(251,113,133,.12);--c-warn: #F2B255;--c-warn-soft: rgba(242,178,85,.13);--c-blue: #7FB2F0;--c-blue-soft: rgba(127,178,240,.12);--c-gold-soft: rgba(230,198,130,.13)}[data-theme=light]{--c-bg: #F2F2EE;--c-surface: #FFFFFF;--c-surface2: #EAEAE6;--c-line: #E0E0DC;--c-line2: #CACAC6;--c-ink: #0A0A0C;--c-sub: #4A4A46;--c-mut: #8A8A86;--c-gold: #9A6F00;--c-gold-dim: #7A5800;--c-pos: #16803A;--c-pos-soft: rgba(22,128,58,.12);--c-neg: #C8192B;--c-neg-soft: rgba(200,25,43,.12);--c-warn: #B45309;--c-warn-soft: rgba(180,83,9,.13);--c-blue: #1D4ED8;--c-blue-soft: rgba(29,78,216,.12);--c-gold-soft: rgba(154,111,0,.13)}html,body{font-family:Geist,-apple-system,system-ui,sans-serif}body{background:var(--c-bg);-webkit-font-smoothing:antialiased;overflow:hidden;transition:background .2s ease}#root{width:100vw;height:100vh}.num{font-variant-numeric:tabular-nums;letter-spacing:-.02em}.mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--c-line2);border-radius:4px}::-webkit-scrollbar-track{background:transparent}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input,select,textarea{font-family:inherit}@keyframes up{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fade{0%{opacity:0}to{opacity:1}}.up{animation:up .4s cubic-bezier(.2,.7,.2,1) both}.fade{animation:fade .3s ease both}@keyframes spin{to{transform:rotate(360deg)}}.spin{animation:spin .9s linear infinite}.stage{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#000}
