.CalibrationPanel-module__sScaVa__panel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:10px;padding:14px;display:flex}.CalibrationPanel-module__sScaVa__header{justify-content:space-between;align-items:baseline;display:flex}.CalibrationPanel-module__sScaVa__title{letter-spacing:.18em;text-transform:uppercase;color:#ffffff80;font-size:11px}.CalibrationPanel-module__sScaVa__value{font-variant-numeric:tabular-nums;font-weight:800}.CalibrationPanel-module__sScaVa__buttons{grid-template-columns:1fr 1fr 1fr;gap:8px;display:grid}.CalibrationPanel-module__sScaVa__btn,.CalibrationPanel-module__sScaVa__btnReset{color:#fff;cursor:pointer;font-variant-numeric:tabular-nums;-webkit-tap-highlight-color:transparent;background:#ffffff0f;border:1px solid #ffffff24;border-radius:12px;padding:12px 8px;font-weight:700}.CalibrationPanel-module__sScaVa__btn:hover,.CalibrationPanel-module__sScaVa__btnReset:hover{background:#ffffff1f}.CalibrationPanel-module__sScaVa__btnReset{color:#ffffffb3}.CalibrationPanel-module__sScaVa__debug{color:#ffffff73;font-variant-numeric:tabular-nums;justify-content:space-between;font-size:12px;display:flex}
.ScorePanel-module__LmwOGG__panel{background:#ffffff0a;border:1px solid #ffffff14;border-radius:16px;flex-direction:column;gap:14px;min-width:180px;padding:16px;display:flex}.ScorePanel-module__LmwOGG__scoreBlock{flex-direction:column;display:flex}.ScorePanel-module__LmwOGG__scoreValue{font-variant-numeric:tabular-nums;font-size:clamp(26px,3.4vw,40px);font-weight:800;line-height:1}.ScorePanel-module__LmwOGG__scoreLabel,.ScorePanel-module__LmwOGG__comboLabel{letter-spacing:.18em;color:#ffffff80;margin-top:4px;font-size:11px}.ScorePanel-module__LmwOGG__comboBlock{flex-direction:column;display:flex}.ScorePanel-module__LmwOGG__comboValue{font-variant-numeric:tabular-nums;font-size:clamp(20px,2.6vw,30px);font-weight:700;line-height:1}.ScorePanel-module__LmwOGG__mult{color:#fde047;font-style:normal;font-weight:800}.ScorePanel-module__LmwOGG__stats{grid-template-columns:repeat(2,1fr);gap:6px 12px;margin:0;display:grid}.ScorePanel-module__LmwOGG__stat{justify-content:space-between;align-items:baseline;font-size:13px;display:flex}.ScorePanel-module__LmwOGG__stat dt{color:#ffffff8c}.ScorePanel-module__LmwOGG__stat dd{font-variant-numeric:tabular-nums;margin:0;font-weight:700}.ScorePanel-module__LmwOGG__perfect dd{color:#fde047}.ScorePanel-module__LmwOGG__great dd{color:#4ade80}.ScorePanel-module__LmwOGG__good dd{color:#60a5fa}.ScorePanel-module__LmwOGG__miss dd{color:#f87171}
.GameScreen-module__GvTgVG__screen{background:linear-gradient(#0a0d18,#05060a);flex-direction:column;height:100dvh;display:flex;overflow:hidden}.GameScreen-module__GvTgVG__header{border-bottom:1px solid #ffffff0f;flex:none;justify-content:space-between;align-items:center;height:56px;padding:0 16px;display:flex}.GameScreen-module__GvTgVG__headerLeft,.GameScreen-module__GvTgVG__headerRight{align-items:center;gap:14px;display:flex}.GameScreen-module__GvTgVG__back{color:var(--text-dim);font-size:15px;font-weight:700}.GameScreen-module__GvTgVG__titleGroup{flex-direction:column;min-width:0;display:flex}.GameScreen-module__GvTgVG__songTitle{text-overflow:ellipsis;white-space:nowrap;max-width:40vw;font-size:15px;font-weight:700;overflow:hidden}.GameScreen-module__GvTgVG__songSubtitle{color:var(--text-dim);text-overflow:ellipsis;white-space:nowrap;max-width:40vw;font-size:12px;overflow:hidden}.GameScreen-module__GvTgVG__pauseBtn{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff29;border-radius:10px;padding:9px 18px;font-weight:700}.GameScreen-module__GvTgVG__stage{flex:auto;min-height:0;position:relative}.GameScreen-module__GvTgVG__overlay{z-index:5;pointer-events:none;position:absolute}.GameScreen-module__GvTgVG__overlay>*{pointer-events:auto}.GameScreen-module__GvTgVG__overlayTopLeft{top:12px;left:12px}.GameScreen-module__GvTgVG__overlayTopRight{top:12px;right:12px}.GameScreen-module__GvTgVG__canvasLayer{z-index:1;position:absolute;inset:0}.GameScreen-module__GvTgVG__ytBackground{z-index:0;opacity:.22;pointer-events:none;background:#000;position:absolute;inset:0;overflow:hidden}.GameScreen-module__GvTgVG__ytBackground iframe{pointer-events:none;border:0;width:177.78vh;min-width:100vw;height:100vh;min-height:56.25vw;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GameScreen-module__GvTgVG__countdown{z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);pointer-events:none;background:#05060a73;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex;position:absolute;inset:0}.GameScreen-module__GvTgVG__countdownNumber{color:#fff;font-variant-numeric:tabular-nums;text-shadow:0 0 40px #22c55e99,0 0 12px #fff6;font-size:clamp(96px,24vw,220px);font-weight:850;line-height:1;animation:1s ease-out forwards GameScreen-module__GvTgVG__countdownPop}.GameScreen-module__GvTgVG__countdownHint{letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);font-size:clamp(14px,3vw,20px);font-weight:700}@keyframes GameScreen-module__GvTgVG__countdownPop{0%{opacity:0;transform:scale(.4)}25%{opacity:1;transform:scale(1.1)}60%{opacity:1;transform:scale(1)}to{opacity:.35;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){.GameScreen-module__GvTgVG__countdownNumber{animation:none}}.GameScreen-module__GvTgVG__splash{z-index:10;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#05060ab8;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.GameScreen-module__GvTgVG__splashCard{text-align:center;background:#121626eb;border:1px solid #ffffff1a;border-radius:22px;flex-direction:column;gap:16px;width:min(440px,90vw);padding:32px;display:flex;box-shadow:0 30px 80px #00000080}.GameScreen-module__GvTgVG__splashTitle{margin:0;font-size:30px;font-weight:850}.GameScreen-module__GvTgVG__splashSubtitle{color:var(--text-dim);margin:0;line-height:1.5}.GameScreen-module__GvTgVG__splashActions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.GameScreen-module__GvTgVG__primaryBtn,.GameScreen-module__GvTgVG__secondaryBtn{cursor:pointer;border:none;border-radius:12px;padding:15px 30px;font-size:16px;font-weight:800}.GameScreen-module__GvTgVG__primaryBtn{color:#fff;background:linear-gradient(#22c55e,#15803d)}.GameScreen-module__GvTgVG__secondaryBtn{color:#fff;background:#ffffff14;border:1px solid #ffffff2e;justify-content:center;align-items:center;display:inline-flex}.GameScreen-module__GvTgVG__resultScore{font-variant-numeric:tabular-nums;font-size:46px;font-weight:850}.GameScreen-module__GvTgVG__resultGrid{text-align:left;grid-template-columns:1fr auto;gap:8px 24px;padding:4px 8px;font-size:15px;display:grid}.GameScreen-module__GvTgVG__resultGrid span{color:var(--text-dim)}.GameScreen-module__GvTgVG__resultGrid strong{font-variant-numeric:tabular-nums;text-align:right}@media (max-width:720px){.GameScreen-module__GvTgVG__overlay{transform-origin:top var(--corner,left);transform:scale(.82)}.GameScreen-module__GvTgVG__overlayTopRight{--corner:right}.GameScreen-module__GvTgVG__titleGroup{display:none}}
