/* _content/RifaOnline.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
/* ═══ SHELL ═══ */
.al-shell[b-cg77vs8eof] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    background: #0a0a0a;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    position: relative;
}

/* ═══ OVERLAY MÓVIL ═══ */
.al-overlay[b-cg77vs8eof] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 40;
    backdrop-filter: blur(2px);
}

/* ═══ SIDEBAR ═══ */
.al-sidebar[b-cg77vs8eof] {
    width: 240px;
    flex-shrink: 0;
    background: #111;
    border-right: 1px solid rgba(255,255,255,0.07);
    display: flex;
    flex-direction: column;
    height: 100vh;
    position: relative;
    z-index: 50;
    transition: transform .25s cubic-bezier(.4,0,.2,1);
}

.al-brand[b-cg77vs8eof] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 22px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

.al-brand-icon[b-cg77vs8eof] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
    color: #fff;
    flex-shrink: 0;
}

.al-brand-name[b-cg77vs8eof] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.al-brand-sub[b-cg77vs8eof] {
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 1px;
    margin-top: 2px;
}

.al-nav[b-cg77vs8eof] {
    flex: 1;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
}

.al-nav-item[b-cg77vs8eof] {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    transition: background .2s, color .2s, transform .15s;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    box-sizing: border-box;
    white-space: nowrap;
    margin-bottom: 2px;
}

    .al-nav-item:hover[b-cg77vs8eof] {
        background: rgba(255,255,255,0.07);
        color: #fff;
        transform: translateX(3px);
    }

    .al-nav-item.active[b-cg77vs8eof] {
        background: rgba(220,38,38,0.15);
        color: #fff;
        border: 1px solid rgba(220,38,38,0.25);
        transform: translateX(3px);
    }

.al-nav-icon[b-cg77vs8eof] {
    font-size: 20px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

.al-sidebar-footer[b-cg77vs8eof] {
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

/* ═══ MAIN ═══ */
.al-main[b-cg77vs8eof] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    height: 100vh;
}

/* ═══ TOPBAR ═══ */
.al-topbar[b-cg77vs8eof] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    flex-shrink: 0;
    background: rgba(0,0,0,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.07);
    backdrop-filter: blur(10px);
    z-index: 10;
    box-sizing: border-box;
}

.al-topbar-left[b-cg77vs8eof] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.al-topbar-right[b-cg77vs8eof] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.al-topbar-title[b-cg77vs8eof] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

/* HAMBURGER */
.al-hamburger[b-cg77vs8eof] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
    border-radius: 8px;
    transition: background .15s;
}

    .al-hamburger:hover[b-cg77vs8eof] {
        background: rgba(255,255,255,0.08);
    }

    .al-hamburger span[b-cg77vs8eof] {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all .2s;
    }

.al-admin-badge[b-cg77vs8eof] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fca5a5;
    background: rgba(220,38,38,0.15);
    border: 1px solid rgba(220,38,38,0.3);
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

.al-logout-btn[b-cg77vs8eof] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    padding: 5px 12px;
    border-radius: 100px;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

    .al-logout-btn:hover[b-cg77vs8eof] {
        background: rgba(220,38,38,0.15);
        color: #fca5a5;
        border-color: rgba(220,38,38,0.3);
    }

/* ═══ CONTENT ═══ */
.al-content[b-cg77vs8eof] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {

    /* Sidebar oculto por defecto en móvil */
    .al-sidebar[b-cg77vs8eof] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        transform: translateX(-100%);
    }

    /* Cuando está abierto */
    .al-shell.sidebar-open .al-sidebar[b-cg77vs8eof] {
        transform: translateX(0);
    }

    .al-shell.sidebar-open .al-overlay[b-cg77vs8eof] {
        display: block;
    }

    /* Main ocupa todo el ancho */
    .al-main[b-cg77vs8eof] {
        width: 100%;
    }

    /* Mostrar hamburguesa */
    .al-hamburger[b-cg77vs8eof] {
        display: flex;
    }

    .al-content[b-cg77vs8eof] {
        padding: 16px;
        padding-bottom: 40px;
    }
}
/* _content/RifaOnline.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-9iliqh9yh7] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9iliqh9yh7] {
    flex: 1;
}

.sidebar[b-9iliqh9yh7] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-9iliqh9yh7] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-9iliqh9yh7]  a, .top-row[b-9iliqh9yh7]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-9iliqh9yh7]  a:hover, .top-row[b-9iliqh9yh7]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-9iliqh9yh7]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-9iliqh9yh7] {
        justify-content: space-between;
    }

    .top-row[b-9iliqh9yh7]  a, .top-row[b-9iliqh9yh7]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9iliqh9yh7] {
        flex-direction: row;
    }

    .sidebar[b-9iliqh9yh7] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9iliqh9yh7] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-9iliqh9yh7]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-9iliqh9yh7], article[b-9iliqh9yh7] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-9iliqh9yh7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-9iliqh9yh7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/RifaOnline.Web/Components/Pages/Admin/Boletos.razor.rz.scp.css */
.pagos-header[b-m1e3idsuty] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-title[b-m1e3idsuty] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.page-sub[b-m1e3idsuty] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}

.section-card[b-m1e3idsuty] {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
}

.search-row[b-m1e3idsuty] {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

/* ── Botón Buscar ── */
[b-m1e3idsuty] .search-btn.mud-button-root {
    background: #dc2626;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 28px;
    height: 56px;
    flex-shrink: 0;
}

.filter-pills[b-m1e3idsuty] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fpill[b-m1e3idsuty] {
    font-size: 12px;
    font-weight: 700;
    padding: 7px 14px;
    border-radius: 100px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all .15s;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .fpill:hover[b-m1e3idsuty] {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .fpill.active[b-m1e3idsuty] {
        background: rgba(220,38,38,0.15);
        border-color: rgba(220,38,38,0.35);
        color: #fff;
    }

.fpill-count[b-m1e3idsuty] {
    color: #fff;
    border-radius: 100px;
    padding: 1px 7px;
    font-size: 11px;
}

.empty-state[b-m1e3idsuty] {
    text-align: center;
    padding: 48px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}

/* TABLA DESKTOP */
.bt-desktop[b-m1e3idsuty] {
    display: block;
}

.bt-table[b-m1e3idsuty] {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-family: 'Montserrat', sans-serif;
}

    .bt-table thead tr[b-m1e3idsuty] {
        background: #1a1a1a;
        border-bottom: 2px solid rgba(255,255,255,0.08);
    }

    .bt-table th[b-m1e3idsuty] {
        padding: 12px 16px;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: rgba(255,255,255,0.35);
        text-align: left;
        white-space: nowrap;
    }

    .bt-table tbody tr[b-m1e3idsuty] {
        border-bottom: 1px solid rgba(255,255,255,0.04);
        transition: background .15s;
    }

        .bt-table tbody tr:last-child[b-m1e3idsuty] {
            border-bottom: none;
        }

        .bt-table tbody tr:hover[b-m1e3idsuty] {
            background: rgba(255,255,255,0.03);
        }

    .bt-table td[b-m1e3idsuty] {
        padding: 12px 16px;
        vertical-align: middle;
    }

.bt-num[b-m1e3idsuty] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #dc2626;
    line-height: 1;
    white-space: nowrap;
    min-width: 80px;
}

.bt-nombre[b-m1e3idsuty] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.bt-meta[b-m1e3idsuty] {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    white-space: nowrap;
}

/* CARDS MÓVIL */
.bt-mobile[b-m1e3idsuty] {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.boleto-card-mobile[b-m1e3idsuty] {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 14px 16px;
}

.bcm-header[b-m1e3idsuty] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bcm-num[b-m1e3idsuty] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #dc2626;
    line-height: 1;
}

.bcm-nombre[b-m1e3idsuty] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.bcm-meta[b-m1e3idsuty] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 2px;
}

.bcm-fecha[b-m1e3idsuty] {
    margin-top: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.25);
}

/* BADGES */
.badge[b-m1e3idsuty] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
    display: inline-block;
}

    .badge.yellow[b-m1e3idsuty] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-m1e3idsuty] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-m1e3idsuty] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-m1e3idsuty] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

    .badge.purple[b-m1e3idsuty] {
        background: rgba(124,58,237,0.15);
        color: #a78bfa;
        border: 1px solid rgba(124,58,237,0.3);
    }

/* BOTONES DE ACCIÓN */
.btn-bloquear[b-m1e3idsuty] {
    font-size: 11px;
    font-weight: 700;
    color: #a78bfa;
    background: rgba(124,58,237,0.1);
    border: 1px solid rgba(124,58,237,0.25);
    border-radius: 8px;
    padding: 5px 12px;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

    .btn-bloquear:hover[b-m1e3idsuty] {
        background: rgba(124,58,237,0.2);
        border-color: rgba(124,58,237,0.4);
    }

.btn-desbloquear[b-m1e3idsuty] {
    font-size: 11px;
    font-weight: 700;
    color: #4ade80;
    background: rgba(74,222,128,0.08);
    border: 1px solid rgba(74,222,128,0.2);
    border-radius: 8px;
    padding: 5px 12px;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

    .btn-desbloquear:hover[b-m1e3idsuty] {
        background: rgba(74,222,128,0.15);
        border-color: rgba(74,222,128,0.35);
    }

/* BOTÓN REGISTRAR PAGO */
.btn-pago-manual[b-m1e3idsuty] {
    font-size: 11px;
    font-weight: 700;
    color: #fbbf24;
    background: rgba(251,191,36,0.1);
    border: 1px solid rgba(251,191,36,0.25);
    border-radius: 8px;
    padding: 5px 12px;
    cursor: pointer;
    transition: all .15s;
    white-space: nowrap;
}

    .btn-pago-manual:hover[b-m1e3idsuty] {
        background: rgba(251,191,36,0.2);
        border-color: rgba(251,191,36,0.4);
    }

/* MODAL */
.modal-overlay[b-m1e3idsuty] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    animation: fadein-b-m1e3idsuty .2s ease;
}

@keyframes fadein-b-m1e3idsuty {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-card[b-m1e3idsuty] {
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    animation: slideup-b-m1e3idsuty .3s cubic-bezier(.4,0,.2,1);
}

@keyframes slideup-b-m1e3idsuty {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-m1e3idsuty] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background .15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover[b-m1e3idsuty] {
        background: rgba(0,0,0,0.5);
    }

.modal-header[b-m1e3idsuty] {
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    padding: 28px 24px 22px;
}

.modal-eyebrow[b-m1e3idsuty] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}

.modal-title[b-m1e3idsuty] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
}

.modal-sub[b-m1e3idsuty] {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin-top: 6px;
    line-height: 1.5;
}

.modal-body[b-m1e3idsuty] {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.upload-label[b-m1e3idsuty] {
    display: block;
    border: 2px dashed rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 28px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

    .upload-label:hover[b-m1e3idsuty] {
        border-color: rgba(255,255,255,0.3);
    }

    .upload-label.has-file[b-m1e3idsuty] {
        border-color: rgba(34,197,94,0.5);
        background: rgba(34,197,94,0.05);
    }

/* ── TARJETA DE GRUPO EN MODAL ─────────────────────────────────────── */
.grupo-card[b-m1e3idsuty] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 16px;
}

.grupo-card-top[b-m1e3idsuty] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.grupo-card-badge[b-m1e3idsuty] {
    font-size: 11px;
    font-weight: 700;
    color: #60a5fa;
    background: rgba(59,130,246,0.1);
    border: 1px solid rgba(59,130,246,0.25);
    border-radius: 100px;
    padding: 3px 10px;
    letter-spacing: .5px;
}

.grupo-card-count[b-m1e3idsuty] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
}

.grupo-nums[b-m1e3idsuty] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.grupo-num-chip[b-m1e3idsuty] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
    background: rgba(220,38,38,0.15);
    border: 1px solid rgba(220,38,38,0.35);
    border-radius: 8px;
    padding: 4px 14px;
    line-height: 1.3;
}

.grupo-card-note[b-m1e3idsuty] {
    font-size: 11px;
    color: rgba(255,255,255,0.3);
    text-align: center;
    padding-top: 10px;
    border-top: 1px solid rgba(255,255,255,0.06);
}

@media (max-width: 768px) {
    .bt-desktop[b-m1e3idsuty] {
        display: none !important;
    }

    .bt-mobile[b-m1e3idsuty] {
        display: flex !important;
    }
}

@media (max-width: 600px) {
    /* Buscador: stack vertical en mobile */
    .search-row[b-m1e3idsuty] {
        flex-direction: column;
        align-items: stretch;
    }

    [b-m1e3idsuty] .search-btn.mud-button-root {
        width: 100%;
        height: 48px;
        padding: 12px;
    }

    /* Filtros: scroll horizontal, sin wrap */
    .filter-pills[b-m1e3idsuty] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        /* ocultar scrollbar visualmente */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .filter-pills[b-m1e3idsuty]::-webkit-scrollbar {
        display: none;
    }

    .fpill[b-m1e3idsuty] {
        flex-shrink: 0;
        font-size: 11px;
        padding: 6px 11px;
        white-space: nowrap;
    }

    .fpill-count[b-m1e3idsuty] {
        font-size: 10px;
        padding: 1px 6px;
    }

    /* Reducir padding de cards en mobile */
    .section-card[b-m1e3idsuty] {
        padding: 14px;
    }
}
/* _content/RifaOnline.Web/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.loading-wrap[b-5zxqnkrl0d] {
    display: flex;
    justify-content: center;
    padding: 60px;
}

.stat-grid[b-5zxqnkrl0d] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

@media (min-width: 640px) {
    .stat-grid[b-5zxqnkrl0d] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .stat-grid[b-5zxqnkrl0d] {
        grid-template-columns: repeat(6, 1fr);
    }
}

.stat-card[b-5zxqnkrl0d] {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 16px;
}

    .stat-card.green[b-5zxqnkrl0d] {
        border-color: rgba(34,197,94,0.2);
        background: rgba(34,197,94,0.05);
    }

    .stat-card.yellow[b-5zxqnkrl0d] {
        border-color: rgba(251,191,36,0.2);
        background: rgba(251,191,36,0.05);
    }

    .stat-card.blue[b-5zxqnkrl0d] {
        border-color: rgba(59,130,246,0.2);
        background: rgba(59,130,246,0.05);
    }

.sc-label[b-5zxqnkrl0d] {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 6px;
}

.sc-num[b-5zxqnkrl0d] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.section-card[b-5zxqnkrl0d] {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
    overflow: hidden;
}

.sc2-header[b-5zxqnkrl0d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.sc2-title[b-5zxqnkrl0d] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* TABLA DESKTOP */
.pagos-table[b-5zxqnkrl0d] {
    display: flex;
    flex-direction: column;
}

.pago-row[b-5zxqnkrl0d] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 8px;
    border-radius: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.04);
    transition: background .15s;
    cursor: pointer;
    min-width: 0;
}

    .pago-row:last-child[b-5zxqnkrl0d] {
        border-bottom: none;
    }

    .pago-row:hover[b-5zxqnkrl0d] {
        background: rgba(255,255,255,0.04);
    }

.pago-num-cell[b-5zxqnkrl0d] {
    min-width: 56px;
    flex-shrink: 0;
}

.pago-num[b-5zxqnkrl0d] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #dc2626;
    line-height: 1;
}

/* Grupo en tabla de últimos pagos */
.pago-grupo-label[b-5zxqnkrl0d] {
    font-size: 10px;
    font-weight: 700;
    color: #60a5fa;
    letter-spacing: .5px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.pago-nums-mini[b-5zxqnkrl0d] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.pago-num-mini-chip[b-5zxqnkrl0d] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 4px;
    padding: 1px 5px;
    line-height: 1.5;
    white-space: nowrap;
}

.pago-info[b-5zxqnkrl0d] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.pago-nombre[b-5zxqnkrl0d] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pago-cedula[b-5zxqnkrl0d] {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pago-fecha[b-5zxqnkrl0d] {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    white-space: nowrap;
    flex-shrink: 0;
}

/* CARDS MÓVIL */
.pagos-cards[b-5zxqnkrl0d] {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.pago-card-mobile[b-5zxqnkrl0d] {
    display: block;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 14px 16px;
    text-decoration: none;
    transition: border-color .15s, background .15s;
    -webkit-tap-highlight-color: transparent;
}

    .pago-card-mobile:active[b-5zxqnkrl0d] {
        border-color: rgba(220,38,38,0.4);
        background: rgba(220,38,38,0.04);
    }

.pcm-header[b-5zxqnkrl0d] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pcm-num[b-5zxqnkrl0d] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #dc2626;
    line-height: 1;
}

.pcm-nombre[b-5zxqnkrl0d] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.pcm-meta[b-5zxqnkrl0d] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 2px;
}

.pcm-fecha[b-5zxqnkrl0d] {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    margin-top: 6px;
}

.badge[b-5zxqnkrl0d] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 100px;
    white-space: nowrap;
    flex-shrink: 0;
}

    .badge.yellow[b-5zxqnkrl0d] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-5zxqnkrl0d] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-5zxqnkrl0d] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

.empty-state[b-5zxqnkrl0d] {
    text-align: center;
    padding: 32px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .pagos-table[b-5zxqnkrl0d] {
        display: none;
    }

    .pagos-cards[b-5zxqnkrl0d] {
        display: flex;
    }

    .pago-fecha[b-5zxqnkrl0d] {
        display: none;
    }
}
/* _content/RifaOnline.Web/Components/Pages/Admin/DetallePago.razor.rz.scp.css */
.detalle-wrap[b-tdo3575l5n] {
    max-width: 900px;
}

.detalle-grid[b-tdo3575l5n] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .detalle-grid[b-tdo3575l5n] {
        grid-template-columns: 1fr 360px;
    }
}

.section-card[b-tdo3575l5n] {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
}

.sc2-title[b-tdo3575l5n] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.comprobante-img[b-tdo3575l5n] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    max-height: 420px;
    object-fit: contain;
}

.pdf-preview[b-tdo3575l5n] {
    text-align: center;
    padding: 32px 20px;
}

.dato-row[b-tdo3575l5n] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    gap: 12px;
}

    .dato-row:last-child[b-tdo3575l5n] {
        border-bottom: none;
    }

.dato-key[b-tdo3575l5n] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
}

.dato-val[b-tdo3575l5n] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-align: right;
}

/* Chip de número de boleto — legible en cualquier estado (pendiente/aprobado/rechazado) */
.boleto-chip[b-tdo3575l5n] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #fff;
    background: rgba(220,38,38,0.18);
    border: 1px solid rgba(220,38,38,0.45);
    border-radius: 7px;
    padding: 3px 10px;
    line-height: 1.3;
    white-space: nowrap;
}

.badge[b-tdo3575l5n] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

    .badge.yellow[b-tdo3575l5n] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-tdo3575l5n] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-tdo3575l5n] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-tdo3575l5n] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

.action-btns[b-tdo3575l5n] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 4px;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 640px) {
    .detalle-wrap[b-tdo3575l5n] {
        max-width: 100%;
    }

    .dato-val[b-tdo3575l5n] {
        font-size: 12px;
        word-break: break-word;
        text-align: right;
    }

    .section-card[b-tdo3575l5n] {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .action-btns[b-tdo3575l5n] {
        grid-template-columns: 1fr;
    }

    .comprobante-img[b-tdo3575l5n] {
        max-height: 280px;
    }

    .dato-key[b-tdo3575l5n] {
        font-size: 11px;
    }
}
/* _content/RifaOnline.Web/Components/Pages/Admin/Login.razor.rz.scp.css */
.login-bg[b-pyj6pl2xdi] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #080808;
}

.login-card[b-pyj6pl2xdi] {
    width: 100%;
    max-width: 380px;
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    overflow: hidden;
}

.login-header[b-pyj6pl2xdi] {
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    padding: 32px 28px;
    text-align: center;
}

.login-logo[b-pyj6pl2xdi] {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    background: rgba(255,255,255,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #fff;
    margin: 0 auto 12px;
}

.login-title[b-pyj6pl2xdi] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.login-sub[b-pyj6pl2xdi] {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

.login-body[b-pyj6pl2xdi] {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-alert[b-pyj6pl2xdi] {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
}

    .login-alert.error[b-pyj6pl2xdi] {
        background: rgba(220,38,38,0.1);
        border: 1px solid rgba(220,38,38,0.3);
        color: #fca5a5;
    }

.f-input-dark[b-pyj6pl2xdi] {
    width: 100%;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 10px;
    padding: 13px 16px;
    font-size: 15px;
    color: #fff;
    outline: none;
    font-family: 'Montserrat', sans-serif;
    transition: border-color .2s;
}

    .f-input-dark[b-pyj6pl2xdi]::placeholder {
        color: rgba(255,255,255,0.2);
    }

    .f-input-dark:focus[b-pyj6pl2xdi] {
        border-color: rgba(220,38,38,0.5);
    }

.btn-login[b-pyj6pl2xdi] {
    width: 100%;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 6px 24px rgba(220,38,38,0.35);
}

    .btn-login:hover[b-pyj6pl2xdi] {
        transform: translateY(-1px);
        box-shadow: 0 10px 32px rgba(220,38,38,0.5);
    }

    .btn-login:disabled[b-pyj6pl2xdi] {
        opacity: .6;
        cursor: not-allowed;
        transform: none;
    }

.login-disclaimer[b-pyj6pl2xdi] {
    text-align: center;
    font-size: 11px;
    color: rgba(255,255,255,0.2);
}
/* _content/RifaOnline.Web/Components/Pages/Admin/Pagos.razor.rz.scp.css */
.pagos-header[b-rthsgswij5] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-title[b-rthsgswij5] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.page-sub[b-rthsgswij5] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}

.filter-pills[b-rthsgswij5] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fpill[b-rthsgswij5] {
    font-size: 12px;
    font-weight: 700;
    padding: 8px 14px;
    border-radius: 100px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.5);
    cursor: pointer;
    transition: all .15s;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .fpill:hover[b-rthsgswij5] {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .fpill.active[b-rthsgswij5] {
        background: rgba(220,38,38,0.15);
        border-color: rgba(220,38,38,0.35);
        color: #fff;
    }

.fpill-count[b-rthsgswij5] {
    background: #dc2626;
    color: #fff;
    border-radius: 100px;
    padding: 1px 7px;
    font-size: 11px;
}

.pagos-grid[b-rthsgswij5] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 640px) {
    .pagos-grid[b-rthsgswij5] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pagos-grid[b-rthsgswij5] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pago-card[b-rthsgswij5] {
    background: #161616;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 18px;
    cursor: pointer;
    transition: border-color .15s, background .15s;
    -webkit-tap-highlight-color: transparent;
}

    .pago-card:hover[b-rthsgswij5],
    .pago-card:active[b-rthsgswij5] {
        border-color: rgba(220,38,38,0.4);
        background: rgba(220,38,38,0.04);
    }

.pc-header[b-rthsgswij5] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pc-num[b-rthsgswij5] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: #dc2626;
    line-height: 1;
}

.pc-nombre[b-rthsgswij5] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.pc-meta[b-rthsgswij5] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 3px;
}

.pc-fecha[b-rthsgswij5] {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    margin-top: 10px;
}

.pc-action[b-rthsgswij5] {
    font-size: 12px;
    color: #dc2626;
    font-weight: 700;
    margin-top: 8px;
}

/* ── Grupo de boletos en la card de pago ── */
.pc-grupo[b-rthsgswij5] {
    flex: 1;
    min-width: 0;
    margin-right: 8px;
}

.pc-grupo-label[b-rthsgswij5] {
    font-size: 11px;
    font-weight: 700;
    color: #60a5fa;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.pc-nums-wrap[b-rthsgswij5] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pc-num-chip[b-rthsgswij5] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 6px;
    padding: 2px 8px;
    line-height: 1.4;
    white-space: nowrap;
}

.badge[b-rthsgswij5] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

    .badge.yellow[b-rthsgswij5] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-rthsgswij5] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-rthsgswij5] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-rthsgswij5] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

.empty-state[b-rthsgswij5] {
    text-align: center;
    padding: 48px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}
/* _content/RifaOnline.Web/Components/Pages/Home.razor.rz.scp.css */
.topbar[b-9k466ah93a] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    z-index: 50;
    flex-wrap: wrap;
    gap: 10px;
}

.logo-text[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    letter-spacing: 3px;
    color: #fff;
}

    .logo-text span[b-9k466ah93a] {
        color: #dc2626;
    }

.trust-pills[b-9k466ah93a] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.pill[b-9k466ah93a] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 5px 12px;
    border-radius: 100px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.55);
}

    .pill.live[b-9k466ah93a] {
        background: rgba(220,38,38,0.15);
        border-color: rgba(220,38,38,0.4);
        color: #fca5a5;
        animation: livepulse-b-9k466ah93a 2s infinite;
    }

@keyframes livepulse-b-9k466ah93a {
    0%,100% {
        box-shadow: 0 0 0 0 rgba(220,38,38,0.4);
    }

    50% {
        box-shadow: 0 0 0 6px rgba(220,38,38,0);
    }
}

/* ═══ HERO ═══ */
.hero[b-9k466ah93a] {
    position: relative;
    overflow: hidden;
}

.hero-inner[b-9k466ah93a] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: calc(100vh - 57px);
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    align-items: center;
    gap: 40px;
}

.hero-left[b-9k466ah93a] {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 48px 0;
}

.eyebrow[b-9k466ah93a] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #dc2626;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .eyebrow[b-9k466ah93a]::before {
        content: '';
        width: 24px;
        height: 2px;
        background: #dc2626;
    }

.hero-title[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(60px, 8vw, 100px);
    line-height: .9;
    color: #fff;
    text-shadow: 4px 4px 0 #dc2626;
}

    .hero-title .outline[b-9k466ah93a] {
        -webkit-text-stroke: 2px #fff;
        color: transparent;
        text-shadow: none;
    }

.prize-row[b-9k466ah93a] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.prize-tag[b-9k466ah93a] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.45);
}

.prize-name[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(28px,4vw,48px);
    color: #fbbf24;
    line-height: 1;
}

.prize-sub[b-9k466ah93a] {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    font-weight: 600;
}

.meta-chips[b-9k466ah93a] {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.chip[b-9k466ah93a] {
    padding: 10px 16px;
    border-radius: 10px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.chip-label[b-9k466ah93a] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.chip-val[b-9k466ah93a] {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
}

    .chip-val.red[b-9k466ah93a] {
        color: #fff;
    }

    .chip-val.small[b-9k466ah93a] {
        font-size: 12px;
    }

.hero-actions[b-9k466ah93a] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.btn-hero[b-9k466ah93a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #dc2626;
    color: #fff;
    border: none;
    border-radius: 14px;
    padding: 18px 36px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: .5px;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 8px 32px rgba(220,38,38,0.4);
    width: fit-content;
}

    .btn-hero:hover[b-9k466ah93a] {
        transform: translateY(-2px);
        box-shadow: 0 12px 40px rgba(220,38,38,0.55);
    }

.link-down[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color .15s;
}

    .link-down:hover[b-9k466ah93a] {
        color: #fff;
    }

/* ── Sin boletos disponibles ── */
.no-boletos-notice[b-9k466ah93a] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 14px;
    padding: 20px 28px;
    text-align: center;
    max-width: 320px;
}

.nbn-icon[b-9k466ah93a] {
    font-size: 32px;
    margin-bottom: 8px;
}

.nbn-title[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

.nbn-desc[b-9k466ah93a] {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    line-height: 1.5;
}

.link-mis-boletos[b-9k466ah93a] {
    font-size: 13px;
    color: rgba(251,191,36,0.8);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: color .15s, background .15s, border-color .15s;
    border: 1px solid rgba(251,191,36,0.25);
    border-radius: 100px;
    padding: 8px 18px;
    background: rgba(251,191,36,0.07);
}

    .link-mis-boletos:hover[b-9k466ah93a] {
        color: #fbbf24;
        border-color: rgba(251,191,36,0.5);
        background: rgba(251,191,36,0.12);
    }

/* HERO RIGHT */
.hero-right[b-9k466ah93a] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.car-glow[b-9k466ah93a] {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 50%;
    background: radial-gradient(ellipse, rgba(220,38,38,0.3) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    animation: glowpulse-b-9k466ah93a 3s ease-in-out infinite;
}

@keyframes glowpulse-b-9k466ah93a {
    0%,100% {
        opacity: .7;
        transform: translateX(-50%) scale(1);
    }

    50% {
        opacity: 1;
        transform: translateX(-50%) scale(1.08);
    }
}

.car-img[b-9k466ah93a] {
    position: relative;
    z-index: 2;
    width: 90%;
    max-width: 520px;
    filter: drop-shadow(0 20px 50px rgba(220,38,38,0.45));
    animation: carfloat-b-9k466ah93a 4s ease-in-out infinite;
}

@keyframes carfloat-b-9k466ah93a {
    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

.ticket-deco[b-9k466ah93a] {
    position: absolute;
    top: 20px;
    right: 10px;
    background: rgba(0,0,0,0.6);
    border: 1px solid rgba(220,38,38,0.35);
    border-radius: 12px;
    padding: 10px 16px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.td-label[b-9k466ah93a] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.td-val[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #dc2626;
    line-height: 1;
}

/* COUNTDOWN BAR */
.countdown-bar[b-9k466ah93a] {
    background: rgba(0,0,0,0.7);
    border-top: 1px solid rgba(220,38,38,0.25);
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    backdrop-filter: blur(20px);
}

.cd-label[b-9k466ah93a] {
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
}

.cd-units[b-9k466ah93a] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.cd-unit[b-9k466ah93a] {
    text-align: center;
    min-width: 64px;
}

.cd-num[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 56px);
    color: #fff;
    line-height: 1;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 8px;
    padding: 4px 10px;
    display: block;
}

.cd-tag[b-9k466ah93a] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-top: 4px;
}

.cd-sep[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #dc2626;
    opacity: .7;
    animation: blink-b-9k466ah93a 1s step-end infinite;
    margin-bottom: 14px;
}

@keyframes blink-b-9k466ah93a {
    0%,100% {
        opacity: .7;
    }

    50% {
        opacity: .1;
    }
}

.cd-info[b-9k466ah93a] {
    text-align: right;
}

.cd-fecha[b-9k466ah93a] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.cd-lugar[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-top: 2px;
}

/* ═══ STATS ═══ */
.stats-row[b-9k466ah93a] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-bottom: 1px solid rgba(255,255,255,0.06);
}

.stat-cell[b-9k466ah93a] {
    padding: 24px 32px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,0.06);
}

    .stat-cell:last-child[b-9k466ah93a] {
        border-right: none;
    }

.stat-num[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    line-height: 1;
}

    .stat-num.red[b-9k466ah93a] {
        color: #fff;
    }

.stat-lbl[b-9k466ah93a] {
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-top: 4px;
}

.prog-wrap[b-9k466ah93a] {
    padding: 14px 32px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    display: flex;
    align-items: center;
    gap: 16px;
}

.prog-text[b-9k466ah93a] {
    font-size: 11px;
    color: rgba(255,255,255,0.4);
    white-space: nowrap;
}

.prog-bar[b-9k466ah93a] {
    flex: 1;
    height: 5px;
    background: rgba(255,255,255,0.07);
    border-radius: 100px;
    overflow: hidden;
}

.prog-fill[b-9k466ah93a] {
    height: 100%;
    background: linear-gradient(90deg, #dc2626, #f97316);
    border-radius: 100px;
    transition: width 1.5s cubic-bezier(.4,0,.2,1);
}

.prog-pct[b-9k466ah93a] {
    font-size: 13px;
    font-weight: 700;
    color: #ef4444;
    min-width: 40px;
    text-align: right;
}

/* ═══ MAIN GRID ═══ */
.main-grid[b-9k466ah93a] {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 40px;
    align-items: start;
}

.section-eyebrow[b-9k466ah93a] {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #dc2626;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .section-eyebrow[b-9k466ah93a]::before {
        content: '';
        width: 20px;
        height: 2px;
        background: #dc2626;
    }

.section-title[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(32px,4vw,52px);
    color: #fff;
    margin-bottom: 28px;
    line-height: 1;
}

.step-list[b-9k466ah93a] {
    display: flex;
    flex-direction: column;
}

.step-item[b-9k466ah93a] {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
}

    .step-item:last-child[b-9k466ah93a] {
        border-bottom: none;
    }

.step-icon-wrap[b-9k466ah93a] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}

.step-title[b-9k466ah93a] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
}

.step-desc[b-9k466ah93a] {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
}

.step-num-bg[b-9k466ah93a] {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Bebas Neue', sans-serif;
    font-size: 64px;
    color: rgba(255,255,255,0.03);
    line-height: 1;
    pointer-events: none;
}

.trust-row[b-9k466ah93a] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 10px;
    margin-top: 28px;
}

.trust-badge[b-9k466ah93a] {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    padding: 14px;
    text-align: center;
}

.trust-icon[b-9k466ah93a] {
    font-size: 22px;
    margin-bottom: 6px;
}

.trust-text[b-9k466ah93a] {
    font-size: 11px;
    color: rgba(255,255,255,0.45);
    line-height: 1.5;
    font-weight: 600;
}

/* INFO COL */
.info-card[b-9k466ah93a] {
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    overflow: hidden;
}

.info-card-header[b-9k466ah93a] {
    background: rgba(220,38,38,0.15);
    border-bottom: 1px solid rgba(220,38,38,0.2);
    padding: 14px 20px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fca5a5;
}

.info-card-body[b-9k466ah93a] {
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .info-card-body p[b-9k466ah93a] {
        font-size: 13px;
        color: rgba(255,255,255,0.5);
        line-height: 1.7;
    }

    .info-card-body strong[b-9k466ah93a] {
        color: #fff;
    }

.organizer-row[b-9k466ah93a] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.org-logo[b-9k466ah93a] {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    color: #fff;
    flex-shrink: 0;
}

.org-name[b-9k466ah93a] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.org-sub[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-top: 2px;
}

/* ═══ FOOTER ═══ */
.site-footer[b-9k466ah93a] {
    border-top: 1px solid rgba(255,255,255,0.06);
    padding: 28px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
}

.footer-brand[b-9k466ah93a] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-logo[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    color: #fff;
}

    .footer-logo span[b-9k466ah93a] {
        color: #dc2626;
    }

.footer-text[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.25);
}

/* ═══ MODAL ═══ */
.modal-overlay[b-9k466ah93a] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    animation: fadein-b-9k466ah93a .2s ease;
}

@keyframes fadein-b-9k466ah93a {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-card[b-9k466ah93a] {
    background: #111;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    animation: slideup-b-9k466ah93a .3s cubic-bezier(.4,0,.2,1);
}

@keyframes slideup-b-9k466ah93a {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-9k466ah93a] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0,0,0,0.3);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    transition: background .15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .modal-close:hover[b-9k466ah93a] {
        background: rgba(0,0,0,0.5);
    }

.modal-header[b-9k466ah93a] {
    background: linear-gradient(135deg, #dc2626, #7f1d1d);
    padding: 32px 24px 24px;
    text-align: center;
}

.modal-eyebrow[b-9k466ah93a] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 8px;
}

.modal-title[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
}

.modal-body[b-9k466ah93a] {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-info-bar[b-9k466ah93a] {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.6);
}

.f-group[b-9k466ah93a] {
    margin-bottom: 4px;
}

/* ── Selector de cantidad ── */
.cantidad-label[b-9k466ah93a] {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 8px;
}

.cantidad-pills[b-9k466ah93a] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.cantidad-pill[b-9k466ah93a] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.05);
    color: rgba(255,255,255,0.55);
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .cantidad-pill:hover[b-9k466ah93a] {
        border-color: rgba(220,38,38,0.5);
        background: rgba(220,38,38,0.1);
        color: #fff;
    }

    .cantidad-pill.active[b-9k466ah93a] {
        background: rgba(220,38,38,0.2);
        border-color: rgba(220,38,38,0.7);
        color: #fff;
        box-shadow: 0 0 12px rgba(220,38,38,0.25);
    }

.cantidad-total[b-9k466ah93a] {
    font-size: 13px;
    font-weight: 700;
    color: #fbbf24;
    margin-top: 6px;
}

/* ── Grilla de múltiples boletos en result ── */
.tc-nums-grid[b-9k466ah93a] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 8px 0 12px;
}

.tc-num-chip[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: #dc2626;
    background: rgba(220,38,38,0.12);
    border: 1px solid rgba(220,38,38,0.35);
    border-radius: 10px;
    padding: 6px 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(220,38,38,0.4);
}

/* Detalle de monto (ej. "3 × RD$ 200") */
.bi-monto-detail[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.modal-disclaimer[b-9k466ah93a] {
    font-size: 11px;
    color: rgba(255,255,255,0.2);
    text-align: center;
    line-height: 1.6;
}   

/* TICKET RESULT */
.ticket-result[b-9k466ah93a] {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: slideup-b-9k466ah93a .4s cubic-bezier(.4,0,.2,1);
}

.ticket-inner[b-9k466ah93a] {
    background: linear-gradient(135deg, rgba(220,38,38,0.1), rgba(0,0,0,.4));
    border: 1px solid rgba(220,38,38,0.3);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.tc-label[b-9k466ah93a] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 6px;
}

.tc-num[b-9k466ah93a] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    color: #dc2626;
    line-height: 1;
    text-shadow: 0 0 40px rgba(220,38,38,0.6);
}

.tc-name[b-9k466ah93a] {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
}

.tc-timer[b-9k466ah93a] {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #fbbf24;
    background: rgba(251,191,36,0.1);
    border: 1px solid rgba(251,191,36,0.25);
    border-radius: 100px;
    padding: 6px 16px;
}

    .tc-timer.exp[b-9k466ah93a] {
        color: #f87171;
        background: rgba(248,113,113,0.08);
        border-color: rgba(248,113,113,0.25);
    }

.bank-info[b-9k466ah93a] {
    background: rgba(251,191,36,0.06);
    border: 1px solid rgba(251,191,36,0.2);
    border-radius: 12px;
    padding: 16px;
}

.bi-label[b-9k466ah93a] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 8px;
}

.bi-row[b-9k466ah93a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.bi-key[b-9k466ah93a] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

.bi-val[b-9k466ah93a] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.bi-monto[b-9k466ah93a] {
    font-size: 22px;
    font-weight: 800;
    color: #fbbf24;
    margin-top: 10px;
    text-align: center;
}

/* ── Carrusel de cuentas bancarias ── */
.cuenta-carousel[b-9k466ah93a] {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.cuenta-slide[b-9k466ah93a] {
    flex: 1;
    min-width: 0;
}

    .cuenta-slide.from-right[b-9k466ah93a] {
        animation: slideFromRight-b-9k466ah93a 0.22s ease;
    }

    .cuenta-slide.from-left[b-9k466ah93a] {
        animation: slideFromLeft-b-9k466ah93a 0.22s ease;
    }

@keyframes slideFromRight-b-9k466ah93a {
    from { opacity: 0; transform: translateX(18px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideFromLeft-b-9k466ah93a {
    from { opacity: 0; transform: translateX(-18px); }
    to   { opacity: 1; transform: translateX(0); }
}

.cuenta-nav[b-9k466ah93a] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.07);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.65);
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.18s;
    user-select: none;
}

    .cuenta-nav:hover[b-9k466ah93a] {
        background: rgba(255,255,255,0.14);
        color: #fff;
    }

    .cuenta-nav:active[b-9k466ah93a] {
        transform: scale(0.93);
    }

.cuenta-dots[b-9k466ah93a] {
    display: flex;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
}

.cuenta-dot[b-9k466ah93a] {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
    transition: background 0.2s, transform 0.2s;
}

    .cuenta-dot.active[b-9k466ah93a] {
        background: #fbbf24;
        transform: scale(1.4);
    }

/* ═══ RESPONSIVE ═══ */

/* ── Tablet grande / desktop pequeño (≤ 1024px) ── */
@media (max-width: 1024px) {
    .hero-inner[b-9k466ah93a] {
        padding: 0 24px;
    }

    .main-grid[b-9k466ah93a] {
        padding: 48px 24px;
    }
}

/* ── Tablet (≤ 900px): hero se apila, grid a una columna ── */
@media (max-width: 900px) {
    .hero-inner[b-9k466ah93a] {
        grid-template-columns: 1fr;
        padding: 24px 20px;
        gap: 0;
        min-height: unset;
    }

    .hero-left[b-9k466ah93a] {
        gap: 18px;
        padding: 32px 0 20px;
        text-align: center;
        align-items: center;
    }

    .eyebrow[b-9k466ah93a] {
        justify-content: center;
    }

    .hero-right[b-9k466ah93a] {
        min-height: 240px;
        order: -1;
    }

    .car-img[b-9k466ah93a] {
        max-width: 280px;
    }

    .meta-chips[b-9k466ah93a] {
        justify-content: center;
    }

    .hero-actions[b-9k466ah93a] {
        align-items: center;
    }

    .countdown-bar[b-9k466ah93a] {
        padding: 16px 20px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .cd-info[b-9k466ah93a] {
        display: none;
    }

    .cd-label[b-9k466ah93a] {
        text-align: center;
    }

    .main-grid[b-9k466ah93a] {
        grid-template-columns: 1fr;
        padding: 36px 20px;
    }

    .stats-row[b-9k466ah93a] {
        grid-template-columns: repeat(3,1fr);
    }

    .stat-cell[b-9k466ah93a] {
        padding: 16px 12px;
    }

    .trust-row[b-9k466ah93a] {
        grid-template-columns: 1fr 1fr;
    }

    .topbar[b-9k466ah93a] {
        padding: 12px 20px;
    }

    .site-footer[b-9k466ah93a] {
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 20px;
        gap: 8px;
    }

    .trust-pills .pill:nth-child(n+3)[b-9k466ah93a] {
        display: none;
    }
}

/* ── Tablet pequeña / teléfono grande en horizontal (≤ 640px) ── */
@media (max-width: 640px) {
    .topbar[b-9k466ah93a] {
        padding: 10px 16px;
        gap: 8px;
    }

    .trust-pills[b-9k466ah93a] {
        gap: 6px;
    }

    .trust-pills .pill:nth-child(n+2)[b-9k466ah93a] {
        display: none;
    }

    .hero-title[b-9k466ah93a] {
        font-size: clamp(52px, 14vw, 80px);
    }

    .prize-name[b-9k466ah93a] {
        font-size: clamp(26px, 6vw, 40px);
    }

    .cd-units[b-9k466ah93a] {
        gap: 4px;
    }

    .cd-unit[b-9k466ah93a] {
        min-width: 56px;
    }

    .cd-num[b-9k466ah93a] {
        font-size: clamp(30px, 8vw, 48px);
        padding: 4px 8px;
    }

    .cd-sep[b-9k466ah93a] {
        font-size: 30px;
    }

    .stats-row[b-9k466ah93a] {
        grid-template-columns: 1fr 1fr;
    }

    .stat-cell:last-child[b-9k466ah93a] {
        grid-column: 1 / -1;
    }

    .prog-wrap[b-9k466ah93a] {
        padding: 12px 16px;
        gap: 10px;
    }

    .prog-text[b-9k466ah93a] {
        display: none;
    }

    .main-grid[b-9k466ah93a] {
        padding: 28px 16px;
        gap: 28px;
    }

    .section-title[b-9k466ah93a] {
        font-size: clamp(28px, 8vw, 44px);
    }

    .trust-row[b-9k466ah93a] {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
}

/* ── Teléfono (≤ 480px) ── */
@media (max-width: 480px) {
    .hero-title[b-9k466ah93a] {
        font-size: clamp(46px, 13vw, 64px);
    }

    .car-img[b-9k466ah93a] {
        max-width: 240px;
    }

    .hero-right[b-9k466ah93a] {
        min-height: 200px;
    }

    .meta-chips[b-9k466ah93a] {
        gap: 8px;
    }

    .chip[b-9k466ah93a] {
        padding: 8px 12px;
        flex: 1;
        min-width: 90px;
    }

    .trust-row[b-9k466ah93a] {
        grid-template-columns: 1fr;
    }

    /* Modal en móvil */
    .modal-overlay[b-9k466ah93a] {
        padding: 10px;
        align-items: flex-end;
    }

    .modal-card[b-9k466ah93a] {
        max-width: 100%;
        border-radius: 20px 20px 16px 16px;
        max-height: 92vh;
    }

    .modal-header[b-9k466ah93a] {
        padding: 20px 20px 16px;
    }

    .modal-title[b-9k466ah93a] {
        font-size: 28px;
    }

    .modal-body[b-9k466ah93a] {
        padding: 16px 18px;
    }

    .ticket-result[b-9k466ah93a] {
        padding: 16px 18px;
    }

    .modal-info-bar[b-9k466ah93a] {
        flex-direction: column;
        gap: 6px;
        align-items: center;
    }
}

/* ── Teléfono muy pequeño (≤ 380px) ── */
@media (max-width: 380px) {
    .topbar[b-9k466ah93a] {
        padding: 8px 12px;
    }

    .trust-pills[b-9k466ah93a] {
        display: none;
    }

    .logo-text[b-9k466ah93a] {
        font-size: 18px;
    }

    .cd-unit[b-9k466ah93a] {
        min-width: 46px;
    }

    .cd-num[b-9k466ah93a] {
        font-size: 26px;
        padding: 3px 6px;
    }

    .cd-sep[b-9k466ah93a] {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .stat-cell[b-9k466ah93a] {
        padding: 12px 8px;
    }

    .stat-num[b-9k466ah93a] {
        font-size: 30px;
    }

    .tc-num[b-9k466ah93a] {
        font-size: 60px;
    }
}
.admin-link[b-9k466ah93a] {
    font-size: 14px;
    color: rgba(255,255,255,0.1);
    text-decoration: none;
    transition: color .2s;
    padding: 4px 8px;
}

    .admin-link:hover[b-9k466ah93a] {
        color: rgba(255,255,255,0.4);
    }
/* _content/RifaOnline.Web/Components/Pages/MisBoletos.razor.rz.scp.css */
.misboletos-wrap[b-r24jpiofg8] {
    min-height: 100vh;
    padding: 40px 20px 60px;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Header */
.misboletos-header[b-r24jpiofg8] {
    text-align: center;
    padding-top: 20px;
}

.form-eyebrow[b-r24jpiofg8] {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e53935;
    margin-bottom: 8px;
}

.misboletos-title[b-r24jpiofg8] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 8vw, 56px);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.misboletos-desc[b-r24jpiofg8] {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
}

/* Form card */
.form-card[b-r24jpiofg8] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
}

/* Botón wrapper — estado desactivado más visible */
.btn-wrap[b-r24jpiofg8]  .mud-button-root:disabled {
    opacity: 0.55 !important;
    background: #e53935 !important;
    color: #fff !important;
}

.btn-wrap.disabled[b-r24jpiofg8]  .mud-button-root {
    cursor: not-allowed;
}

/* Enlace volver al inicio */
.link-home[b-r24jpiofg8] {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-decoration: none;
    transition: color .15s;
}

    .link-home:hover[b-r24jpiofg8] {
        color: rgba(255,255,255,0.8);
    }

/* Estado cards */
.estado-card[b-r24jpiofg8] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
}

    .estado-card.error[b-r24jpiofg8] {
        border-color: rgba(229,57,53,0.3);
    }

.estado-icon[b-r24jpiofg8] {
    font-size: 52px;
    margin-bottom: 16px;
}

.estado-title[b-r24jpiofg8] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
}

.estado-desc[b-r24jpiofg8] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Results */
.resultados-section[b-r24jpiofg8] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resultados-greeting[b-r24jpiofg8] {
    font-size: 15px;
    color: rgba(255,255,255,0.7);
}

    .resultados-greeting strong[b-r24jpiofg8] {
        color: #fff;
    }

.resultados-count[b-r24jpiofg8] {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
    margin-bottom: 4px;
}

/* Boleto result card */
.boleto-result-card[b-r24jpiofg8] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.brc-numero-wrap[b-r24jpiofg8] {
    text-align: center;
    min-width: 80px;
}

.brc-label[b-r24jpiofg8] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.3);
}

.brc-numero[b-r24jpiofg8] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 44px;
    color: #e53935;
    line-height: 1;
    text-shadow: 0 0 16px rgba(229,57,53,0.5);
}

.brc-info[b-r24jpiofg8] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brc-fecha[b-r24jpiofg8] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* Estado badges */
.estado-badge[b-r24jpiofg8] {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 100px;
}

.badge-green[b-r24jpiofg8] {
    background: rgba(22,163,74,0.15);
    color: #4ade80;
    border: 1px solid rgba(22,163,74,0.3);
}

.badge-yellow[b-r24jpiofg8] {
    background: rgba(217,119,6,0.15);
    color: #fbbf24;
    border: 1px solid rgba(217,119,6,0.3);
}

.badge-orange[b-r24jpiofg8] {
    background: rgba(234,88,12,0.15);
    color: #fb923c;
    border: 1px solid rgba(234,88,12,0.3);
}

.badge-gray[b-r24jpiofg8] {
    background: rgba(107,114,128,0.15);
    color: #9ca3af;
    border: 1px solid rgba(107,114,128,0.3);
}

/* Responsive */
@media (max-width: 768px) {
    .misboletos-wrap[b-r24jpiofg8] {
        padding: 24px 16px 60px;
        max-width: 100%;
    }

    .form-card[b-r24jpiofg8] {
        padding: 20px 18px;
    }
}

@media (max-width: 480px) {
    .misboletos-wrap[b-r24jpiofg8] {
        padding: 16px 14px 60px;
        gap: 18px;
    }

    .misboletos-title[b-r24jpiofg8] {
        font-size: clamp(32px, 10vw, 48px);
    }

    .boleto-result-card[b-r24jpiofg8] {
        padding: 14px 16px;
        gap: 14px;
    }

    .brc-numero[b-r24jpiofg8] {
        font-size: 36px;
    }

    .brc-numero-wrap[b-r24jpiofg8] {
        min-width: 64px;
    }

    .estado-title[b-r24jpiofg8] {
        font-size: 32px;
    }

    .estado-icon[b-r24jpiofg8] {
        font-size: 42px;
    }
}
/* _content/RifaOnline.Web/Components/Pages/SubirComprobante.razor.rz.scp.css */
.comprobante-wrap[b-r8hk8rpnps] {
    min-height: 100vh;
    padding: 40px 20px 60px;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.loading-state[b-r8hk8rpnps] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

/* Estados */
.estado-card[b-r8hk8rpnps] {
    background: rgba(255,255,255,0.04);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    margin-top: 40px;
}

    .estado-card.error[b-r8hk8rpnps] {
        border: 1px solid rgba(229,57,53,0.3);
    }

    .estado-card.success[b-r8hk8rpnps] {
        border: 1px solid rgba(46,125,50,0.4);
    }

.estado-icon[b-r8hk8rpnps] {
    font-size: 52px;
    margin-bottom: 16px;
}

.estado-title[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
}

.estado-desc[b-r8hk8rpnps] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Header */
.comprobante-header[b-r8hk8rpnps] {
    text-align: center;
    padding-top: 20px;
}

.form-eyebrow[b-r8hk8rpnps] {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #e53935;
    margin-bottom: 8px;
}

.comprobante-title[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px,8vw,56px);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.comprobante-desc[b-r8hk8rpnps] {
    font-size: 14px;
    color: rgba(255,255,255,0.45);
    line-height: 1.6;
}

/* Resumen boleto */
.boleto-resumen[b-r8hk8rpnps] {
    background: linear-gradient(135deg, rgba(229,57,53,0.1), rgba(0,0,0,0.3));
    border: 1px solid rgba(229,57,53,0.3);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.br-numero-wrap[b-r8hk8rpnps] {
    text-align: center;
    min-width: 90px;
}

.br-label[b-r8hk8rpnps] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

.br-numero[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 52px;
    color: #e53935;
    line-height: 1;
    text-shadow: 0 0 20px rgba(229,57,53,0.6);
}

.br-info[b-r8hk8rpnps] {
    flex: 1;
}

.br-nombre[b-r8hk8rpnps] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.br-cedula[b-r8hk8rpnps] {
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    margin-top: 2px;
}

.br-timer[b-r8hk8rpnps] {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #ffeb3b;
    background: rgba(255,235,59,0.1);
    border-radius: 100px;
    padding: 4px 12px;
}

    .br-timer.expirando[b-r8hk8rpnps] {
        color: #e53935;
        background: rgba(229,57,53,0.1);
    }

/* Form card */
.form-card[b-r8hk8rpnps] {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
}

/* Pago info */
.pago-info[b-r8hk8rpnps] {
    background: rgba(255,235,59,0.07);
    border: 1px solid rgba(255,235,59,0.2);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.pago-info-label[b-r8hk8rpnps] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 6px;
}

.pago-info-banco[b-r8hk8rpnps] {
    font-size: 15px;
    color: #ffeb3b;
    font-weight: 700;
}

.pago-info-nombre[b-r8hk8rpnps] {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
}

.pago-info-monto[b-r8hk8rpnps] {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-top: 6px;
}

/* Upload */
.upload-area[b-r8hk8rpnps] {
    border: 2px dashed rgba(255,255,255,0.15);
    border-radius: 14px;
    padding: 36px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
}

    .upload-area:hover[b-r8hk8rpnps] {
        border-color: rgba(229,57,53,0.5);
        background: rgba(229,57,53,0.04);
    }

    .upload-area.tiene-archivo[b-r8hk8rpnps] {
        border-color: rgba(46,125,50,0.5);
        background: rgba(46,125,50,0.05);
    }

.upload-icon[b-r8hk8rpnps] {
    font-size: 36px;
    margin-bottom: 10px;
}

.upload-text[b-r8hk8rpnps] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.upload-hint[b-r8hk8rpnps] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* Boleto mini (estado final) */
.boleto-mini[b-r8hk8rpnps] {
    margin-top: 20px;
    background: rgba(229,57,53,0.1);
    border: 1px solid rgba(229,57,53,0.3);
    border-radius: 12px;
    padding: 16px;
}

.boleto-mini-label[b-r8hk8rpnps] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

.boleto-mini-num[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    color: #e53935;
    line-height: 1;
}

.boleto-mini-name[b-r8hk8rpnps] {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
}

/* Grilla de números en estado final */
.boletos-mini-grid[b-r8hk8rpnps] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin: 8px 0;
}

.boleto-mini-chip[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #e53935;
    background: rgba(229,57,53,0.1);
    border: 1px solid rgba(229,57,53,0.3);
    border-radius: 8px;
    padding: 4px 12px;
    line-height: 1;
    letter-spacing: 1px;
}

/* Grilla de números en el resumen del boleto */
.br-numeros-grid[b-r8hk8rpnps] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 4px;
}

.br-num-chip[b-r8hk8rpnps] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    color: #e53935;
    background: rgba(229,57,53,0.1);
    border: 1px solid rgba(229,57,53,0.3);
    border-radius: 6px;
    padding: 3px 10px;
    line-height: 1;
    letter-spacing: 1px;
}

/* Detalle de monto (N × RD$) */
.pago-info-detalle[b-r8hk8rpnps] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-top: 8px;
    margin-bottom: 2px;
}

/* ═══ RESPONSIVE ═══ */

/* ── Tablet (≤ 768px) ── */
@media (max-width: 768px) {
    .comprobante-wrap[b-r8hk8rpnps] {
        padding: 24px 16px 60px;
        max-width: 100%;
    }

    .form-card[b-r8hk8rpnps] {
        padding: 20px 18px;
    }

    .boleto-resumen[b-r8hk8rpnps] {
        gap: 14px;
        padding: 16px 18px;
    }

    .br-numero[b-r8hk8rpnps] {
        font-size: 44px;
    }

    .br-numero-wrap[b-r8hk8rpnps] {
        min-width: 70px;
    }
}

/* ── Teléfono (≤ 480px) ── */
@media (max-width: 480px) {
    .comprobante-wrap[b-r8hk8rpnps] {
        padding: 16px 14px 60px;
        gap: 18px;
    }

    .comprobante-title[b-r8hk8rpnps] {
        font-size: clamp(32px, 10vw, 48px);
    }

    .boleto-resumen[b-r8hk8rpnps] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .br-info[b-r8hk8rpnps] {
        text-align: center;
    }

    .form-card[b-r8hk8rpnps] {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .upload-area[b-r8hk8rpnps] {
        padding: 24px 16px;
    }

    .pago-info-monto[b-r8hk8rpnps] {
        font-size: 18px;
    }

    .estado-title[b-r8hk8rpnps] {
        font-size: 32px;
    }

    .estado-icon[b-r8hk8rpnps] {
        font-size: 42px;
    }
}

/* ── Teléfono muy pequeño (≤ 380px) ── */
@media (max-width: 380px) {
    .comprobante-title[b-r8hk8rpnps] {
        font-size: 30px;
    }

    .br-numero[b-r8hk8rpnps] {
        font-size: 36px;
    }

    .comprobante-wrap[b-r8hk8rpnps] {
        padding: 14px 12px 60px;
    }
}
