:root{color-scheme:dark}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,body,#root{height:100%;margin:0}body{background:#0b0b10;color:#f6f6f8;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior:none;font-variant-numeric:tabular-nums}#root{display:flex;flex-direction:column;min-height:100dvh}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}.stat-num{font-variant-numeric:tabular-nums;letter-spacing:-2px}@keyframes ring-burst{0%{transform:translate(-50%,-50%) scale(.5);opacity:.55}to{transform:translate(-50%,-50%) scale(2.4);opacity:0}}@keyframes cube-pop{0%{transform:scale(.3)}60%{transform:scale(1.12)}to{transform:scale(1)}}@keyframes stat-bounce{0%{transform:scale(1)}28%{transform:scale(1.16)}to{transform:scale(1)}}.fx-ring{animation:ring-burst .6s ease-out forwards}.fx-pop{animation:cube-pop .42s ease-out}.fx-bounce{display:inline-block;animation:stat-bounce .4s ease-out}@media(prefers-reduced-motion:reduce){.fx-ring,.fx-pop,.fx-bounce{animation:none!important}}
