:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#ffffffeb;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-weight:400;line-height:1.5}*{box-sizing:border-box}html,body,#root{min-height:100dvh;margin:0;padding:0}body{background-color:#0000;background-image:radial-gradient(at 0 0,#7877c640,#0000 55%),radial-gradient(at 100% 100%,#ff77c62e,#0000 60%),linear-gradient(#0a0a0f 0%,#15152a 100%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:auto,auto,auto;background-attachment:fixed;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box}button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:999px}::-webkit-scrollbar-track{background:0 0}.app{flex-direction:column;justify-content:center;align-items:center;gap:20px;min-height:100dvh;padding:24px;display:flex}.app__card{-webkit-backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;gap:28px;width:100%;max-width:460px;padding:32px 28px 28px;display:flex;box-shadow:0 24px 60px #00000073}.round-label{flex-direction:column;gap:12px;display:flex}.round-label__row{justify-content:space-between;align-items:baseline;display:flex}.round-label__name{color:#ffffffeb;letter-spacing:.04em;font-size:16px;font-weight:600}.round-label__count{font-variant-numeric:tabular-nums;color:#ffffff80;font-size:13px}.round-label__chips{flex-wrap:wrap;gap:6px;display:flex}.chip{font-variant-numeric:tabular-nums;color:#ffffffc7;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;min-width:28px;height:24px;padding:0 8px;font-size:12px;display:inline-flex}.number-display{background:radial-gradient(circle at 50% 40%,#7877c638,#7877c600 65%);border-radius:18px;flex-direction:column;justify-content:center;align-items:center;min-height:200px;padding:24px 0;display:flex;position:relative}.number-display__value{font-variant-numeric:tabular-nums;background:linear-gradient(#fff 0%,#b8b8ff 100%);color:#0000;text-shadow:0 0 40px #8c82ff59;transform-origin:50%;will-change:transform, filter;-webkit-background-clip:text;background-clip:text;font-size:clamp(96px,22vw,168px);font-weight:800;line-height:1}.number-display.is-rolling .number-display__value{animation:.36s ease-in-out infinite alternate pulse}.number-display.is-settled .number-display__value{animation:.52s cubic-bezier(.2,.7,.2,1) settle}.number-display__hint{letter-spacing:.08em;color:#ffc8b4d9;margin-top:12px;font-size:13px}@keyframes pulse{0%{filter:brightness()}to{filter:brightness(1.18)}}@keyframes settle{0%{filter:brightness(1.18);transform:scale(1)}40%{filter:brightness(1.3);transform:scale(1.04)}to{filter:brightness();transform:scale(1)}}.controls{gap:12px;display:flex}.btn{letter-spacing:.04em;cursor:pointer;border:1px solid #0000;border-radius:14px;flex:1;height:52px;font-size:16px;font-weight:600;transition:transform .12s ease-out,background .2s,border-color .2s,opacity .2s}.btn:disabled{cursor:not-allowed;opacity:.5}.btn:not(:disabled):active{transform:translateY(1px)}.btn--primary{color:#1a1a2e;background:linear-gradient(135deg,#c4c1ff 0%,#8b86ff 100%);box-shadow:0 12px 30px #8b86ff59}.btn--primary:not(:disabled):hover{background:linear-gradient(135deg,#d1ceff 0%,#9b96ff 100%)}.btn--ghost{color:#ffffffc7;background:#ffffff0a;border-color:#ffffff1f;flex:none;padding:0 18px}.btn--ghost:not(:disabled):hover{color:#fff;background:#ffffff14}
