/* Overlay Chuva de Dinheiro — card imagem + overlays */
.promo28-mr-root {
    position: fixed;
    inset: 0;
    z-index: 99990;
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo28-mr-root[hidden] {
    display: none !important;
}

.promo28-mr-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.72);
}

.promo28-mr-rain {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.promo28-mr-stage {
    position: relative;
    z-index: 2;
    width: min(88vw, 300px);
}

.promo28-mr-card {
    position: relative;
    width: 100%;
    line-height: 0;
}

.promo28-mr-card-img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 14px;
    user-select: none;
    -webkit-user-drag: none;
}

.promo28-mr-close {
    position: absolute;
    top: -14px;
    right: -6px;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.95);
    color: #444;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
    -webkit-tap-highlight-color: transparent;
}

.promo28-mr-tips {
    position: absolute;
    left: 9%;
    right: 9%;
    top: 41%;
    margin: 0;
    padding: 0;
    text-align: left;
    pointer-events: none;
}

.promo28-mr-tip {
    position: relative;
    margin: 0 0 7px;
    padding-left: 12px;
    font-size: 11.5px;
    line-height: 1.38;
    font-weight: 600;
    color: #ffee00;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
}

.promo28-mr-tip::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 10px;
}

.promo28-mr-grab {
    position: absolute;
    left: 50%;
    bottom: 7.5%;
    transform: translateX(-50%);
    z-index: 3;
    width: 36%;
    height: 14%;
    min-height: 48px;
    max-height: 72px;
    border: none;
    border-radius: 999px;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
}

.promo28-mr-grab:disabled {
    cursor: not-allowed;
}

.promo28-mr-toast {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
    min-width: 86%;
    max-width: 92%;
    padding: 14px 16px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.88);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.45;
    text-align: center;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.45);
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.promo28-mr-toast.is-visible {
    opacity: 1;
}

.promo28-mr-toast.is-success {
    background: rgba(20, 80, 40, 0.92);
}

body.promo28-mr-open {
    overflow: hidden;
}

@media (min-width: 380px) {
    .promo28-mr-stage {
        width: min(88vw, 320px);
    }

    .promo28-mr-tip {
        font-size: 12.5px;
    }
}
