.hangman_container__XWwHM{max-width:500px;margin:0 auto;padding:2rem 1rem 3rem;text-align:center}.hangman_title__xC2q0{font-size:2rem;font-weight:700;margin-bottom:.5rem;color:#1e293b}.hangman_description__eynq2{color:#64748b;margin-bottom:1.5rem;font-size:1rem}.hangman_difficultySelect__GZOMm{display:flex;justify-content:center;gap:.5rem;margin-bottom:1rem}.hangman_diffBtn__Y_PG2{padding:.5rem 1rem;background:#fff;color:#64748b;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem;cursor:pointer;transition:all .2s ease}.hangman_diffBtn__Y_PG2:hover{border-color:#2563eb;color:#2563eb}.hangman_diffBtn__Y_PG2.hangman_active__7uUIV{background:#2563eb;color:#fff;border-color:#2563eb}.hangman_stats__dat76{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.hangman_stat__caO13{display:flex;flex-direction:column;align-items:center;background:#f1f5f9;padding:.5rem 1.25rem;border-radius:8px}.hangman_statLabel__Hl4wd{font-size:.75rem;color:#64748b;text-transform:uppercase}.hangman_statValue__CKWME{font-size:1.25rem;font-weight:700;color:#1e293b}.hangman_gameArea__X2fte{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.5rem;margin-bottom:1.5rem}.hangman_hangmanArea__wMwo3{height:180px;display:flex;align-items:center;justify-content:center}.hangman_hangmanSvg__Eb8gc{width:180px;height:180px}.hangman_wordArea__l8HmK{padding:1rem 0}.hangman_word__NdZ6i{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap}.hangman_letter__nxzZj{font-size:2rem;font-weight:700;color:#1e293b;min-width:2rem;text-align:center;border-bottom:3px solid #1e293b;padding-bottom:.25rem}.hangman_overlay__Dwst9{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.95);display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:16px;gap:.75rem}.hangman_message__kYiRp{font-size:1.75rem;font-weight:700}.hangman_message__kYiRp.hangman_won___IQiw{color:#10b981}.hangman_message__kYiRp.hangman_lost__RaVOT{color:#ef4444}.hangman_revealWord__MDAmG{font-size:1.125rem;color:#475569}.hangman_playAgainBtn__ssIOF{padding:.75rem 2rem;background:#2563eb;color:#fff;border:none;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.hangman_playAgainBtn__ssIOF:hover{background:#3b82f6;transform:translateY(-2px)}.hangman_keyboard__8GEEB{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin-bottom:1.5rem}.hangman_key__zJKOc{width:36px;height:40px;display:flex;align-items:center;justify-content:center;background:#fff;color:#1e293b;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .15s ease}.hangman_key__zJKOc:hover:not(:disabled){background:#f1f5f9;border-color:#2563eb}.hangman_key__zJKOc:disabled{cursor:default}.hangman_key__zJKOc.hangman_correct__lpFB4{background:#10b981;color:#fff;border-color:#10b981}.hangman_key__zJKOc.hangman_wrong__Xb6x_{background:#ef4444;color:#fff;border-color:#ef4444;opacity:.5}@media(max-width:400px){.hangman_key__zJKOc{width:30px;height:36px;font-size:.875rem}}.hangman_instructions__yIv9i{font-size:.875rem;color:#94a3b8}