.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{aspect-ratio:16/9;background:var(--bg-card);border-radius:16px;max-height:50vh;margin-bottom:1rem;position:relative;overflow:hidden}.GameCard-module__ggQ8zq__imageSkeleton{background:linear-gradient(135deg, var(--bg-card) 0%, #2d2926cc 50%, var(--bg-card) 100%);z-index:2;position:absolute;inset:0}.GameCard-module__ggQ8zq__skeletonShimmer{background:linear-gradient(90deg,#0000 0%,#d4a57414 20%,#d4a57426 50%,#d4a57414 80%,#0000 100%);animation:1.5s infinite GameCard-module__ggQ8zq__shimmer;position:absolute;inset:0}@keyframes GameCard-module__ggQ8zq__shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.GameCard-module__ggQ8zq__movieImage{object-fit:cover;object-position:top center;border:2px solid var(--border-emphasis);box-shadow:var(--shadow-lg), var(--shadow-cinema);border-radius:16px;transition:opacity .4s,transform .3s}.GameCard-module__ggQ8zq__imageLoading{opacity:0}.GameCard-module__ggQ8zq__imageLoaded{opacity:1}.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:30vh}.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:200px;padding-top:.25rem;display:flex}.GameCard-module__ggQ8zq__hintContainer{gap:.5rem;margin-top:.5rem;padding-top:.5rem}.GameCard-module__ggQ8zq__hintButton{padding:.4rem .75rem;font-size:.75rem}.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}}
.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__appleButton{color:#fff;background:#000;border-color:#333}.AuthModal-module__kkVAJG__appleButton:hover:not(:disabled){background:#1a1a1a;border-color:#4a4a4a;box-shadow:0 4px 15px #0006}.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);min-height:100vh;padding:var(--header-height) 1rem 1rem;width:100%;position:relative;overflow-x:hidden}@media (max-width:768px){.profile-module__5FeCNW__container{padding:var(--header-height-mobile) 1rem 1rem}}.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:56px}}.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}@media (max-width:480px){.Header-module__hBw1pG__container{padding:0 var(--space-2)}}.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:28px}}.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:.7rem}}@media (max-width:360px){.Header-module__hBw1pG__xp span{display:none}}.Header-module__hBw1pG__streak{color:var(--cinema-purple);align-items:center;gap:2px;font-size:.85rem;font-weight:700;display:flex}@media (max-width:480px){.Header-module__hBw1pG__streak{gap:0;font-size:.7rem}}.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:60px;height:32px;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:100svh;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{padding:1rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,20px));background:radial-gradient(ellipse at center, var(--cinema-purple-soft) 0%, transparent 70%);z-index:1;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow-y:auto}.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{gap:.25rem;height:52px;padding:0 .5rem}.play-module__foSrfW__hideMobile{display:none!important}.play-module__foSrfW__backLink{gap:0;padding:.375rem .5rem;font-size:1rem}.play-module__foSrfW__headerCenter{flex:1;min-width:0}.play-module__foSrfW__headerRight{min-width:unset;gap:.25rem}.play-module__foSrfW__loginButton{padding:.35rem .6rem;font-size:.65rem}.play-module__foSrfW__modeLabel{white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:.75rem;overflow:hidden}.play-module__foSrfW__endlessBadge{padding:.15rem .4rem;font-size:.5rem}.play-module__foSrfW__main{padding:.5rem;padding-bottom:calc(3rem + env(safe-area-inset-bottom,40px))}}@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%}}.CookieConsent-module__QbGkGW__settingsButton{right:var(--space-4);bottom:var(--space-4);z-index:9998;border:1px solid var(--border-subtle);background:var(--bg-elevated);width:42px;height:42px;color:var(--text-primary);cursor:pointer;border-radius:999px;position:fixed;box-shadow:0 4px 16px #00000040}.CookieConsent-module__QbGkGW__settingsButton:hover,.CookieConsent-module__QbGkGW__settingsButton:focus-visible{border-color:var(--cinema-purple);transform:translateY(-1px)}
