:root{color-scheme:dark;--text:#eef5ff;--muted:#9fb2cc;--cyan:#6ee7ff;--violet:#8b8cff}*{box-sizing:border-box}html,body,#root{margin:0;width:100%;height:100%;font-family:Inter,system-ui,Arial,sans-serif;background:#050608;color:var(--text);overflow:hidden}button,input,select{font:inherit}.app-shell{position:relative;width:100vw;height:100vh;overflow:hidden;background:radial-gradient(circle at top left,rgba(79,209,255,.1),transparent 28%),radial-gradient(circle at top right,rgba(129,89,255,.1),transparent 30%),linear-gradient(180deg,#000,#0a0c11 55%,#050608)}.pulse-layer{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.low-time .pulse-layer{animation:pulseColor 2.2s ease-in-out infinite}@keyframes pulseColor{0%,to{opacity:.65}50%{opacity:1}}.panel{background:linear-gradient(180deg,#ffffff12,#ffffff06),#0d1424c2;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:0 12px 30px #00000047;border-radius:16px}.top-hud{position:absolute;top:6px;left:6px;right:6px;z-index:60;padding:clamp(6px,1vw,10px);display:grid;gap:clamp(5px,.8vw,8px)}.hud-title{display:flex;justify-content:space-between;align-items:center;gap:10px}.hud-title h1{margin:0;font-size:clamp(18px,2.25vw,30px);line-height:1;letter-spacing:-.04em;text-shadow:0 0 22px rgba(110,231,255,.22)}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:clamp(8px,.7vw,10px);color:var(--cyan);font-weight:800}.hud-badge{padding:6px 10px;border-radius:999px;color:#08101d;background:linear-gradient(135deg,#6ee7ff,#8b8cff);font-size:clamp(10px,.9vw,12px);font-weight:900}.hud-stats{display:grid;grid-template-columns:1.45fr .72fr .82fr .82fr .72fr 1.45fr;gap:clamp(4px,.7vw,7px)}.hud-chip{min-width:0;min-height:clamp(34px,5vw,44px);padding:clamp(5px,.8vw,8px) clamp(6px,.9vw,9px);border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-left:3px solid var(--cyan)}.hud-chip span{color:var(--muted);font-size:clamp(8px,.72vw,10px);line-height:1;margin-bottom:3px;text-transform:uppercase;letter-spacing:.08em;font-weight:750}.hud-chip strong{font-size:clamp(11px,1vw,16px);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bottom-progress-wrap{position:absolute;left:0;right:0;bottom:0;z-index:60;background:#0b1220fa;border-top:1px solid rgba(255,255,255,.08);display:grid;gap:6px;padding:8px 0 max(8px,env(safe-area-inset-bottom,0))}.progress-block{display:grid;gap:5px}.progress-label-row{display:flex;justify-content:space-between;align-items:center;padding:0 12px}.progress-label{color:#9cdfff;font-size:clamp(9px,.8vw,11px);letter-spacing:.14em;font-weight:800}.progress-readout{font-size:clamp(12px,1vw,15px);font-weight:800}.progress-track,.timer-track{width:100vw;height:clamp(12px,1.2vw,16px);background:#ffffff14;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#8aff9a,#2dd36f)}.timer-fill{height:100%;background:linear-gradient(90deg,#47d6ff,#4c88ff)}.dot{position:absolute;border:0;border-radius:50%;cursor:pointer;color:#fff;font-weight:800;display:grid;place-items:center;box-shadow:0 14px 24px #0d193257;z-index:20;will-change:left,top,opacity}.dot-small{background:radial-gradient(circle at 30% 28%,#8ee6ff,#2f8eff 55%,#2253cf)}.dot-medium{background:radial-gradient(circle at 30% 28%,#b2efff,#49afff 55%,#2a66e0)}.dot-large{background:radial-gradient(circle at 30% 28%,#d4f3ff,#73c7ff 55%,#427cf2)}.dot-bonus{background:radial-gradient(circle at 30% 28%,#fff0a6,#ffcb44 55%,#d69000)}.dot-danger{background:radial-gradient(circle at 30% 28%,#ffb8c2,#ff5d7c 55%,#cb2443)}.dot-ring{position:absolute;top:10%;right:10%;bottom:10%;left:10%;border-radius:50%;border:2px solid rgba(255,255,255,.36);pointer-events:none}.effect{position:absolute;border-radius:50%;pointer-events:none;z-index:25}.normal-effect{border:3px solid rgba(104,181,255,.8)}.bonus-effect{border:5px solid rgba(255,235,140,.95);box-shadow:0 0 30px #ffd25ab3,0 0 70px #ff912866,inset 0 0 20px #fff3;background:radial-gradient(circle,rgba(255,255,210,.45),rgba(255,205,60,.18) 40%,transparent 75%);animation:bonusCoreFlash .85s ease-out forwards}.danger-effect{border:4px solid rgba(255,93,124,.9);box-shadow:0 0 22px #ff5d7c80 inset}.overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#060c186b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.start-panel{width:min(560px,calc(100vw - 20px));max-height:calc(100vh - 24px);overflow:auto;padding:18px}.start-panel h2{margin:8px 0 12px;font-size:clamp(24px,4vw,36px)}.field-label{display:block;color:#b9cae1;font-size:12px;margin:10px 0 6px;font-weight:700}.field-input{width:100%;padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff}.difficulty-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.difficulty-btn{padding:10px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#ffffff0f;color:#fff;cursor:pointer}.difficulty-btn.active{background:linear-gradient(135deg,#66deff,#7f8cff);color:#08101d;font-weight:800}.leaderboard-row{display:grid;grid-template-columns:30px 1fr auto;gap:6px;align-items:center;padding:7px 8px;border-radius:10px;background:#ffffff0f;font-size:12px}.rank{color:#9cdfff;font-weight:800}.name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score{font-weight:800}.primary-btn{width:100%;margin-top:14px;padding:14px 16px;border:0;border-radius:16px;font-weight:800;color:#08101d;background:linear-gradient(135deg,#66deff,#7f8cff);cursor:pointer}.level-splash{position:absolute;top:0;right:0;bottom:0;left:0;z-index:75;pointer-events:none;display:grid;place-items:center;animation:splashFade 1.2s ease-in-out forwards}.level-splash-card{min-width:min(360px,calc(100vw - 48px));padding:clamp(22px,4vw,38px);border-radius:28px;text-align:center;background:#0d1424db;border:1px solid rgba(255,255,255,.2);box-shadow:0 28px 80px #0000006b;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:splashPop 1.2s cubic-bezier(.2,.9,.2,1) forwards}.level-splash-label{color:var(--cyan);text-transform:uppercase;letter-spacing:.22em;font-size:clamp(12px,1.4vw,16px);font-weight:900}.level-splash-level{margin-top:8px;font-size:clamp(42px,8vw,78px);line-height:1;font-weight:950;letter-spacing:-.06em}@keyframes splashPop{}@keyframes splashFade{0%{opacity:0}15%{opacity:1}to{opacity:0}}@media (max-width:820px){.hud-stats{grid-template-columns:repeat(5,minmax(0,1fr))}.hud-chip.player,.hud-chip.leader{grid-column:span 2}}@media (max-width:520px){.top-hud{top:4px;left:4px;right:4px;padding:6px;gap:5px;border-radius:12px}.hud-title h1{font-size:18px}.hud-badge{padding:4px 7px;font-size:10px}.hud-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:4px}.hud-chip{min-height:33px;padding:5px 6px;border-radius:9px}.hud-chip span{font-size:7.5px}.hud-chip strong{font-size:11px}.hud-chip.player,.hud-chip.leader{grid-column:span 2}.difficulty-row{grid-template-columns:1fr}}@media (max-width:380px){.hud-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.hud-chip.player,.hud-chip.leader{grid-column:span 3}.hud-chip:nth-child(5){display:none}}.app-shell{touch-action:manipulation}.dot{touch-action:manipulation;user-select:none;-webkit-user-select:none}.bonus-effect:before,.bonus-effect:after{content:"";position:absolute;top:-35%;right:-35%;bottom:-35%;left:-35%;border-radius:50%;border:3px dashed rgba(255,230,120,.78);animation:bonusBurstSpin .9s ease-out forwards}.bonus-effect:after{top:-65%;right:-65%;bottom:-65%;left:-65%;border-style:dotted;border-color:#ffa03c8c;animation-duration:.9s;animation-direction:reverse}@keyframes bonusBurstSpin{0%{transform:rotate(0) scale(.55);opacity:1}to{transform:rotate(170deg) scale(1.45);opacity:0}}.bonus-effect:before,.bonus-effect:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.bonus-effect:before{top:-70%;right:-70%;bottom:-70%;left:-70%;border:5px dashed rgba(255,244,150,.9);box-shadow:0 0 34px #ffcd50b8;animation:bonusShockwaveA .9s ease-out forwards}@keyframes bonusShockwaveA{}.bonus-effect:after{top:-120%;right:-120%;bottom:-120%;left:-120%;border:4px dotted rgba(255,145,40,.7);box-shadow:0 0 48px #ff912885;animation:bonusShockwaveB .9s ease-out forwards}@keyframes bonusShockwaveB{}@keyframes bonusShockwaveA{0%{transform:scale(.35);opacity:1}to{transform:scale(1.6);opacity:0}}@keyframes bonusShockwaveB{0%{transform:scale(.3);opacity:.9}to{transform:scale(1.9);opacity:0}}@keyframes bonusCoreFlash{}.dot-rare{background:conic-gradient(from 20deg,#ff4f68 0,#ff4f68 16%,#fff 16%,#fff 32%,#3aa7ff 32%,#3aa7ff 48%,#fff 48%,#fff 64%,#ffd84d 64%,#ffd84d 80%,#fff 80%,#fff);border:2px solid rgba(255,255,255,.9);box-shadow:0 0 18px #ffffff8c,0 0 34px #3aa7ff73,0 14px 24px #0d193257;animation:rareBeachBallSpin .45s linear infinite}.dot-rare .dot-ring{border-color:#fffc}@keyframes rareBeachBallSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.rare-effect{border:10px solid rgba(255,255,255,.98);background:radial-gradient(circle,rgba(255,255,255,.9),rgba(255,216,77,.45) 28%,rgba(58,167,255,.26) 52%,transparent 76%);box-shadow:0 0 90px #fffffff2,0 0 180px #3aa7ffbf,0 0 260px #ff4f6880;animation:rareMegaFlash 1.4s ease-out forwards}.rare-effect:before,.rare-effect:after{content:"";position:absolute;border-radius:50%;pointer-events:none}.rare-effect:before{top:-140%;right:-140%;bottom:-140%;left:-140%;border:8px dashed rgba(255,255,255,.95);box-shadow:0 0 80px #3aa7ffcc;animation:rareShockwaveA 1.4s cubic-bezier(.1,.9,.12,1) forwards}.rare-effect:after{top:-220%;right:-220%;bottom:-220%;left:-220%;border:7px dotted rgba(255,216,77,.9);box-shadow:0 0 110px #ff4f68b3;animation:rareShockwaveB 1.4s cubic-bezier(.1,.9,.12,1) forwards}@keyframes rareMegaFlash{}@keyframes rareShockwaveA{}@keyframes rareShockwaveB{}.hud-chip.total-score{grid-column:span 2;background:linear-gradient(135deg,#ffd70040,#ff8c002e);border-left:4px solid gold;box-shadow:0 0 18px #ffd70059}.hud-chip.total-score strong{font-size:clamp(16px,2vw,26px);font-weight:900;color:#ffe066}.results-overlay{align-items:center;padding:16px}.results-shell{width:min(760px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow:auto;display:grid;gap:12px}.result-primary{text-align:center;padding:clamp(22px,4vw,38px);background:radial-gradient(circle at 50% 0%,rgba(110,231,255,.24),transparent 45%),linear-gradient(180deg,#ffffff1f,#ffffff0a),#0d1424e6;border-color:#6ee7ff59;box-shadow:0 28px 90px #00000070,0 0 60px #6ee7ff2e}.result-primary h2{margin:8px 0 10px;font-size:clamp(42px,8vw,84px);line-height:1;letter-spacing:-.06em}.final-score{font-size:clamp(54px,10vw,110px);line-height:.95;font-weight:950;color:#ffe066;text-shadow:0 0 34px rgba(255,215,0,.28)}.final-score-label{margin-top:8px;color:var(--muted);font-weight:800;letter-spacing:.14em;text-transform:uppercase;font-size:12px}.result-secondary{padding:18px}.result-secondary h3,.result-tertiary h3{margin:0 0 12px;font-size:20px}.result-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.result-grid div,.compare-row{background:#ffffff0f;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:12px}.result-grid .wide{grid-column:span 4}.result-grid span,.compare-row span{display:block;color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.1em;margin-bottom:6px}.result-grid strong,.compare-row strong{font-size:24px;font-weight:900}.result-tertiary{padding:16px;opacity:.9}.compare-row{display:flex;justify-content:space-between;align-items:center;margin-top:8px}.compare-row span{margin-bottom:0}.compare-row.new-best{border-color:#ffd70073;background:#ffd7001f}.compare-row.new-best strong{color:#ffe066}@media (max-width: 560px){.result-grid{grid-template-columns:repeat(2,1fr)}.result-grid .wide{grid-column:span 2}}.result-leaderboard{padding:16px}.result-leaderboard h3{margin:0 0 10px;font-size:18px}.placement-callout{padding:12px;border-radius:12px;background:#6ee7ff14;border:1px solid rgba(110,231,255,.18);color:var(--text);margin-bottom:10px}.placement-callout strong{color:#ffe066;font-size:1.15em}.mini-leaderboard{display:grid;gap:6px}.mini-leaderboard-row{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:8px;padding:8px 10px;border-radius:10px;background:#ffffff0e;border:1px solid rgba(255,255,255,.07)}.mini-leaderboard-row span{color:#9cdfff;font-weight:900}.mini-leaderboard-row em{font-style:normal;font-weight:900}.mini-leaderboard-row.current-game{background:#ffd70024;border-color:#ffd7007a;box-shadow:0 0 18px #ffd70029}.mini-leaderboard-row.current-game span,.mini-leaderboard-row.current-game em{color:#ffe066}.top-hud{background:radial-gradient(circle at 0% 0%,rgba(110,231,255,.16),transparent 42%),radial-gradient(circle at 100% 0%,rgba(139,140,255,.14),transparent 38%),linear-gradient(180deg,#ffffff14,#ffffff06),#0a111fd1}.compact-game-stats{grid-template-columns:.75fr 1fr 1.35fr .75fr!important;align-items:stretch}.compact-game-stats .hud-chip{min-height:clamp(38px,5vw,52px)}.compact-game-stats .level-chip{background:linear-gradient(135deg,#6ee7ff33,#8b8cff1f);border-left-color:#6ee7ff}.hud-chip.total-score{background:radial-gradient(circle at 20% 0%,rgba(255,235,130,.24),transparent 52%),linear-gradient(135deg,#ffd7003b,#ff8c0024);border-left:4px solid #ffe066;box-shadow:0 0 22px #ffd7003d,inset 0 0 20px #ffffff0a}.hud-chip.total-score span{color:#ffeeb0}.hud-chip.total-score strong{font-size:clamp(18px,2.4vw,32px);font-weight:950;color:#ffe066;letter-spacing:-.04em}@media (max-width: 520px){.compact-game-stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}.hud-chip.total-score{grid-column:span 2}}.top-hud{display:grid;grid-template-columns:minmax(150px,.78fr) minmax(0,2.9fr);align-items:center;gap:clamp(8px,1vw,14px)}.hud-title{min-width:0}.hud-title h1{white-space:nowrap}.hud-badge{white-space:nowrap;flex:0 0 auto}.compact-game-stats{display:grid;grid-template-columns:minmax(58px,.55fr) minmax(104px,1fr) minmax(150px,1.6fr) minmax(70px,.65fr)!important;gap:clamp(5px,.75vw,9px);min-width:0}.compact-game-stats .hud-chip{min-width:0;min-height:clamp(38px,4.2vw,50px)}.compact-game-stats .hud-chip span{white-space:nowrap}.compact-game-stats .level-chip strong,.compact-game-stats .hud-chip:nth-child(4) strong{font-size:clamp(16px,1.6vw,22px)}.compact-game-stats .hud-chip:nth-child(2) strong{font-size:clamp(15px,1.5vw,22px)}.compact-game-stats .total-score{grid-column:auto}.compact-game-stats .total-score strong{font-size:clamp(20px,2.6vw,34px)}@media (max-width: 760px){.top-hud{grid-template-columns:1fr;gap:6px}.hud-title{display:grid;grid-template-columns:1fr auto}.compact-game-stats{grid-template-columns:minmax(46px,.55fr) minmax(76px,.9fr) minmax(112px,1.55fr) minmax(52px,.6fr)!important}.compact-game-stats .hud-chip{min-height:34px;padding:5px 6px}.compact-game-stats .hud-chip span{font-size:7px;letter-spacing:.06em}.compact-game-stats .hud-chip strong{font-size:11px}.compact-game-stats .total-score strong{font-size:16px}}@media (max-width: 420px){.hud-title .eyebrow{display:none}.hud-title h1{font-size:16px}.hud-badge{padding:3px 6px;font-size:9px}.compact-game-stats{grid-template-columns:minmax(38px,.48fr) minmax(64px,.82fr) minmax(98px,1.5fr) minmax(44px,.55fr)!important;gap:3px}.compact-game-stats .hud-chip{border-radius:8px;padding:4px 5px;min-height:30px}.compact-game-stats .hud-chip span{font-size:6.5px;margin-bottom:1px}.compact-game-stats .hud-chip strong{font-size:10px}.compact-game-stats .total-score strong{font-size:14px}}.compact-game-stats{grid-template-columns:minmax(58px,.52fr) minmax(170px,1.9fr) minmax(150px,1.45fr)!important}.level-progress-chip{gap:7px;justify-content:center}.level-progress-top{display:flex;justify-content:space-between;align-items:center;gap:10px;min-width:0}.level-progress-top span{margin:0}.level-progress-top strong{font-size:clamp(12px,1.1vw,16px);font-variant-numeric:tabular-nums;white-space:nowrap}.hud-progress-track{width:100%;height:clamp(8px,.85vw,12px);border-radius:999px;overflow:hidden;background:#ffffff1f;box-shadow:inset 0 0 0 1px #ffffff0f}.hud-progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#8aff9a,#47d6ff,#8b8cff);box-shadow:0 0 16px #6ee7ff52;transition:width .16s linear}@media (max-width: 760px){.compact-game-stats{grid-template-columns:minmax(42px,.45fr) minmax(126px,1.65fr) minmax(96px,1.25fr)!important}.level-progress-chip{gap:5px}.level-progress-top strong{font-size:10px}.hud-progress-track{height:8px}}@media (max-width: 420px){.compact-game-stats{grid-template-columns:minmax(36px,.42fr) minmax(112px,1.62fr) minmax(86px,1.16fr)!important}.level-progress-top span{font-size:6.5px}.level-progress-top strong{font-size:9px}.hud-progress-track{height:7px}}.time-only-bottom{padding:12px 0 max(12px,env(safe-area-inset-bottom,0));gap:0;background:radial-gradient(circle at 50% 0%,rgba(71,214,255,.18),transparent 55%),#070d19fb;box-shadow:0 -16px 44px #0000005c}.time-progress-block{gap:8px}.time-only-bottom .progress-label-row{padding:0 clamp(14px,2vw,24px)}.time-only-bottom .progress-label{font-size:clamp(12px,1.2vw,16px);letter-spacing:.16em;color:#b6ecff}.time-only-bottom .progress-readout{font-size:clamp(18px,2.2vw,30px);color:#fff;text-shadow:0 0 18px rgba(71,214,255,.28)}.time-only-bottom .timer-track{height:clamp(24px,3vw,40px);background:linear-gradient(180deg,#ffffff1f,#ffffff0e);box-shadow:inset 0 0 0 1px #ffffff14,0 0 26px #47d6ff1f}.time-only-bottom .timer-fill{background:linear-gradient(90deg,#47d6ff,#4c88ff 52%,#8b8cff);box-shadow:0 0 26px #4fd1ff7a,inset 0 0 14px #fff3;transition:width .08s linear}@media (max-width: 520px){.time-only-bottom{padding-top:9px}.time-only-bottom .progress-label{font-size:10px}.time-only-bottom .progress-readout{font-size:17px}.time-only-bottom .timer-track{height:24px}}.level-chip{background:radial-gradient(circle at 50% 0%,rgba(110,231,255,.35),transparent 60%),linear-gradient(135deg,#6ee7ff40,#8b8cff2e);border-left:5px solid #6ee7ff;box-shadow:0 0 28px #6ee7ff59,inset 0 0 20px #ffffff14}.level-chip span{font-size:clamp(10px,1vw,14px);color:#bff6ff;letter-spacing:.18em}.level-chip strong{font-size:clamp(28px,4vw,56px);font-weight:1000;letter-spacing:-.05em;line-height:1;color:#6ee7ff;text-shadow:0 0 22px rgba(110,231,255,.6),0 0 40px rgba(110,231,255,.25)}@media (max-width: 520px){.level-chip strong{font-size:clamp(20px,6vw,40px)}}.time-only-bottom .timer-track,.timer-track{position:relative;overflow:hidden}.time-only-bottom .timer-fill,.timer-fill{width:100%;transform-origin:left center;will-change:transform;transition:none!important}.time-only-bottom .timer-track:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.16),transparent);opacity:.35;mix-blend-mode:screen}.time-only-bottom .progress-readout{font-variant-numeric:tabular-nums}.top-hud{max-width:calc(100vw - 12px);overflow:hidden}.hud-title{overflow:hidden}.compact-game-stats{grid-template-columns:minmax(86px,.75fr) minmax(190px,2.25fr) minmax(170px,1.6fr)!important;min-width:0}.level-chip{min-width:86px;max-width:150px;overflow:hidden}.level-chip span,.level-chip strong{max-width:100%;overflow:hidden;text-overflow:ellipsis}.level-progress-chip{min-width:0;overflow:hidden}.level-progress-top{min-width:0}.level-progress-top span{flex:1 1 auto;overflow:hidden;text-overflow:ellipsis}.level-progress-top strong{flex:0 0 auto}.total-score{min-width:0;overflow:hidden}.total-score strong{max-width:100%;overflow:hidden;text-overflow:ellipsis}@media (min-width: 721px) and (max-width: 1180px){.top-hud{grid-template-columns:minmax(132px,.5fr) minmax(0,3fr);padding:6px 8px;gap:8px}.hud-title h1{font-size:clamp(17px,2.1vw,24px)}.hud-badge{padding:4px 7px;font-size:10px}.compact-game-stats{grid-template-columns:minmax(78px,.58fr) minmax(178px,1.9fr) minmax(148px,1.35fr)!important;gap:6px}.compact-game-stats .hud-chip{min-height:42px;padding:6px 8px}.level-chip strong{font-size:clamp(24px,3.2vw,42px)}.level-progress-top strong{font-size:clamp(11px,1.4vw,15px)}.hud-chip.total-score strong{font-size:clamp(18px,2.8vw,30px)}.time-only-bottom{display:grid!important;visibility:visible!important;min-height:78px;padding-top:10px}.time-only-bottom .timer-track{height:clamp(26px,3.2vw,38px)}}@media (max-width: 720px){.top-hud{grid-template-columns:1fr;padding:5px;gap:5px}.hud-title{display:grid;grid-template-columns:minmax(0,1fr) auto}.compact-game-stats{grid-template-columns:minmax(64px,.65fr) minmax(132px,1.72fr) minmax(106px,1.22fr)!important;gap:4px}.compact-game-stats .hud-chip{min-height:36px;padding:5px 6px}.level-chip{min-width:64px;max-width:none}.level-chip strong{font-size:clamp(20px,5vw,34px)}.level-progress-top strong{font-size:10px}.hud-progress-track{height:7px}.hud-chip.total-score strong{font-size:clamp(15px,4.4vw,24px)}.time-only-bottom{display:grid!important;visibility:visible!important;min-height:72px;padding-top:8px}.time-only-bottom .timer-track{height:24px}}@media (max-width: 390px){.compact-game-stats{grid-template-columns:minmax(54px,.58fr) minmax(112px,1.55fr) minmax(86px,1.05fr)!important;gap:3px}.compact-game-stats .hud-chip{padding:4px 5px;min-height:32px}.level-chip strong{font-size:clamp(18px,6vw,28px)}.level-progress-top span{font-size:6px;letter-spacing:.04em}.level-progress-top strong{font-size:8.5px}.hud-chip.total-score strong{font-size:13px}.time-only-bottom .progress-label{font-size:9px}.time-only-bottom .progress-readout{font-size:15px}}html,body,#root{min-height:100%;min-height:100dvh}.app-shell{min-height:100vh;min-height:100dvh}.ipad-safe-time-panel,.bottom-progress-wrap.time-only-bottom.ipad-safe-time-panel{position:fixed!important;left:0!important;right:0!important;bottom:0!important;z-index:120!important;display:grid!important;visibility:visible!important;opacity:1!important;transform:translateZ(0);pointer-events:none;min-height:clamp(76px,9.5dvh,118px);padding:clamp(10px,1.4vw,16px) 0 calc(clamp(10px,1.4vw,16px) + env(safe-area-inset-bottom,0px))!important;background:radial-gradient(circle at 50% 0%,rgba(71,214,255,.2),transparent 58%),linear-gradient(180deg,#0b1220f5,#060a14fe)!important;box-shadow:0 -18px 48px #0000007a}.ipad-safe-time-panel .time-progress-block,.ipad-safe-time-panel .progress-block{display:grid!important;gap:clamp(7px,1vw,12px);width:100%}.ipad-safe-time-panel .progress-label-row{display:flex!important;align-items:center;justify-content:space-between;padding:0 clamp(14px,2.4vw,28px)!important}.ipad-safe-time-panel .progress-label{display:inline-block!important;font-size:clamp(11px,1.35vw,18px)!important;color:#b6ecff!important}.ipad-safe-time-panel .progress-readout{display:inline-block!important;font-size:clamp(18px,2.5vw,34px)!important;font-weight:950!important;font-variant-numeric:tabular-nums}.ipad-safe-time-panel .timer-track{display:block!important;position:relative;width:100vw!important;height:clamp(28px,4vw,48px)!important;overflow:hidden;background:linear-gradient(180deg,#ffffff24,#ffffff0e)!important;box-shadow:inset 0 0 0 1px #ffffff17,0 0 28px #47d6ff29}.ipad-safe-time-panel .timer-fill{display:block!important;width:100%!important;height:100%!important;transform-origin:left center;will-change:transform;transition:none!important;background:linear-gradient(90deg,#47d6ff,#4c88ff 52%,#8b8cff)!important;box-shadow:0 0 28px #4fd1ff80,inset 0 0 16px #ffffff38}@supports (height: 100dvh){.ipad-safe-time-panel{max-height:22dvh}}@media (min-width: 700px) and (max-width: 1200px){.ipad-safe-time-panel,.bottom-progress-wrap.time-only-bottom.ipad-safe-time-panel{min-height:92px!important}.ipad-safe-time-panel .timer-track{height:36px!important}.ipad-safe-time-panel .progress-readout{font-size:clamp(22px,2.7vw,34px)!important}}@media (max-width: 520px){.ipad-safe-time-panel,.bottom-progress-wrap.time-only-bottom.ipad-safe-time-panel{min-height:72px!important}.ipad-safe-time-panel .timer-track{height:24px!important}.ipad-safe-time-panel .progress-readout{font-size:16px!important}}.config-required-overlay{z-index:9999;background:#02060edb;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.config-start-panel{border:2px solid rgba(110,231,255,.62);box-shadow:0 0 0 4px #6ee7ff14,0 30px 90px #0000008c}.config-intro{margin:0 0 14px;color:#d7e7fb;font-weight:700}.config-box{margin-top:14px;padding:14px;border-radius:16px;background:#6ee7ff14;border:1px solid rgba(110,231,255,.25)}.config-box h3{margin:0 0 8px;font-size:18px;color:#eefbff}.config-hint{display:block;margin-top:2px;color:#8fa9c8;font-size:11px;font-weight:600;letter-spacing:0;text-transform:none}.config-number{font-size:18px;font-weight:800;background:#00000052}.accept-config-btn{font-size:18px;box-shadow:0 0 24px #6ee7ff38}.dot-jackpot{background:radial-gradient(circle at 35% 30%,#fff8bf,#ffd84d 42%,#ff9f1c 72%,#f25c05);border-color:#fffffff2;color:#3a2200;box-shadow:0 0 18px #ffd84df2,0 0 42px #ff9f1cbf;animation:jackpot-pulse .22s ease-in-out infinite alternate}.dot-jackpot .dot-ring{border-color:#ffffffe6}.jackpot-effect{border-radius:999px;background:radial-gradient(circle,rgba(255,248,191,.95),rgba(255,216,77,.4),transparent 72%);pointer-events:none}@keyframes jackpot-pulse{0%{filter:brightness(1)}to{filter:brightness(1.35)}}.config-subsection{margin:10px 0 16px;padding:12px;border-radius:14px;background:#0000002e;border:1px solid rgba(255,255,255,.09)}.config-subsection h4{margin:0 0 10px;color:#eefbff;font-size:14px;text-transform:uppercase;letter-spacing:.08em}.visibility-config-row{display:grid;grid-template-columns:minmax(0,1fr) 132px;gap:10px;align-items:end;margin-top:10px}.visibility-config-row .field-label{margin:0}@media (max-width:560px){.visibility-config-row{grid-template-columns:1fr}.config-start-panel{max-height:92vh;overflow:auto}}.dot-unknown{background:radial-gradient(circle at 30% 28%,#f5ddff,#b76cff 54%,#6427a8);box-shadow:0 0 22px #b76cffa6,0 14px 24px #0d193257}.unknown-effect{border:5px solid rgba(183,108,255,.92);box-shadow:0 0 34px #b76cffbf,inset 0 0 20px #ffffff38;background:radial-gradient(circle,rgba(238,214,255,.42),rgba(183,108,255,.18) 45%,transparent 76%)}.confetti-piece{position:fixed;top:-24px;z-index:120;pointer-events:none;border-radius:3px;animation-name:confettiFall;animation-timing-function:cubic-bezier(.12,.7,.28,1);animation-fill-mode:forwards}.config-color{min-height:44px;padding:6px}@keyframes confettiFall{}.unknown-feedback{position:absolute;top:0;right:0;bottom:0;left:0;z-index:120;pointer-events:none;display:grid;place-items:center;font-weight:1000;letter-spacing:-.06em;text-align:center;text-shadow:0 8px 28px rgba(0,0,0,.55)}.unknown-feedback>div{font-size:clamp(58px,15vw,190px);line-height:.9;animation:unknownTextFade 1.5s cubic-bezier(.12,.9,.14,1) forwards}.unknown-feedback-positive{background:radial-gradient(circle,rgba(255,240,150,.28),rgba(255,130,20,.18) 38%,transparent 66%)}.unknown-feedback-positive:before,.unknown-feedback-positive:after{content:"";position:absolute;border-radius:50%;border:clamp(8px,1vw,14px) solid rgba(255,226,92,.9);box-shadow:0 0 80px #ffc328f2,0 0 180px #ff5d7c8c;animation:unknownExplosion 1.05s ease-out forwards}.unknown-feedback-positive:after{border-style:dashed;animation-duration:1.25s;animation-delay:.05s}.unknown-feedback-positive>div{color:#fff6b3;text-shadow:0 0 18px #ffd700,0 0 60px #ff6b00,0 8px 28px rgba(0,0,0,.6)}.unknown-feedback-negative{background:#ff005021;animation:unknownJarring 2s steps(2,end) forwards}.unknown-feedback-negative>div{color:#ffdae2;text-shadow:0 0 20px #ff345d,0 0 80px #86152a,0 8px 28px rgba(0,0,0,.8);animation-duration:2s}.unknown-feedback-levelup>div{font-size:clamp(48px,11vw,150px);color:#bfffd0;text-shadow:0 0 16px #8aff9a,0 0 60px #20e070,0 8px 28px rgba(0,0,0,.6)}.unknown-feedback-gameover>div{font-size:clamp(58px,12vw,170px);color:#fff;text-shadow:0 0 18px #ff3b63,0 0 80px #000,0 8px 28px rgba(0,0,0,.9)}.unknown-static{position:absolute;top:0;right:0;bottom:0;left:0;z-index:119;pointer-events:none;opacity:.75;mix-blend-mode:screen;background:repeating-linear-gradient(0deg,rgba(255,255,255,.16) 0 1px,transparent 1px 3px),repeating-linear-gradient(90deg,rgba(255,0,100,.1) 0 2px,rgba(0,255,255,.08) 2px 4px,transparent 4px 7px);filter:contrast(220%) saturate(180%);animation:unknownStatic 2s linear forwards}.game-over-fade{position:absolute;top:0;right:0;bottom:0;left:0;z-index:130;pointer-events:none;background:#000;animation:gameOverFadeBlack 1.5s ease-in forwards}@keyframes unknownTextFade{}@keyframes unknownExplosion{}@keyframes unknownJarring{0%,to{transform:translate(0)}50%{transform:translate(3px,-2px)}}@keyframes unknownStatic{}@keyframes gameOverFadeBlack{}.rainbow-burst-piece{position:absolute;z-index:118;pointer-events:none;border-radius:999px;box-shadow:0 0 18px currentColor,0 0 34px currentColor;animation:rainbowBurstFly .95s cubic-bezier(.08,.84,.1,1) forwards;mix-blend-mode:screen}.rainbow-burst-piece:after{content:"";position:absolute;top:-120%;right:-120%;bottom:-120%;left:-120%;border-radius:999px;background:inherit;opacity:.28;filter:blur(12px)}@keyframes rainbowBurstFly{}.jackpot-effect{border:8px solid rgba(255,255,255,.95);background:conic-gradient(from 0deg,#ff004c,#ff7a00,#ffe600,#28ff71,#00c8ff,#435bff,#b300ff,#ff004c);box-shadow:0 0 40px #ffffffe6,0 0 110px #ff00b499,0 0 150px #00c8ff8c;animation:jackpotRainbowFlash 1s ease-out forwards}.jackpot-effect:before,.jackpot-effect:after{content:"";position:absolute;border-radius:50%;pointer-events:none;top:-110%;right:-110%;bottom:-110%;left:-110%;border:7px dashed rgba(255,255,255,.86);animation:jackpotRainbowRing 1s ease-out forwards}.jackpot-effect:after{top:-190%;right:-190%;bottom:-190%;left:-190%;border-style:dotted;animation-duration:1.15s}@keyframes jackpotRainbowFlash{}@keyframes jackpotRainbowRing{}.config-required-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;display:flex;align-items:stretch;justify-content:center;padding:clamp(8px,2vw,20px);padding-top:max(clamp(8px,2vw,20px),env(safe-area-inset-top,0px));padding-bottom:max(clamp(8px,2vw,20px),env(safe-area-inset-bottom,0px));overflow:auto;overscroll-behavior:contain}.config-start-panel{width:min(760px,100%);max-width:100%;max-height:none;min-height:0;margin:auto;overflow:visible;display:flex;flex-direction:column}.config-box,.config-subsection{overflow:visible}.stepper-control{display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:stretch;gap:6px;width:100%}.stepper-btn{min-width:44px;min-height:44px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff17;color:#eef5ff;font-size:22px;font-weight:900;cursor:pointer;touch-action:manipulation}.stepper-btn:active{transform:scale(.96);background:#6ee7ff33}.stepper-input{min-width:0;text-align:center}@media (max-width:720px),(max-height:760px){.config-required-overlay{align-items:flex-start;justify-content:flex-start}.config-start-panel{width:100%;margin:0;border-radius:14px;padding:12px}.config-start-panel h2{font-size:24px;margin:6px 0 8px}.config-intro{font-size:13px;margin-bottom:8px}.config-box{padding:10px}.config-subsection{padding:9px;margin:8px 0 10px}.visibility-config-row{grid-template-columns:1fr;gap:6px}.stepper-control{grid-template-columns:48px minmax(0,1fr) 48px}.stepper-btn{min-height:48px}}@media (max-width:390px){.config-required-overlay{padding:6px;padding-top:max(6px,env(safe-area-inset-top,0px));padding-bottom:max(6px,env(safe-area-inset-bottom,0px))}.config-start-panel{padding:10px}.difficulty-row{grid-template-columns:1fr}.stepper-control{grid-template-columns:42px minmax(0,1fr) 42px;gap:5px}.stepper-btn{min-width:42px;min-height:42px;font-size:20px}}.stepper-control{grid-template-columns:minmax(46px,auto) minmax(92px,1fr) minmax(46px,auto);min-width:0}.stepper-btn{display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;line-height:1}.stepper-input{display:block;width:100%;min-width:92px;font-variant-numeric:tabular-nums;overflow:visible;opacity:1;color:#f8fbff;background:#0307129e}.visibility-config-row{min-width:0}@media (max-width:390px){.stepper-control{grid-template-columns:44px minmax(86px,1fr) 44px}.stepper-input{min-width:86px;padding-left:6px;padding-right:6px;font-size:15px}}.config-auth-form{display:grid;gap:10px}.config-auth-form .field-input{font-size:18px;padding:14px 16px}.config-auth-error{margin-top:8px;padding:10px 12px;border-radius:12px;background:#ff5d7c24;border:1px solid rgba(255,93,124,.42);color:#ffd1d9;font-weight:800;text-align:center}.config-start-panel{width:min(980px,100%)!important}.config-box{font-size:16px}.visibility-config-row{grid-template-columns:minmax(220px,1fr) minmax(280px,360px)!important;gap:14px!important;align-items:center!important}.visibility-config-row .field-label{font-size:15px;line-height:1.25;overflow-wrap:anywhere}.config-hint{font-size:12px!important;line-height:1.25}.stepper-control{grid-template-columns:52px minmax(170px,1fr) 52px!important;gap:8px!important;align-items:stretch}.config-value-wrap{position:relative;min-width:0;display:block}.config-value-label{position:absolute;left:12px;top:5px;z-index:1;color:#93abc8;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.05em;pointer-events:none;max-width:calc(100% - 24px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stepper-input{min-height:54px;padding:22px 12px 8px!important;font-size:clamp(17px,2.2vw,24px)!important;line-height:1.1;text-align:center;letter-spacing:.01em}.config-value-unit{display:block;margin-top:4px;color:#b8c9df;font-size:12px;font-weight:800;text-align:center;line-height:1.1}.stepper-btn{min-height:54px!important;min-width:52px!important;font-size:28px!important}.config-color-control{display:grid;grid-template-columns:76px minmax(120px,1fr);gap:10px;align-items:center}.config-color{width:76px;min-height:54px!important;padding:4px!important}.config-color-value{min-height:54px;display:flex;align-items:center;justify-content:center;padding:8px 12px;border-radius:12px;border:1px solid rgba(255,255,255,.14);background:#0307129e;color:#f8fbff;font-size:18px;font-weight:900;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}@media (max-width:720px){.visibility-config-row{grid-template-columns:1fr!important;gap:8px!important}.stepper-control{grid-template-columns:54px minmax(0,1fr) 54px!important}.config-start-panel{width:100%!important}}@media (max-width:390px){.stepper-control{grid-template-columns:48px minmax(0,1fr) 48px!important;gap:6px!important}.stepper-input{font-size:18px!important;padding-left:6px!important;padding-right:6px!important}.config-color-control{grid-template-columns:64px minmax(0,1fr)}.config-color{width:64px}.config-color-value{font-size:16px;padding-left:6px;padding-right:6px}}.config-required-overlay,.config-required-overlay *{box-sizing:border-box}.config-required-overlay{width:100vw;max-width:100vw;overflow-x:hidden!important}.config-start-panel{width:min(980px,calc(100vw - 24px))!important;max-width:calc(100vw - 24px)!important;max-height:calc(100dvh - 24px)!important;overflow:auto!important;overflow-x:hidden!important;padding:clamp(12px,2.4vw,22px)!important}.config-box,.config-subsection,.visibility-config-row,.stepper-control,.config-color-control,.config-value-wrap{max-width:100%!important;min-width:0!important}.visibility-config-row{grid-template-columns:minmax(0,1fr) minmax(0,360px)!important}.stepper-control{grid-template-columns:minmax(42px,52px) minmax(0,1fr) minmax(42px,52px)!important;width:100%!important}.stepper-btn{width:100%!important;min-width:0!important;padding:0!important}.stepper-input{width:100%!important;min-width:0!important;max-width:100%!important}.config-value-label{max-width:calc(100% - 16px)!important;left:8px!important}.config-color-control{grid-template-columns:minmax(54px,76px) minmax(0,1fr)!important;width:100%!important}.config-color{width:100%!important;min-width:0!important}.config-color-value{min-width:0!important;max-width:100%!important;overflow:hidden;text-overflow:ellipsis}@media (max-width:720px){.config-required-overlay{padding:8px!important;padding-top:max(8px,env(safe-area-inset-top,0px))!important;padding-bottom:max(8px,env(safe-area-inset-bottom,0px))!important}.config-start-panel{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;margin:0 auto!important}.visibility-config-row{grid-template-columns:minmax(0,1fr)!important}.stepper-control{grid-template-columns:48px minmax(0,1fr) 48px!important}}@media (max-width:360px){.config-required-overlay{padding:4px!important}.config-start-panel{width:calc(100vw - 8px)!important;max-width:calc(100vw - 8px)!important;max-height:calc(100dvh - 8px)!important;padding:8px!important}.config-box,.config-subsection{padding:8px!important}.stepper-control{grid-template-columns:40px minmax(0,1fr) 40px!important;gap:4px!important}.stepper-btn{min-height:48px!important;font-size:24px!important}.stepper-input{font-size:16px!important}.config-color-control{grid-template-columns:54px minmax(0,1fr)!important;gap:6px!important}.config-color-value{font-size:14px!important}}.secondary-btn{width:100%;margin-top:10px;padding:13px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.22);background:#ffffff12;color:#eef5ff;font-weight:850;cursor:pointer}.secondary-btn:active{transform:scale(.99)}.skip-config-btn{box-shadow:inset 0 0 0 1px #6ee7ff14}.dot-slow{color:#053244;text-shadow:0 1px 0 rgba(255,255,255,.45)}.dot-fire{color:#fff7db;text-shadow:0 0 10px rgba(255,60,0,.95),0 2px 0 rgba(80,0,0,.5)}.dot-icon{font-size:1.75em;line-height:1;filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}.slow-effect{border:5px solid rgba(141,232,255,.95);box-shadow:0 0 36px #8de8ffcc,inset 0 0 28px #ffffff59;background:radial-gradient(circle,rgba(230,252,255,.45),rgba(141,232,255,.18) 45%,transparent 75%)}.fire-effect{border:5px solid rgba(255,122,34,.95);box-shadow:0 0 38px #ff7a22d9,0 0 90px #ff28006b;background:radial-gradient(circle,rgba(255,238,180,.48),rgba(255,122,34,.22) 45%,transparent 75%)}.speed-effect-badge{position:absolute;left:50%;top:clamp(84px,13vh,150px);z-index:70;transform:translate(-50%);padding:10px 18px;border-radius:999px;font-weight:950;letter-spacing:.04em;text-transform:uppercase;border:1px solid rgba(255,255,255,.35);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:0 12px 32px #00000059;pointer-events:none;animation:speedBadgePulse .9s ease-in-out infinite alternate}.speed-effect-slow{background:#60d5ff3d;color:#dffaff;text-shadow:0 0 14px rgba(141,232,255,.9)}.speed-effect-fire{background:#ff681842;color:#fff2dc;text-shadow:0 0 14px rgba(255,110,30,.95)}@keyframes speedBadgePulse{0%{opacity:.72;transform:translate(-50%) scale(.98)}to{opacity:1;transform:translate(-50%) scale(1.04)}}.results-shell .secondary-btn{width:100%;margin-top:10px;padding:13px 16px;border-radius:16px;border:1px solid rgba(255,255,255,.18);background:#ffffff14;color:#fff;font-weight:800;cursor:pointer}.slow-frost-active .dot-frosted{filter:saturate(.72) brightness(1.12) drop-shadow(0 0 12px rgba(170,238,255,.92))}.slow-frost-active .dot-frosted:before{content:"";position:absolute;top:-5%;right:-5%;bottom:-5%;left:-5%;z-index:3;pointer-events:none;border-radius:inherit;background:radial-gradient(circle at 24% 20%,rgba(255,255,255,.96) 0 4%,transparent 5%),radial-gradient(circle at 68% 28%,rgba(220,250,255,.9) 0 3%,transparent 4%),radial-gradient(circle at 42% 76%,rgba(255,255,255,.82) 0 3%,transparent 4%),linear-gradient(135deg,rgba(255,255,255,.64),rgba(145,229,255,.24) 42%,transparent 68%);box-shadow:inset 0 0 12px #ffffffb3,inset 0 0 22px #97e6ff6b;mix-blend-mode:screen;animation:frostShimmer 1.1s ease-in-out infinite alternate}.slow-frost-active .dot-frosted:after{content:"❄";position:absolute;right:-.32em;top:-.42em;z-index:4;font-size:clamp(12px,38%,26px);line-height:1;color:#e9fbff;text-shadow:0 0 8px rgba(125,226,255,.95),0 0 16px rgba(255,255,255,.85);pointer-events:none;animation:frostFlakeDrift 1.25s ease-in-out infinite alternate}@keyframes frostShimmer{0%{opacity:.62;transform:scale(.98) rotate(-2deg)}to{opacity:1;transform:scale(1.03) rotate(2deg)}}@keyframes frostFlakeDrift{0%{transform:translate(-2px,1px) rotate(-12deg);opacity:.72}to{transform:translate(2px,-2px) rotate(16deg);opacity:1}}.dot-slow,.dot-fire{background:transparent!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;display:grid!important;place-items:center!important}.dot-slow .dot-ring,.dot-fire .dot-ring{display:none!important}.dot-slow .dot-icon,.dot-fire .dot-icon{display:block;font-size:clamp(28px,82%,80px);line-height:1;transform-origin:center}.dot-slow .dot-icon{filter:drop-shadow(0 0 8px rgba(141,232,255,.95)) drop-shadow(0 2px 5px rgba(0,0,0,.35));animation:slowIconSpin 3.2s linear infinite}.dot-fire .dot-icon{filter:drop-shadow(0 0 10px rgba(255,122,34,.95)) drop-shadow(0 2px 5px rgba(0,0,0,.4));animation:fireIconFlicker .22s ease-in-out infinite alternate}@keyframes slowIconSpin{to{transform:rotate(360deg)}}@keyframes fireIconFlicker{0%{transform:scale(.96) rotate(-2deg);opacity:.88}to{transform:scale(1.08) rotate(2deg);opacity:1}}.overlay{width:100vw;height:100dvh;max-width:100vw;max-height:100dvh;overflow:hidden;padding:max(8px,env(safe-area-inset-top,0px)) max(8px,env(safe-area-inset-right,0px)) max(8px,env(safe-area-inset-bottom,0px)) max(8px,env(safe-area-inset-left,0px))}.start-panel,.results-shell{max-width:calc(100vw - 16px)!important;max-height:calc(100dvh - 16px)!important;overflow:auto!important;overscroll-behavior:contain}.results-overlay{align-items:stretch!important;justify-items:center!important}.results-shell{align-self:stretch;width:min(760px,calc(100vw - 16px))!important;padding-bottom:clamp(92px,16vh,132px);scrollbar-gutter:stable both-edges}.results-shell>.primary-btn,.results-shell>.secondary-btn{position:sticky;z-index:6;margin-left:0;margin-right:0;box-shadow:0 -10px 28px #0000006b,0 10px 26px #0000004d}.results-shell>.primary-btn{bottom:58px}.results-shell>.secondary-btn{bottom:0;background:#131d31f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-width:560px),(max-height:720px){.results-shell{gap:8px;padding-bottom:112px}.result-primary,.result-secondary,.result-leaderboard{padding:12px!important;border-radius:14px!important}.result-primary h2{font-size:clamp(28px,10vw,46px)!important;margin:4px 0 6px!important}.final-score{font-size:clamp(34px,13vw,58px)!important}.result-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:6px!important}.result-grid div,.compare-row{padding:8px!important}.result-grid strong,.compare-row strong{font-size:18px!important}.mini-leaderboard{max-height:28dvh;overflow:auto}}@media (max-height:560px){.result-leaderboard{display:none}.results-shell{padding-bottom:104px}}.config-row-label{min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px}.config-row-label .field-label{min-width:0;flex:1 1 auto}.dot-type-preview{flex:0 0 auto;width:42px;height:42px;border-radius:999px;display:grid;place-items:center;color:#fff;font-weight:950;font-size:15px;border:1px solid rgba(255,255,255,.34);position:relative;overflow:hidden}.dot-type-preview:after{content:"";position:absolute;top:14%;right:14%;bottom:14%;left:14%;border-radius:inherit;border:1.5px solid rgba(255,255,255,.45);pointer-events:none}.dot-type-preview span{position:relative;z-index:1;line-height:1}.dot-type-preview-icon-only{background:transparent!important;box-shadow:none!important;border:0;font-size:30px}.dot-type-preview-icon-only:after{display:none}.dot-type-preview-rare{background:linear-gradient(135deg,#ff4d8d,#ffcf33,#58d8ff,#8457ff)!important}.dot-type-preview-jackpot{animation:previewPulse 1.15s ease-in-out infinite}@keyframes previewPulse{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (max-width:560px){.config-row-label{align-items:flex-start}.dot-type-preview{width:38px;height:38px;font-size:14px}.dot-type-preview-icon-only{font-size:28px}}.fireball-effect{border:0;background:radial-gradient(circle,#fff6b8 0%,#ffb13b 20%,#ff4a12 42%,rgba(164,21,0,.72) 58%,transparent 76%);box-shadow:0 0 28px #ff7814f2,0 0 72px #ff3000b8;animation:fireballBurst .62s cubic-bezier(.12,.86,.24,1) forwards;mix-blend-mode:screen}.fireball-effect:before,.fireball-effect:after{content:"";position:absolute;top:-45%;right:-45%;bottom:-45%;left:-45%;border-radius:50%;pointer-events:none}.fireball-effect:before{background:conic-gradient(from 0deg,transparent,#ffea75,#ff4a12,transparent,#ff9d00,transparent);animation:fireballSpin .62s ease-out forwards}.fireball-effect:after{top:-80%;right:-80%;bottom:-80%;left:-80%;border:5px solid rgba(255,179,54,.72);box-shadow:0 0 38px #ff5300d9;animation:fireballShockwave .62s ease-out forwards}@keyframes fireballBurst{}@keyframes fireballSpin{}@keyframes fireballShockwave{}.effect-points{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;white-space:nowrap;font-weight:1000;font-size:clamp(18px,4.5vw,56px);line-height:1;letter-spacing:-.04em;color:#fff;text-shadow:0 3px 0 rgba(0,0,0,.35),0 0 16px rgba(255,255,255,.85),0 0 34px currentColor;pointer-events:none;animation:effectPointsFloat .72s cubic-bezier(.12,.86,.24,1) forwards}.fireball-effect .effect-points{color:#fff5b8;text-shadow:0 4px 0 rgba(100,18,0,.42),0 0 20px rgba(255,225,85,.95),0 0 54px rgba(255,80,0,.9)}.danger-effect .effect-points,.unknown-effect .effect-points{color:#ffd7df}@keyframes effectPointsFloat{}.fire-active .dot-burning{filter:drop-shadow(0 0 10px rgba(255,112,24,.8)) drop-shadow(0 0 22px rgba(255,42,0,.42))}.dot-fire-aura{position:absolute;right:-.34em;top:-.5em;z-index:5;font-size:clamp(14px,44%,30px);line-height:1;pointer-events:none;filter:drop-shadow(0 0 8px rgba(255,115,20,.95)) drop-shadow(0 0 16px rgba(255,30,0,.65));animation:dotFireAuraFlicker .18s ease-in-out infinite alternate}.dot-fire.dot-burning .dot-fire-aura{display:none}.dot-slow.dot-burning .dot-fire-aura{right:-.18em;top:-.32em;font-size:clamp(16px,52%,34px)}@keyframes dotFireAuraFlicker{0%{transform:translateY(1px) scale(.9) rotate(-5deg);opacity:.78}to{transform:translateY(-2px) scale(1.12) rotate(5deg);opacity:1}}.slow-frost-active .dot-frosted{filter:saturate(calc(1 - (.22 * var(--slow-strength, 0)))) brightness(calc(1 + (.1 * var(--slow-strength, 0)))) drop-shadow(0 0 calc(6px + 10px * var(--slow-strength, 0)) rgba(170,238,255,.82));transition:filter .18s linear}.slow-frost-active .dot-frosted:before{opacity:calc(.18 + (.62 * var(--slow-strength, 0)));animation:frostShimmerSmooth 1.9s ease-in-out infinite alternate}.slow-frost-active .dot-frosted:after{opacity:calc(.22 + (.72 * var(--slow-strength, 0)));animation:frostFlakeDriftSmooth 2.1s ease-in-out infinite alternate}@keyframes frostShimmerSmooth{0%{transform:scale(.995) rotate(-1deg)}to{transform:scale(1.015) rotate(1deg)}}@keyframes frostFlakeDriftSmooth{0%{transform:translate(-1px,.5px) rotate(-7deg)}to{transform:translate(1px,-1px) rotate(9deg)}}.fire-active .dot-burning{filter:drop-shadow(0 0 calc(5px + 5px * var(--fire-strength, 0)) rgba(255,112,24,.68)) drop-shadow(0 0 calc(8px + 12px * var(--fire-strength, 0)) rgba(255,42,0,.32));transition:filter .16s linear}.dot-fire-aura{opacity:calc(.38 + (.42 * var(--fire-strength, 0)));animation:dotFireAuraSmooth .48s ease-in-out infinite alternate}@keyframes dotFireAuraSmooth{0%{transform:translateY(.5px) scale(.95) rotate(-3deg)}to{transform:translateY(-1.5px) scale(1.06) rotate(3deg)}}.dot-slow .dot-icon{animation:slowIconSpinSmooth 5.2s linear infinite}.dot-fire .dot-icon{animation:fireIconFlickerSmooth .42s ease-in-out infinite alternate}@keyframes slowIconSpinSmooth{to{transform:rotate(360deg)}}@keyframes fireIconFlickerSmooth{0%{transform:scale(.99) rotate(-1deg);opacity:.92}to{transform:scale(1.045) rotate(1deg);opacity:1}}.speed-effect-badge{animation:speedBadgeSmooth 1.6s ease-in-out infinite alternate}@keyframes speedBadgeSmooth{0%{opacity:.68;transform:translate(-50%) translateY(1px) scale(.99)}to{opacity:.94;transform:translate(-50%) translateY(-1px) scale(1.015)}}.point-popup{position:absolute;transform:translate(-50%,-50%);z-index:60;pointer-events:none;font-size:clamp(1.5rem,4vw,3.5rem);font-weight:1000;letter-spacing:.03em;text-shadow:0 4px 16px rgba(0,0,0,.6),0 0 18px currentColor;animation:pointPopupFloat 1.25s ease-out forwards;white-space:nowrap}.point-popup-positive{color:#fff38a}.point-popup-negative{color:#ff6b6b}.point-popup-neutral{color:#e5e7eb}@keyframes pointPopupFloat{}.point-popup-jackpot{color:#fff7ad;font-size:clamp(2.4rem,8vw,6rem);font-weight:1000;z-index:999;text-shadow:0 4px 20px rgba(0,0,0,.85),0 0 16px #ff006e,0 0 32px #ffd166,0 0 48px #06d6a0;animation:jackpotPointPopup 3.2s cubic-bezier(.16,1,.3,1) forwards}@keyframes jackpotPointPopup{}.jackpot-effect{z-index:999!important;pointer-events:none!important;overflow:visible!important}.jackpot-effect .effect-points{z-index:1000!important;color:#fff7ad!important;font-size:clamp(2.6rem,8vw,6.5rem)!important;animation:jackpotPointsHold 3.35s cubic-bezier(.16,1,.3,1) forwards!important;text-shadow:0 5px 24px rgba(0,0,0,.95),0 0 18px #ff006e,0 0 36px #ffd166,0 0 62px #06d6a0!important}@keyframes jackpotPointsHold{}.click-point-popup{position:absolute;left:0;top:0;transform:translate(-50%,-50%);z-index:9999;pointer-events:none;white-space:nowrap;font-weight:1000;line-height:1;letter-spacing:-.04em;font-size:clamp(24px,5.2vw,64px);color:#fff6a8;text-shadow:0 4px 0 rgba(0,0,0,.45),0 0 16px rgba(255,255,255,.8),0 0 34px currentColor;animation:clickPointPopup 1.3s cubic-bezier(.12,.86,.24,1) forwards}.click-point-popup-negative{color:#ffb3c0}.click-point-popup-jackpot{z-index:10000;font-size:clamp(34px,8vw,92px);color:#fff7ad;text-shadow:0 6px 0 rgba(0,0,0,.55),0 0 18px #ff006e,0 0 38px #ffd166,0 0 72px #06d6a0;animation:jackpotClickPointPopup 3.6s cubic-bezier(.16,1,.3,1) forwards}@keyframes clickPointPopup{}@keyframes jackpotClickPointPopup{}.point-popup,.jackpot-point-popup,.click-point-popup{z-index:900;transform-origin:center}.point-popup{animation:polishedPointPopup 1.55s cubic-bezier(.18,.9,.24,1) forwards}.point-popup-jackpot,.jackpot-point-popup{z-index:980;animation:polishedJackpotPopup 3.05s cubic-bezier(.16,1,.3,1) forwards}.level-up,.level-up-banner,.level-up-popup,.level-toast,.level-message{z-index:960!important;pointer-events:none;transform-origin:center;animation:polishedLevelUpBanner 2.35s cubic-bezier(.16,1,.3,1) forwards!important}@keyframes polishedPointPopup{}@keyframes polishedJackpotPopup{}@keyframes polishedLevelUpBanner{}.level-up,.level-up-banner,.level-up-popup,.level-toast,.level-message{position:absolute;left:50%;top:clamp(68px,12vh,130px);max-width:min(92vw,720px);padding:clamp(10px,2vw,18px) clamp(18px,4vw,34px);border-radius:999px;text-align:center;font-weight:1000;letter-spacing:.04em;background:linear-gradient(135deg,#ffffff2e,#ffffff0f),#0f172aa8;border:1px solid rgba(255,255,255,.22);box-shadow:0 18px 50px #00000052,0 0 36px #ffffff29;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.point-popup,.jackpot-point-popup,.click-point-popup{text-shadow:0 3px 14px rgba(0,0,0,.7),0 0 20px currentColor}.reset-config-btn{width:100%;margin-top:10px;border:1px solid rgba(255,255,255,.28);background:#ffffff14;color:#f8fafc}.reset-config-btn:hover,.reset-config-btn:focus-visible{background:#ffffff24;border-color:#ffffff6b}html,body,#root{min-height:100%}.quick-start-no-config,.startup-error{position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at top,rgba(59,130,246,.2),transparent 42%),#05070f;color:#f8fafc}.quick-start-card,.startup-error-card{width:min(92vw,560px);max-height:90vh;overflow:auto;border-radius:24px;border:1px solid rgba(255,255,255,.18);background:#0f172aeb;box-shadow:0 24px 80px #00000073;padding:clamp(20px,4vw,34px);text-align:center}.startup-error-card{text-align:left}.startup-error-card pre{white-space:pre-wrap;overflow:auto;max-height:50vh;padding:12px;border-radius:12px;background:#00000059}.normal-start-panel{width:min(720px,100%);max-height:min(92vh,860px);overflow:auto}.start-leaderboard-box{margin-top:14px}.start-leaderboard-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.start-leaderboard-header h3{margin:0}.leaderboard-select{width:auto;min-width:150px;max-width:100%}.leaderboard-empty{padding:12px;border-radius:12px;background:#ffffff0f;color:#cbd5e1;text-align:center;font-weight:700}.result-leaderboard-switcher{margin-top:12px}@media (max-width: 560px){.start-leaderboard-header{align-items:stretch;flex-direction:column}.leaderboard-select{width:100%}}.panel,.start-panel,.config-start-panel,.normal-start-panel,.config-box,.result-card,.game-over-panel{color:#e5e7eb}.field-label,h1,h2,h3,h4,h5,h6{color:inherit}.config-hint{opacity:.8}.field-input,select,textarea{color:#1f2937}.field-input::placeholder,input::placeholder,textarea::placeholder{color:#6b7280}.mini-leaderboard-row em,.score-readout,.progress-readout,.timer-readout{opacity:.95}.level-up,.click-point-popup,.jackpot-point-popup,.point-popup{text-shadow:0 1px 4px rgba(0,0,0,.6)}select.field-input,.leaderboard-select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:linear-gradient(180deg,#ffffff1f,#ffffff0b),#0f172ae0;color:#eef6ff;border:1px solid rgba(148,163,184,.42);border-radius:14px;padding:11px 42px 11px 14px;font-weight:800;letter-spacing:.01em;box-shadow:inset 0 1px #ffffff1a,0 8px 22px #0000002e;background-image:linear-gradient(180deg,#ffffff1f,#ffffff0b),linear-gradient(45deg,transparent 50%,#9bdcff 50%),linear-gradient(135deg,#9bdcff 50%,transparent 50%);background-position:0 0,calc(100% - 22px) 50%,calc(100% - 15px) 50%;background-size:auto,7px 7px,7px 7px;background-repeat:no-repeat}select.field-input:hover,.leaderboard-select:hover{border-color:#9bdcffb8;background-color:#142038f5}select.field-input:focus,.leaderboard-select:focus{outline:none;border-color:#6ee7ffeb;box-shadow:0 0 0 3px #6ee7ff2e,inset 0 1px #ffffff1f,0 10px 28px #00000038}select.field-input option,.leaderboard-select option{background:#111827;color:#f8fafc;font-weight:700}.start-leaderboard-header .leaderboard-select,.result-leaderboard-switcher .leaderboard-select{min-width:160px;max-width:100%}@media (max-width: 560px){select.field-input,.leaderboard-select{width:100%}}input.field-input:not([type=color]),textarea.field-input{background:linear-gradient(180deg,#ffffff21,#ffffff0d),#0f172ae0;color:#eef6ff;border:1px solid rgba(148,163,184,.42);border-radius:14px;padding:11px 14px;font-weight:800;letter-spacing:.01em;box-shadow:inset 0 1px #ffffff1a,0 8px 22px #0000002e}input.field-input:not([type=color])::placeholder,textarea.field-input::placeholder{color:#e2e8f0ad;font-weight:700}input.field-input:not([type=color]):hover,textarea.field-input:hover{border-color:#9bdcffb8;background-color:#142038f5}input.field-input:not([type=color]):focus,textarea.field-input:focus{outline:none;border-color:#6ee7ffeb;color:#fff;box-shadow:0 0 0 3px #6ee7ff2e,inset 0 1px #ffffff1f,0 10px 28px #00000038}input.field-input:-webkit-autofill,input.field-input:-webkit-autofill:hover,input.field-input:-webkit-autofill:focus{-webkit-text-fill-color:#eef6ff;box-shadow:0 0 0 1000px #0f172af5 inset,0 0 0 3px #6ee7ff1f;caret-color:#fff}.normal-start-panel input.field-input,.config-start-panel input.field-input{width:100%}.player-identity-pane{position:fixed;top:96px;right:0;z-index:85;display:flex;align-items:flex-start;transform:translate(calc(100% - 44px));transition:transform .24s ease,filter .24s ease;filter:drop-shadow(0 16px 40px rgba(0,0,0,.35))}.player-identity-pane.open{transform:translate(0)}.player-identity-toggle{writing-mode:vertical-rl;transform:rotate(180deg);min-height:160px;padding:12px 8px;border:1px solid rgba(148,163,184,.36);border-right:0;border-radius:14px 0 0 14px;background:#0f172aeb;color:#eef6ff;font-weight:900;letter-spacing:.04em;cursor:pointer}.player-identity-content{width:min(340px,calc(100vw - 52px));max-height:min(78vh,760px);overflow:auto;padding:16px;border:1px solid rgba(148,163,184,.36);border-radius:0 0 0 18px;background:linear-gradient(180deg,#ffffff14,#ffffff08),#0f172af0;color:#e5e7eb;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.identity-eyebrow{color:#9bdcff;text-transform:uppercase;letter-spacing:.16em;font-size:11px;font-weight:900}.player-identity-content h3{margin:4px 0 2px;color:#fff}.identity-id{margin-bottom:12px;color:#cbd5e1;font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}.identity-stats-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.identity-stats-grid div,.identity-achievement,.identity-game-row,.identity-empty{border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#ffffff0e;padding:9px}.identity-stats-grid span,.identity-achievement span,.identity-game-row span,.identity-empty{display:block;color:#cbd5e1;font-size:12px;font-weight:700}.identity-stats-grid strong,.identity-achievement strong,.identity-game-row strong{color:#fff}.identity-section{margin-top:14px}.identity-section h4{margin:0 0 8px;color:#eef6ff}.identity-accomplishments,.identity-games{display:grid;gap:8px}.identity-achievement.locked{opacity:.62}.identity-achievement.earned{border-color:#fde68a6b;background:#fde68a1a}.identity-game-row{display:grid;grid-template-columns:1fr auto auto;gap:8px;align-items:center}.identity-game-row em{color:#9bdcff;font-style:normal;font-weight:800}@media (max-width: 760px){.player-identity-pane{top:78px;transform:translate(calc(100% - 40px))}.player-identity-content{max-height:72vh}.player-identity-toggle{min-height:138px}}.click-point-popup,.point-popup,.jackpot-point-popup,.effect .effect-points{z-index:70}.results-overlay,.start-overlay,.config-required-overlay,.player-identity-pane.open{z-index:1000}.player-identity-pane{z-index:920}.results-overlay .click-point-popup,.results-overlay .point-popup,.results-overlay .jackpot-point-popup{display:none}.personal-best-callout{margin:16px auto 0;width:min(100%,420px);padding:14px 16px;border-radius:18px;border:1px solid rgba(253,230,138,.45);background:radial-gradient(circle at top left,rgba(253,230,138,.22),transparent 42%),#ffffff14;box-shadow:0 16px 48px #00000042,0 0 34px #fde68a2e;color:#fff7d6;text-align:center}.personal-best-badge{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:6px 12px;margin-bottom:8px;border-radius:999px;background:#fde68a2e;color:#fff3b0;font-size:clamp(13px,2vw,16px);font-weight:1000;letter-spacing:.04em;text-transform:uppercase}.personal-best-callout strong{display:block;font-size:clamp(28px,6vw,54px);line-height:1;color:#fff;text-shadow:0 3px 18px rgba(0,0,0,.55),0 0 22px rgba(253,230,138,.45)}.personal-best-callout span{display:block;margin-top:4px;color:#fde68a;font-weight:800}.personal-best-muted{border-color:#94a3b847;background:#ffffff0e;box-shadow:none;color:#e5e7eb}.personal-best-muted .personal-best-badge{background:#94a3b824;color:#e5e7eb}.personal-best-muted span{color:#cbd5e1}.personal-best-level{margin-top:10px;color:#9bdcff;font-weight:1000;text-transform:uppercase;letter-spacing:.06em}.leaderboard-filter-controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end}.leaderboard-filter-controls .leaderboard-select{min-width:150px}.mini-leaderboard-row small{display:inline-block;margin-left:6px;color:#9bdcff;font-size:11px;font-weight:800;vertical-align:middle}@media (max-width:640px){.leaderboard-filter-controls{width:100%;justify-content:stretch}.leaderboard-filter-controls .leaderboard-select{flex:1 1 100%;width:100%}}.compact-leaderboard-header{position:relative;align-items:flex-start}.leaderboard-filter-summary{display:block;margin-top:3px;color:#9bdcff;font-size:12px;font-weight:800;letter-spacing:.02em}.leaderboard-filter-toggle{width:34px;height:34px;flex:0 0 auto;border-radius:12px;border:1px solid rgba(148,163,184,.38);background:linear-gradient(180deg,#ffffff1f,#ffffff0a),#0f172ae0;color:#e0f7ff;font-size:20px;font-weight:1000;line-height:1;cursor:pointer;transition:transform .18s ease,border-color .18s ease,background .18s ease}.leaderboard-filter-toggle[aria-expanded=true]{transform:rotate(180deg);border-color:#6ee7ffbf}.leaderboard-filter-popover{position:absolute;right:0;top:calc(100% + 8px);z-index:1200;width:min(260px,calc(100vw - 44px));padding:12px;display:grid;gap:8px;border:1px solid rgba(148,163,184,.36);border-radius:16px;background:linear-gradient(180deg,#ffffff1a,#ffffff0a),#0f172af5;box-shadow:0 18px 48px #00000061;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.leaderboard-filter-popover label{color:#cbd5e1;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.leaderboard-filter-popover .leaderboard-select{width:100%;min-width:0}.effect{will-change:transform,opacity,filter;filter:blur(calc(var(--fx-blur, 0) * 1px)) saturate(1.08);transition:opacity .18s linear}.bonus-effect,.rare-effect,.jackpot-effect,.fireball-effect,.unknown-effect{animation-timing-function:cubic-bezier(.16,.84,.22,1)!important}.bonus-effect{box-shadow:0 0 20px #ffdc5a6b,0 0 48px #ffa03c42}.rare-effect{box-shadow:0 0 28px #6ee7ff6b,0 0 72px #8159ff42}.fireball-effect{box-shadow:0 0 28px #ff74248c,0 0 84px #ff2a0057;mix-blend-mode:screen}.jackpot-effect{box-shadow:0 0 44px #ffffffd1,0 0 120px #ff00b46b,0 0 170px #00c8ff59}@keyframes smootherExplosionFade{0%{opacity:0;transform:scale(.42);filter:blur(1px) saturate(1.15)}12%{opacity:1;transform:scale(.9);filter:blur(0) saturate(1.25)}68%{opacity:.72;filter:blur(.2px) saturate(1.08)}to{opacity:0;transform:scale(2.3);filter:blur(3px) saturate(1)}}.effect,.bonus-effect,.rare-effect,.jackpot-effect,.fireball-effect,.unknown-effect{z-index:58!important;pointer-events:none;backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,opacity,filter;image-rendering:auto;filter:saturate(1.12) contrast(1.04);mix-blend-mode:screen}.effect:before,.effect:after,.bonus-effect:before,.bonus-effect:after,.rare-effect:before,.rare-effect:after,.jackpot-effect:before,.jackpot-effect:after,.fireball-effect:before,.fireball-effect:after{backface-visibility:hidden;transform-style:preserve-3d;will-change:transform,opacity}.effect .effect-points{z-index:150!important}.click-point-popup,.point-popup,.jackpot-point-popup{z-index:240!important;isolation:isolate;pointer-events:none;filter:none!important;mix-blend-mode:normal!important;text-shadow:0 3px 14px rgba(0,0,0,.82),0 0 14px rgba(0,0,0,.55),0 0 22px currentColor}.click-point-popup-jackpot,.point-popup-jackpot,.jackpot-point-popup{z-index:260!important;text-shadow:0 5px 20px rgba(0,0,0,.92),0 0 20px #ff006e,0 0 38px #ffd166,0 0 58px rgba(6,214,160,.8)}.bonus-effect,.rare-effect,.unknown-effect{opacity:.78}.fireball-effect{opacity:.72}.jackpot-effect{opacity:.82}.bonus-effect,.rare-effect,.jackpot-effect,.fireball-effect,.unknown-effect{animation-duration:1.05s!important;animation-timing-function:cubic-bezier(.18,.86,.22,1)!important}.bonus-effect:before,.bonus-effect:after,.rare-effect:before,.rare-effect:after,.jackpot-effect:before,.jackpot-effect:after,.fireball-effect:before,.fireball-effect:after{border-width:2px!important;opacity:.62;filter:blur(.15px) saturate(1.18)}.jackpot-effect:before,.jackpot-effect:after{opacity:.5}.fireball-effect:before,.fireball-effect:after{opacity:.46}.results-overlay,.start-overlay,.config-required-overlay,.player-identity-pane,.player-identity-pane.open{z-index:1000!important}.result-leaderboard,.start-leaderboard-box{position:relative;overflow:visible!important;background:radial-gradient(circle at top left,rgba(155,220,255,.16),transparent 36%),linear-gradient(180deg,#ffffff1a,#ffffff09),#0f172aeb;border-color:#9bdcff3d}.mini-leaderboard{display:grid;gap:8px}.mini-leaderboard-row{display:grid;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:14px;background:linear-gradient(135deg,#ffffff14,#ffffff06),#0206173d;box-shadow:inset 0 1px #ffffff14}.mini-leaderboard-row:nth-child(1){border-color:#fde68a5c;background:radial-gradient(circle at left,rgba(253,230,138,.18),transparent 42%),#ffffff0e}.mini-leaderboard-row span:first-child{display:inline-grid;place-items:center;min-width:34px;min-height:34px;border-radius:999px;background:#9bdcff1f;color:#dff8ff;font-weight:1000}.mini-leaderboard-row:nth-child(1) span:first-child{background:#fde68a2e;color:#fff1a8}.mini-leaderboard-row strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-leaderboard-row em{padding:5px 9px;border-radius:999px;background:#0f172a9e;color:#fde68a;font-style:normal;font-weight:1000}.mini-leaderboard-row.current-game{border-color:#6ee7ffa6;box-shadow:inset 0 1px #ffffff1f,0 0 0 3px #6ee7ff1a}.compact-leaderboard-header,.result-leaderboard-switcher{position:relative;z-index:1300}.leaderboard-filter-toggle{position:relative;z-index:1310}.leaderboard-filter-popover{z-index:5000!important;pointer-events:auto}.results-shell,.start-panel,.normal-start-panel{overflow:visible!important}.game-over-soft-fade{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990;pointer-events:none;background:radial-gradient(circle at center,#0f172a1f,#000000c7);animation:gameOverSoftFadeIn .9s ease-in forwards}@keyframes gameOverSoftFadeIn{0%{opacity:0;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}to{opacity:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}}.result-player-identity{background:radial-gradient(circle at top right,rgba(253,230,138,.14),transparent 38%),linear-gradient(180deg,#ffffff14,#ffffff09),#0f172aeb;border-color:#fde68a38}.mini-leaderboard-row small.leaderboard-completed-at{display:block;margin:2px 0 0;color:#cbd5e1b8;font-size:10px;font-weight:700;letter-spacing:.02em;line-height:1.15}.mini-leaderboard-row.current-game small.leaderboard-completed-at{color:#e0f7ffd1}@media (max-width: 520px){.mini-leaderboard-row small.leaderboard-completed-at{font-size:9px}}.compact-player-stats{padding:14px}.compact-player-stats-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.compact-player-stats-header h3{margin:0}.compact-player-stats-header span{display:block;margin-top:2px;color:#cbd5e1;font-size:12px;font-weight:800}.compact-expand-btn{flex:0 0 auto;padding:8px 11px;border-radius:999px;border:1px solid rgba(155,220,255,.35);background:#9bdcff1a;color:#dff8ff;font-weight:900;cursor:pointer}.compact-expand-btn:hover,.compact-expand-btn:focus-visible{outline:none;border-color:#6ee7ffbf;background:#9bdcff29}.compact-bests-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.compact-bests-grid div{padding:10px;border-radius:14px;background:#fff1;border:1px solid rgba(255,255,255,.1);text-align:center}.compact-bests-grid span{display:block;color:#cbd5e1;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.compact-bests-grid strong{display:block;margin-top:3px;color:#fff;font-size:clamp(18px,3vw,28px)}.expanded-player-stats{margin-top:12px;padding-top:12px;border-top:1px solid rgba(255,255,255,.12)}.expanded-accomplishment-strip{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.expanded-accomplishment-strip span{padding:5px 8px;border-radius:999px;background:#fde68a1f;color:#fff1a8;font-size:11px;font-weight:800}.result-leaderboard{min-height:180px}@media (max-width: 560px){.compact-player-stats-header{align-items:stretch;flex-direction:column}.compact-expand-btn{width:100%}.compact-bests-grid{grid-template-columns:1fr}}.results-overlay{overflow:auto;padding:clamp(12px,3vw,28px)}.results-shell{width:min(1100px,96vw);max-height:none;padding-bottom:max(20px,env(safe-area-inset-bottom,0px));align-content:start}.result-secondary{display:none!important}.result-actions{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%;margin-top:4px;padding-bottom:4px;z-index:1}.result-actions .primary-btn,.result-actions .secondary-btn{margin-top:0;min-height:48px}@media (max-width: 640px){.results-overlay{align-items:start}.results-shell{width:min(100%,96vw);padding-bottom:20px}.result-actions{grid-template-columns:1fr}}
