.reaktionstest-game {
    font-family: Arial, sans-serif;
    background: #f2f2f2;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
}

.reaktionstest-game .reaktionstest-container {
    max-width: 800px;
    margin: 30px auto;
    background: white;
    padding: 25px;
    border-radius: 10px;
    color: #222;
    box-sizing: border-box;
}

.reaktionstest-game .reaktionstest-area {
    height: 350px;
    background: #d63031;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(22px, 5vw, 30px);
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.reaktionstest-game button {
    padding: 12px 20px;
    border: none;
    border-radius: 6px;
    background: #2d7df0;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 16px;
    margin: 4px;
}

.reaktionstest-game button:hover {
    background: #1b5fc0;
}

.reaktionstest-game .reaktionstest-stats {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.6;
}

.reaktionstest-game .ready {
    background: #d63031 !important;
}

.reaktionstest-game .wait {
    background: #f39c12 !important;
}

.reaktionstest-game .go {
    background: #00b894 !important;
}

.reaktionstest-game .false-start {
    background: #6c5ce7 !important;
}

@media (max-width: 600px) {
    .reaktionstest-game .reaktionstest-container {
        margin: 15px auto;
        padding: 15px;
    }

    .reaktionstest-game .reaktionstest-area {
        height: 260px;
    }
}


.reaktionstest-game .reaktionstest-version {
    margin-top: 15px;
    font-size: 13px;
    color: #666;
}
