/* _content/WebApp/Components/Layout/AdminLayout.razor.rz.scp.css */
/* ═══ SHELL ═══ */
.al-shell[b-aicquntdlh] {
    display: flex;
    height: 100vh;
    overflow: hidden;
    background: #060a14;
    font-family: 'Inter', sans-serif;
    color: #fff;
    position: relative;
}

/* ═══ OVERLAY MÓVIL ═══ */
.al-overlay[b-aicquntdlh] {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 40;
    backdrop-filter: blur(2px);
}

/* ═══ SIDEBAR ═══ */
.al-sidebar[b-aicquntdlh] {
    width: 240px;
    flex-shrink: 0;
    background: #0a0e1a;
    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-aicquntdlh] {
    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-aicquntdlh] {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: linear-gradient(135deg, #5c2d91, #7b3fc4);
    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-aicquntdlh] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.al-brand-sub[b-aicquntdlh] {
    font-size: 10px;
    color: rgba(255,255,255,0.35);
    letter-spacing: 1px;
    margin-top: 2px;
}

.al-nav[b-aicquntdlh] {
    flex: 1;
    padding: 14px 10px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow-y: auto;
}

.al-nav-item[b-aicquntdlh] {
    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-aicquntdlh] {
        background: rgba(255,255,255,0.07);
        color: #fff;
        transform: translateX(3px);
    }

    .al-nav-item.active[b-aicquntdlh] {
        background: rgba(245,184,0,0.12);
        color: #F5B800;
        border: 1px solid rgba(245,184,0,0.25);
        transform: translateX(3px);
    }

.al-nav-icon[b-aicquntdlh] {
    font-size: 20px;
    width: 28px;
    text-align: center;
    flex-shrink: 0;
    line-height: 1;
}

.al-sidebar-footer[b-aicquntdlh] {
    padding: 10px;
    border-top: 1px solid rgba(255,255,255,0.07);
    flex-shrink: 0;
}

/* ═══ MAIN ═══ */
.al-main[b-aicquntdlh] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
    height: 100vh;
}

/* ═══ TOPBAR ═══ */
.al-topbar[b-aicquntdlh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    height: 60px;
    flex-shrink: 0;
    background: rgba(6,10,20,0.7);
    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-aicquntdlh] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.al-topbar-right[b-aicquntdlh] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.al-topbar-title[b-aicquntdlh] {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

/* HAMBURGER */
.al-hamburger[b-aicquntdlh] {
    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-aicquntdlh] {
        background: rgba(255,255,255,0.08);
    }

    .al-hamburger span[b-aicquntdlh] {
        display: block;
        width: 22px;
        height: 2px;
        background: #fff;
        border-radius: 2px;
        transition: all .2s;
    }

.al-admin-badge[b-aicquntdlh] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #F5B800;
    background: rgba(245,184,0,0.12);
    border: 1px solid rgba(245,184,0,0.3);
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

.al-logout-btn[b-aicquntdlh] {
    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-aicquntdlh] {
        background: rgba(245,184,0,0.12);
        color: #F5B800;
        border-color: rgba(245,184,0,0.3);
    }

/* ═══ CONTENT ═══ */
.al-content[b-aicquntdlh] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 24px;
    padding-bottom: 40px;
    box-sizing: border-box;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 768px) {

    .al-sidebar[b-aicquntdlh] {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        transform: translateX(-100%);
    }

    .al-shell.sidebar-open .al-sidebar[b-aicquntdlh] {
        transform: translateX(0);
    }

    .al-shell.sidebar-open .al-overlay[b-aicquntdlh] {
        display: block;
    }

    .al-main[b-aicquntdlh] {
        width: 100%;
    }

    .al-hamburger[b-aicquntdlh] {
        display: flex;
    }

    .al-content[b-aicquntdlh] {
        padding: 16px;
        padding-bottom: 40px;
    }
}
/* _content/WebApp/Components/Layout/MainLayout.razor.rz.scp.css */
.layout-root[b-pui3qmsk44] {
    position: relative;
}

#blazor-error-ui[b-pui3qmsk44] {
    background: rgba(220,38,38,0.9);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: #fff;
    font-size: 13px;
}

    #blazor-error-ui .dismiss[b-pui3qmsk44] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: rgba(255,255,255,0.7);
    }
/* _content/WebApp/Components/Pages/Admin/Boletos.razor.rz.scp.css */
.pagos-header[b-zy9av9ovmt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-title[b-zy9av9ovmt] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.page-sub[b-zy9av9ovmt] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}

.section-card[b-zy9av9ovmt] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
}

.search-row[b-zy9av9ovmt] {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

/* â”€â”€ BotÃ³n Buscar â”€â”€ */
[b-zy9av9ovmt] .search-btn.mud-button-root {
    background: #F5B800;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    padding: 14px 28px;
    height: 56px;
    flex-shrink: 0;
}

.filter-pills[b-zy9av9ovmt] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fpill[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .fpill.active[b-zy9av9ovmt] {
        background: rgba(245,184,0,0.12);
        border-color: rgba(245,184,0,0.3);
        color: #fff;
    }

.fpill-count[b-zy9av9ovmt] {
    color: #fff;
    border-radius: 100px;
    padding: 1px 7px;
    font-size: 11px;
}

.empty-state[b-zy9av9ovmt] {
    text-align: center;
    padding: 48px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}

/* TABLA DESKTOP */
.bt-desktop[b-zy9av9ovmt] {
    display: block;
}

.bt-table[b-zy9av9ovmt] {
    width: 100%;
    min-width: 640px;
    border-collapse: collapse;
    font-family: 'Inter', sans-serif;
}

    .bt-table thead tr[b-zy9av9ovmt] {
        background: #0a0e1a;
        border-bottom: 2px solid rgba(255,255,255,0.08);
    }

    .bt-table th[b-zy9av9ovmt] {
        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-zy9av9ovmt] {
        border-bottom: 1px solid rgba(255,255,255,0.04);
        transition: background .15s;
    }

        .bt-table tbody tr:last-child[b-zy9av9ovmt] {
            border-bottom: none;
        }

        .bt-table tbody tr:hover[b-zy9av9ovmt] {
            background: rgba(255,255,255,0.03);
        }

    .bt-table td[b-zy9av9ovmt] {
        padding: 12px 16px;
        vertical-align: middle;
    }

.bt-num[b-zy9av9ovmt] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #F5B800;
    line-height: 1;
    white-space: nowrap;
    min-width: 80px;
}

.bt-nombre[b-zy9av9ovmt] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

.bt-meta[b-zy9av9ovmt] {
    font-size: 12px;
    color: rgba(255,255,255,0.45);
    white-space: nowrap;
}

/* CARDS MÃ“VIL */
.bt-mobile[b-zy9av9ovmt] {
    display: none;
    flex-direction: column;
    gap: 10px;
    padding: 16px;
}

.boleto-card-mobile[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.bcm-num[b-zy9av9ovmt] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #F5B800;
    line-height: 1;
}

.bcm-nombre[b-zy9av9ovmt] {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.bcm-meta[b-zy9av9ovmt] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 2px;
}

.bcm-fecha[b-zy9av9ovmt] {
    margin-top: 6px;
    font-size: 11px;
    color: rgba(255,255,255,0.25);
}

/* BADGES */
.badge[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-zy9av9ovmt] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-zy9av9ovmt] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-zy9av9ovmt] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

    .badge.purple[b-zy9av9ovmt] {
        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-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(124,58,237,0.2);
        border-color: rgba(124,58,237,0.4);
    }

.btn-desbloquear[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(74,222,128,0.15);
        border-color: rgba(74,222,128,0.35);
    }

/* BOTÃ“N REGISTRAR PAGO */
.btn-pago-manual[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(251,191,36,0.2);
        border-color: rgba(251,191,36,0.4);
    }

/* MODAL */
.modal-overlay[b-zy9av9ovmt] {
    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-zy9av9ovmt .2s ease;
}

@keyframes fadein-b-zy9av9ovmt {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal-card[b-zy9av9ovmt] {
    background: #0a0e1a;
    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-zy9av9ovmt .3s cubic-bezier(.4,0,.2,1);
}

@keyframes slideup-b-zy9av9ovmt {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.modal-close[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        background: rgba(0,0,0,0.5);
    }

.modal-header[b-zy9av9ovmt] {
    background: linear-gradient(135deg, #F5B800, #c9980a);
    padding: 28px 24px 22px;
}

.modal-eyebrow[b-zy9av9ovmt] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.65);
    margin-bottom: 6px;
}

.modal-title[b-zy9av9ovmt] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 36px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1;
}

.modal-sub[b-zy9av9ovmt] {
    font-size: 12px;
    color: rgba(255,255,255,0.65);
    margin-top: 6px;
    line-height: 1.5;
}

.modal-body[b-zy9av9ovmt] {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.upload-label[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        border-color: rgba(255,255,255,0.3);
    }

    .upload-label.has-file[b-zy9av9ovmt] {
        border-color: rgba(34,197,94,0.5);
        background: rgba(34,197,94,0.05);
    }

/* â”€â”€ TARJETA DE GRUPO EN MODAL â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€â”€ */
.grupo-card[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.grupo-card-badge[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
}

.grupo-nums[b-zy9av9ovmt] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.grupo-num-chip[b-zy9av9ovmt] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
    background: rgba(245,184,0,0.12);
    border: 1px solid rgba(245,184,0,0.3);
    border-radius: 8px;
    padding: 4px 14px;
    line-height: 1.3;
}

.grupo-card-note[b-zy9av9ovmt] {
    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-zy9av9ovmt] {
        display: none !important;
    }

    .bt-mobile[b-zy9av9ovmt] {
        display: flex !important;
    }
}

@media (max-width: 600px) {
    /* Buscador: stack vertical en mobile */
    .search-row[b-zy9av9ovmt] {
        flex-direction: column;
        align-items: stretch;
    }

    [b-zy9av9ovmt] .search-btn.mud-button-root {
        width: 100%;
        height: 48px;
        padding: 12px;
    }

    /* Filtros: scroll horizontal, sin wrap */
    .filter-pills[b-zy9av9ovmt] {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 4px;
        /* ocultar scrollbar visualmente */
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .filter-pills[b-zy9av9ovmt]::-webkit-scrollbar {
        display: none;
    }

    .fpill[b-zy9av9ovmt] {
        flex-shrink: 0;
        font-size: 11px;
        padding: 6px 11px;
        white-space: nowrap;
    }

    .fpill-count[b-zy9av9ovmt] {
        font-size: 10px;
        padding: 1px 6px;
    }

    /* Reducir padding de cards en mobile */
    .section-card[b-zy9av9ovmt] {
        padding: 14px;
    }
}

/* _content/WebApp/Components/Pages/Admin/Dashboard.razor.rz.scp.css */
.loading-wrap[b-sx0u18mxlh] {
    display: flex;
    justify-content: center;
    padding: 60px;
}

.stat-grid[b-sx0u18mxlh] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 20px;
}

@media (min-width: 640px) {
    .stat-grid[b-sx0u18mxlh] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1024px) {
    .stat-grid[b-sx0u18mxlh] {
        grid-template-columns: repeat(6, 1fr);
    }
}

.stat-card[b-sx0u18mxlh] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 16px;
}

    .stat-card.green[b-sx0u18mxlh] {
        border-color: rgba(34,197,94,0.2);
        background: rgba(34,197,94,0.05);
    }

    .stat-card.yellow[b-sx0u18mxlh] {
        border-color: rgba(245,184,0,0.2);
        background: rgba(245,184,0,0.05);
    }

    .stat-card.blue[b-sx0u18mxlh] {
        border-color: rgba(92,45,145,0.25);
        background: rgba(92,45,145,0.07);
    }

.sc-label[b-sx0u18mxlh] {
    font-size: 10px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 6px;
}

.sc-num[b-sx0u18mxlh] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.section-card[b-sx0u18mxlh] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
    overflow: hidden;
}

.sc2-header[b-sx0u18mxlh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    flex-wrap: wrap;
    gap: 8px;
}

.sc2-title[b-sx0u18mxlh] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

/* TABLA DESKTOP */
.pagos-table[b-sx0u18mxlh] {
    display: flex;
    flex-direction: column;
}

.pago-row[b-sx0u18mxlh] {
    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-sx0u18mxlh] {
        border-bottom: none;
    }

    .pago-row:hover[b-sx0u18mxlh] {
        background: rgba(255,255,255,0.04);
    }

.pago-num-cell[b-sx0u18mxlh] {
    min-width: 56px;
    flex-shrink: 0;
}

.pago-num[b-sx0u18mxlh] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #F5B800;
    line-height: 1;
}

.pago-grupo-label[b-sx0u18mxlh] {
    font-size: 10px;
    font-weight: 700;
    color: rgba(245,197,24,0.7);
    letter-spacing: .5px;
    margin-bottom: 4px;
    white-space: nowrap;
}

.pago-nums-mini[b-sx0u18mxlh] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
}

.pago-num-mini-chip[b-sx0u18mxlh] {
    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-sx0u18mxlh] {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.pago-nombre[b-sx0u18mxlh] {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pago-cedula[b-sx0u18mxlh] {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pago-fecha[b-sx0u18mxlh] {
    font-size: 11px;
    color: rgba(255,255,255,0.35);
    white-space: nowrap;
    flex-shrink: 0;
}

/* CARDS MÓVIL */
.pagos-cards[b-sx0u18mxlh] {
    display: none;
    flex-direction: column;
    gap: 10px;
}

.pago-card-mobile[b-sx0u18mxlh] {
    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-sx0u18mxlh] {
        border-color: rgba(245,184,0,0.35);
        background: rgba(245,184,0,0.04);
    }

.pcm-header[b-sx0u18mxlh] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
}

.pcm-num[b-sx0u18mxlh] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 28px;
    color: #F5B800;
    line-height: 1;
}

.pcm-nombre[b-sx0u18mxlh] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.pcm-meta[b-sx0u18mxlh] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 2px;
}

.pcm-fecha[b-sx0u18mxlh] {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    margin-top: 6px;
}

.badge[b-sx0u18mxlh] {
    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-sx0u18mxlh] {
        background: rgba(245,184,0,0.15);
        color: #F5B800;
        border: 1px solid rgba(245,184,0,0.3);
    }

    .badge.green[b-sx0u18mxlh] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-sx0u18mxlh] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

.empty-state[b-sx0u18mxlh] {
    text-align: center;
    padding: 32px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}

@media (max-width: 768px) {
    .pagos-table[b-sx0u18mxlh] {
        display: none;
    }

    .pagos-cards[b-sx0u18mxlh] {
        display: flex;
    }

    .pago-fecha[b-sx0u18mxlh] {
        display: none;
    }
}
/* _content/WebApp/Components/Pages/Admin/DetallePago.razor.rz.scp.css */
.detalle-wrap[b-semas5kk4p] {
    max-width: 900px;
}

.detalle-grid[b-semas5kk4p] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
}

@media (min-width: 768px) {
    .detalle-grid[b-semas5kk4p] {
        grid-template-columns: 1fr 360px;
    }
}

.section-card[b-semas5kk4p] {
    background: #0D1A30;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 16px;
}

.sc2-title[b-semas5kk4p] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.comprobante-img[b-semas5kk4p] {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.08);
    max-height: 420px;
    object-fit: contain;
}

.pdf-preview[b-semas5kk4p] {
    text-align: center;
    padding: 32px 20px;
}

.dato-row[b-semas5kk4p] {
    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-semas5kk4p] {
        border-bottom: none;
    }

.dato-key[b-semas5kk4p] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    flex-shrink: 0;
}

.dato-val[b-semas5kk4p] {
    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-semas5kk4p] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    letter-spacing: 1.5px;
    color: #fff;
    background: rgba(46,173,212,0.18);
    border: 1px solid rgba(46,173,212,0.45);
    border-radius: 7px;
    padding: 3px 10px;
    line-height: 1.3;
    white-space: nowrap;
}

.badge[b-semas5kk4p] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

    .badge.yellow[b-semas5kk4p] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-semas5kk4p] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-semas5kk4p] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-semas5kk4p] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

.action-btns[b-semas5kk4p] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 4px;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 640px) {
    .detalle-wrap[b-semas5kk4p] {
        max-width: 100%;
    }

    .dato-val[b-semas5kk4p] {
        font-size: 12px;
        word-break: break-word;
        text-align: right;
    }

    .section-card[b-semas5kk4p] {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    .action-btns[b-semas5kk4p] {
        grid-template-columns: 1fr;
    }

    .comprobante-img[b-semas5kk4p] {
        max-height: 280px;
    }

    .dato-key[b-semas5kk4p] {
        font-size: 11px;
    }
}
/* _content/WebApp/Components/Pages/Admin/Login.razor.rz.scp.css */
.login-bg[b-f7enoyrfml] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: #060a14;
}

.login-card[b-f7enoyrfml] {
    width: 100%;
    max-width: 380px;
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 20px;
    overflow: hidden;
}

.login-header[b-f7enoyrfml] {
    background: linear-gradient(135deg, #0D1B4B, #5c2d91);
    padding: 32px 28px;
    text-align: center;
}

.login-logo[b-f7enoyrfml] {
    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-f7enoyrfml] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.login-sub[b-f7enoyrfml] {
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    margin-top: 4px;
}

.login-body[b-f7enoyrfml] {
    padding: 28px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.login-alert[b-f7enoyrfml] {
    padding: 12px 16px;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
}

    .login-alert.error[b-f7enoyrfml] {
        background: rgba(220,38,38,0.1);
        border: 1px solid rgba(220,38,38,0.3);
        color: #fca5a5;
    }

.f-input-dark[b-f7enoyrfml] {
    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: 'Inter', sans-serif;
    transition: border-color .2s;
}

    .f-input-dark[b-f7enoyrfml]::placeholder {
        color: rgba(255,255,255,0.2);
    }

    .f-input-dark:focus[b-f7enoyrfml] {
        border-color: rgba(245,184,0,0.5);
    }

.btn-login[b-f7enoyrfml] {
    width: 100%;
    background: #F5B800;
    color: #060a14;
    border: none;
    border-radius: 12px;
    padding: 16px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    transition: transform .15s, box-shadow .15s;
    box-shadow: 0 6px 24px rgba(245,184,0,0.35);
}

    .btn-login:hover[b-f7enoyrfml] {
        transform: translateY(-1px);
        box-shadow: 0 10px 32px rgba(245,184,0,0.5);
    }

    .btn-login:disabled[b-f7enoyrfml] {
        opacity: .6;
        cursor: not-allowed;
        transform: none;
    }

.login-disclaimer[b-f7enoyrfml] {
    text-align: center;
    font-size: 11px;
    color: rgba(255,255,255,0.2);
}
/* _content/WebApp/Components/Pages/Admin/Pagos.razor.rz.scp.css */
.pagos-header[b-xthef2gms6] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    gap: 12px;
}

.page-title[b-xthef2gms6] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 32px;
    color: #fff;
    line-height: 1;
}

.page-sub[b-xthef2gms6] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
    margin-top: 3px;
}

.filter-pills[b-xthef2gms6] {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.fpill[b-xthef2gms6] {
    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-xthef2gms6] {
        background: rgba(255,255,255,0.1);
        color: #fff;
    }

    .fpill.active[b-xthef2gms6] {
        background: rgba(245,184,0,0.12);
        border-color: rgba(245,184,0,0.3);
        color: #fff;
    }

.fpill-count[b-xthef2gms6] {
    background: #F5B800;
    color: #fff;
    border-radius: 100px;
    padding: 1px 7px;
    font-size: 11px;
}

.pagos-grid[b-xthef2gms6] {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

@media (min-width: 640px) {
    .pagos-grid[b-xthef2gms6] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .pagos-grid[b-xthef2gms6] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.pago-card[b-xthef2gms6] {
    background: #0a0e1a;
    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-xthef2gms6],
    .pago-card:active[b-xthef2gms6] {
        border-color: rgba(245,184,0,0.35);
        background: rgba(245,184,0,0.04);
    }

.pc-header[b-xthef2gms6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pc-num[b-xthef2gms6] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 30px;
    color: #F5B800;
    line-height: 1;
}

.pc-nombre[b-xthef2gms6] {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.pc-meta[b-xthef2gms6] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-bottom: 3px;
}

.pc-fecha[b-xthef2gms6] {
    font-size: 11px;
    color: rgba(255,255,255,0.25);
    margin-top: 10px;
}

.pc-action[b-xthef2gms6] {
    font-size: 12px;
    color: #F5B800;
    font-weight: 700;
    margin-top: 8px;
}

/* â”€â”€ Grupo de boletos en la card de pago â”€â”€ */
.pc-grupo[b-xthef2gms6] {
    flex: 1;
    min-width: 0;
    margin-right: 8px;
}

.pc-grupo-label[b-xthef2gms6] {
    font-size: 11px;
    font-weight: 700;
    color: rgba(245,197,24,0.75);
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.pc-nums-wrap[b-xthef2gms6] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pc-num-chip[b-xthef2gms6] {
    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-xthef2gms6] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 100px;
    white-space: nowrap;
}

    .badge.yellow[b-xthef2gms6] {
        background: rgba(251,191,36,0.15);
        color: #fbbf24;
        border: 1px solid rgba(251,191,36,0.3);
    }

    .badge.green[b-xthef2gms6] {
        background: rgba(34,197,94,0.12);
        color: #4ade80;
        border: 1px solid rgba(34,197,94,0.3);
    }

    .badge.red[b-xthef2gms6] {
        background: rgba(220,38,38,0.12);
        color: #f87171;
        border: 1px solid rgba(220,38,38,0.3);
    }

    .badge.gray[b-xthef2gms6] {
        background: rgba(107,114,128,0.15);
        color: #9ca3af;
        border: 1px solid rgba(107,114,128,0.3);
    }

.empty-state[b-xthef2gms6] {
    text-align: center;
    padding: 48px 20px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}

/* _content/WebApp/Components/Pages/Home.razor.rz.scp.css */
/* ===== NAV ===== */
nav[b-75gjg21amq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(6, 10, 20, 0.85);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(245, 197, 24, 0.2);
}

.nav-inner[b-75gjg21amq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px clamp(16px, 5vw, 60px);
    max-width: 1400px;
    margin: 0 auto;
}

.nav-logo[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(22px, 2.5vw, 30px);
    letter-spacing: 0.05em;
    line-height: 1;
    color: var(--white);
    display: flex;
    align-items: center;
    gap: 10px;
}

.nav-logo-img[b-75gjg21amq] {
    height: 52px;
    width: 52px;
    object-fit: contain;
    flex-shrink: 0;
}

.nav-logo span[b-75gjg21amq] { color: var(--gold); }

.nav-badges[b-75gjg21amq] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.badge[b-75gjg21amq] {
    font-family: 'Inter', sans-serif;
    font-size: clamp(10px, 1.1vw, 12px);
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 20px;
    white-space: nowrap;
    letter-spacing: 0.03em;
}

.badge-live[b-75gjg21amq] {
    background: rgba(220, 38, 38, 0.15);
    border: 1px solid rgba(220, 38, 38, 0.5);
    color: #fc5c5c;
}

.badge-live[b-75gjg21amq]::before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fc5c5c;
    border-radius: 50%;
    margin-right: 5px;
    animation: pulse-dot-b-75gjg21amq 1.2s infinite;
}

.badge-verified[b-75gjg21amq] {
    background: rgba(22, 163, 74, 0.15);
    border: 1px solid rgba(22, 163, 74, 0.5);
    color: #4ade80;
}

.badge-secure[b-75gjg21amq] {
    background: rgba(37, 99, 235, 0.15);
    border: 1px solid rgba(37, 99, 235, 0.5);
    color: #60a5fa;
}

@keyframes pulse-dot-b-75gjg21amq {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%       { opacity: 0.4; transform: scale(0.8); }
}

/* ===== UTILIDADES ===== */
.container[b-75gjg21amq] {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(16px, 5vw, 80px);
}

.section-title[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(28px, 3.5vw, 48px);
    color: var(--gold);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-align: center;
    margin-bottom: clamp(12px, 2vw, 24px);
}

/* ===== HERO ===== */
.hero:focus[b-75gjg21amq],
.hero-inner:focus[b-75gjg21amq],
.hero-text:focus[b-75gjg21amq],
.hero-image:focus[b-75gjg21amq],
.hero-carousel:focus[b-75gjg21amq],
.hero-h1:focus[b-75gjg21amq],
.hero-tag:focus[b-75gjg21amq],
.hero-location:focus[b-75gjg21amq],
.hero-sub:focus[b-75gjg21amq] {
    outline: none;
}

.hero[b-75gjg21amq] {
    background: linear-gradient(to right, #030721 0%, #020a2e 50%, #010d37 100%);
    padding-top: clamp(20px, 2vw, 28px);
    min-height: 88vh;
    max-height: 1000px;
    display: flex;
    align-items: center;
}

.hero-inner[b-75gjg21amq] {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: clamp(24px, 4vw, 60px);
    align-items: center;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: clamp(32px, 5vw, 60px) clamp(16px, 5vw, 60px);
}

.hero-text[b-75gjg21amq] { display: flex; flex-direction: column; gap: 10px; }

.hero-tag[b-75gjg21amq] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--purple);
    color: var(--gold);
    font-weight: 700;
    font-size: clamp(12px, 1.2vw, 14px);
    padding: 8px 16px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    align-self: flex-start;
}

.hero-h1[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 5vw, 80px);
    line-height: 1.0;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--white);
}

.hero-h1 .line-gold[b-75gjg21amq] { color: var(--gold); }

.hero-location[b-75gjg21amq] {
    color: var(--gray-light);
    font-size: clamp(13px, 1.4vw, 16px);
    display: flex;
    align-items: center;
    gap: 6px;
}

.hero-ticket[b-75gjg21amq] { align-self: flex-start; margin-top: -70px; margin-bottom: -56px; margin-left: -36px; }
.hero-ticket img[b-75gjg21amq] { max-height: clamp(175px, 19vw, 240px); width: auto; }

.hero-cta[b-75gjg21amq] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--gold);
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: clamp(15px, 1.6vw, 20px);
    padding: clamp(14px, 1.8vw, 20px) clamp(24px, 3vw, 44px);
    border-radius: 8px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    transition: background 0.2s, transform 0.15s;
    align-self: flex-start;
    text-decoration: none;
}

.hero-cta:hover[b-75gjg21amq] { background: var(--gold-dark); transform: translateY(-2px); }

.hero-sub[b-75gjg21amq] { color: var(--gray-mid); font-size: clamp(12px, 1.2vw, 14px); }
.hero-sub a[b-75gjg21amq] { color: var(--gold); text-decoration: underline; }

.hero-image[b-75gjg21amq] {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-mask-image:
        linear-gradient(to right,  transparent 0%, black 14%, black 100%),
        linear-gradient(to bottom, transparent 0%, black 8%,  black 100%),
        linear-gradient(to top,    transparent 0%, black 8%,  black 100%);
    -webkit-mask-composite: source-in, source-in;
    mask-image:
        linear-gradient(to right,  transparent 0%, black 14%, black 100%),
        linear-gradient(to bottom, transparent 0%, black 8%,  black 100%),
        linear-gradient(to top,    transparent 0%, black 8%,  black 100%);
    mask-composite: intersect, intersect;
}

.hero-image img[b-75gjg21amq] { width: 100%; height: auto; display: block; }

/* ── Carrusel ────────────────────────────────────────────────────────── */
.hero-carousel[b-75gjg21amq] {
    position: relative;
    width: 100%;
    user-select: none;
}

.carousel-viewport[b-75gjg21amq] {
    width: 100%;
    aspect-ratio: 1535 / 1024;
    overflow: hidden;
    border-radius: 14px;
}

.carousel-track[b-75gjg21amq] {
    display: flex;
    height: 100%;
    transition: transform 0.5s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.carousel-slide[b-75gjg21amq] {
    flex: 0 0 100%;
    min-width: 100%;
    height: 100%;
    background: #060a14;
}

.carousel-slide img[b-75gjg21amq] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: zoom-in;
    -webkit-user-drag: none;
}

.carousel-btn[b-75gjg21amq] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6,10,20,0.6);
    color: #fff;
    border: 1px solid rgba(245,184,0,0.3);
    border-radius: 50%;
    width: 38px;
    height: 38px;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .15s, opacity .15s;
    z-index: 2;
    padding: 0;
    backdrop-filter: blur(4px);
}

.carousel-btn:hover[b-75gjg21amq] { background: rgba(245,184,0,0.25); border-color: rgba(245,184,0,0.7); }
.carousel-prev[b-75gjg21amq] { left: 10px; }
.carousel-next[b-75gjg21amq] { right: 10px; }

.carousel-dots[b-75gjg21amq] {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 7px;
    z-index: 2;
}

.carousel-dot[b-75gjg21amq] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255,255,255,0.45);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: background .2s, transform .2s;
    flex-shrink: 0;
}

.carousel-dot.active[b-75gjg21amq] {
    background: #F5B800;
    transform: scale(1.35);
}

/* ── Lightbox ────────────────────────────────────────────────────────── */
.lb-overlay[b-75gjg21amq] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 9000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: zoom-out;
    backdrop-filter: blur(6px);
    animation: lb-in-b-75gjg21amq .18s ease;
}

@keyframes lb-in-b-75gjg21amq { from { opacity: 0; } to { opacity: 1; } }

.lb-content[b-75gjg21amq] {
    position: relative;
    max-width: min(92vw, 1000px);
    max-height: 90dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
}

.lb-img[b-75gjg21amq] {
    max-width: 100%;
    max-height: 88dvh;
    object-fit: contain;
    border-radius: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
}

.lb-close[b-75gjg21amq] {
    position: absolute;
    top: -14px;
    right: -14px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(20,24,40,0.9);
    border: 1px solid rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: background .15s;
}

.lb-close:hover[b-75gjg21amq] { background: rgba(239,68,68,.6); }

.lb-nav[b-75gjg21amq] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(6,10,20,0.7);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    padding: 0;
    transition: background .15s;
}

.lb-nav:hover[b-75gjg21amq] { background: rgba(245,184,0,.25); border-color: rgba(245,184,0,.5); }
.lb-prev[b-75gjg21amq] { left: -56px; }
.lb-next[b-75gjg21amq] { right: -56px; }

.lb-counter[b-75gjg21amq] {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    white-space: nowrap;
}

@media (max-width: 600px) {
    .lb-prev[b-75gjg21amq] { left: -42px; }
    .lb-next[b-75gjg21amq] { right: -42px; }
    .lb-nav[b-75gjg21amq]  { width: 36px; height: 36px; font-size: 22px; }
    .carousel-btn[b-75gjg21amq] { width: 32px; height: 32px; font-size: 18px; }
    .carousel-dots[b-75gjg21amq] { display: none; }
}

/* ===== PREMIOS SECUNDARIOS ===== */
.premios[b-75gjg21amq] {
    background-color: var(--navy-mid);
    padding: clamp(28px, 4vw, 52px) 0;
}

.premios-grid[b-75gjg21amq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: clamp(16px, 2.5vw, 32px);
}

.premio-item[b-75gjg21amq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    text-align: center;
}

.premio-item img[b-75gjg21amq] {
    width: 100%;
    max-width: 260px;
    height: auto;
    mix-blend-mode: lighten;
    margin-bottom: -18px;
}

.premio-monto[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(22px, 2.5vw, 32px);
    color: var(--gold);
    letter-spacing: 0.04em;
}

.premio-ganadores[b-75gjg21amq] {
    color: var(--gray-mid);
    font-size: clamp(13px, 1.3vw, 15px);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* ===== COUNTDOWN + TRUST ===== */
.countdown-section[b-75gjg21amq] {
    background-color: var(--navy-light);
    padding: clamp(48px, 6vw, 96px) 0;
}

.countdown-inner[b-75gjg21amq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(32px, 5vw, 80px);
    align-items: center;
}

.countdown-label[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(14px, 1.5vw, 18px);
    color: var(--gray-light);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.countdown-boxes[b-75gjg21amq] { display: flex; gap: clamp(8px, 1.5vw, 20px); }

.countdown-box[b-75gjg21amq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: var(--navy-dark);
    border: 1px solid rgba(245, 197, 24, 0.25);
    border-radius: 8px;
    padding: clamp(12px, 1.8vw, 24px) clamp(14px, 2vw, 28px);
    min-width: clamp(64px, 8vw, 100px);
}

.countdown-num[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 5vw, 72px);
    color: var(--gold);
    line-height: 1;
    letter-spacing: 0.04em;
}

.countdown-unit[b-75gjg21amq] {
    font-size: clamp(9px, 1vw, 12px);
    color: var(--gray-mid);
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 6px;
    font-weight: 600;
}

.countdown-ended[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(24px, 3vw, 40px);
    color: var(--gold);
    letter-spacing: 0.05em;
}

.trust-grid[b-75gjg21amq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: clamp(16px, 2vw, 24px);
}

.trust-item[b-75gjg21amq] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--navy-dark);
    border: 1px solid rgba(245, 197, 24, 0.1);
    border-radius: 8px;
    padding: clamp(12px, 1.5vw, 18px) clamp(14px, 1.8vw, 20px);
}

.trust-icon[b-75gjg21amq] {
    width: clamp(36px, 4vw, 46px);
    height: clamp(36px, 4vw, 46px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(16px, 1.8vw, 22px);
    flex-shrink: 0;
}

.trust-icon.green[b-75gjg21amq]   { background: rgba(22, 163, 74, 0.2); }
.trust-icon.gold-bg[b-75gjg21amq] { background: rgba(245, 197, 24, 0.15); }
.trust-icon.blue[b-75gjg21amq]    { background: rgba(37, 99, 235, 0.2); }
.trust-icon.purple[b-75gjg21amq]  { background: rgba(92, 45, 145, 0.3); }

.trust-text[b-75gjg21amq] {
    font-size: clamp(11px, 1.1vw, 14px);
    font-weight: 700;
    color: var(--gray-light);
    line-height: 1.3;
}

/* ===== ESTADÍSTICAS ===== */
.stats-section[b-75gjg21amq] {
    background: linear-gradient(135deg, var(--purple) 0%, var(--navy) 60%, var(--navy-dark) 100%);
    padding: clamp(56px, 7vw, 100px) 0;
}

.stats-grid[b-75gjg21amq] {
    display: flex;
    justify-content: center;
    gap: clamp(24px, 5vw, 80px);
    flex-wrap: wrap;
    text-align: center;
}

.stat-item[b-75gjg21amq] { display: flex; flex-direction: column; align-items: center; gap: 8px; }
.stat-icon[b-75gjg21amq] { font-size: clamp(28px, 3vw, 40px); }

.stat-num[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(40px, 5vw, 72px);
    color: var(--white);
    line-height: 1;
    letter-spacing: 0.03em;
}

.stat-soon[b-75gjg21amq] {
    font-size: clamp(28px, 3.5vw, 52px) !important;
    color: var(--gold);
}

.stat-label[b-75gjg21amq] {
    font-size: clamp(10px, 1.1vw, 13px);
    font-weight: 700;
    color: var(--gray-light);
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.stat-divider[b-75gjg21amq] {
    width: 1px;
    background: rgba(255,255,255,0.15);
    align-self: stretch;
}

/* ===== PATROCINADORES ===== */
.sponsors-section[b-75gjg21amq] {
    background: var(--navy-dark);
    padding: clamp(32px, 4vw, 56px) 0;
    border-top: 1px solid rgba(245, 197, 24, 0.15);
    border-bottom: 1px solid rgba(245, 197, 24, 0.15);
}

.sponsors-logos[b-75gjg21amq] {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: clamp(8px, 2vw, 20px);
    align-items: center;
    justify-items: center;
}

.sponsor-img[b-75gjg21amq] {
    width: 100%;
    max-width: 100%;
    height: clamp(80px, 10vw, 140px);
    object-fit: contain;
    mix-blend-mode: lighten;
    filter: brightness(1.1);
    opacity: 0.9;
    transition: opacity 0.2s, filter 0.2s;
}

.sponsor-img:hover[b-75gjg21amq] { opacity: 1; filter: brightness(1.3); }

/* ===== FOOTER ===== */
footer[b-75gjg21amq] {
    background: var(--navy-mid);
    padding: clamp(40px, 5vw, 64px) clamp(16px, 5vw, 80px);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.footer-logo[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(24px, 3vw, 36px);
    letter-spacing: 0.06em;
    color: var(--white);
}

.footer-logo span[b-75gjg21amq] { color: var(--gold); }

.footer-social[b-75gjg21amq] {
    display: flex;
    gap: 14px;
    align-items: center;
}

.social-link[b-75gjg21amq] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    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.6);
    transition: background .2s, color .2s, transform .15s, border-color .2s;
    text-decoration: none;
}

.social-link svg[b-75gjg21amq] { width: 20px; height: 20px; }

.social-link:hover[b-75gjg21amq] { transform: translateY(-3px); }
.social-ig:hover[b-75gjg21amq] { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285aeb 90%); border-color: transparent; color: #fff; }
.social-fb:hover[b-75gjg21amq] { background: #1877f2; border-color: transparent; color: #fff; }
.social-tt:hover[b-75gjg21amq] { background: #010101; border-color: #69c9d0; color: #fff; }

.footer-copy[b-75gjg21amq] {
    color: var(--gray-mid);
    font-size: clamp(12px, 1.2vw, 14px);
    line-height: 1.6;
}

/* ===== BOTÓN FLOTANTE WHATSAPP ===== */
.wa-fab[b-75gjg21amq] {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 8000;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37,211,102,0.45);
    transition: background .2s, transform .2s, box-shadow .2s;
    animation: wa-pop-b-75gjg21amq .4s cubic-bezier(.4,0,.2,1);
}

.wa-fab svg[b-75gjg21amq] { width: 30px; height: 30px; }

.wa-fab:hover[b-75gjg21amq] {
    background: #1ebe5d;
    transform: scale(1.1);
    box-shadow: 0 6px 28px rgba(37,211,102,0.6);
}

@keyframes wa-pop-b-75gjg21amq {
    from { opacity: 0; transform: scale(0.6); }
    to   { opacity: 1; transform: scale(1); }
}

/* ===== MODAL ===== */
.modal-overlay[b-75gjg21amq] {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.7);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.modal-card[b-75gjg21amq] {
    background: #0E1E38;
    border: 1px solid rgba(200,135,10,0.2);
    border-radius: 20px;
    width: 100%;
    max-width: 420px;
    max-height: 95vh;
    overflow-y: auto;
    position: relative;
    animation: slideup-b-75gjg21amq .3s cubic-bezier(.4,0,.2,1);
}

@keyframes slideup-b-75gjg21amq {
    from { opacity: 0; transform: translateY(24px); }
    to   { opacity: 1; transform: translateY(0); }
}

.modal-close[b-75gjg21amq] {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.15);
    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-75gjg21amq] { background: rgba(255,255,255,0.12); }

.modal-header[b-75gjg21amq] {
    background: linear-gradient(135deg, #0D1B4B, #C8870A);
    padding: 32px 24px 24px;
    text-align: center;
}

.modal-eyebrow[b-75gjg21amq] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}

.modal-title[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1;
}

.modal-body[b-75gjg21amq] {
    padding: 20px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.modal-info-bar[b-75gjg21amq] {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    background: rgba(200,135,10,0.07);
    border: 1px solid rgba(200,135,10,0.14);
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255,255,255,0.5);
}

.f-group[b-75gjg21amq] { margin-bottom: 4px; }

.cantidad-label[b-75gjg21amq] {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}

.cantidad-pills[b-75gjg21amq] {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 4px;
}

.cantidad-pill[b-75gjg21amq] {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(255,255,255,0.04);
    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-75gjg21amq] {
    border-color: rgba(200,135,10,0.5);
    background: rgba(200,135,10,0.1);
    color: #fff;
}

.cantidad-pill.active[b-75gjg21amq] {
    background: rgba(200,135,10,0.22);
    border-color: rgba(200,135,10,0.75);
    color: #fff;
    box-shadow: 0 0 12px rgba(200,135,10,0.25);
}

.cantidad-total[b-75gjg21amq] {
    font-size: 13px;
    font-weight: 700;
    color: #F5B800;
    margin-top: 6px;
}

.modal-disclaimer[b-75gjg21amq] {
    font-size: 11px;
    color: rgba(255,255,255,0.2);
    text-align: center;
    line-height: 1.6;
}

/* TICKET RESULT */
.ticket-result[b-75gjg21amq] {
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    animation: slideup-b-75gjg21amq .4s cubic-bezier(.4,0,.2,1);
}

.ticket-inner[b-75gjg21amq] {
    background: linear-gradient(135deg, rgba(200,135,10,0.12), rgba(0,0,0,.4));
    border: 1px solid rgba(200,135,10,0.35);
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}

.tc-label[b-75gjg21amq] {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 6px;
}

.tc-num[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 80px;
    color: #F5B800;
    line-height: 1;
    text-shadow: 0 0 40px rgba(245,184,0,0.6);
}

.tc-nums-grid[b-75gjg21amq] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin: 8px 0 12px;
}

.tc-num-chip[b-75gjg21amq] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 26px;
    color: #F5B800;
    background: rgba(245,184,0,0.1);
    border: 1px solid rgba(245,184,0,0.35);
    border-radius: 10px;
    padding: 6px 14px;
    line-height: 1;
    letter-spacing: 2px;
    text-shadow: 0 0 20px rgba(245,184,0,0.4);
}

.tc-name[b-75gjg21amq] { font-size: 13px; color: rgba(255,255,255,0.5); margin-top: 4px; }

.tc-timer[b-75gjg21amq] {
    margin-top: 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    color: #F5B800;
    background: rgba(245,184,0,0.1);
    border: 1px solid rgba(245,184,0,0.25);
    border-radius: 100px;
    padding: 6px 16px;
}

.tc-timer.exp[b-75gjg21amq] {
    color: #f87171;
    background: rgba(248,113,113,0.08);
    border-color: rgba(248,113,113,0.25);
}

/* BANK INFO */
.bank-info[b-75gjg21amq] {
    background: rgba(200,135,10,0.06);
    border: 1px solid rgba(200,135,10,0.2);
    border-radius: 12px;
    padding: 16px;
}

.bi-label[b-75gjg21amq] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.5);
    margin-bottom: 8px;
}

.bi-row[b-75gjg21amq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.bi-key[b-75gjg21amq] { font-size: 12px; color: rgba(255,255,255,0.5); }
.bi-val[b-75gjg21amq] { font-size: 13px; font-weight: 700; color: #fff; }

.bi-monto-detail[b-75gjg21amq] {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
}

.bi-monto[b-75gjg21amq] {
    font-size: 22px;
    font-weight: 800;
    color: #F5B800;
    margin-top: 10px;
    text-align: center;
}

/* CARRUSEL CUENTAS */
.cuenta-carousel[b-75gjg21amq] {
    display: flex;
    align-items: center;
    gap: 6px;
    overflow: hidden;
}

.cuenta-slide[b-75gjg21amq] { flex: 1; min-width: 0; }

.cuenta-slide.from-right[b-75gjg21amq] { animation: slideFromRight-b-75gjg21amq 0.22s ease; }
.cuenta-slide.from-left[b-75gjg21amq]  { animation: slideFromLeft-b-75gjg21amq  0.22s ease; }

@keyframes slideFromRight-b-75gjg21amq {
    from { opacity: 0; transform: translateX(18px); }
    to   { opacity: 1; transform: translateX(0); }
}

@keyframes slideFromLeft-b-75gjg21amq {
    from { opacity: 0; transform: translateX(-18px); }
    to   { opacity: 1; transform: translateX(0); }
}

.cuenta-nav[b-75gjg21amq] {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.12);
    color: rgba(255,255,255,0.5);
    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-75gjg21amq] { background: rgba(255,255,255,0.14); color: #fff; }
.cuenta-nav:active[b-75gjg21amq] { transform: scale(0.93); }

.cuenta-dots[b-75gjg21amq] { display: flex; justify-content: center; gap: 7px; margin-top: 10px; }

.cuenta-dot[b-75gjg21amq] {
    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-75gjg21amq] { background: #F5B800; transform: scale(1.4); }

/* COPY TOAST */
.bi-row.copiable[b-75gjg21amq] {
    cursor: pointer;
    border-radius: 8px;
    transition: background .15s;
    padding: 4px 6px;
    margin: 0 -6px;
}

.bi-row.copiable:hover[b-75gjg21amq],
.bi-row.copiable:active[b-75gjg21amq] { background: rgba(255,255,255,0.06); }

.copy-hint[b-75gjg21amq] { font-size: 11px; opacity: 0.35; margin-left: 5px; pointer-events: none; }

.copy-toast-float[b-75gjg21amq] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: rgba(56,161,105,0.92);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    pointer-events: none;
    animation: toastIn-b-75gjg21amq .2s ease;
    transition: opacity .6s ease;
}

.copy-toast-float.fade-out[b-75gjg21amq] { opacity: 0; }

@keyframes toastIn-b-75gjg21amq {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* OPT-IN WHATSAPP */
.optin-row[b-75gjg21amq] { margin-top: 4px; margin-bottom: 0; }

.optin-label[b-75gjg21amq] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-size: 13.5px;
    color: rgba(255,255,255,0.75);
    line-height: 1.4;
}

.optin-check[b-75gjg21amq] {
    margin-top: 2px;
    width: 17px;
    height: 17px;
    flex-shrink: 0;
    accent-color: #25D366;
    cursor: pointer;
}

.wa-optin-btn[b-75gjg21amq] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    margin-top: 12px;
    padding: 14px;
    background: #25D366;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 12px;
    text-decoration: none;
    transition: background .2s;
}

.wa-optin-btn:hover[b-75gjg21amq] { background: #1ebe5d; }

.wa-optin-icon[b-75gjg21amq] { display: flex; align-items: center; }

.wa-optin-hint[b-75gjg21amq] {
    font-size: 12px;
    color: rgba(255,255,255,0.5);
    text-align: center;
    margin: 6px 0 0;
    line-height: 1.4;
}

/* ===== RESPONSIVE ===== */

/* Mobile small < 480px */
@media (max-width: 479px) {
    .nav-badges[b-75gjg21amq] { display: none; }

    .hero[b-75gjg21amq] { min-height: auto; max-height: none; padding-top: 54px; background: #030721; }
    .hero-inner[b-75gjg21amq] { grid-template-columns: 1fr; padding: 10px 16px 32px; gap: 8px; }
    .hero-image[b-75gjg21amq] { display: flex; align-items: center; justify-content: center; order: -1; mask-image: none; -webkit-mask-image: none; }
    .hero-image img[b-75gjg21amq] { max-height: 240px; object-fit: contain; }
    .hero-tag[b-75gjg21amq] { font-size: 10px; padding: 5px 10px; }
    .hero-h1[b-75gjg21amq] { font-size: 34px; line-height: 1.0; }
    .hero-location[b-75gjg21amq] { font-size: 12px; }
    .hero-ticket[b-75gjg21amq] { margin-top: -50px; margin-bottom: -44px; margin-left: 0; align-self: stretch; }
    .hero-ticket img[b-75gjg21amq] { width: 100%; max-height: none; height: auto; }
    .hero-cta[b-75gjg21amq] { align-self: stretch; justify-content: center; font-size: 14px; padding: 13px 16px; }
    .hero-sub[b-75gjg21amq] { font-size: 11px; }

    .countdown-section[b-75gjg21amq] { padding: 32px 0; }
    .countdown-inner[b-75gjg21amq] { grid-template-columns: 1fr; gap: 24px; }
    .countdown-boxes[b-75gjg21amq] { justify-content: center; gap: 6px; }
    .countdown-box[b-75gjg21amq] { min-width: 56px; padding: 8px 10px; }
    .countdown-num[b-75gjg21amq] { font-size: 30px; }
    .countdown-label[b-75gjg21amq] { font-size: 11px; text-align: center; margin-bottom: 14px; }

    .trust-grid[b-75gjg21amq] { grid-template-columns: 1fr 1fr; gap: 8px; }
    .trust-item[b-75gjg21amq] { padding: 8px 10px; gap: 6px; }
    .trust-icon[b-75gjg21amq] { width: 28px; height: 28px; font-size: 13px; }
    .trust-text[b-75gjg21amq] { font-size: 10px; }

    .premios[b-75gjg21amq] { padding: 32px 0; }
    .premios-grid[b-75gjg21amq] { grid-template-columns: 1fr; gap: 16px; }
    .premio-item img[b-75gjg21amq] { max-width: 180px; }
    .premio-monto[b-75gjg21amq] { font-size: 22px; }
    .section-title[b-75gjg21amq] { font-size: 24px; margin-bottom: 20px; }

    .stats-section[b-75gjg21amq] { padding: 36px 0; }
    .stats-grid[b-75gjg21amq] { flex-direction: column; align-items: center; gap: 20px; }
    .stat-divider[b-75gjg21amq] { display: none; }
    .stat-num[b-75gjg21amq] { font-size: 40px; }
    .stat-icon[b-75gjg21amq] { font-size: 24px; }

    .sponsors-section[b-75gjg21amq] { padding: 20px 0; }
    .sponsors-section .container[b-75gjg21amq] { padding: 0 8px; }
    .sponsors-logos[b-75gjg21amq] { grid-template-columns: repeat(3, 1fr); gap: 6px; }
    .sponsor-img[b-75gjg21amq] { height: clamp(80px, 24vw, 110px); }

    footer[b-75gjg21amq] { padding: 28px 16px; gap: 8px; }
    .footer-copy[b-75gjg21amq] { font-size: 11px; }
}

/* Mobile 480px - 767px */
@media (min-width: 480px) and (max-width: 767px) {
    .nav-badges[b-75gjg21amq] { display: none; }

    .hero[b-75gjg21amq] { min-height: auto; max-height: none; padding-top: 56px; background: #030721; }
    .hero-inner[b-75gjg21amq] { grid-template-columns: 1fr; padding: 14px 20px 36px; gap: 10px; }
    .hero-image[b-75gjg21amq] { display: flex; align-items: center; justify-content: center; order: -1; mask-image: none; -webkit-mask-image: none; }
    .hero-image img[b-75gjg21amq] { max-height: 300px; object-fit: contain; }
    .hero-tag[b-75gjg21amq] { font-size: 11px; padding: 6px 12px; }
    .hero-h1[b-75gjg21amq] { font-size: clamp(36px, 8vw, 50px); }
    .hero-location[b-75gjg21amq] { font-size: 13px; }
    .hero-ticket[b-75gjg21amq] { margin-top: -58px; margin-bottom: -50px; margin-left: 0; align-self: stretch; }
    .hero-ticket img[b-75gjg21amq] { width: 100%; max-height: none; height: auto; }
    .hero-cta[b-75gjg21amq] { align-self: stretch; justify-content: center; font-size: 16px; padding: 14px 20px; }
    .hero-sub[b-75gjg21amq] { font-size: 12px; }

    .countdown-section[b-75gjg21amq] { padding: 36px 0; }
    .countdown-inner[b-75gjg21amq] { grid-template-columns: 1fr; gap: 28px; }
    .countdown-boxes[b-75gjg21amq] { justify-content: center; gap: 8px; }
    .countdown-box[b-75gjg21amq] { min-width: 64px; padding: 10px 12px; }
    .countdown-num[b-75gjg21amq] { font-size: 36px; }
    .countdown-label[b-75gjg21amq] { font-size: 12px; text-align: center; }

    .trust-grid[b-75gjg21amq] { grid-template-columns: 1fr 1fr; gap: 10px; }
    .trust-item[b-75gjg21amq] { padding: 10px 12px; gap: 8px; }
    .trust-icon[b-75gjg21amq] { width: 32px; height: 32px; font-size: 15px; }
    .trust-text[b-75gjg21amq] { font-size: 11px; }

    .premios[b-75gjg21amq] { padding: 36px 0; }
    .premios-grid[b-75gjg21amq] { grid-template-columns: 1fr; gap: 20px; }
    .premio-item img[b-75gjg21amq] { max-width: 220px; }
    .premio-monto[b-75gjg21amq] { font-size: 24px; }

    .stats-section[b-75gjg21amq] { padding: 40px 0; }
    .stats-grid[b-75gjg21amq] { flex-direction: column; align-items: center; gap: 22px; }
    .stat-divider[b-75gjg21amq] { display: none; }
    .stat-num[b-75gjg21amq] { font-size: 44px; }

    .sponsors-section[b-75gjg21amq] { padding: 24px 0; }
    .sponsors-section .container[b-75gjg21amq] { padding: 0 10px; }
    .sponsors-logos[b-75gjg21amq] { grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .sponsor-img[b-75gjg21amq] { height: clamp(90px, 20vw, 120px); }

    footer[b-75gjg21amq] { padding: 32px 16px; gap: 8px; }
    .footer-copy[b-75gjg21amq] { font-size: 12px; }
}

/* Tablet 768px - 1023px */
@media (min-width: 768px) and (max-width: 1023px) {
    .hero-inner[b-75gjg21amq] { gap: clamp(20px, 3vw, 32px); padding: clamp(20px, 3vw, 32px) clamp(20px, 4vw, 40px); }
    .hero-h1[b-75gjg21amq] { font-size: clamp(34px, 5vw, 52px); }
    .hero-ticket[b-75gjg21amq] { margin-top: -36px; margin-bottom: -46px; margin-left: -28px; }
    .hero-ticket img[b-75gjg21amq] { max-height: clamp(140px, 15vw, 175px); }
    .countdown-inner[b-75gjg21amq] { grid-template-columns: 1fr; gap: 32px; }
    .countdown-boxes[b-75gjg21amq] { justify-content: center; }
    .countdown-label[b-75gjg21amq] { text-align: center; }
    .premios-grid[b-75gjg21amq] { grid-template-columns: repeat(3, 1fr); }
    .stats-grid[b-75gjg21amq] { gap: clamp(20px, 4vw, 48px); }
    .stat-num[b-75gjg21amq] { font-size: clamp(36px, 5vw, 56px); }
}

/* Desktop small 1024px - 1279px */
@media (min-width: 1024px) and (max-width: 1279px) {
    .hero-h1[b-75gjg21amq] { font-size: clamp(44px, 4.5vw, 62px); }
    .hero-ticket[b-75gjg21amq] { margin-top: -42px; margin-bottom: -52px; margin-left: -34px; }
    .hero-ticket img[b-75gjg21amq] { max-height: clamp(155px, 16vw, 200px); }
}

/* Desktop large >= 1536px (22", 24") */
@media (min-width: 1536px) {
    .hero[b-75gjg21amq] { min-height: 90vh; max-height: 1100px; }
    .hero-inner[b-75gjg21amq] { max-width: 1600px; grid-template-columns: 1fr 1.8fr; }
    .nav-inner[b-75gjg21amq] { max-width: 1600px; }
    .hero-h1[b-75gjg21amq] { font-size: clamp(72px, 5vw, 90px); }
}
/* _content/WebApp/Components/Pages/MisBoletos.razor.rz.scp.css */
.misboletos-wrap[b-dfh5k1ldic] {
    min-height: 100vh;
    padding: 40px 20px 60px;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* Header */
.misboletos-header[b-dfh5k1ldic] {
    text-align: center;
    padding-top: 20px;
}

.form-eyebrow[b-dfh5k1ldic] {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F5B800;
    margin-bottom: 8px;
}

.misboletos-title[b-dfh5k1ldic] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px, 8vw, 56px);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.misboletos-desc[b-dfh5k1ldic] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Form card */
.form-card[b-dfh5k1ldic] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

/* Botón wrapper — estado desactivado más visible */
.btn-wrap[b-dfh5k1ldic]  .mud-button-root:disabled {
    opacity: 0.55 !important;
    background: #F5B800 !important;
    color: #060a14 !important;
}

.btn-wrap.disabled[b-dfh5k1ldic]  .mud-button-root {
    cursor: not-allowed;
}

/* Enlace volver al inicio */
.link-home[b-dfh5k1ldic] {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 13px;
    color: rgba(255,255,255,0.4);
    text-decoration: none;
    transition: color .15s;
}

    .link-home:hover[b-dfh5k1ldic] {
        color: #F5B800;
    }

/* Estado cards */
.estado-card[b-dfh5k1ldic] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

    .estado-card.error[b-dfh5k1ldic] {
        border-color: rgba(220,38,38,0.25);
    }

.estado-icon[b-dfh5k1ldic] {
    font-size: 52px;
    margin-bottom: 16px;
}

.estado-title[b-dfh5k1ldic] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
}

.estado-desc[b-dfh5k1ldic] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Results */
.resultados-section[b-dfh5k1ldic] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.resultados-greeting[b-dfh5k1ldic] {
    font-size: 15px;
    color: rgba(255,255,255,0.6);
}

    .resultados-greeting strong[b-dfh5k1ldic] {
        color: #fff;
    }

.resultados-count[b-dfh5k1ldic] {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
    margin-bottom: 4px;
}

/* Boleto result card */
.boleto-result-card[b-dfh5k1ldic] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.3);
    transition: box-shadow .2s, border-color .2s;
}

    .boleto-result-card:hover[b-dfh5k1ldic] {
        border-color: rgba(245,184,0,0.3);
        box-shadow: 0 4px 20px rgba(245,184,0,0.1);
    }

.brc-numero-wrap[b-dfh5k1ldic] {
    text-align: center;
    min-width: 80px;
}

.brc-label[b-dfh5k1ldic] {
    font-size: 9px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.35);
}

.brc-numero[b-dfh5k1ldic] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 44px;
    color: #F5B800;
    line-height: 1;
    text-shadow: 0 0 16px rgba(245,184,0,0.35);
}

.brc-info[b-dfh5k1ldic] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.brc-fecha[b-dfh5k1ldic] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}

/* Estado badges */
.estado-badge[b-dfh5k1ldic] {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 100px;
}

.badge-green[b-dfh5k1ldic] {
    background: rgba(56,161,105,0.12);
    color: #4ade80;
    border: 1px solid rgba(56,161,105,0.3);
}

.badge-yellow[b-dfh5k1ldic] {
    background: rgba(245,184,0,0.12);
    color: #F5B800;
    border: 1px solid rgba(245,184,0,0.3);
}

.badge-orange[b-dfh5k1ldic] {
    background: rgba(234,88,12,0.12);
    color: #fb923c;
    border: 1px solid rgba(234,88,12,0.3);
}

.badge-gray[b-dfh5k1ldic] {
    background: rgba(107,114,128,0.1);
    color: #9ca3af;
    border: 1px solid rgba(107,114,128,0.2);
}

/* Responsive */
@media (max-width: 768px) {
    .misboletos-wrap[b-dfh5k1ldic] {
        padding: 24px 16px 60px;
        max-width: 100%;
    }

    .form-card[b-dfh5k1ldic] {
        padding: 20px 18px;
    }
}

@media (max-width: 480px) {
    .misboletos-wrap[b-dfh5k1ldic] {
        padding: 16px 14px 60px;
        gap: 18px;
    }

    .misboletos-title[b-dfh5k1ldic] {
        font-size: clamp(32px, 10vw, 48px);
    }

    .boleto-result-card[b-dfh5k1ldic] {
        padding: 14px 16px;
        gap: 14px;
    }

    .brc-numero[b-dfh5k1ldic] {
        font-size: 36px;
    }

    .brc-numero-wrap[b-dfh5k1ldic] {
        min-width: 64px;
    }

    .estado-title[b-dfh5k1ldic] {
        font-size: 32px;
    }

    .estado-icon[b-dfh5k1ldic] {
        font-size: 42px;
    }
}
/* _content/WebApp/Components/Pages/SubirComprobante.razor.rz.scp.css */
.comprobante-wrap[b-wgywmagt1g] {
    min-height: 100vh;
    padding: 40px 20px 60px;
    max-width: 480px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.loading-state[b-wgywmagt1g] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
}

/* Estados */
.estado-card[b-wgywmagt1g] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 40px 24px;
    text-align: center;
    margin-top: 40px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

    .estado-card.error[b-wgywmagt1g] {
        border: 1px solid rgba(220,38,38,0.25);
    }

    .estado-card.success[b-wgywmagt1g] {
        border: 1px solid rgba(245,184,0,0.25);
    }

.estado-icon[b-wgywmagt1g] {
    font-size: 52px;
    margin-bottom: 16px;
}

.estado-title[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 40px;
    color: #fff;
    margin-bottom: 8px;
}

.estado-desc[b-wgywmagt1g] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Header */
.comprobante-header[b-wgywmagt1g] {
    text-align: center;
    padding-top: 20px;
}

.form-eyebrow[b-wgywmagt1g] {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F5B800;
    margin-bottom: 8px;
}

.comprobante-title[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: clamp(36px,8vw,56px);
    color: #fff;
    line-height: 1;
    margin-bottom: 10px;
}

.comprobante-desc[b-wgywmagt1g] {
    font-size: 14px;
    color: rgba(255,255,255,0.5);
    line-height: 1.6;
}

/* Resumen boleto */
.boleto-resumen[b-wgywmagt1g] {
    background: linear-gradient(135deg, rgba(245,184,0,0.1), rgba(201,152,10,0.05));
    border: 1px solid rgba(245,184,0,0.25);
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.3);
}

.br-numero-wrap[b-wgywmagt1g] {
    text-align: center;
    min-width: 90px;
}

.br-label[b-wgywmagt1g] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.br-numero[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 52px;
    color: #F5B800;
    line-height: 1;
    text-shadow: 0 0 20px rgba(245,184,0,0.4);
}

.br-info[b-wgywmagt1g] {
    flex: 1;
}

.br-nombre[b-wgywmagt1g] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.br-cedula[b-wgywmagt1g] {
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    margin-top: 2px;
}

.br-timer[b-wgywmagt1g] {
    display: inline-block;
    margin-top: 8px;
    font-size: 12px;
    color: #F5B800;
    background: rgba(245,184,0,0.1);
    border-radius: 100px;
    padding: 4px 12px;
    border: 1px solid rgba(245,184,0,0.2);
}

    .br-timer.expirando[b-wgywmagt1g] {
        color: #f87171;
        background: rgba(248,113,113,0.08);
        border-color: rgba(248,113,113,0.25);
    }

/* Form card */
.form-card[b-wgywmagt1g] {
    background: #0a0e1a;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    padding: 28px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}

/* Pago info */
.pago-info[b-wgywmagt1g] {
    background: rgba(245,184,0,0.07);
    border: 1px solid rgba(245,184,0,0.2);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 20px;
}

.pago-info-label[b-wgywmagt1g] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
    margin-bottom: 6px;
}

.pago-info-banco[b-wgywmagt1g] {
    font-size: 15px;
    color: #F5B800;
    font-weight: 700;
}

.pago-info-nombre[b-wgywmagt1g] {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 2px;
}

.copiable[b-wgywmagt1g] {
    cursor: pointer;
    border-radius: 6px;
    padding: 3px 6px;
    margin: 0 -6px;
    transition: background .15s;
}

    .copiable:hover[b-wgywmagt1g], .copiable:active[b-wgywmagt1g] {
        background: rgba(245,184,0,0.08);
    }

.copy-hint[b-wgywmagt1g] {
    font-size: 11px;
    opacity: 0.35;
    margin-left: 4px;
}

.copy-toast-float[b-wgywmagt1g] {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    background: rgba(56,161,105,0.92);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 10px 18px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.4);
    pointer-events: none;
    animation: toastIn-b-wgywmagt1g .2s ease;
    transition: opacity .6s ease;
}

.copy-toast-float.fade-out[b-wgywmagt1g] {
    opacity: 0;
}

@keyframes toastIn-b-wgywmagt1g {
    from { opacity: 0; transform: translateY(-8px); }
    to   { opacity: 1; transform: translateY(0); }
}

.pago-info-monto[b-wgywmagt1g] {
    font-size: 22px;
    font-weight: 700;
    color: #F5B800;
    margin-top: 6px;
}

/* Botón enviar comprobante — estado disabled visible */
.btn-enviar.mud-button-disable[b-wgywmagt1g],
.btn-enviar:disabled[b-wgywmagt1g] {
    background: rgba(245,184,0,0.25) !important;
    opacity: 1 !important;
    cursor: not-allowed !important;
    box-shadow: none !important;
}

/* Upload */
.upload-area[b-wgywmagt1g] {
    border: 2px dashed rgba(245,184,0,0.25);
    border-radius: 14px;
    padding: 36px 20px;
    text-align: center;
    cursor: pointer;
    transition: border-color .2s, background .2s;
    background: rgba(245,184,0,0.02);
}

    .upload-area:hover[b-wgywmagt1g] {
        border-color: rgba(245,184,0,0.5);
        background: rgba(245,184,0,0.04);
    }

    .upload-area.tiene-archivo[b-wgywmagt1g] {
        border-color: rgba(56,161,105,0.5);
        background: rgba(56,161,105,0.04);
    }

.upload-icon[b-wgywmagt1g] {
    font-size: 36px;
    margin-bottom: 10px;
}

.upload-text[b-wgywmagt1g] {
    font-size: 15px;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    margin-bottom: 6px;
}

.upload-hint[b-wgywmagt1g] {
    font-size: 12px;
    color: rgba(255,255,255,0.35);
}

/* Boleto mini (estado final) */
.boleto-mini[b-wgywmagt1g] {
    margin-top: 20px;
    background: rgba(245,184,0,0.07);
    border: 1px solid rgba(245,184,0,0.2);
    border-radius: 12px;
    padding: 16px;
}

.boleto-mini-label[b-wgywmagt1g] {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255,255,255,0.4);
}

.boleto-mini-num[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 56px;
    color: #F5B800;
    line-height: 1;
}

.boleto-mini-name[b-wgywmagt1g] {
    font-size: 13px;
    color: rgba(255,255,255,0.5);
    margin-top: 4px;
}

/* Grilla de números en estado final */
.boletos-mini-grid[b-wgywmagt1g] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin: 8px 0;
}

.boleto-mini-chip[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 22px;
    color: #F5B800;
    background: rgba(245,184,0,0.08);
    border: 1px solid rgba(245,184,0,0.25);
    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-wgywmagt1g] {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    margin-top: 4px;
}

.br-num-chip[b-wgywmagt1g] {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
    color: #F5B800;
    background: rgba(245,184,0,0.08);
    border: 1px solid rgba(245,184,0,0.25);
    border-radius: 6px;
    padding: 3px 10px;
    line-height: 1;
    letter-spacing: 1px;
}

/* Detalle de monto (N × RD$) */
.pago-info-detalle[b-wgywmagt1g] {
    font-size: 12px;
    color: rgba(255,255,255,0.4);
    margin-top: 8px;
    margin-bottom: 2px;
}

/* ═══ RESPONSIVE ═══ */

@media (max-width: 768px) {
    .comprobante-wrap[b-wgywmagt1g] {
        padding: 24px 16px 60px;
        max-width: 100%;
    }

    .form-card[b-wgywmagt1g] {
        padding: 20px 18px;
    }

    .boleto-resumen[b-wgywmagt1g] {
        gap: 14px;
        padding: 16px 18px;
    }

    .br-numero[b-wgywmagt1g] {
        font-size: 44px;
    }

    .br-numero-wrap[b-wgywmagt1g] {
        min-width: 70px;
    }
}

@media (max-width: 480px) {
    .comprobante-wrap[b-wgywmagt1g] {
        padding: 16px 14px 60px;
        gap: 18px;
    }

    .comprobante-title[b-wgywmagt1g] {
        font-size: clamp(32px, 10vw, 48px);
    }

    .boleto-resumen[b-wgywmagt1g] {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 10px;
    }

    .br-info[b-wgywmagt1g] {
        text-align: center;
    }

    .form-card[b-wgywmagt1g] {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .upload-area[b-wgywmagt1g] {
        padding: 24px 16px;
    }

    .pago-info-monto[b-wgywmagt1g] {
        font-size: 18px;
    }

    .estado-title[b-wgywmagt1g] {
        font-size: 32px;
    }

    .estado-icon[b-wgywmagt1g] {
        font-size: 42px;
    }
}

@media (max-width: 380px) {
    .comprobante-title[b-wgywmagt1g] {
        font-size: 30px;
    }

    .br-numero[b-wgywmagt1g] {
        font-size: 36px;
    }

    .comprobante-wrap[b-wgywmagt1g] {
        padding: 14px 12px 60px;
    }
}
