/* ==========================================================================
   ESTILOS DE FONDOS PREMIUM & GLASSMORPHISM - BINGO & BOLITA
   ========================================================================== */

.bg-hero-fondos1 {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.92)), 
                url('/images/fondosnew/WhatsApp Image 2026-07-31 at 6.53.20 AM.jpeg') center/cover no-repeat !important;
    backdrop-filter: blur(10px);
}

.bg-card-bolita {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.22), rgba(15, 23, 42, 0.92)), 
                url('/images/fondosnew/WhatsApp Image 2026-07-31 at 6.53.20 AM (1).jpeg') center/cover no-repeat !important;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35) !important;
}

.bg-card-wallet {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.25), rgba(15, 23, 42, 0.92)), 
                url('/images/fondosnew/WhatsApp Image 2026-07-31 at 6.53.20 AM (2).jpeg') center/cover no-repeat !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}

.bg-auth-fondos {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.88), rgba(30, 41, 59, 0.95)), 
                url('/images/fondosnew/WhatsApp Image 2026-07-31 at 6.53.20 AM (3).jpeg') center/cover no-repeat !important;
    min-height: 100vh;
}

.glass-card {
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(16px) saturate(180%);
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 16px !important;
    color: #ffffff !important;
}

.glass-card-dark {
    background: rgba(15, 23, 42, 0.82) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 16px !important;
}

/* HIGH CONTRAST BUTTON TYPOGRAPHY & LEGIBILITY FIXES */
.btn {
    font-weight: 700 !important;
    letter-spacing: 0.4px !important;
}

.btn-warning, .btn-gold, .badge-warning {
    color: #0f172a !important;
    font-weight: 800 !important;
}

.btn-primary, .btn-danger, .btn-success, .btn-info {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.btn-outline-warning {
    color: #fbbf24 !important;
    border-color: #fbbf24 !important;
    font-weight: 700 !important;
}

.btn-outline-warning:hover {
    background-color: #fbbf24 !important;
    color: #0f172a !important;
}

.btn-outline-light {
    color: #ffffff !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
    font-weight: 700 !important;
}

.btn-outline-light:hover {
    background-color: #ffffff !important;
    color: #0f172a !important;
}

.glow-btn-success {
    box-shadow: 0 0 15px rgba(16, 185, 129, 0.5);
    transition: all 0.3s ease;
}

.glow-btn-success:hover {
    box-shadow: 0 0 25px rgba(16, 185, 129, 0.8);
    transform: translateY(-2px);
}

.glow-btn-primary {
    box-shadow: 0 0 15px rgba(99, 102, 241, 0.5);
    transition: all 0.3s ease;
}

.glow-btn-primary:hover {
    box-shadow: 0 0 25px rgba(99, 102, 241, 0.8);
    transform: translateY(-2px);
}
