/* Tema: Futurista (Neon Future) — Estilo cyberpunk con neón */
/* Ideal para: radios electrónicas, música urbana, contenido joven y moderno */

:root {
    --rev-neon-primary: #00D4FF;
    --rev-neon-secondary: #FF00E5;
    --rev-neon-accent: #7B00FF;
    --rev-neon-bg: #0A0A0F;
    --rev-neon-card: #14141E;
    --rev-neon-text: #F0F0FF;
    --rev-neon-muted: #8888AA;
    --rev-neon-border: #2A2A3E;
    --rev-neon-glow-primary: rgba(0, 212, 255, 0.4);
    --rev-neon-glow-secondary: rgba(255, 0, 229, 0.3);
}

/* PROGRAMA EN VIVO */
.rev-live-container.neon-future {
    background: linear-gradient(145deg, var(--rev-neon-bg) 0%, #0F0F1A 100%);
    border: 1px solid var(--rev-neon-border);
    border-radius: 16px;
    box-shadow: 0 0 40px var(--rev-neon-glow-primary), 0 8px 35px rgba(0, 0, 0, 0.8);
    position: relative;
    overflow: hidden;
}

.rev-live-container.neon-future::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 30% 40%, rgba(0, 212, 255, 0.03) 0%, transparent 70%);
    pointer-events: none;
}

.rev-live-container.neon-future .rev-program-title {
    color: var(--rev-neon-text) !important;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    text-shadow: 0 0 20px var(--rev-neon-glow-primary);
}

.rev-live-container.neon-future .rev-program-host {
    color: var(--rev-neon-secondary) !important;
    font-weight: 500;
    text-shadow: 0 0 15px var(--rev-neon-glow-secondary);
}

.rev-live-container.neon-future .rev-program-time {
    color: var(--rev-neon-primary) !important;
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.rev-live-container.neon-future .rev-live-badge {
    background: linear-gradient(135deg, #FF00E5, #7B00FF) !important;
    box-shadow: 0 0 30px rgba(255, 0, 229, 0.5), inset 0 0 20px rgba(255, 255, 255, 0.1);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none !important;
}

.rev-live-container.neon-future .rev-program-image {
    border-radius: 16px;
    border: 2px solid var(--rev-neon-primary);
    box-shadow: 0 0 30px var(--rev-neon-glow-primary);
}

.rev-live-container.neon-future .rev-mini-image {
    border-radius: 12px;
    border: 2px solid var(--rev-neon-secondary);
}

/* ============================================================
   CORRECCIÓN: PRÓXIMOS Y ANTERIORES PROGRAMAS
   ============================================================ */

/* Etiqueta "A CONTINUACIÓN:" y "ANTERIOR:" - Mismo estilo que el badge */
.rev-live-container.neon-future .rev-next-label {
    color: var(--rev-neon-primary) !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    text-transform: uppercase !important;
    font-size: 0.75em !important;
    text-shadow: 0 0 20px var(--rev-neon-glow-primary) !important;
    display: block;
    margin-bottom: 4px;
}

/* Título del programa (nombre) - Mismo estilo que el título principal */
.rev-live-container.neon-future .rev-next-title {
    color: var(--rev-neon-text) !important;
    font-weight: 700 !important;
    font-family: 'Montserrat', 'Helvetica Neue', sans-serif !important;
    text-shadow: 0 0 20px var(--rev-neon-glow-primary) !important;
    font-size: 1em !important;
    display: block;
}

/* Hora del programa - Mismo estilo que la hora principal */
.rev-live-container.neon-future .rev-next-time {
    color: var(--rev-neon-primary) !important;
    font-family: 'Courier New', monospace !important;
    font-weight: 600 !important;
    display: block;
    margin-top: 2px;
    text-shadow: 0 0 15px var(--rev-neon-glow-primary) !important;
}

/* Contenedor de la información del próximo programa */
.rev-live-container.neon-future .rev-next-item > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* Hover effect para los items de próximo/anterior */
.rev-live-container.neon-future .rev-next-item:hover .rev-next-title {
    color: var(--rev-neon-secondary) !important;
    text-shadow: 0 0 25px var(--rev-neon-glow-secondary) !important;
    transition: all 0.3s ease;
}

.rev-live-container.neon-future .rev-next-item:hover .rev-next-label {
    color: var(--rev-neon-secondary) !important;
    text-shadow: 0 0 25px var(--rev-neon-glow-secondary) !important;
    transition: all 0.3s ease;
}

.rev-live-container.neon-future .rev-next-item:hover .rev-next-time {
    color: #FF00E5 !important;
    text-shadow: 0 0 25px rgba(255, 0, 229, 0.5) !important;
    transition: all 0.3s ease;
}

/* ============================================================
   FIN DE CORRECCIÓN
   ============================================================ */

/* PROGRAMACIÓN COMPLETA */
.rev-full-schedule-tabs.neon-future {
    background: var(--rev-neon-bg);
    border-radius: 16px;
    border: 1px solid var(--rev-neon-border);
}

.rev-full-schedule-tabs.neon-future .rev-day-tab {
    background: transparent;
    color: var(--rev-neon-muted);
    border-radius: 8px 8px 0 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border-bottom: 2px solid transparent;
}

.rev-full-schedule-tabs.neon-future .rev-day-tab:hover {
    color: var(--rev-neon-text);
    background: rgba(0, 212, 255, 0.05);
}

.rev-full-schedule-tabs.neon-future .rev-day-tab.active {
    color: var(--rev-neon-primary) !important;
    border-bottom: 2px solid var(--rev-neon-primary);
    background: transparent !important;
    box-shadow: 0 4px 20px rgba(0, 212, 255, 0.1);
}

.rev-full-schedule-tabs.neon-future .rev-day-title {
    color: var(--rev-neon-text) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-bottom: 2px solid var(--rev-neon-primary);
    text-shadow: 0 0 20px var(--rev-neon-glow-primary);
}

.rev-full-schedule-tabs.neon-future .rev-program-card {
    background: var(--rev-neon-card);
    border: 1px solid var(--rev-neon-border);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}

.rev-full-schedule-tabs.neon-future .rev-program-card:hover {
    transform: translateY(-5px) scale(1.01);
    border-color: var(--rev-neon-primary);
    box-shadow: 0 8px 30px var(--rev-neon-glow-primary);
}

.rev-full-schedule-tabs.neon-future .rev-program-card h3 {
    color: var(--rev-neon-text) !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.rev-full-schedule-tabs.neon-future .rev-program-card .rev-conductor {
    color: var(--rev-neon-secondary) !important;
}

.rev-full-schedule-tabs.neon-future .rev-program-card .rev-time {
    color: var(--rev-neon-primary) !important;
    font-family: 'Courier New', monospace;
}

.rev-full-schedule-tabs.neon-future .rev-program-card .rev-description {
    color: var(--rev-neon-muted) !important;
}

.rev-full-schedule-tabs.neon-future .rev-hoy-badge {
    background: linear-gradient(135deg, #FF00E5, #7B00FF) !important;
    box-shadow: 0 0 15px rgba(255, 0, 229, 0.4);
}

.rev-full-schedule-tabs.neon-future .rev-program-current {
    border: 2px solid var(--rev-neon-primary) !important;
    box-shadow: 0 0 40px var(--rev-neon-glow-primary) !important;
}

/* Responsive para móviles */
@media (max-width: 767px) {
    .rev-live-container.neon-future .rev-next-label {
        font-size: 0.7em !important;
    }
    
    .rev-live-container.neon-future .rev-next-title {
        font-size: 0.9em !important;
    }
    
    .rev-live-container.neon-future .rev-next-time {
        font-size: 0.8em !important;
    }
}