.hangman-drawing { font-size: 4rem; margin-bottom: 0.5rem; }
.word-display { font-family: var(--font-display, Fredoka, sans-serif); font-size: 2rem; letter-spacing: 0.4em; margin-bottom: 1.25rem; min-height: 2.5rem; }
.keyboard { display: flex; flex-wrap: wrap; gap: 0.4rem; justify-content: center; max-width: 340px; }
.key-btn { min-width: 40px; min-height: 44px; padding: 0.4rem 0.6rem; border: none; border-radius: 10px; background: #7C3AED; color: #fff; font-weight: 800; font-size: 1rem; cursor: pointer; }
.key-btn:disabled { opacity: 0.35; cursor: default; }
.key-btn.correct { background: #10B981; }
.key-btn.wrong { background: #EF4444; }
