/* Tema Elegante - Lujo, sofisticación, dorado y negro */
.rev-live-container {
    background: linear-gradient(135deg, #000000, #1a1a1a);
    color: #ffffff;
    border: 1px solid #333;
    box-shadow: 0 8px 32px rgba(0,0,0,0.6);
    border-radius: 18px;
    position: relative;
}

.rev-live-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #f9e076, #d4af37);
    border-radius: 18px 18px 0 0;
}

.rev-program-title {
    color: #ffffff !important;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
}

.rev-program-host {
    color: #d4af37 !important;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
}

.rev-program-time {
    color: #f9e076 !important;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.rev-live-badge {
    background: #d4af37 !important;
    color: #000000;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.4);
    animation: none;
    border-radius: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-family: 'Montserrat', sans-serif;
    padding: 6px 16px;
}

.rev-next-label,
.rev-next-title {
    color: #cccccc !important;
    font-family: 'Cormorant Garamond', serif;
}

.rev-next-programs {
    background: rgba(30, 30, 30, 0.5);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.3);
    border-radius: 12px;
}

/* Página de programación completa */
.rev-full-schedule {
    background: #0a0a0a;
    color: #ffffff;
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #333;
}

.rev-day-title {
    color: #d4af37;
    border-bottom: 2px solid #f9e076;
    font-weight: 700;
    font-family: 'Playfair Display', Georgia, serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.rev-program-card {
    background: #121212;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
    border: 1px solid #333;
    transition: all 0.3s ease;
    padding: 25px;
}

.rev-program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(212, 175, 55, 0.2);
    border-color: #d4af37;
}

.rev-card-content h3 {
    color: #ffffff;
    font-weight: 600;
    font-family: 'Playfair Display', Georgia, serif;
}

.rev-conductor {
    color: #d4af37;
    font-family: 'Cormorant Garamond', serif;
}

.rev-time {
    color: #f9e076;
    font-weight: 600;
    font-family: 'Cormorant Garamond', serif;
}

.rev-description {
    color: #aaaaaa;
    font-family: 'Cormorant Garamond', serif;
}