/* Pendu Moderne - minimaliste */

.pendu-container {
    margin: 32px 0;
    text-align: center;
    padding: 24px;
    background: #f8f8f8;
    border: 2px inset #808080;
}

.word-display {
    font-size: 32px;
    letter-spacing: 0.3em;
    font-family: "Courier New", monospace;
    color: #000 !important;
    margin: 24px 0;
}

.letters-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    margin: 20px 0;
}

.letters-row button {
    width: 36px;
    height: 36px;
    font-size: 16px;
    font-weight: bold;
}

.letters-row button.used {
    opacity: 0.4;
    cursor: default;
}

.letters-row button.wrong {
    background: #ff6666 !important;
    color: #fff !important;
}

.letters-row button.right {
    background: #66ff66 !important;
    color: #000 !important;
}

.pendu-message {
    font-size: 18px;
    font-weight: bold;
    margin-top: 16px;
    min-height: 24px;
}

.game-score {
    font-family: "Impact", "Arial Black", sans-serif;
    font-size: 16px;
    color: #0000ff !important;
}
