@keyframes home_float__L7QTu{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes home_pulse__oXHE7{0%,to{opacity:1}50%{opacity:.5}}@keyframes home_glow__Pmt3t{0%,to{box-shadow:0 0 20px rgba(99,102,241,.3)}50%{box-shadow:0 0 40px rgba(99,102,241,.6)}}@keyframes home_slideUp__DnDX4{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes home_shake__aKEbU{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.home_game_container__lElmJ{min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e 50%,#16213e);padding:20px;font-family:Inter,Segoe UI,sans-serif;color:#fff;position:relative;overflow:hidden}.home_game_container__lElmJ:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(99,102,241,.1) 0,transparent 50%),radial-gradient(circle at 70% 70%,rgba(244,63,94,.1) 0,transparent 50%);pointer-events:none}.home_header__MvpTc{display:flex;justify-content:space-between;align-items:center;padding:20px 40px;position:relative;z-index:10}.home_logo__hSBUX{font-size:2.5rem;font-weight:800;background:linear-gradient(135deg,#818cf8,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;letter-spacing:-2px;text-transform:uppercase}.home_user_info__bEyIo{display:flex;align-items:center;gap:15px;background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);padding:10px 20px;border-radius:50px}.home_user_info__bEyIo .home_avatar__8lHIq{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#f43f5e);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.2rem}.home_user_info__bEyIo .home_username__9LimV{font-weight:500;color:hsla(0,0%,100%,.9)}.home_stats_bar__zfSVU{display:flex;justify-content:center;gap:30px;margin:20px 0;position:relative;z-index:10}.home_stat_item__SqHpp{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);padding:15px 30px;border-radius:16px;text-align:center;min-width:120px}.home_stat_item__SqHpp .home_stat_value__BtPSp{font-size:2rem;font-weight:700;color:#818cf8}.home_stat_item__SqHpp .home_stat_label__ngd45{font-size:.75rem;text-transform:uppercase;letter-spacing:1px;color:hsla(0,0%,100%,.5);margin-top:5px}.home_game_area__eUy_4{display:grid;grid-template-columns:1fr 1.5fr;grid-gap:30px;gap:30px;max-width:1400px;margin:0 auto;padding:20px;position:relative;z-index:10}.home_hangman_card__iH0G8{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:30px;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}.home_hangman_card__iH0G8:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#f43f5e)}.home_chances_display__6EXtp{width:100%;margin-bottom:20px}.home_chances_display__6EXtp .home_chances_header__xB09W{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.home_chances_display__6EXtp .home_chances_header__xB09W span{font-size:.875rem;color:hsla(0,0%,100%,.6);text-transform:uppercase;letter-spacing:1px}.home_chances_display__6EXtp .home_chances_header__xB09W strong{font-size:1.5rem;color:#818cf8}.home_chances_bar__xeY3A{height:8px;background:hsla(0,0%,100%,.1);border-radius:4px;overflow:hidden}.home_chances_bar__xeY3A .home_chances_fill__jXiOF{height:100%;border-radius:4px;transition:width .5s ease,background .5s ease}.home_chances_bar__xeY3A .home_chances_fill__jXiOF.home_high__KHwRz{background:linear-gradient(90deg,#10b981,#34d399)}.home_chances_bar__xeY3A .home_chances_fill__jXiOF.home_medium__shFAu{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.home_chances_bar__xeY3A .home_chances_fill__jXiOF.home_low__xIWK_{background:linear-gradient(90deg,#f43f5e,#fb7185)}.home_hangman_figure__WPdMW{position:relative;height:300px;width:100%;display:flex;align-items:center;justify-content:center}.home_word_pattern__CQA6g{display:flex;justify-content:center;gap:8px;flex-wrap:nowrap;padding:20px;margin-top:auto;width:100%}.home_letter_slot__GFnJU{min-width:30px;max-width:45px;flex:1 1;height:55px;display:flex;align-items:center;justify-content:center;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;position:relative}.home_letter_slot__GFnJU:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#6366f1,#818cf8);border-radius:2px}.home_letter_slot__GFnJU.home_revealed__HjcxB{animation:home_slideUp__DnDX4 .3s ease}.home_letter_slot__GFnJU.home_space__CisaQ{min-width:15px;max-width:20px;flex:.3 1}.home_letter_slot__GFnJU.home_space__CisaQ:after{display:none}.home_keyboard_section__uZZ72{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:24px;padding:30px}.home_keyboard_header__1ycHm{text-align:center;margin-bottom:25px}.home_keyboard_header__1ycHm h3{font-size:1.25rem;font-weight:600;color:hsla(0,0%,100%,.9);margin-bottom:5px}.home_keyboard_header__1ycHm p{font-size:.875rem;color:hsla(0,0%,100%,.5)}.home_keyboard_grid__FCWdI{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:600px;margin:0 auto}.home_key_button__XsDtL{width:55px;height:55px;border:none;border-radius:12px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .2s ease;background:hsla(0,0%,100%,.1);color:#fff;position:relative;overflow:hidden}.home_key_button__XsDtL:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.1),transparent);opacity:0;transition:opacity .2s}.home_key_button__XsDtL:hover:not(:disabled){transform:translateY(-3px);background:hsla(0,0%,100%,.15);box-shadow:0 10px 30px rgba(0,0,0,.3)}.home_key_button__XsDtL:hover:not(:disabled):before{opacity:1}.home_key_button__XsDtL:active:not(:disabled){transform:translateY(0)}.home_key_button__XsDtL:disabled{cursor:not-allowed;opacity:.5}.home_key_button__XsDtL.home_correct___ViA4{background:linear-gradient(135deg,#10b981,#34d399);box-shadow:0 0 20px rgba(16,185,129,.4)}.home_key_button__XsDtL.home_wrong__XWLpm{background:linear-gradient(135deg,#f43f5e,#fb7185);box-shadow:0 0 20px rgba(244,63,94,.4);animation:home_shake__aKEbU .3s ease}.home_action_buttons__R98jO{display:flex;justify-content:center;gap:15px;margin-top:30px}.home_btn__D493f{padding:15px 40px;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.home_btn__D493f.home_btn_primary__rU_5P{background:linear-gradient(135deg,#6366f1,#818cf8);color:#fff;box-shadow:0 10px 30px rgba(99,102,241,.3)}.home_btn__D493f.home_btn_primary__rU_5P:hover{transform:translateY(-3px);box-shadow:0 15px 40px rgba(99,102,241,.4)}.home_btn__D493f.home_btn_primary__rU_5P:disabled{opacity:.5;cursor:not-allowed;transform:none}.home_btn__D493f.home_btn_danger__UbE4P{background:rgba(244,63,94,.2);color:#f43f5e;border:1px solid rgba(244,63,94,.3)}.home_btn__D493f.home_btn_danger__UbE4P:hover{background:rgba(244,63,94,.3)}.home_btn__D493f.home_btn_large__SwD29{padding:20px 60px;font-size:1.25rem;animation:home_glow__Pmt3t 2s ease-in-out infinite}.home_result_screen__bRQ_j{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(15,15,26,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;animation:home_slideUp__DnDX4 .5s ease}.home_result_card__51TYU{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid hsla(0,0%,100%,.1);border-radius:32px;padding:50px;text-align:center;max-width:600px;width:90%}.home_result_card__51TYU.home_won__95DjB{border-color:rgba(16,185,129,.3);box-shadow:0 0 60px rgba(16,185,129,.2)}.home_result_card__51TYU.home_lost__SpSQ5{border-color:rgba(244,63,94,.3);box-shadow:0 0 60px rgba(244,63,94,.2)}.home_result_icon__fztnu{font-size:5rem;margin-bottom:20px;animation:home_float__L7QTu 3s ease-in-out infinite}.home_result_title__d9wQ7{font-size:2.5rem;font-weight:800;margin-bottom:10px}.home_result_title__d9wQ7.home_won__95DjB{color:#10b981}.home_result_title__d9wQ7.home_lost__SpSQ5{color:#f43f5e}.home_result_subtitle__IABno{color:hsla(0,0%,100%,.6);margin-bottom:30px}.home_word_reveal__77pxx{display:flex;justify-content:center;gap:6px;flex-wrap:nowrap;margin:30px 0;max-width:100%}.home_reveal_letter__qXII9{min-width:35px;max-width:50px;flex:1 1;height:55px;display:flex;align-items:center;justify-content:center;font-size:clamp(1.2rem,2.5vw,1.6rem);font-weight:700;border-radius:8px;animation:home_slideUp__DnDX4 .3s ease backwards}.home_reveal_letter__qXII9.home_guessed__Be9Dm{background:rgba(16,185,129,.2);border:2px solid #10b981;color:#10b981}.home_reveal_letter__qXII9.home_missed__UtWW2{background:rgba(244,63,94,.2);border:2px solid #f43f5e;color:#f43f5e}.home_reveal_letter__qXII9.home_space__CisaQ{min-width:12px;max-width:15px;flex:.3 1;background:none;border:none}.home_definition_box__Kww8Z{background:hsla(0,0%,100%,.05);border-radius:12px;padding:20px;margin:20px 0}.home_definition_box__Kww8Z p{color:hsla(0,0%,100%,.7);font-style:italic;line-height:1.6}.home_rankings_section__aUEFp{margin-top:25px;width:100%}.home_user_stats__fz_vI{display:flex;justify-content:center;gap:20px;margin-bottom:20px;flex-wrap:wrap}.home_stat_badge__fd8TH{background:hsla(0,0%,100%,.08);border-radius:12px;padding:12px 20px;text-align:center;min-width:80px}.home_stat_badge__fd8TH .home_stat_number__sGIFZ{font-size:1.5rem;font-weight:700;color:#818cf8}.home_stat_badge__fd8TH .home_stat_text__igWA4{font-size:.7rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:1px}.home_stat_badge__fd8TH.home_rank__i3tfQ{background:linear-gradient(135deg,rgba(99,102,241,.2),rgba(244,63,94,.2));border:1px solid rgba(99,102,241,.3)}.home_stat_badge__fd8TH.home_rank__i3tfQ .home_stat_number__sGIFZ{background:linear-gradient(135deg,#818cf8,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.home_leaderboard__ekYpj{background:hsla(0,0%,100%,.03);border-radius:12px;padding:15px;margin-top:15px}.home_leaderboard_title__jRv__{font-size:.8rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:1px;margin-bottom:12px;text-align:center}.home_leaderboard_list__KPR52{display:flex;flex-direction:column;gap:8px}.home_leaderboard_item__KeTxw{display:flex;align-items:center;gap:12px;padding:8px 12px;background:hsla(0,0%,100%,.03);border-radius:8px;font-size:.9rem}.home_leaderboard_item__KeTxw.home_current_user__kcjGQ{background:rgba(99,102,241,.15);border:1px solid rgba(99,102,241,.3)}.home_leaderboard_item__KeTxw .home_position__gSDKm{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.75rem;background:hsla(0,0%,100%,.1)}.home_leaderboard_item__KeTxw .home_position__gSDKm.home_gold__LIy_a{background:linear-gradient(135deg,#ffd700,#ffb700);color:#000}.home_leaderboard_item__KeTxw .home_position__gSDKm.home_silver__jmtlL{background:linear-gradient(135deg,#c0c0c0,#a0a0a0);color:#000}.home_leaderboard_item__KeTxw .home_position__gSDKm.home_bronze__esy__{background:linear-gradient(135deg,#cd7f32,#b8702c);color:#000}.home_leaderboard_item__KeTxw .home_player_name__gXkin{flex:1 1;color:hsla(0,0%,100%,.9);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_leaderboard_item__KeTxw .home_player_wins__7tvaM{color:#10b981;font-weight:600}.home_start_screen__M96S1{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center;position:relative;z-index:10}.home_start_content__OtPGa{max-width:600px}.home_start_title__uQ85Q{font-size:4rem;font-weight:800;background:linear-gradient(135deg,#818cf8,#f43f5e);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text;margin-bottom:20px;letter-spacing:-3px}.home_start_rules__PU1AF{display:flex;gap:20px;justify-content:center;margin:30px 0}.home_rule_card__pHIYB{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:25px;text-align:center;flex:1 1;max-width:180px}.home_rule_card__pHIYB .home_rule_icon__C5tFW{font-size:2.5rem;margin-bottom:10px}.home_rule_card__pHIYB .home_rule_value__PHc88{font-size:2rem;font-weight:700;color:#818cf8}.home_rule_card__pHIYB .home_rule_label__299MO{font-size:.75rem;color:hsla(0,0%,100%,.5);text-transform:uppercase;letter-spacing:1px}.home_loading_screen__Ev0Hh{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:linear-gradient(135deg,#0f0f1a,#1a1a2e 50%,#16213e)}.home_loading_screen__Ev0Hh .home_loading_spinner__HoIOD{width:60px;height:60px;border:4px solid hsla(0,0%,100%,.1);border-top-color:#6366f1;border-radius:50%;animation:home_spin__D7Jdd 1s linear infinite}.home_loading_screen__Ev0Hh .home_loading_text__VoijD{margin-top:20px;color:hsla(0,0%,100%,.6);font-size:1.1rem}@keyframes home_spin__D7Jdd{to{transform:rotate(1turn)}}.home_no_games_screen__rCeMj{text-align:center;padding:60px 20px}.home_no_games_screen__rCeMj .home_no_games_icon__pwZSV{font-size:5rem;margin-bottom:20px}.home_no_games_screen__rCeMj .home_no_games_title__f_OjU{font-size:2rem;font-weight:700;color:#f59e0b;margin-bottom:15px}.home_no_games_screen__rCeMj .home_no_games_text__eug0q{color:hsla(0,0%,100%,.6);max-width:400px;margin:0 auto;line-height:1.6}.home_thank_you_section__26oUO{margin-top:40px;max-width:500px;margin-left:auto;margin-right:auto}.home_thank_you_message__qXSYb{color:hsla(0,0%,100%,.8);font-size:1rem;line-height:1.6;margin-bottom:20px;padding:15px 20px;background:rgba(99,102,241,.1);border:1px solid rgba(99,102,241,.2);border-radius:12px}.home_ad_wrapper__eGyeb{background:hsla(0,0%,100%,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:20px;min-height:120px;display:flex;align-items:center;justify-content:center}@media(max-width:1024px){.home_game_area__eUy_4{grid-template-columns:1fr}.home_stats_bar__zfSVU{flex-wrap:wrap}}@media(max-width:640px){.home_header__MvpTc{flex-direction:column;gap:15px;padding:15px}.home_logo__hSBUX{font-size:2rem}.home_start_title__uQ85Q{font-size:2.5rem}.home_start_rules__PU1AF{flex-direction:column;align-items:center}.home_key_button__XsDtL{width:45px;height:45px;font-size:1rem}.home_letter_slot__GFnJU{min-width:25px;max-width:35px;height:45px;font-size:1.1rem}.home_reveal_letter__qXII9{min-width:28px;max-width:38px;height:45px;font-size:1rem}}.AdBanner_ad_container__Mk3fk{width:100%;min-height:100px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.03);border-radius:12px;overflow:hidden}.AdBanner_ad_container__Mk3fk ins{width:100%}.VictoryCelebration_celebration_container__jed8P{position:relative;width:100%;height:180px;display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}.VictoryCelebration_dancer__XyxMd{position:relative;z-index:10;filter:drop-shadow(0 4px 8px rgba(0,0,0,.3))}.VictoryCelebration_firework__vnzGy{position:absolute;width:10px;height:10px;z-index:5}.VictoryCelebration_particle__s0Ou2{position:absolute;width:8px;height:8px;background:var(--color);border-radius:50%;animation:VictoryCelebration_explode__EJznX 1s ease-out forwards;transform:rotate(var(--angle)) translateY(0);box-shadow:0 0 6px var(--color),0 0 12px var(--color)}@keyframes VictoryCelebration_explode__EJznX{0%{transform:rotate(var(--angle)) translateY(0);opacity:1;scale:1}50%{opacity:1}to{transform:rotate(var(--angle)) translateY(60px);opacity:0;scale:.3}}.VictoryCelebration_firework__vnzGy:before{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;background:radial-gradient(circle,rgba(255,255,255,.8) 0,transparent 70%);transform:translate(-50%,-50%);animation:VictoryCelebration_sparkle__lz3bE .3s ease-out forwards}@keyframes VictoryCelebration_sparkle__lz3bE{0%{transform:translate(-50%,-50%) scale(0);opacity:1}to{transform:translate(-50%,-50%) scale(3);opacity:0}}