.hangman-module__I_vIJW__hangmanGame{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.hangman-module__I_vIJW__gameContainer{text-align:center;background:#fff;border-radius:20px;width:100%;max-width:800px;padding:30px;box-shadow:0 20px 40px #0000001a}.hangman-module__I_vIJW__title{color:#333;margin-bottom:10px;font-size:2.5rem;font-weight:700}.hangman-module__I_vIJW__subtitle{color:#666;margin-bottom:30px;font-size:1.2rem}.hangman-module__I_vIJW__gameBoard{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin:30px 0;display:flex}.hangman-module__I_vIJW__hangmanSection,.hangman-module__I_vIJW__wordSection{flex:1;min-width:250px}.hangman-module__I_vIJW__wordDisplay{color:#333;letter-spacing:5px;margin-bottom:20px;font-family:monospace;font-size:2.5rem;font-weight:700}.hangman-module__I_vIJW__guessesLeft{color:#666;margin-bottom:20px;font-size:1.1rem}.hangman-module__I_vIJW__keyboard{grid-template-columns:repeat(auto-fit,minmax(40px,1fr));gap:8px;max-width:600px;margin:30px auto;display:grid}.hangman-module__I_vIJW__key{cursor:pointer;background:#fff;border:2px solid #ddd;border-radius:8px;justify-content:center;align-items:center;min-height:40px;padding:12px 8px;font-size:1.1rem;font-weight:700;transition:all .2s;display:flex}.hangman-module__I_vIJW__key:hover:not(:disabled){background:#f8f9fa;border-color:#007bff}.hangman-module__I_vIJW__key:disabled{cursor:not-allowed;opacity:.6}.hangman-module__I_vIJW__correct{color:#155724;background:#d4edda;border-color:#28a745}.hangman-module__I_vIJW__incorrect{color:#721c24;background:#f8d7da;border-color:#dc3545}.hangman-module__I_vIJW__gameStatus{min-height:50px;margin:20px 0}.hangman-module__I_vIJW__winMessage{color:#28a745;font-size:1.3rem;font-weight:700;animation:.5s hangman-module__I_vIJW__bounce}.hangman-module__I_vIJW__loseMessage{color:#dc3545;font-size:1.3rem;font-weight:700}.hangman-module__I_vIJW__newGameButton{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:10px;padding:15px 30px;font-size:1.1rem;font-weight:700;transition:all .2s;box-shadow:0 4px 15px #007bff4d}.hangman-module__I_vIJW__newGameButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #007bff66}.hangman-module__I_vIJW__hangmanDrawing{width:200px;height:250px;margin:0 auto;position:relative}.hangman-module__I_vIJW__gallows{position:absolute}.hangman-module__I_vIJW__gallows .hangman-module__I_vIJW__top{background:#8b4513;width:100px;height:10px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.hangman-module__I_vIJW__gallows .hangman-module__I_vIJW__vertical{background:#8b4513;width:10px;height:200px;position:absolute;top:30px;left:25px}.hangman-module__I_vIJW__gallows .hangman-module__I_vIJW__base{background:#8b4513;width:80px;height:10px;position:absolute;bottom:0;left:10px}.hangman-module__I_vIJW__head{background:0 0;border:3px solid #333;border-radius:50%;width:30px;height:30px;position:absolute;top:30px;left:15px}.hangman-module__I_vIJW__body{background:#333;width:3px;height:60px;position:absolute;top:60px;left:29px}.hangman-module__I_vIJW__leftArm{background:#333;width:40px;height:3px;position:absolute;top:70px;left:5px;transform:rotate(30deg)}.hangman-module__I_vIJW__rightArm{background:#333;width:40px;height:3px;position:absolute;top:70px;left:32px;transform:rotate(-30deg)}.hangman-module__I_vIJW__leftLeg{background:#333;width:40px;height:3px;position:absolute;top:110px;left:5px;transform:rotate(30deg)}.hangman-module__I_vIJW__rightLeg{background:#333;width:40px;height:3px;position:absolute;top:110px;left:32px;transform:rotate(-30deg)}@keyframes hangman-module__I_vIJW__bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media (max-width:768px){.hangman-module__I_vIJW__gameContainer{padding:20px}.hangman-module__I_vIJW__title{font-size:2rem}.hangman-module__I_vIJW__gameBoard{flex-direction:column}.hangman-module__I_vIJW__wordDisplay{font-size:2rem}.hangman-module__I_vIJW__keyboard{grid-template-columns:repeat(auto-fit,minmax(35px,1fr));gap:6px}.hangman-module__I_vIJW__key{min-height:35px;padding:10px 6px;font-size:1rem}}
