.esl-guest-gen {
    padding: 3rem 0 4rem;
    background:
        radial-gradient(circle at 20% 0%, rgba(255, 204, 0, 0.12), transparent 45%),
        radial-gradient(circle at 80% 20%, rgba(0, 51, 153, 0.12), transparent 40%),
        #f4f7fb;
    min-height: 70vh;
}

.esl-guest-gen__inner {
    max-width: 720px;
    text-align: center;
}

.esl-guest-gen__badge {
    display: inline-block;
    margin: 0 0 1rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: #ffcc00;
    color: #111;
    font-weight: 800;
    font-size: 0.78rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.esl-guest-gen h1 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    color: #003399;
}

.esl-guest-gen__lead {
    margin: 0 auto 1.75rem;
    max-width: 36rem;
    color: #475569;
    line-height: 1.55;
}

.esl-guest-gen__stage {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 1.75rem 1.25rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    min-height: 140px;
    display: grid;
    place-items: center;
}

.esl-guest-gen__placeholder {
    color: #94a3b8;
    font-weight: 600;
}

.esl-guest-gen__balls {
    width: 100%;
}

.esl-guest-gen__row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    justify-content: center;
    margin-bottom: 0.85rem;
}

.esl-guest-gen__row--euro {
    margin-bottom: 0;
}

.esl-guest-ball {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.05rem;
    color: #111;
    background: radial-gradient(circle at 30% 25%, #ffe566, #ffcc00 55%, #e6b800);
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.12), 0 4px 10px rgba(0,0,0,.12);
}

.esl-guest-ball--euro {
    color: #fff;
    background: radial-gradient(circle at 30% 25%, #4d79d1, #003399 55%, #002266);
}

.esl-guest-gen__meta {
    margin: 0.85rem 0 0;
    min-height: 1.4em;
    color: #64748b;
    font-size: 0.92rem;
}

.esl-guest-gen__alert {
    margin: 0 auto 1rem;
    max-width: 36rem;
    padding: 0.75rem 1rem;
    border-radius: 12px;
    background: #fff7ed;
    border: 1px solid #fdba74;
    color: #9a3412;
    font-size: 0.92rem;
}

.esl-guest-gen__alert.is-ok {
    background: #ecfdf5;
    border-color: #6ee7b7;
    color: #065f46;
}

.esl-guest-gen__upsell {
    margin-top: 2.5rem;
    padding-top: 1.75rem;
    border-top: 1px solid #e2e8f0;
}

.esl-guest-gen__upsell p {
    margin: 0 0 1rem;
    color: #334155;
}

#eslGuestDrawBtn:disabled {
    opacity: 0.55;
    cursor: not-allowed;
    transform: none;
}

@media (max-width: 480px) {
    .esl-guest-ball {
        width: 2.6rem;
        height: 2.6rem;
        font-size: 0.95rem;
    }
}
