    .exit-btn:hover { background-color: #e2e8f0 !important; color: #1e293b !important; }
    .card-a-style { background-color: #f0f9ff !important; border: 2px solid #e0f2fe !important; }
    .card-b-style { background-color: #fffbeb !important; border: 2px solid #fef3c7 !important; }
    .deal-btn-yes { background-color: #ecfdf5 !important; border: 2px solid #a7f3d0 !important; }
    .deal-btn-no { background-color: #fff1f2 !important; border: 2px solid #fecdd3 !important; }
    .deal-btn-yes:hover:not(.voted) { background-color: #d1fae5 !important; border-color: #6ee7b7 !important; }
    .deal-btn-no:hover:not(.voted) { background-color: #ffe4e6 !important; border-color: #fda4af !important; }
    
    .option-card:hover:not(.voted) {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(0,0,0,0.05);
    }
    
@media (max-width: 600px) {
        .container { padding-top: 1rem !important; }
        .game-layout { padding: 0 0.25rem 0.5rem !important; gap: 0.6rem !important; }
        .game-card { border-radius: 20px !important; padding: 1.2rem 1rem !important; }
        .game-options { grid-template-columns: 1fr !important; gap: 0.8rem !important; }
        .game-question-text { font-size: 1.5rem !important; font-weight: 800 !important; margin-bottom: 1.2rem !important; min-height: 40px !important; line-height: 1.3 !important; }
        .option-card { min-height: 140px !important; padding: 1.2rem !important; border-radius: 20px !important; display: flex; flex-direction: column; justify-content: center; }
        .option-text { font-size: 1.3rem !important; line-height: 1.2 !important; }
        .percentage { font-size: 2.2rem !important; margin-top: 0.2rem !important; height: 2.5rem; line-height: 2.5rem; }
        
        #deal-amount-badge {
            background: #f5f3ff !important;
            color: #6366f1 !important;
            padding: 0.5rem 1.2rem !important;
            flex-direction: column !important;
            gap: 0.05rem !important;
            border-radius: 20px !important;
            box-shadow: 0 5px 15px rgba(99, 102, 241, 0.05) !important;
            border: none !important;
}

}

/* WYR game-mode cards: the homepage/category choice language, scoped away from Deal. */
.game-wyr-badge {
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0;
    color: #475569 !important;
    box-shadow: none !important;
}

.wyr-game-options {
    grid-template-columns: minmax(0, 1fr) 52px minmax(0, 1fr) !important;
    gap: 1rem !important;
    align-items: stretch;
}

.wyr-game-options .option-card {
    min-height: 200px !important;
    padding: 2.5rem 2rem !important;
    border-radius: 20px !important;
}

.wyr-game-options .card-a-style {
    background: #eef2ff !important;
    border-color: #dbe4ff !important;
}

.wyr-game-options .card-b-style {
    background: #fff0f7 !important;
    border-color: #fbcfe8 !important;
}

.wyr-game-options .option-text {
    font-size: 1.75rem !important;
    font-weight: 750 !important;
    line-height: 1.3;
    text-align: center;
    margin: 0;
}

.wyr-game-options .percentage {
    position: absolute;
    right: 0.85rem;
    bottom: 0.75rem;
    z-index: 20 !important;
    flex: 0 0 auto;
    margin-top: 0 !important;
    min-width: 3.25rem;
    min-height: 1.9rem;
    padding: 0.25rem 0.55rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(148, 163, 184, 0.35);
    border-radius: 999px;
    background: #ffffff !important;
    background-color: #ffffff !important;
    background-image: none !important;
    color: #475569 !important;
    -webkit-text-fill-color: #475569 !important;
    box-shadow: 0 3px 8px rgba(30, 41, 59, 0.1);
    font-size: 1.15rem !important;
    font-weight: 800 !important;
    line-height: 1.1;
    pointer-events: none;
}

.game-wyr-or-divider {
    position: relative;
    z-index: 2;
    align-self: center;
    margin-block: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 28px;
    border: 1px solid #d8deea;
    border-radius: 999px;
    background: #fff;
    color: #64748b;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    box-shadow: 0 5px 14px rgba(30, 41, 59, 0.1);
}

.game-wyr-or-divider::before,
.game-wyr-or-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 1rem;
    height: 2px;
    transform: translateY(-50%);
}

.game-wyr-or-divider::before { right: 100%; background: #dbe4ff; }
.game-wyr-or-divider::after { left: 100%; background: #fbcfe8; }

@media (max-width: 600px) {
    .wyr-game-options {
        grid-template-columns: 1fr !important;
        grid-template-rows: auto auto auto;
        gap: 0 !important;
    }

    .wyr-game-options .option-card {
        min-height: 124px !important;
        padding: 1.5rem 1.625rem !important;
        border-radius: 18px !important;
    }

    .wyr-game-options .option-text {
        font-size: 1.2rem !important;
        font-weight: 750 !important;
        line-height: 1.3;
    }

    .wyr-game-options .percentage {
        right: 0.65rem;
        bottom: 0.6rem;
        margin-top: 0 !important;
        padding: 0.2rem 0.45rem;
        font-size: 1rem !important;
    }

    .game-wyr-or-divider {
        margin: -0.35rem auto;
    }

    .game-wyr-or-divider::before,
    .game-wyr-or-divider::after { display: none; }
}
@media (max-width: 600px) {
        .badge-prefix, .badge-suffix { 
            font-size: 0.6rem !important; 
            color: #6366f1 !important;
            opacity: 0.7;
            font-weight: 700 !important;
        }
        .badge-amount { 
            font-size: 1.1rem !important; 
            color: #6366f1 !important;
            font-weight: 900 !important;
            line-height: 1 !important;
        }
    }
