.MultipleChoice-module___SSQzq__container{grid-template-columns:1fr 1fr;gap:.75rem;width:100%;max-width:700px;margin:0 auto;display:grid}@media (max-width:500px){.MultipleChoice-module___SSQzq__container{grid-template-columns:1fr;gap:.625rem}}.MultipleChoice-module___SSQzq__option{background:var(--bg-card);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-default);cursor:pointer;text-align:left;border-radius:50px;align-items:center;gap:.875rem;padding:.875rem 1.25rem;transition:all .2s;display:flex}@media (hover:hover){.MultipleChoice-module___SSQzq__option:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--cinema-purple);box-shadow:0 4px 20px var(--cinema-purple-glow);transform:translateY(-2px)}}.MultipleChoice-module___SSQzq__option:disabled{cursor:not-allowed;opacity:.6}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__correct{background:var(--success-glow);border-color:var(--success);box-shadow:0 0 25px var(--success-glow);animation:.5s ease-out MultipleChoice-module___SSQzq__correctPulse}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__wrong{opacity:.7;background:#c47b7b26;border-color:#c47b7b66}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__selectedWrong{border-color:var(--error);box-shadow:0 0 20px var(--error-glow);background:#c47b7b40}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__eliminated{opacity:.4;cursor:not-allowed;background:#6464641a;border-color:#6464644d;text-decoration:line-through;position:relative}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__eliminated .MultipleChoice-module___SSQzq__letter{background:var(--text-muted)}.MultipleChoice-module___SSQzq__eliminatedBadge{color:var(--error);font-size:1.25rem;font-weight:700;position:absolute;right:12px}@keyframes MultipleChoice-module___SSQzq__correctPulse{0%{opacity:1}50%{opacity:.8}to{opacity:1}}.MultipleChoice-module___SSQzq__letter{background:var(--cinema-purple);width:28px;height:28px;color:var(--text-primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.875rem;font-weight:700;transition:all .2s;display:flex}@media (hover:hover){.MultipleChoice-module___SSQzq__option:hover:not(:disabled) .MultipleChoice-module___SSQzq__letter{background:#b09fd4;transform:scale(1.1)}}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__correct .MultipleChoice-module___SSQzq__letter{background:var(--success)}.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__wrong .MultipleChoice-module___SSQzq__letter,.MultipleChoice-module___SSQzq__option.MultipleChoice-module___SSQzq__selectedWrong .MultipleChoice-module___SSQzq__letter{background:var(--error)}.MultipleChoice-module___SSQzq__text{color:var(--text-primary);font-size:.95rem;font-weight:500;line-height:1.35}@media (min-width:768px){.MultipleChoice-module___SSQzq__container{gap:1rem;max-width:800px}.MultipleChoice-module___SSQzq__option{gap:1rem;padding:1rem 1.5rem}.MultipleChoice-module___SSQzq__letter{width:32px;height:32px;font-size:1rem}.MultipleChoice-module___SSQzq__text{font-size:1rem}}@media (max-width:480px){.MultipleChoice-module___SSQzq__option{gap:.75rem;padding:.75rem 1rem}.MultipleChoice-module___SSQzq__letter{width:24px;height:24px;font-size:.8rem}.MultipleChoice-module___SSQzq__text{font-size:.875rem}}@media (min-height:1440px){.MultipleChoice-module___SSQzq__container{gap:1rem;max-width:900px}.MultipleChoice-module___SSQzq__option{padding:1.125rem 1.75rem}.MultipleChoice-module___SSQzq__letter{width:36px;height:36px;font-size:1.125rem}.MultipleChoice-module___SSQzq__text{font-size:1.125rem}}@media (min-height:2000px){.MultipleChoice-module___SSQzq__container{gap:1.25rem;max-width:1100px}.MultipleChoice-module___SSQzq__option{border-radius:60px;padding:1.25rem 2rem}.MultipleChoice-module___SSQzq__letter{width:40px;height:40px;font-size:1.25rem}.MultipleChoice-module___SSQzq__text{font-size:1.25rem}}
.GameStats-module__mdcUkW__statsBar{-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-default);z-index:5;max-width:700px;box-shadow:var(--shadow-lg);background:#0d0b09d9;border-radius:50px;justify-content:center;align-items:center;gap:1.5rem;margin:0 auto .75rem;padding:.875rem 1.5rem;display:flex;position:relative}.GameStats-module__mdcUkW__statItem{flex-direction:column;align-items:center;gap:.125rem;min-width:40px;display:flex}.GameStats-module__mdcUkW__statIcon{font-size:1rem;line-height:1}.GameStats-module__mdcUkW__statValue{color:var(--text-primary);letter-spacing:.5px;font-size:1.125rem;font-weight:800;line-height:1}.GameStats-module__mdcUkW__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.55rem;font-weight:600}.GameStats-module__mdcUkW__scoreItem .GameStats-module__mdcUkW__statValue{color:var(--gold);text-shadow:0 0 12px var(--gold-glow);font-size:1.25rem}.GameStats-module__mdcUkW__correct{color:var(--success)!important}.GameStats-module__mdcUkW__wrong{color:var(--error)!important}.GameStats-module__mdcUkW__streakItem{background:linear-gradient(135deg,var(--gold-bright),var(--gold));box-shadow:0 0 12px var(--gold-glow);border-radius:50px;flex-direction:row;gap:.25rem;padding:.375rem .75rem;animation:1.5s ease-in-out infinite GameStats-module__mdcUkW__pulseStreak}.GameStats-module__mdcUkW__streakIcon{font-size:1rem;animation:.5s ease-in-out infinite alternate GameStats-module__mdcUkW__flameWiggle}.GameStats-module__mdcUkW__streakValue{font-size:1rem;font-weight:900;color:var(--bg-primary)!important}@keyframes GameStats-module__mdcUkW__pulseStreak{0%,to{box-shadow:0 0 12px var(--gold-glow);transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 20px #d4a57499}}@keyframes GameStats-module__mdcUkW__flameWiggle{0%{transform:translateY(0)rotate(-5deg)}to{transform:translateY(-2px)rotate(5deg)}}@media (max-width:768px){.GameStats-module__mdcUkW__statsBar{gap:1rem;min-width:280px;padding:.75rem 1rem}.GameStats-module__mdcUkW__statValue{font-size:1rem}.GameStats-module__mdcUkW__scoreItem .GameStats-module__mdcUkW__statValue{font-size:1.125rem}.GameStats-module__mdcUkW__statLabel{font-size:.5rem}}@media (max-width:480px){.GameStats-module__mdcUkW__statsBar{border-radius:16px;gap:.625rem;min-width:260px;margin:0 auto .5rem;padding:.625rem .75rem}.GameStats-module__mdcUkW__statItem{min-width:32px}.GameStats-module__mdcUkW__statValue{font-size:.875rem}.GameStats-module__mdcUkW__scoreItem .GameStats-module__mdcUkW__statValue{font-size:1rem}.GameStats-module__mdcUkW__statLabel{font-size:.45rem}.GameStats-module__mdcUkW__statIcon{font-size:.875rem}.GameStats-module__mdcUkW__streakItem{padding:.25rem .5rem}.GameStats-module__mdcUkW__streakIcon,.GameStats-module__mdcUkW__streakValue{font-size:.875rem}}@media (min-width:1024px){.GameStats-module__mdcUkW__statsBar{gap:2rem;min-width:400px;padding:1rem 2rem}.GameStats-module__mdcUkW__statValue{font-size:1.25rem}.GameStats-module__mdcUkW__scoreItem .GameStats-module__mdcUkW__statValue{font-size:1.5rem}.GameStats-module__mdcUkW__statLabel{font-size:.6rem}.GameStats-module__mdcUkW__streakItem{padding:.5rem 1rem}.GameStats-module__mdcUkW__streakIcon,.GameStats-module__mdcUkW__streakValue{font-size:1.125rem}}
.GameCard-module__ggQ8zq__gameCard{flex-direction:column;gap:.75rem;width:100%;max-width:1000px;margin:0 auto;display:flex;position:relative}.GameCard-module__ggQ8zq__imageContainer{border-radius:16px;margin-bottom:1rem;position:relative;overflow:hidden}.GameCard-module__ggQ8zq__movieImage{aspect-ratio:16/9;object-fit:cover;object-position:top center;border:2px solid var(--border-emphasis);width:100%;max-height:50vh;box-shadow:var(--shadow-lg),var(--shadow-cinema);border-radius:16px;transition:all .3s;display:block}.GameCard-module__ggQ8zq__roundBadge{-webkit-backdrop-filter:blur(12px);color:var(--text-primary);border:1px solid var(--border-emphasis);box-shadow:var(--shadow-md);z-index:100;background:#0d0b09d9;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:1rem;left:1rem}.GameCard-module__ggQ8zq__streakMini{background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:var(--bg-primary);box-shadow:0 0 10px var(--gold-glow);border-radius:50px;align-items:center;margin-left:.5rem;padding:.2rem .6rem;font-size:.75rem;font-weight:800;animation:1.5s ease-in-out infinite GameCard-module__ggQ8zq__pulseStreak;display:inline-flex}@keyframes GameCard-module__ggQ8zq__pulseStreak{0%,to{box-shadow:0 0 10px var(--gold-glow);transform:scale(1)}50%{transform:scale(1.1);box-shadow:0 0 20px #d4a57499}}.GameCard-module__ggQ8zq__resultOverlay{text-align:center;z-index:5;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem;animation:.3s ease-out GameCard-module__ggQ8zq__fadeIn;display:flex;position:absolute;inset:0}.GameCard-module__ggQ8zq__overlayCorrect{border:3px solid var(--success);background:#0d0b09e6;border-radius:16px}.GameCard-module__ggQ8zq__overlayWrong{border:3px solid var(--error);background:#0d0b09e6;border-radius:16px}@keyframes GameCard-module__ggQ8zq__fadeIn{0%{opacity:0}to{opacity:1}}.GameCard-module__ggQ8zq__resultBadge{border-radius:50px;align-items:center;gap:.75rem;margin-bottom:1rem;padding:.75rem 2rem;font-size:1.75rem;font-weight:900;animation:.3s ease-out GameCard-module__ggQ8zq__popIn;display:flex}.GameCard-module__ggQ8zq__overlayCorrect .GameCard-module__ggQ8zq__resultBadge{color:var(--success);background:var(--success-glow);box-shadow:0 0 30px var(--success-glow)}.GameCard-module__ggQ8zq__overlayWrong .GameCard-module__ggQ8zq__resultBadge{color:var(--error);background:var(--error-glow);box-shadow:0 0 30px var(--error-glow)}.GameCard-module__ggQ8zq__resultIcon{font-size:2rem}@keyframes GameCard-module__ggQ8zq__popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.GameCard-module__ggQ8zq__movieInfo{margin-top:.25rem}.GameCard-module__ggQ8zq__movieTitle{color:var(--text-primary);text-shadow:0 2px 8px #00000080;margin-bottom:.25rem;font-size:1.5rem;font-weight:800}.GameCard-module__ggQ8zq__originalTitle{color:var(--text-secondary);margin-bottom:.25rem;font-size:1rem;font-style:italic}.GameCard-module__ggQ8zq__releaseYear{color:var(--text-muted);font-size:1rem;font-weight:500}.GameCard-module__ggQ8zq__actors{color:var(--cinema-purple);margin-top:.5rem;font-size:.95rem;font-weight:600}.GameCard-module__ggQ8zq__question{color:var(--text-primary);text-align:center;letter-spacing:.3px;visibility:visible;min-height:1.5rem;margin:.5rem 0;font-size:1.125rem;font-weight:600}.GameCard-module__ggQ8zq__questionHidden{visibility:hidden}.GameCard-module__ggQ8zq__answerSection{flex-direction:column;justify-content:center;min-height:120px;display:flex}.GameCard-module__ggQ8zq__answerForm{flex-direction:column;gap:.75rem;display:flex}@media (min-width:600px){.GameCard-module__ggQ8zq__answerForm{flex-direction:row;align-items:stretch}.GameCard-module__ggQ8zq__answerForm .GameCard-module__ggQ8zq__input{flex:1}.GameCard-module__ggQ8zq__answerForm .GameCard-module__ggQ8zq__btn{min-width:150px}}.GameCard-module__ggQ8zq__nextButton{background:var(--cinema-purple);width:100%;max-width:400px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-cinema);border:none;border-radius:50px;margin:0 auto;padding:1rem 2rem;font-size:1.125rem;font-weight:800;transition:all .2s;display:block}.GameCard-module__ggQ8zq__nextButton:hover{box-shadow:0 8px 35px var(--cinema-purple-glow);background:#b09fd4;transform:translateY(-2px)}.GameCard-module__ggQ8zq__nextButton:active{transform:translateY(0)}.GameCard-module__ggQ8zq__noActorData{text-align:center;color:var(--text-secondary);background:var(--bg-card);border:1px solid var(--border-default);border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:1.5rem;display:flex}.GameCard-module__ggQ8zq__hintContainer{justify-content:center;align-items:center;gap:1rem;margin-top:.75rem;padding-top:.75rem;display:flex}.GameCard-module__ggQ8zq__hintButton{color:var(--gold);cursor:pointer;background:linear-gradient(135deg,#d4a57433,#e8c49a1a);border:1px solid #d4a57466;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.GameCard-module__ggQ8zq__hintButton:hover:not(:disabled){box-shadow:0 4px 15px var(--gold-glow);background:linear-gradient(135deg,#d4a57459,#e8c49a33);transform:translateY(-1px)}.GameCard-module__ggQ8zq__hintButton.GameCard-module__ggQ8zq__hintDisabled{opacity:.4;cursor:not-allowed}.GameCard-module__ggQ8zq__coinBalance{color:var(--text-muted);align-items:center;gap:.3rem;font-size:.8rem;font-weight:500;display:flex}@media (min-width:1024px){.GameCard-module__ggQ8zq__gameCard{max-width:1100px}.GameCard-module__ggQ8zq__movieImage{border-radius:20px;max-height:55vh}.GameCard-module__ggQ8zq__imageContainer{border-radius:20px}.GameCard-module__ggQ8zq__roundBadge{padding:.625rem 1.25rem;font-size:.9rem}.GameCard-module__ggQ8zq__question{font-size:1.25rem}.GameCard-module__ggQ8zq__resultBadge{padding:1rem 2.5rem;font-size:2rem}.GameCard-module__ggQ8zq__movieTitle{font-size:1.75rem}.GameCard-module__ggQ8zq__answerSection{min-height:140px}.GameCard-module__ggQ8zq__nextButton{max-width:500px;padding:1.125rem 3rem;font-size:1.25rem}}@media (min-height:1440px){.GameCard-module__ggQ8zq__movieImage{max-height:45vh}}@media (min-height:2000px){.GameCard-module__ggQ8zq__gameCard{max-width:1400px}.GameCard-module__ggQ8zq__movieImage{border-radius:24px;max-height:40vh}.GameCard-module__ggQ8zq__imageContainer{border-radius:24px;margin-bottom:1.5rem}.GameCard-module__ggQ8zq__question{margin:1rem 0;font-size:1.5rem}.GameCard-module__ggQ8zq__answerSection{min-height:200px}.GameCard-module__ggQ8zq__roundBadge{padding:.75rem 1.5rem;font-size:1rem}}@media (max-width:480px){.GameCard-module__ggQ8zq__gameCard{gap:.5rem}.GameCard-module__ggQ8zq__movieImage{border-radius:12px;max-height:35vh}.GameCard-module__ggQ8zq__imageContainer{border-radius:12px}.GameCard-module__ggQ8zq__roundBadge{width:fit-content;margin:0 auto .5rem 0;padding:.375rem .75rem;font-size:.75rem;position:relative;top:0;left:0}.GameCard-module__ggQ8zq__question{font-size:1rem}.GameCard-module__ggQ8zq__resultBadge{padding:.625rem 1.5rem;font-size:1.25rem}.GameCard-module__ggQ8zq__movieTitle{font-size:1.25rem}.GameCard-module__ggQ8zq__answerSection{flex-direction:column;justify-content:flex-start;min-height:250px;padding-top:.5rem;display:flex}.GameCard-module__ggQ8zq__nextButton{padding:.875rem 1.5rem;font-size:1rem}.GameCard-module__ggQ8zq__resultOverlay{padding:1rem}}.GameCard-module__ggQ8zq__guestNotice{text-align:center;color:var(--gold-bright);opacity:.8;border-top:1px solid var(--border-subtle);margin-top:.75rem;padding:.5rem;font-size:.8rem;animation:1s ease-out GameCard-module__ggQ8zq__fadeIn}
.SoundtrackCard-module__0jsq0G__card{background:linear-gradient(145deg,var(--bg-tertiary),var(--bg-secondary));border:1px solid var(--border-default);max-width:600px;box-shadow:var(--shadow-xl);border-radius:20px;margin:0 auto;padding:1.5rem}.SoundtrackCard-module__0jsq0G__roundBadge{background:linear-gradient(135deg,var(--cinema-purple),var(--primary));color:var(--text-primary);border-radius:50px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.SoundtrackCard-module__0jsq0G__streakMini{background:linear-gradient(135deg,var(--gold-bright),var(--gold));color:var(--bg-primary);border-radius:10px;align-items:center;margin-left:.5rem;padding:.2rem .5rem;font-size:.8rem;font-weight:700;animation:1s ease-in-out infinite SoundtrackCard-module__0jsq0G__pulse;display:inline-flex}@keyframes SoundtrackCard-module__0jsq0G__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.SoundtrackCard-module__0jsq0G__audioPlayerWrapper{background:#0000004d;border-radius:16px;margin-bottom:1rem;padding:1.5rem}.SoundtrackCard-module__0jsq0G__audioPlayer{align-items:center;gap:1rem;margin-bottom:1rem;display:flex}.SoundtrackCard-module__0jsq0G__playButton{background:linear-gradient(135deg,var(--cinema-purple),#b09fd4);width:60px;height:60px;color:var(--text-primary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;transition:transform .2s,box-shadow .2s;display:flex}@media (hover:hover){.SoundtrackCard-module__0jsq0G__playButton:hover{box-shadow:0 5px 20px var(--cinema-purple-glow);transform:scale(1.1)}}.SoundtrackCard-module__0jsq0G__progressBar{background:var(--border-default);border-radius:3px;flex:1;height:6px;overflow:hidden}.SoundtrackCard-module__0jsq0G__progressFill{background:linear-gradient(90deg,var(--cinema-purple),var(--gold));border-radius:3px;height:100%;transition:width .1s linear}.SoundtrackCard-module__0jsq0G__waveform{align-items:center;gap:2px;height:40px;display:flex}.SoundtrackCard-module__0jsq0G__bar{background:linear-gradient(to top,var(--cinema-purple),var(--gold));border-radius:2px;width:3px;transition:height .1s}.SoundtrackCard-module__0jsq0G__bar.SoundtrackCard-module__0jsq0G__animating{animation:.5s ease-in-out infinite alternate SoundtrackCard-module__0jsq0G__wave}@keyframes SoundtrackCard-module__0jsq0G__wave{0%{transform:scaleY(.5)}to{transform:scaleY(1)}}.SoundtrackCard-module__0jsq0G__hint{text-align:center;color:var(--text-secondary);margin:0;font-size:.9rem}.SoundtrackCard-module__0jsq0G__answerSection{margin-top:1.5rem}.SoundtrackCard-module__0jsq0G__typeAnswer{gap:1rem;display:flex}.SoundtrackCard-module__0jsq0G__input{border:2px solid var(--border-default);color:var(--text-primary);background:#0000004d;border-radius:12px;flex:1;padding:1rem 1.5rem;font-size:1rem;transition:border-color .3s}.SoundtrackCard-module__0jsq0G__input:focus{border-color:var(--cinema-purple);outline:none}.SoundtrackCard-module__0jsq0G__input::placeholder{color:var(--text-muted)}.SoundtrackCard-module__0jsq0G__submitBtn{background:linear-gradient(135deg,var(--cinema-purple),#b09fd4);color:var(--text-primary);cursor:pointer;border:none;border-radius:12px;padding:1rem 2rem;font-weight:600;transition:transform .2s,box-shadow .2s}.SoundtrackCard-module__0jsq0G__submitBtn:hover{box-shadow:0 5px 20px var(--cinema-purple-glow);transform:translateY(-2px)}.SoundtrackCard-module__0jsq0G__choices{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.SoundtrackCard-module__0jsq0G__choiceBtn{background:var(--bg-card);border:2px solid var(--border-default);color:var(--text-primary);cursor:pointer;text-align:center;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;transition:all .3s}@media (hover:hover){.SoundtrackCard-module__0jsq0G__choiceBtn:hover{border-color:var(--cinema-purple);background:var(--cinema-purple-soft);transform:translateY(-2px)}}.SoundtrackCard-module__0jsq0G__result{text-align:center;border-radius:16px;padding:2rem;animation:.3s SoundtrackCard-module__0jsq0G__fadeIn}@keyframes SoundtrackCard-module__0jsq0G__fadeIn{0%{opacity:0}to{opacity:1}}.SoundtrackCard-module__0jsq0G__result.SoundtrackCard-module__0jsq0G__correct{background:linear-gradient(135deg,var(--success-glow),#8ba8881a);border:2px solid var(--success)}.SoundtrackCard-module__0jsq0G__result.SoundtrackCard-module__0jsq0G__wrong{background:linear-gradient(135deg,var(--error-glow),#c47b7b1a);border:2px solid var(--error)}.SoundtrackCard-module__0jsq0G__resultIcon{margin-bottom:1rem;font-size:3rem}.SoundtrackCard-module__0jsq0G__result h3{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem}.SoundtrackCard-module__0jsq0G__movieInfo{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.2rem}.SoundtrackCard-module__0jsq0G__originalTitle{color:var(--text-secondary);font-size:1rem}.SoundtrackCard-module__0jsq0G__year{color:var(--text-muted)}.SoundtrackCard-module__0jsq0G__nextBtn{background:linear-gradient(135deg,var(--cinema-purple),#b09fd4);color:var(--text-primary);cursor:pointer;border:none;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.SoundtrackCard-module__0jsq0G__nextBtn:hover{box-shadow:0 5px 20px var(--cinema-purple-glow);transform:translateY(-2px)}@media (max-width:600px){.SoundtrackCard-module__0jsq0G__card{border-radius:16px;padding:1.5rem}.SoundtrackCard-module__0jsq0G__typeAnswer{flex-direction:column}.SoundtrackCard-module__0jsq0G__choices{grid-template-columns:1fr;min-height:250px}.SoundtrackCard-module__0jsq0G__answerSection{min-height:280px}}
.ScoreBoard-module__uneuhq__scoreBoard{background:var(--bg-card);border:1px solid var(--border-default);-webkit-backdrop-filter:blur(12px);border-radius:50px;align-items:center;gap:1rem;padding:.5rem 1rem;display:flex}.ScoreBoard-module__uneuhq__timer{border:1px solid var(--border-subtle);background:#0d0b0999;border-radius:50px;align-items:center;gap:.375rem;padding:.375rem .75rem;display:flex}.ScoreBoard-module__uneuhq__timerIcon{font-size:1rem}.ScoreBoard-module__uneuhq__timerValue{color:var(--text-secondary);letter-spacing:1px;font-family:Inter,monospace;font-size:1rem;font-weight:700}.ScoreBoard-module__uneuhq__scoreItem{flex-direction:column;align-items:center;padding:0 .5rem;display:flex}.ScoreBoard-module__uneuhq__scoreValue{color:var(--gold);text-shadow:0 0 15px var(--gold-glow);font-size:1.5rem;font-weight:900;line-height:1}.ScoreBoard-module__uneuhq__scoreLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.6rem}.ScoreBoard-module__uneuhq__divider{background:var(--border-default);width:1px;height:30px}.ScoreBoard-module__uneuhq__streakBadge{background:linear-gradient(135deg,var(--gold-bright),var(--gold));box-shadow:0 0 12px var(--gold-glow);border-radius:50px;align-items:center;gap:.25rem;padding:.375rem .625rem;animation:1.5s ease-in-out infinite ScoreBoard-module__uneuhq__pulseStreak;display:flex}@keyframes ScoreBoard-module__uneuhq__pulseStreak{0%,to{box-shadow:0 0 12px var(--gold-glow);transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 20px #d4a57499}}.ScoreBoard-module__uneuhq__streakIcon{font-size:1rem;animation:.5s ease-in-out infinite alternate ScoreBoard-module__uneuhq__flame}@keyframes ScoreBoard-module__uneuhq__flame{0%{transform:translateY(0)}to{transform:translateY(-2px)}}.ScoreBoard-module__uneuhq__streakValue{color:var(--bg-primary);text-shadow:none;font-size:1rem;font-weight:800}.ScoreBoard-module__uneuhq__stats{gap:.75rem;display:flex}.ScoreBoard-module__uneuhq__statItem{flex-direction:column;align-items:center;display:flex}.ScoreBoard-module__uneuhq__statValue{font-size:1.125rem;font-weight:700;line-height:1}.ScoreBoard-module__uneuhq__statValue.ScoreBoard-module__uneuhq__correct{color:var(--success)}.ScoreBoard-module__uneuhq__statValue.ScoreBoard-module__uneuhq__wrong{color:var(--error)}.ScoreBoard-module__uneuhq__statValue.ScoreBoard-module__uneuhq__accuracy{color:var(--cinema-purple)}.ScoreBoard-module__uneuhq__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.55rem}@media (max-width:768px){.ScoreBoard-module__uneuhq__scoreBoard{gap:.5rem;padding:.375rem .75rem}.ScoreBoard-module__uneuhq__timer{padding:.25rem .5rem}.ScoreBoard-module__uneuhq__timerValue{font-size:.875rem}.ScoreBoard-module__uneuhq__scoreValue{font-size:1.25rem}.ScoreBoard-module__uneuhq__divider{height:24px}.ScoreBoard-module__uneuhq__stats{gap:.5rem}.ScoreBoard-module__uneuhq__statValue{font-size:.95rem}.ScoreBoard-module__uneuhq__statLabel{font-size:.5rem}.ScoreBoard-module__uneuhq__streakBadge{padding:.25rem .5rem}.ScoreBoard-module__uneuhq__streakIcon,.ScoreBoard-module__uneuhq__streakValue{font-size:.875rem}}@media (max-width:480px){.ScoreBoard-module__uneuhq__scoreBoard{border-radius:16px;flex-wrap:wrap;justify-content:center;gap:.375rem;padding:.5rem}.ScoreBoard-module__uneuhq__divider{display:none}.ScoreBoard-module__uneuhq__scoreValue{font-size:1rem}.ScoreBoard-module__uneuhq__stats{gap:.375rem}}@media (min-width:1024px){.ScoreBoard-module__uneuhq__scoreBoard{gap:1.25rem;padding:.625rem 1.5rem}.ScoreBoard-module__uneuhq__timer{padding:.5rem 1rem}.ScoreBoard-module__uneuhq__timerValue{font-size:1.125rem}.ScoreBoard-module__uneuhq__scoreValue{font-size:1.75rem}.ScoreBoard-module__uneuhq__stats{gap:1rem}.ScoreBoard-module__uneuhq__statValue{font-size:1.25rem}.ScoreBoard-module__uneuhq__statLabel{font-size:.625rem}}
.AuthModal-module__kkVAJG__overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:9999;background:#0d0b09f2;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.AuthModal-module__kkVAJG__modal{width:100%;max-width:440px;max-height:95vh;animation:AuthModal-module__kkVAJG__modalSlideIn .4s var(--ease-out);background:linear-gradient(145deg,#141210 0%,#0d0b09 100%);border:1px solid #d4a57426;border-radius:28px;margin:auto;padding:3rem 2.5rem;position:relative;overflow-y:auto;box-shadow:0 25px 50px #000c,0 0 60px #8b73551a}@keyframes AuthModal-module__kkVAJG__modalSlideIn{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.AuthModal-module__kkVAJG__closeButton{cursor:pointer;color:var(--text-muted);background:#ffffff0d;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.6rem;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.AuthModal-module__kkVAJG__closeButton:hover{color:var(--gold);background:#d4a57426;transform:rotate(90deg)}.AuthModal-module__kkVAJG__header{text-align:center;margin-bottom:2.5rem}.AuthModal-module__kkVAJG__logo{justify-content:center;margin-bottom:1.5rem;display:flex}.AuthModal-module__kkVAJG__logoImage{border:2px solid var(--border-subtle);border-radius:20px;box-shadow:0 10px 25px #00000080}.AuthModal-module__kkVAJG__header h2{color:var(--text-primary);letter-spacing:-.02em;font-size:2rem;font-weight:700;font-family:var(--font-display);margin:0}.AuthModal-module__kkVAJG__form{flex-direction:column;gap:1.5rem;display:flex}.AuthModal-module__kkVAJG__inputGroup{flex-direction:column;gap:.6rem;display:flex}.AuthModal-module__kkVAJG__inputGroup label{color:var(--text-secondary);margin-left:.25rem;font-size:.85rem;font-weight:600}.AuthModal-module__kkVAJG__inputGroup input{border:1px solid var(--border-default);color:#fff;background:#ffffff08;border-radius:14px;padding:1rem 1.25rem;font-size:1rem;transition:all .25s}.AuthModal-module__kkVAJG__inputGroup input:focus{border-color:var(--gold);background:#d4a5740d;outline:none;box-shadow:0 0 0 4px #d4a5741a}.AuthModal-module__kkVAJG__error{color:#fca5a5;text-align:center;background:#c47b7b1a;border:1px solid #c47b7b33;border-radius:12px;padding:1rem;font-size:.875rem}.AuthModal-module__kkVAJG__submitButton{background:linear-gradient(135deg,var(--gold)0%,#8b7355 100%);color:#0d0b09;cursor:pointer;border:none;border-radius:14px;margin-top:.5rem;padding:1.1rem;font-size:1.05rem;font-weight:700;transition:all .3s;box-shadow:0 4px 15px #d4a57433}.AuthModal-module__kkVAJG__submitButton:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 8px 25px #d4a57466}.AuthModal-module__kkVAJG__submitButton:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__kkVAJG__forgotLink{color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;margin-top:-.5rem;font-size:.875rem;transition:color .2s}.AuthModal-module__kkVAJG__forgotLink:hover{color:var(--gold)}.AuthModal-module__kkVAJG__divider{align-items:center;gap:1.25rem;margin:2rem 0;display:flex}.AuthModal-module__kkVAJG__divider:before,.AuthModal-module__kkVAJG__divider:after{content:"";background:var(--border-subtle);flex:1;height:1px}.AuthModal-module__kkVAJG__divider span{color:var(--text-subtle);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.AuthModal-module__kkVAJG__oauthButtons{gap:1rem;display:flex}.AuthModal-module__kkVAJG__oauthButton{border:1px solid var(--border-default);color:var(--text-primary);cursor:pointer;background:#ffffff08;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.75rem;padding:.9rem;font-size:.95rem;font-weight:600;transition:all .25s;display:flex}.AuthModal-module__kkVAJG__oauthButton:hover:not(:disabled){border-color:var(--cinema-purple);background:#ffffff12;box-shadow:0 4px 15px #9b8ac426}.AuthModal-module__kkVAJG__oauthButton:disabled{opacity:.5;cursor:not-allowed}.AuthModal-module__kkVAJG__switchMode{text-align:center;color:var(--text-muted);margin-top:2rem;font-size:.9rem}.AuthModal-module__kkVAJG__switchMode button{color:var(--gold);cursor:pointer;background:0 0;border:none;padding:.2rem .5rem;font-weight:700;transition:all .2s}.AuthModal-module__kkVAJG__switchMode button:hover{color:var(--gold-bright);text-decoration:underline}@media (max-width:480px){.AuthModal-module__kkVAJG__modal{border-radius:24px;padding:2.5rem 1.5rem}.AuthModal-module__kkVAJG__header h2{font-size:1.75rem}.AuthModal-module__kkVAJG__oauthButtons{flex-direction:column}}
.EditProfileModal-module__UZfDka__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0d0b09e6;justify-content:center;align-items:center;padding:1rem;animation:.2s EditProfileModal-module__UZfDka__fadeIn;display:flex;position:fixed;inset:0}.EditProfileModal-module__UZfDka__modal{background:linear-gradient(145deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);border:1px solid var(--border-default);width:100%;max-width:450px;box-shadow:var(--shadow-xl);border-radius:24px;animation:.3s cubic-bezier(.16,1,.3,1) EditProfileModal-module__UZfDka__slideUp;overflow:hidden}.EditProfileModal-module__UZfDka__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.EditProfileModal-module__UZfDka__header h2{color:var(--text-primary);margin:0;font-size:1.5rem}.EditProfileModal-module__UZfDka__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1}.EditProfileModal-module__UZfDka__form{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.EditProfileModal-module__UZfDka__field{flex-direction:column;gap:.5rem;display:flex}.EditProfileModal-module__UZfDka__field label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.EditProfileModal-module__UZfDka__field input{border:1px solid var(--border-default);color:var(--text-primary);background:#0003;border-radius:12px;padding:.875rem 1rem;font-size:1rem;transition:all .2s}.EditProfileModal-module__UZfDka__field input:focus{border-color:var(--cinema-purple);background:var(--cinema-purple-soft);outline:none}.EditProfileModal-module__UZfDka__avatarControls{align-items:center;gap:1.5rem;margin-bottom:.5rem;display:flex}.EditProfileModal-module__UZfDka__preview{background:var(--bg-card);border:2px solid var(--border-default);border-radius:20px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;display:flex;overflow:hidden}.EditProfileModal-module__UZfDka__preview img{object-fit:cover;width:100%;height:100%}.EditProfileModal-module__UZfDka__uploadBox{flex:1}.EditProfileModal-module__UZfDka__hiddenInput{display:none}.EditProfileModal-module__UZfDka__uploadBtn{background:var(--bg-card);border:1px dashed var(--border-emphasis);color:var(--text-primary);cursor:pointer;border-radius:12px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:inline-flex}.EditProfileModal-module__UZfDka__uploadBtn:hover{background:var(--bg-card-hover);border-color:var(--cinema-purple)}.EditProfileModal-module__UZfDka__urlInput{margin-top:.5rem}.EditProfileModal-module__UZfDka__placeholder{color:var(--text-muted);font-size:2rem;font-weight:700}.EditProfileModal-module__UZfDka__error{background:var(--error-glow);color:var(--error);border:1px solid #c47b7b4d;border-radius:10px;padding:.75rem;font-size:.875rem}.EditProfileModal-module__UZfDka__actions{grid-template-columns:1fr 1.5fr;gap:1rem;margin-top:.5rem;display:grid}.EditProfileModal-module__UZfDka__cancelBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:12px;padding:.875rem;font-weight:600;transition:all .2s}.EditProfileModal-module__UZfDka__cancelBtn:hover{background:var(--bg-card);color:var(--text-primary)}.EditProfileModal-module__UZfDka__saveBtn{background:linear-gradient(135deg,var(--cinema-purple)0%,var(--primary)100%);color:var(--text-primary);cursor:pointer;border:none;border-radius:12px;padding:.875rem;font-weight:700;transition:all .2s}.EditProfileModal-module__UZfDka__saveBtn:hover{box-shadow:0 10px 25px var(--cinema-purple-glow);transform:translateY(-2px)}.EditProfileModal-module__UZfDka__saveBtn:disabled{opacity:.5;cursor:not-allowed;transform:none!important}@keyframes EditProfileModal-module__UZfDka__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes EditProfileModal-module__UZfDka__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.profile-module__5FeCNW__container{background:var(--bg-primary);width:100%;min-height:100vh;padding:1rem;position:relative;overflow-x:hidden}.profile-module__5FeCNW__container:before{content:"";opacity:.06;filter:blur(2px)saturate(.7);pointer-events:none;z-index:0;background:url(/g-image.webp) 50%/cover no-repeat;position:fixed;inset:0}.profile-module__5FeCNW__loading{justify-content:center;align-items:center;min-height:60vh;display:flex}.profile-module__5FeCNW__spinner{border:3px solid var(--cinema-purple-soft);border-top-color:var(--cinema-purple);border-radius:50%;width:40px;height:40px;animation:1s linear infinite profile-module__5FeCNW__spin}@keyframes profile-module__5FeCNW__spin{to{transform:rotate(360deg)}}.profile-module__5FeCNW__loginPrompt{text-align:center;z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:100%;min-height:70vh;padding:1rem;display:flex;position:relative}.profile-module__5FeCNW__loginIcon{margin-bottom:1rem;font-size:3rem;animation:3s ease-in-out infinite profile-module__5FeCNW__float}@keyframes profile-module__5FeCNW__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-module__5FeCNW__loginPrompt h1{color:var(--text-primary);margin:0 0 .5rem;font-size:1.25rem;font-weight:600}.profile-module__5FeCNW__loginPrompt p{color:var(--text-secondary);max-width:100%;margin:0 0 1.5rem;padding:0 .5rem;font-size:.875rem}.profile-module__5FeCNW__loginButtons{flex-direction:column;gap:.75rem;width:100%;max-width:280px;margin-bottom:2rem;display:flex}.profile-module__5FeCNW__loginButton{background:linear-gradient(135deg,var(--cinema-purple)0%,var(--primary)100%);color:var(--text-primary);cursor:pointer;border:none;border-radius:12px;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.profile-module__5FeCNW__loginButton:hover{box-shadow:0 10px 25px var(--cinema-purple-glow);transform:translateY(-2px)}.profile-module__5FeCNW__signupButton{color:var(--cinema-purple);border:2px solid var(--cinema-purple);cursor:pointer;background:0 0;border-radius:12px;width:100%;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .2s}.profile-module__5FeCNW__signupButton:hover{background:var(--cinema-purple-soft)}.profile-module__5FeCNW__featuresPreview{grid-template-columns:1fr;gap:.75rem;width:100%;max-width:280px;display:grid}.profile-module__5FeCNW__featureCard{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:10px;align-items:center;gap:.625rem;padding:.75rem;font-size:.8rem;display:flex}.profile-module__5FeCNW__featureIcon{flex-shrink:0;font-size:1.1rem}.profile-module__5FeCNW__header{z-index:1;margin-bottom:1rem;position:relative}.profile-module__5FeCNW__header h1{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.profile-module__5FeCNW__tabs{background:var(--bg-card);-webkit-overflow-scrolling:touch;z-index:1;border-radius:10px;gap:.25rem;margin-bottom:1rem;padding:.25rem;display:flex;position:relative;overflow-x:auto}.profile-module__5FeCNW__tab{min-width:max-content;color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;flex:1;padding:.625rem .75rem;font-size:.8rem;font-weight:500;transition:all .2s}.profile-module__5FeCNW__tab:hover{color:var(--text-secondary)}.profile-module__5FeCNW__tab.profile-module__5FeCNW__active{background:var(--cinema-purple-soft);color:var(--text-primary)}.profile-module__5FeCNW__content{z-index:1;flex-direction:column;gap:1rem;display:flex;position:relative}.profile-module__5FeCNW__dashboard,.profile-module__5FeCNW__mainColumn,.profile-module__5FeCNW__sideColumn{flex-direction:column;gap:1rem;display:flex}.profile-module__5FeCNW__twoColumn{grid-template-columns:1fr;gap:1rem;display:grid}.profile-module__5FeCNW__section{background:linear-gradient(145deg,var(--bg-tertiary)0%,var(--bg-secondary)100%);border:1px solid var(--border-subtle);border-radius:16px;padding:1rem}.profile-module__5FeCNW__section h3{color:var(--text-primary);margin:0 0 .75rem;font-size:1rem;font-weight:600}.profile-module__5FeCNW__historyPlaceholder{text-align:center;color:var(--text-muted);padding:2rem 1rem;font-size:.875rem}@media (min-width:480px){.profile-module__5FeCNW__container{padding:1.25rem}.profile-module__5FeCNW__loginIcon{margin-bottom:1.25rem;font-size:3.5rem}.profile-module__5FeCNW__loginPrompt h1{font-size:1.5rem}.profile-module__5FeCNW__loginPrompt p{max-width:350px;font-size:.95rem}.profile-module__5FeCNW__loginButtons{flex-direction:row;max-width:320px}.profile-module__5FeCNW__featuresPreview{grid-template-columns:repeat(2,1fr);max-width:360px}.profile-module__5FeCNW__featureCard{padding:.875rem;font-size:.85rem}.profile-module__5FeCNW__header h1{font-size:1.375rem}.profile-module__5FeCNW__tabs{gap:.375rem;padding:.3rem}.profile-module__5FeCNW__tab{padding:.7rem .875rem;font-size:.85rem}.profile-module__5FeCNW__section{border-radius:18px;padding:1.25rem}.profile-module__5FeCNW__section h3{margin-bottom:.875rem;font-size:1.05rem}}@media (min-width:768px){.profile-module__5FeCNW__container{padding:1.5rem}.profile-module__5FeCNW__loginIcon{margin-bottom:1.5rem;font-size:4rem}.profile-module__5FeCNW__loginPrompt h1{margin-bottom:.75rem;font-size:1.75rem}.profile-module__5FeCNW__loginPrompt p{max-width:400px;margin-bottom:2rem;font-size:1rem}.profile-module__5FeCNW__loginButtons{gap:1rem;margin-bottom:3rem}.profile-module__5FeCNW__loginButton,.profile-module__5FeCNW__signupButton{padding:.875rem 2rem;font-size:1rem}.profile-module__5FeCNW__featuresPreview{gap:1rem;max-width:400px}.profile-module__5FeCNW__featureCard{border-radius:12px;gap:.75rem;padding:1rem;font-size:.9rem}.profile-module__5FeCNW__featureIcon{font-size:1.25rem}.profile-module__5FeCNW__header{margin-bottom:1.5rem}.profile-module__5FeCNW__header h1{font-size:1.5rem}.profile-module__5FeCNW__tabs{border-radius:12px;gap:.5rem;margin-bottom:1.5rem;padding:.375rem}.profile-module__5FeCNW__tab{border-radius:10px;padding:.75rem 1rem;font-size:.9rem}.profile-module__5FeCNW__content{gap:1.5rem}.profile-module__5FeCNW__twoColumn{grid-template-columns:repeat(2,1fr)}.profile-module__5FeCNW__dashboard{grid-template-columns:2.2fr 1fr;align-items:start;gap:1.5rem;display:grid}.profile-module__5FeCNW__mainColumn,.profile-module__5FeCNW__sideColumn{gap:1.5rem}.profile-module__5FeCNW__section{border-radius:20px;padding:1.5rem}.profile-module__5FeCNW__section h3{margin-bottom:1rem;font-size:1.1rem}.profile-module__5FeCNW__historyPlaceholder{padding:3rem}}
.SoundControls-module__EhwUMa__compactWrapper{position:relative}.SoundControls-module__EhwUMa__compactButton{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:.9rem;display:flex}.SoundControls-module__EhwUMa__compactButton:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--cinema-purple)}.SoundControls-module__EhwUMa__compactButton .SoundControls-module__EhwUMa__fa-volume-xmark{color:var(--error)}.SoundControls-module__EhwUMa__container{align-items:center;gap:var(--space-2);padding:var(--space-2)var(--space-3);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);display:flex}.SoundControls-module__EhwUMa__muteButton{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1rem;display:flex}.SoundControls-module__EhwUMa__muteButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.SoundControls-module__EhwUMa__muteButton.SoundControls-module__EhwUMa__muted{color:var(--error)}.SoundControls-module__EhwUMa__sliderWrapper{width:80px}.SoundControls-module__EhwUMa__slider{appearance:none;background:var(--bg-tertiary);cursor:pointer;border-radius:2px;outline:none;width:100%;height:4px}.SoundControls-module__EhwUMa__slider::-webkit-slider-thumb{appearance:none;background:var(--cinema-purple);cursor:pointer;width:14px;height:14px;transition:transform var(--duration-fast);border-radius:50%}.SoundControls-module__EhwUMa__slider::-webkit-slider-thumb:hover{transform:scale(1.2)}.SoundControls-module__EhwUMa__slider::-moz-range-thumb{background:var(--cinema-purple);cursor:pointer;border:none;border-radius:50%;width:14px;height:14px}.SoundControls-module__EhwUMa__volumePercent{color:var(--text-tertiary);text-align:right;min-width:32px;font-size:.75rem;font-weight:500}@media (max-width:480px){.SoundControls-module__EhwUMa__container{padding:var(--space-2)}.SoundControls-module__EhwUMa__sliderWrapper{width:60px}}
.Header-module__hBw1pG__header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);background:#0d0b09d9;position:fixed;top:0;left:0;right:0}@media (max-width:768px){.Header-module__hBw1pG__header{height:64px}}.Header-module__hBw1pG__container{max-width:1280px;height:100%;padding:0 var(--space-4);justify-content:space-between;align-items:center;margin:0 auto;display:flex}.Header-module__hBw1pG__logo{transition:opacity var(--duration-fast);align-items:center;text-decoration:none;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;width:auto;height:55px}@media (max-width:480px){.Header-module__hBw1pG__logoImage{width:auto;height:40px}}.Header-module__hBw1pG__logo:hover{opacity:.8}.Header-module__hBw1pG__right{align-items:center;gap:var(--space-3);display:flex}@media (max-width:480px){.Header-module__hBw1pG__right{gap:var(--space-2)}}.Header-module__hBw1pG__langButton{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.Header-module__hBw1pG__langButton:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--cinema-purple)}.Header-module__hBw1pG__soundButton{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:.9rem;display:flex}.Header-module__hBw1pG__soundButton:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--cinema-purple)}.Header-module__hBw1pG__soundButton .Header-module__hBw1pG__fa-volume-xmark{color:var(--error)}.Header-module__hBw1pG__notificationBell{position:relative}.Header-module__hBw1pG__bellButton{background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;width:36px;height:36px;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:1rem;display:flex}.Header-module__hBw1pG__bellButton:hover,.Header-module__hBw1pG__bellButton.Header-module__hBw1pG__active{background:var(--bg-tertiary);border-color:var(--cinema-purple)}.Header-module__hBw1pG__notificationBadge{background:var(--cinema-purple);border-radius:var(--radius-full);color:#fff;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:.65rem;font-weight:600;display:flex;position:absolute;top:-4px;right:-4px}.Header-module__hBw1pG__notificationDropdown{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#1a1816f2;width:300px;animation:.2s ease-out Header-module__hBw1pG__slide-up;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0006}.Header-module__hBw1pG__dropdownHeader{padding:var(--space-4);border-bottom:1px solid var(--border-subtle);color:var(--text-primary);justify-content:space-between;align-items:center;font-size:.85rem;font-weight:600;display:flex}.Header-module__hBw1pG__clearAll{color:var(--cinema-purple);cursor:pointer;background:0 0;border:none;font-size:.75rem}.Header-module__hBw1pG__clearAll:hover{text-decoration:underline}.Header-module__hBw1pG__dropdownContent{max-height:300px;overflow-y:auto}.Header-module__hBw1pG__noNotifications{padding:var(--space-6);text-align:center;color:var(--text-muted);font-size:.85rem}.Header-module__hBw1pG__notificationItem{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border-bottom:1px solid var(--border-subtle);transition:background var(--duration-fast);display:flex}.Header-module__hBw1pG__notificationItem:hover{background:var(--bg-tertiary)}.Header-module__hBw1pG__notificationItem:last-child{border-bottom:none}.Header-module__hBw1pG__notificationIcon{flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;display:flex}.Header-module__hBw1pG__notificationIconImage{object-fit:contain;border-radius:6px;width:28px;height:28px}.Header-module__hBw1pG__notificationInfo{flex:1;min-width:0}.Header-module__hBw1pG__notificationTitle{color:var(--text-primary);margin-bottom:2px;font-size:.85rem;font-weight:500}.Header-module__hBw1pG__notificationMessage{color:var(--text-muted);font-size:.75rem}.Header-module__hBw1pG__removeNotification{width:24px;height:24px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);transition:all var(--duration-fast);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Header-module__hBw1pG__removeNotification:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Header-module__hBw1pG__notificationItem.Header-module__hBw1pG__unread{border-left:3px solid var(--cinema-purple);background:#9b8ac414}.Header-module__hBw1pG__notificationTime{color:var(--text-muted);margin-top:4px;font-size:.7rem}.Header-module__hBw1pG__xpButton{align-items:center;gap:var(--space-4);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-fast);padding:8px 16px;display:flex}@media (max-width:480px){.Header-module__hBw1pG__xpButton{gap:var(--space-2);padding:6px 10px}}.Header-module__hBw1pG__xpButton:hover{background:var(--bg-tertiary);border-color:var(--cinema-purple)}.Header-module__hBw1pG__avatar{background:var(--bg-tertiary);width:32px;height:32px;font-weight:700;font-size:var(--text-sm);color:var(--text-primary);border:2px solid var(--border-subtle);border-radius:50%;justify-content:center;align-items:center;display:flex;overflow:hidden}@media (max-width:480px){.Header-module__hBw1pG__avatar{width:24px;height:24px;font-size:.7rem}}.Header-module__hBw1pG__avatar img{object-fit:cover;width:100%;height:100%}.Header-module__hBw1pG__xp{font-family:var(--font-display);font-size:var(--text-sm);color:var(--gold);font-weight:700}@media (max-width:480px){.Header-module__hBw1pG__xp{font-size:.75rem}}.Header-module__hBw1pG__streak{color:var(--cinema-purple);align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.Header-module__hBw1pG__xpButton .Header-module__hBw1pG__xp:after{content:"";background:var(--border-default);width:1px;height:16px;margin-left:var(--space-4);vertical-align:middle;display:inline-block}.Header-module__hBw1pG__userMenu{position:relative}.Header-module__hBw1pG__menuButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);transition:all var(--duration-fast);background:0 0;border:none;justify-content:center;align-items:center;font-size:1.25rem;display:flex}.Header-module__hBw1pG__menuButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Header-module__hBw1pG__dropdown{-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);background:#1a1816f2;min-width:150px;animation:.2s ease-out Header-module__hBw1pG__slide-up;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 8px 32px #0006}.Header-module__hBw1pG__dropdownItem{width:100%;padding:var(--space-4);text-align:left;color:var(--text-primary);cursor:pointer;transition:background var(--duration-fast);background:0 0;border:none;font-size:.9rem;display:block}.Header-module__hBw1pG__dropdownItem:hover{background:var(--bg-tertiary)}.Header-module__hBw1pG__loginButton{background:var(--primary);color:var(--bg-primary);border-radius:var(--radius-full);font-weight:800;font-size:var(--text-sm);cursor:pointer;transition:all var(--duration-normal);border:none;justify-content:center;align-items:center;padding:10px 24px;display:flex}@media (max-width:480px){.Header-module__hBw1pG__loginButton{padding:8px 16px;font-size:.8rem}}.Header-module__hBw1pG__loginButton:hover{transform:translateY(-1px);box-shadow:0 4px 16px #9b8ac466}.Header-module__hBw1pG__skeleton{background:var(--bg-elevated);border-radius:var(--radius-full);width:80px;height:36px;position:relative;overflow:hidden}.Header-module__hBw1pG__skeleton:after{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);animation:1.5s infinite Header-module__hBw1pG__shimmer;position:absolute;inset:0}@media (min-width:480px){.Header-module__hBw1pG__logo span{display:inline}.Header-module__hBw1pG__langButton,.Header-module__hBw1pG__bellButton{width:40px;height:40px}.Header-module__hBw1pG__xpButton{gap:var(--space-5);padding:10px 20px}.Header-module__hBw1pG__avatar{width:32px;height:32px}.Header-module__hBw1pG__xp,.Header-module__hBw1pG__streak{font-size:.9rem}}@media (min-width:768px){.Header-module__hBw1pG__container{padding:0 var(--space-6)}.Header-module__hBw1pG__logo{gap:var(--space-3);font-size:1.1rem}}
.ToastContainer-module__JUpZhq__container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;max-width:380px;display:flex;position:fixed;top:80px;right:20px}@media (min-width:1024px){.ToastContainer-module__JUpZhq__container{max-width:360px;left:50%;right:auto;transform:translate(calc(350px - 50%))}}.ToastContainer-module__JUpZhq__toast{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;pointer-events:auto;background:linear-gradient(135deg,#1e1e2dfa,#141423fa);border:1px solid #ffffff1a;border-radius:16px;align-items:flex-start;gap:12px;padding:16px;animation:.4s cubic-bezier(.16,1,.3,1) ToastContainer-module__JUpZhq__slideIn;display:flex;box-shadow:0 10px 40px #00000080}@keyframes ToastContainer-module__JUpZhq__slideIn{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}.ToastContainer-module__JUpZhq__toast:hover{transform:scale(1.02)}.ToastContainer-module__JUpZhq__achievement{border-color:gold;box-shadow:0 0 30px #ffd70033,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__quest{border-color:#22c55e;box-shadow:0 0 30px #22c55e33,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__xp{border-color:#a855f7;box-shadow:0 0 30px #a855f733,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__coins{border-color:#f59e0b;box-shadow:0 0 30px #f59e0b33,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__level{border-color:#ec4899;animation:.4s ToastContainer-module__JUpZhq__slideIn,.5s .4s ToastContainer-module__JUpZhq__pulse;box-shadow:0 0 30px #ec489933,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__streak{border-color:#ff6b35;box-shadow:0 0 30px #ff6b3533,0 10px 40px #00000080}.ToastContainer-module__JUpZhq__success{border-color:#22c55e}.ToastContainer-module__JUpZhq__error{border-color:#ef4444}.ToastContainer-module__JUpZhq__info{border-color:#3b82f6}@keyframes ToastContainer-module__JUpZhq__pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.ToastContainer-module__JUpZhq__icon{flex-shrink:0;font-size:2rem;line-height:1}.ToastContainer-module__JUpZhq__achievement .ToastContainer-module__JUpZhq__icon{animation:.6s ToastContainer-module__JUpZhq__bounce}@keyframes ToastContainer-module__JUpZhq__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.ToastContainer-module__JUpZhq__content{flex:1;min-width:0}.ToastContainer-module__JUpZhq__title{color:#fff;margin-bottom:2px;font-size:1rem;font-weight:700}.ToastContainer-module__JUpZhq__message{color:#ffffffb3;font-size:.875rem;line-height:1.4}.ToastContainer-module__JUpZhq__close{color:#ffffff80;cursor:pointer;background:0 0;border:none;padding:0;font-size:1.5rem;line-height:1;transition:color .2s}.ToastContainer-module__JUpZhq__close:hover{color:#fff}@media (max-width:480px){.ToastContainer-module__JUpZhq__container{max-width:none;top:70px;left:10px;right:10px}.ToastContainer-module__JUpZhq__toast{padding:12px}.ToastContainer-module__JUpZhq__icon{font-size:1.5rem}}
.play-module__foSrfW__playContainer{background:var(--bg-primary);z-index:1000;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.play-module__foSrfW__playContainer:before{content:"";opacity:.08;filter:blur(2px)saturate(.7);pointer-events:none;z-index:0;background:url(/g-image.webp) 50%/cover no-repeat;position:absolute;inset:0}.play-module__foSrfW__header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);z-index:10;background:#0d0b09d9;justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:flex;position:relative}.play-module__foSrfW__backLink{background:var(--cinema-purple-soft);color:var(--text-primary);cursor:pointer;border:1px solid #9b8ac440;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.play-module__foSrfW__backLink:hover{border-color:var(--cinema-purple);background:#9b8ac440;transform:translate(-2px)}.play-module__foSrfW__headerCenter{flex-direction:column;align-items:center;gap:.25rem;display:flex}.play-module__foSrfW__headerRight{justify-content:flex-end;min-width:100px;display:flex}.play-module__foSrfW__loginButton{background:var(--gold);color:var(--bg-primary);cursor:pointer;box-shadow:0 0 10px var(--gold-glow);text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:800;transition:all .2s}.play-module__foSrfW__loginButton:hover{box-shadow:0 0 20px var(--gold-glow);filter:brightness(1.1);transform:translateY(-1px)}.play-module__foSrfW__loginButton:active{transform:translateY(0)}.play-module__foSrfW__modeLabel{color:var(--text-primary);letter-spacing:.5px;font-size:1rem;font-weight:700}.play-module__foSrfW__endlessBadge{background:linear-gradient(135deg,var(--gold-bright)0%,var(--gold)100%);color:var(--bg-primary);letter-spacing:1.5px;text-transform:uppercase;box-shadow:0 0 15px var(--gold-glow);border-radius:50px;padding:.25rem .75rem;font-size:.65rem;font-weight:800;animation:2s infinite play-module__foSrfW__pulseGold}@keyframes play-module__foSrfW__pulseGold{0%,to{box-shadow:0 0 10px var(--gold-glow)}50%{box-shadow:0 0 25px #d4a57499}}.play-module__foSrfW__main{background:radial-gradient(ellipse at center,var(--cinema-purple-soft)0%,transparent 70%);z-index:1;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.play-module__foSrfW__gameWrapper{justify-content:center;align-items:center;width:100%;max-width:1000px;height:100%;display:flex}.play-module__foSrfW__loadingState{color:var(--text-secondary);flex-direction:column;align-items:center;gap:1.5rem;display:flex}.play-module__foSrfW__spinner{border:4px solid var(--cinema-purple-soft);border-top-color:var(--cinema-purple);border-radius:50%;width:56px;height:56px;animation:.8s linear infinite play-module__foSrfW__spin}@keyframes play-module__foSrfW__spin{to{transform:rotate(360deg)}}.play-module__foSrfW__errorState{text-align:center;color:var(--text-primary);background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-default);border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;padding:2rem;display:flex}.play-module__foSrfW__errorState h2{margin:0;font-size:1.5rem}.play-module__foSrfW__errorState p{color:var(--text-secondary);margin:0}.play-module__foSrfW__retryBtn{background:var(--cinema-purple);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-cinema);border:none;border-radius:50px;padding:.875rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.play-module__foSrfW__retryBtn:hover{box-shadow:0 8px 30px var(--cinema-purple-glow);transform:translateY(-2px)}.play-module__foSrfW__backBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50px;padding:.625rem 1.5rem;font-size:.875rem;transition:all .2s}.play-module__foSrfW__backBtn:hover{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-emphasis)}.play-module__foSrfW__timerOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:var(--shadow-cinema);background:#0d0b09e6;border:2px solid #9b8ac466;border-radius:50px;padding:.75rem 2rem;transition:all .3s;position:fixed;top:80px;left:50%;transform:translate(-50%)}.play-module__foSrfW__timerOverlay.play-module__foSrfW__danger{border-color:var(--error);background:var(--error-glow);box-shadow:0 0 30px var(--error-glow);animation:.3s infinite play-module__foSrfW__shake}.play-module__foSrfW__timerValue{color:var(--text-primary);letter-spacing:2px;font-family:Inter,monospace;font-size:2rem;font-weight:900}@keyframes play-module__foSrfW__shake{0%,to{transform:translate(-50%)rotate(0)}25%{transform:translate(-52%)rotate(-2deg)}75%{transform:translate(-48%)rotate(2deg)}}@media (max-width:768px){.play-module__foSrfW__header{height:56px;padding:0 .75rem}.play-module__foSrfW__backLink{padding:.4rem .75rem;font-size:.8rem}.play-module__foSrfW__modeLabel{font-size:.9rem}.play-module__foSrfW__main{padding:.75rem}.play-module__foSrfW__gameWrapper{min-height:450px}.play-module__foSrfW__timerOverlay{padding:.5rem 1.5rem;top:70px}.play-module__foSrfW__timerValue{font-size:1.5rem}}@media (max-width:480px){.play-module__foSrfW__header{height:52px}.play-module__foSrfW__backLink{padding:.375rem .625rem;font-size:.75rem}.play-module__foSrfW__headerRight{min-width:80px}.play-module__foSrfW__loginButton{padding:.4rem .75rem;font-size:.7rem}.play-module__foSrfW__modeLabel{font-size:.8rem}.play-module__foSrfW__endlessBadge{padding:.2rem .5rem;font-size:.55rem}.play-module__foSrfW__main{padding:.5rem}}@media (min-width:1024px){.play-module__foSrfW__header{height:70px;padding:0 2rem}.play-module__foSrfW__backLink{padding:.625rem 1.25rem;font-size:.9rem}.play-module__foSrfW__modeLabel{font-size:1.1rem}.play-module__foSrfW__gameWrapper{max-width:1100px}.play-module__foSrfW__main{padding:1.5rem}}
.CookieConsent-module__QbGkGW__overlay{z-index:9999;padding:var(--space-4);pointer-events:none;background:linear-gradient(#0000,#0000004d);position:fixed;bottom:0;left:0;right:0}.CookieConsent-module__QbGkGW__banner{max-width:720px;padding:var(--space-5);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);pointer-events:auto;animation:CookieConsent-module__QbGkGW__slideUp .4s var(--ease-out);margin:0 auto;box-shadow:0 -4px 24px #0000004d}@keyframes CookieConsent-module__QbGkGW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.CookieConsent-module__QbGkGW__content{margin-bottom:var(--space-4)}.CookieConsent-module__QbGkGW__title{color:var(--text-primary);margin:0 0 var(--space-2);font-size:1.125rem;font-weight:600}.CookieConsent-module__QbGkGW__description{color:var(--text-secondary);margin:0;font-size:.9rem;line-height:1.5}.CookieConsent-module__QbGkGW__link{color:var(--cinema-purple);font-weight:500;text-decoration:none}.CookieConsent-module__QbGkGW__link:hover{text-decoration:underline}.CookieConsent-module__QbGkGW__actions{gap:var(--space-3);flex-wrap:wrap;display:flex}.CookieConsent-module__QbGkGW__acceptButton,.CookieConsent-module__QbGkGW__rejectButton{min-width:140px;padding:var(--space-3)var(--space-4);border-radius:var(--radius-md);cursor:pointer;transition:all var(--duration-fast);flex:1;font-size:.9rem;font-weight:600}.CookieConsent-module__QbGkGW__acceptButton{background:linear-gradient(135deg,var(--cinema-purple)0%,var(--cinema-purple-light)100%);color:#fff;border:none}.CookieConsent-module__QbGkGW__acceptButton:hover{transform:translateY(-1px);box-shadow:0 4px 12px #9b8ac466}.CookieConsent-module__QbGkGW__rejectButton{border:1px solid var(--border-subtle);color:var(--text-secondary);background:0 0}.CookieConsent-module__QbGkGW__rejectButton:hover{background:var(--bg-tertiary);color:var(--text-primary);border-color:var(--text-secondary)}@media (max-width:480px){.CookieConsent-module__QbGkGW__overlay{padding:var(--space-3)}.CookieConsent-module__QbGkGW__banner{padding:var(--space-4)}.CookieConsent-module__QbGkGW__actions{flex-direction:column}.CookieConsent-module__QbGkGW__acceptButton,.CookieConsent-module__QbGkGW__rejectButton{width:100%}}
.GameEndScreen-module__kopQRG__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#0d0b09eb;justify-content:center;align-items:center;padding:1rem;animation:.3s GameEndScreen-module__kopQRG__fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes GameEndScreen-module__kopQRG__fadeIn{0%{opacity:0}to{opacity:1}}.GameEndScreen-module__kopQRG__container{background:linear-gradient(135deg,var(--bg-tertiary),var(--bg-secondary));text-align:center;border:2px solid var(--border-default);width:100%;max-width:420px;box-shadow:var(--shadow-xl);border-radius:24px;padding:2rem;animation:.4s GameEndScreen-module__kopQRG__slideUp}@keyframes GameEndScreen-module__kopQRG__slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__legendary{border-color:var(--gold);box-shadow:0 0 60px var(--gold-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__great{border-color:var(--cinema-purple);box-shadow:0 0 60px var(--cinema-purple-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__good{border-color:var(--success);box-shadow:0 0 40px var(--success-glow)}.GameEndScreen-module__kopQRG__container.GameEndScreen-module__kopQRG__amateur{border-color:var(--border-emphasis)}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.25rem;font-size:3.5rem;animation:.6s GameEndScreen-module__kopQRG__bounce}@keyframes GameEndScreen-module__kopQRG__bounce{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}.GameEndScreen-module__kopQRG__title{color:var(--text-primary);text-transform:uppercase;letter-spacing:2px;margin:0 0 .15rem;font-size:1.75rem;font-weight:800}.GameEndScreen-module__kopQRG__subtitle{color:var(--text-secondary);margin:0 0 1rem;font-size:1rem}.GameEndScreen-module__kopQRG__legendary .GameEndScreen-module__kopQRG__subtitle{color:var(--gold)}.GameEndScreen-module__kopQRG__great .GameEndScreen-module__kopQRG__subtitle{color:var(--cinema-purple)}.GameEndScreen-module__kopQRG__good .GameEndScreen-module__kopQRG__subtitle{color:var(--success)}.GameEndScreen-module__kopQRG__levelSection{background:#0000004d;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem}.GameEndScreen-module__kopQRG__levelHeader{justify-content:center;align-items:center;gap:.75rem;margin-bottom:.5rem;display:flex}.GameEndScreen-module__kopQRG__currentLevel,.GameEndScreen-module__kopQRG__nextLevel{align-items:center;gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__leagueIcon{object-fit:contain;width:32px;height:32px}.GameEndScreen-module__kopQRG__levelName{font-size:.85rem;font-weight:700}.GameEndScreen-module__kopQRG__levelArrow{color:var(--text-muted);font-size:1rem}.GameEndScreen-module__kopQRG__xpProgressContainer{background:var(--border-default);border-radius:10px;height:6px;margin-bottom:.5rem;overflow:hidden}.GameEndScreen-module__kopQRG__xpProgressBar{background:linear-gradient(90deg,var(--cinema-purple),var(--gold));border-radius:10px;height:100%;transition:width 1s}.GameEndScreen-module__kopQRG__xpInfo{justify-content:center;align-items:center;display:flex}.GameEndScreen-module__kopQRG__xpToNext{color:var(--text-muted);font-size:.75rem}.GameEndScreen-module__kopQRG__maxLevel{color:var(--gold);font-size:.85rem;font-weight:700}.GameEndScreen-module__kopQRG__scoreCard{background:#0000004d;border-radius:16px;margin-bottom:1rem;padding:1.25rem}.GameEndScreen-module__kopQRG__mainScore{border-bottom:1px solid var(--border-subtle);flex-direction:column;align-items:center;margin-bottom:.75rem;padding-bottom:.75rem;display:flex}.GameEndScreen-module__kopQRG__scoreLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:.15rem;font-size:.8rem}.GameEndScreen-module__kopQRG__scoreValue{background:linear-gradient(135deg,var(--cinema-purple),var(--gold));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800}.GameEndScreen-module__kopQRG__rewards{border-top:1px solid var(--border-subtle);justify-content:center;gap:1.25rem;margin-top:.5rem;padding-top:.5rem;display:flex}.GameEndScreen-module__kopQRG__reward{color:var(--gold);align-items:center;gap:4px;font-size:1rem;font-weight:700;display:flex}.GameEndScreen-module__kopQRG__statsGrid{grid-template-columns:repeat(5,1fr);gap:.5rem;display:grid}.GameEndScreen-module__kopQRG__stat{flex-direction:column;align-items:center;gap:.1rem;display:flex}.GameEndScreen-module__kopQRG__statIcon{font-size:1rem}.GameEndScreen-module__kopQRG__statValue{color:var(--text-primary);font-size:1rem;font-weight:700}.GameEndScreen-module__kopQRG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:.55rem}.GameEndScreen-module__kopQRG__guestNudge{border:1px dashed var(--gold);border-radius:var(--radius-md);background:#d4a5740d;flex-direction:column;align-items:center;gap:1rem;margin:1.5rem 0;padding:1.25rem;animation:.5s ease-out GameEndScreen-module__kopQRG__fadeIn;display:flex}.GameEndScreen-module__kopQRG__guestNudge p{color:var(--text-primary);text-align:center;max-width:300px;margin:0;font-size:.9rem;line-height:1.4}.GameEndScreen-module__kopQRG__guestLoginBtn{background:var(--gold);color:var(--bg-primary);border-radius:var(--radius-full);cursor:pointer;transition:all var(--duration-normal);box-shadow:0 4px 12px var(--gold-glow);border:none;padding:.75rem 1.5rem;font-size:.9rem;font-weight:700}.GameEndScreen-module__kopQRG__guestLoginBtn:hover{box-shadow:0 6px 20px var(--gold-glow);filter:brightness(1.1);transform:translateY(-2px)}.GameEndScreen-module__kopQRG__guestLoginBtn:active{transform:translateY(0)}.GameEndScreen-module__kopQRG__actions{flex-direction:column;gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__secondaryActions{gap:.5rem;display:flex}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{cursor:pointer;border:none;border-radius:12px;padding:.85rem 1.25rem;font-size:.95rem;font-weight:600;transition:all .2s}.GameEndScreen-module__kopQRG__playAgainBtn{background:linear-gradient(135deg,var(--cinema-purple),var(--primary));width:100%;color:var(--text-primary)}.GameEndScreen-module__kopQRG__playAgainBtn:hover{box-shadow:0 8px 25px var(--cinema-purple-glow);transform:translateY(-2px)}.GameEndScreen-module__kopQRG__shareBtn{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-default);flex:1}.GameEndScreen-module__kopQRG__shareBtn:hover{background:var(--bg-card-hover)}.GameEndScreen-module__kopQRG__homeBtn{color:var(--text-secondary);border:1px solid var(--border-subtle);background:0 0;flex:1}.GameEndScreen-module__kopQRG__homeBtn:hover{color:var(--text-primary)}@media (max-width:480px){.GameEndScreen-module__kopQRG__overlay{align-items:center;padding:.5rem}.GameEndScreen-module__kopQRG__container{border-radius:20px;max-width:100%;padding:1rem}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.15rem;font-size:2.25rem}.GameEndScreen-module__kopQRG__title{letter-spacing:1px;margin-bottom:.1rem;font-size:1.25rem}.GameEndScreen-module__kopQRG__subtitle{margin-bottom:.75rem;font-size:.85rem}.GameEndScreen-module__kopQRG__levelSection{border-radius:10px;margin-bottom:.75rem;padding:.6rem .75rem}.GameEndScreen-module__kopQRG__levelHeader{gap:.5rem;margin-bottom:.4rem}.GameEndScreen-module__kopQRG__leagueIcon{width:24px;height:24px}.GameEndScreen-module__kopQRG__levelName{font-size:.75rem}.GameEndScreen-module__kopQRG__levelArrow{font-size:.85rem}.GameEndScreen-module__kopQRG__xpProgressContainer{height:5px;margin-bottom:.35rem}.GameEndScreen-module__kopQRG__xpToNext{font-size:.65rem}.GameEndScreen-module__kopQRG__scoreCard{border-radius:12px;margin-bottom:.75rem;padding:.85rem}.GameEndScreen-module__kopQRG__mainScore{margin-bottom:.5rem;padding-bottom:.5rem}.GameEndScreen-module__kopQRG__scoreLabel{font-size:.7rem}.GameEndScreen-module__kopQRG__scoreValue{font-size:1.85rem}.GameEndScreen-module__kopQRG__rewards{gap:.75rem;margin-top:.4rem;padding-top:.4rem}.GameEndScreen-module__kopQRG__reward{font-size:.85rem}.GameEndScreen-module__kopQRG__statsGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.GameEndScreen-module__kopQRG__stat{gap:.1rem}.GameEndScreen-module__kopQRG__statIcon{font-size:1rem}.GameEndScreen-module__kopQRG__statValue{font-size:.95rem}.GameEndScreen-module__kopQRG__statLabel{color:var(--text-muted);font-size:.55rem}.GameEndScreen-module__kopQRG__guestNudge{gap:.6rem;margin:.75rem 0;padding:.85rem}.GameEndScreen-module__kopQRG__guestNudge p{max-width:100%;font-size:.75rem}.GameEndScreen-module__kopQRG__guestLoginBtn{padding:.5rem 1rem;font-size:.8rem}.GameEndScreen-module__kopQRG__actions,.GameEndScreen-module__kopQRG__secondaryActions{gap:.4rem}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{border-radius:10px;padding:.7rem 1rem;font-size:.85rem}}@media (max-height:650px){.GameEndScreen-module__kopQRG__container{padding:.75rem}.GameEndScreen-module__kopQRG__emoji{margin-bottom:.1rem;font-size:1.75rem}.GameEndScreen-module__kopQRG__title{font-size:1.1rem}.GameEndScreen-module__kopQRG__subtitle{margin-bottom:.5rem;font-size:.75rem}.GameEndScreen-module__kopQRG__levelSection{margin-bottom:.5rem;padding:.5rem}.GameEndScreen-module__kopQRG__scoreCard{margin-bottom:.5rem;padding:.65rem}.GameEndScreen-module__kopQRG__scoreValue{font-size:1.6rem}.GameEndScreen-module__kopQRG__shareBtn,.GameEndScreen-module__kopQRG__playAgainBtn,.GameEndScreen-module__kopQRG__homeBtn{padding:.6rem .75rem;font-size:.8rem}}.GameEndScreen-module__kopQRG__shareModalOverlay{z-index:10000;padding:var(--space-4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;justify-content:center;align-items:center;animation:.2s ease-out GameEndScreen-module__kopQRG__fadeIn;display:flex;position:fixed;inset:0}.GameEndScreen-module__kopQRG__shareModal{width:100%;max-width:380px;padding:var(--space-6);background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);animation:.25s ease-out GameEndScreen-module__kopQRG__slideUp;position:relative}.GameEndScreen-module__kopQRG__shareModalClose{top:var(--space-3);right:var(--space-3);background:var(--bg-tertiary);border:1px solid var(--border-subtle);border-radius:var(--radius-full);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;transition:all var(--duration-fast);justify-content:center;align-items:center;font-size:1rem;display:flex;position:absolute}.GameEndScreen-module__kopQRG__shareModalClose:hover{background:var(--error);border-color:var(--error);color:#fff}.GameEndScreen-module__kopQRG__shareModalTitle{color:var(--text-primary);margin:0 0 var(--space-4);text-align:center;font-size:1.25rem;font-weight:600}.GameEndScreen-module__kopQRG__sharePreview{padding:var(--space-4);background:var(--bg-secondary);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);margin-bottom:var(--space-4)}.GameEndScreen-module__kopQRG__sharePreview pre{color:var(--text-primary);white-space:pre-wrap;word-break:break-word;margin:0;font-family:SF Mono,Consolas,monospace;font-size:.85rem;line-height:1.5}.GameEndScreen-module__kopQRG__shareSocialButtons{justify-content:center;gap:var(--space-3);display:flex}.GameEndScreen-module__kopQRG__shareTwitter,.GameEndScreen-module__kopQRG__shareFacebook,.GameEndScreen-module__kopQRG__shareWhatsapp,.GameEndScreen-module__kopQRG__shareCopy{border-radius:var(--radius-md);color:#fff;cursor:pointer;width:52px;height:52px;transition:all var(--duration-fast);border:none;justify-content:center;align-items:center;font-size:1.35rem;display:flex}.GameEndScreen-module__kopQRG__shareTwitter:hover,.GameEndScreen-module__kopQRG__shareFacebook:hover,.GameEndScreen-module__kopQRG__shareWhatsapp:hover,.GameEndScreen-module__kopQRG__shareCopy:hover{transform:scale(1.1)}.GameEndScreen-module__kopQRG__shareTwitter{background:#000}.GameEndScreen-module__kopQRG__shareFacebook{background:#1877f2}.GameEndScreen-module__kopQRG__shareWhatsapp{background:#25d366}.GameEndScreen-module__kopQRG__shareCopy{background:var(--cinema-purple)}.GameEndScreen-module__kopQRG__copiedMessage{text-align:center;color:var(--success);margin:var(--space-3)0 0;font-size:.9rem;font-weight:500;animation:.2s ease-out GameEndScreen-module__kopQRG__fadeIn}@media (max-width:480px){.GameEndScreen-module__kopQRG__shareModal{padding:var(--space-5)}.GameEndScreen-module__kopQRG__shareTwitter,.GameEndScreen-module__kopQRG__shareFacebook,.GameEndScreen-module__kopQRG__shareWhatsapp,.GameEndScreen-module__kopQRG__shareCopy{width:48px;height:48px;font-size:1.2rem}}
.play-module__oj01WW__playContainer{background:var(--bg-primary);z-index:1000;flex-direction:column;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0;overflow:hidden}.play-module__oj01WW__playContainer:before{content:"";opacity:.08;filter:blur(2px)saturate(.7);pointer-events:none;z-index:0;background:url(/g-image.webp) 50%/cover no-repeat;position:absolute;inset:0}.play-module__oj01WW__header{-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle);z-index:10;background:#0d0b09d9;justify-content:space-between;align-items:center;height:60px;padding:0 1rem;display:flex;position:relative}.play-module__oj01WW__backLink{background:var(--cinema-purple-soft);color:var(--text-primary);cursor:pointer;border:1px solid #9b8ac440;border-radius:50px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;transition:all .2s;display:flex}.play-module__oj01WW__backLink:hover{border-color:var(--cinema-purple);background:#9b8ac440;transform:translate(-2px)}.play-module__oj01WW__headerCenter{flex-direction:column;align-items:center;gap:.25rem;display:flex}.play-module__oj01WW__headerRight{width:80px}.play-module__oj01WW__modeLabel{color:var(--text-primary);letter-spacing:.5px;font-size:1rem;font-weight:700}.play-module__oj01WW__endlessBadge{background:linear-gradient(135deg,var(--gold-bright)0%,var(--gold)100%);color:var(--bg-primary);letter-spacing:1.5px;text-transform:uppercase;box-shadow:0 0 15px var(--gold-glow);border-radius:50px;padding:.25rem .75rem;font-size:.65rem;font-weight:800;animation:2s infinite play-module__oj01WW__pulseGold}@keyframes play-module__oj01WW__pulseGold{0%,to{box-shadow:0 0 10px var(--gold-glow)}50%{box-shadow:0 0 25px #d4a57499}}.play-module__oj01WW__main{background:radial-gradient(ellipse at center,var(--cinema-purple-soft)0%,transparent 70%);z-index:1;flex:1;justify-content:center;align-items:center;padding:1rem;display:flex;position:relative;overflow:hidden}.play-module__oj01WW__gameWrapper{justify-content:center;align-items:center;width:100%;max-width:1000px;height:100%;display:flex}.play-module__oj01WW__loadingState{color:var(--text-secondary);flex-direction:column;align-items:center;gap:1.5rem;display:flex}.play-module__oj01WW__spinner{border:4px solid var(--cinema-purple-soft);border-top-color:var(--cinema-purple);border-radius:50%;width:56px;height:56px;animation:.8s linear infinite play-module__oj01WW__spin}@keyframes play-module__oj01WW__spin{to{transform:rotate(360deg)}}.play-module__oj01WW__errorState{text-align:center;color:var(--text-primary);background:var(--bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--border-default);border-radius:20px;flex-direction:column;align-items:center;gap:1.5rem;max-width:400px;padding:2rem;display:flex}.play-module__oj01WW__errorState h2{margin:0;font-size:1.5rem}.play-module__oj01WW__errorState p{color:var(--text-secondary);margin:0}.play-module__oj01WW__retryBtn{background:var(--cinema-purple);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-cinema);border:none;border-radius:50px;padding:.875rem 2.5rem;font-size:1rem;font-weight:700;transition:all .2s}.play-module__oj01WW__retryBtn:hover{box-shadow:0 8px 30px var(--cinema-purple-glow);transform:translateY(-2px)}.play-module__oj01WW__backBtn{border:1px solid var(--border-default);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:50px;padding:.625rem 1.5rem;font-size:.875rem;transition:all .2s}.play-module__oj01WW__backBtn:hover{background:var(--bg-elevated);color:var(--text-primary);border-color:var(--border-emphasis)}.play-module__oj01WW__timerOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;box-shadow:var(--shadow-cinema);background:#0d0b09e6;border:2px solid #9b8ac466;border-radius:50px;padding:.75rem 2rem;transition:all .3s;position:fixed;top:80px;left:50%;transform:translate(-50%)}.play-module__oj01WW__timerOverlay.play-module__oj01WW__danger{border-color:var(--error);background:var(--error-glow);box-shadow:0 0 30px var(--error-glow);animation:.3s infinite play-module__oj01WW__shake}.play-module__oj01WW__timerValue{color:var(--text-primary);letter-spacing:2px;font-family:Inter,monospace;font-size:2rem;font-weight:900}@keyframes play-module__oj01WW__shake{0%,to{transform:translate(-50%)rotate(0)}25%{transform:translate(-52%)rotate(-2deg)}75%{transform:translate(-48%)rotate(2deg)}}@media (max-width:768px){.play-module__oj01WW__header{height:56px;padding:0 .75rem}.play-module__oj01WW__backLink{padding:.4rem .75rem;font-size:.8rem}.play-module__oj01WW__modeLabel{font-size:.9rem}.play-module__oj01WW__main{padding:.75rem}.play-module__oj01WW__gameWrapper{min-height:450px}.play-module__oj01WW__timerOverlay{padding:.5rem 1.5rem;top:70px}.play-module__oj01WW__timerValue{font-size:1.5rem}}@media (max-width:480px){.play-module__oj01WW__header{height:52px}.play-module__oj01WW__backLink{padding:.375rem .625rem;font-size:.75rem}.play-module__oj01WW__modeLabel{font-size:.8rem}.play-module__oj01WW__endlessBadge{padding:.2rem .5rem;font-size:.55rem}.play-module__oj01WW__main{padding:.5rem}}@media (min-width:1024px){.play-module__oj01WW__header{height:70px;padding:0 2rem}.play-module__oj01WW__backLink{padding:.625rem 1.25rem;font-size:.9rem}.play-module__oj01WW__modeLabel{font-size:1.1rem}.play-module__oj01WW__gameWrapper{max-width:1100px}.play-module__oj01WW__main{padding:1.5rem}}
