 /* Estilos generales que ya tenías */
        body {
            font-family: 'Poppins', sans-serif;
            margin: 0;
            background-color: #f0f2f5;
            color: #333;
        }

        .background-blur {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: url('img/cover.png') no-repeat center center/cover;
            filter: blur(20px);
            z-index: -1;
        }

        .app-container {
            display: flex;
            flex-wrap: wrap;
            max-width: 1200px;
            margin: auto;
            padding: 20px;
            gap: 20px;
        }

        .primary-column, .secondary-column {
            background: rgba(255, 255, 255, 0.85);
            backdrop-filter: blur(10px);
            border-radius: 20px;
            padding: 20px;
            box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
        }

        .primary-column {
            flex: 1 1 400px;
        }

        .secondary-column {
            flex: 1 1 300px;
        }

        h3 {
            border-bottom: 2px solid #007bff;
            padding-bottom: 10px;
            margin-top: 0;
            color: #0056b3;
        }
        
        /* --- NUEVOS ESTILOS PARA LA PROGRAMACIÓN --- */
        .schedule-container ul {
            list-style: none;
            padding: 0;
        }

        .schedule-container li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #ffffff;
            padding: 15px;
            margin-bottom: 10px;
            border-radius: 12px;
            border: 1px solid #e0e0e0;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .schedule-container li:hover {
            transform: translateY(-5px) scale(1.02);
            box-shadow: 0 8px 15px rgba(0, 91, 179, 0.15);
        }
        
        .live-indicator {
            background-color: #ff3b30; /* Rojo vibrante */
            color: white;
            padding: 5px 12px;
            border-radius: 20px;
            font-size: 0.8em;
            font-weight: 700;
            text-transform: uppercase;
            animation: pulse 1.5s infinite;
        }

        @keyframes pulse {
            0% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(255, 59, 48, 0.7);
            }
            70% {
                transform: scale(1);
                box-shadow: 0 0 0 10px rgba(255, 59, 48, 0);
            }
            100% {
                transform: scale(1);
                box-shadow: 0 0 0 0 rgba(255, 59, 48, 0);
            }
        }
        /* --- FIN DE NUEVOS ESTILOS --- */


        /* Otros estilos que ya tenías */
        .radio-player, .social-container, .share-container, .install-container, .schedule-container, .youtube-container {
            margin-bottom: 20px;
        }

        .cover-art-container img {
            width: 100%;
            border-radius: 15px;
        }
        
        .track-info { text-align: center; }
        .controls { display: flex; justify-content: center; align-items: center; gap: 20px; }
        #play-pause-btn { background: #007bff; color: white; border: none; width: 60px; height: 60px; border-radius: 50%; font-size: 24px; cursor: pointer; }
        .volume-control { display: flex; align-items: center; gap: 10px; }
        .social-icons { text-align: center; }
        .social-icons a { margin: 0 10px; font-size: 24px; color: #007bff; }
        #share-btn, #install-btn { width: 100%; padding: 15px; border-radius: 10px; border: none; background: #28a745; color: white; font-size: 16px; cursor: pointer; }
        .video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; }
        .video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
}
.schedule-days {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.day-btn {
    background-color: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.day-btn:hover {
    background-color: #34495e;
    transform: translateY(-2px);
}

.day-btn.active {
    background-color: #e74c3c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#schedule-list li {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

#schedule-list li:last-child {
    border-bottom: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
        }
        
  .schedule-days {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-bottom: 20px;
}

.day-btn {
    background-color: #2c3e50;
    color: #fff;
    border: none;
    border-radius: 20px;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s, transform 0.2s;
}

.day-btn:hover {
    background-color: #34495e;
    transform: translateY(-2px);
}

.day-btn.active {
    background-color: #e74c3c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

#schedule-list li {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease-in-out;
}

#schedule-list li:last-child {
    border-bottom: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Efecto al presionar (active) */
.social-icons a:active i {
    transform: scale(0.95); /* Reduce el icono ligeramente para dar un efecto de "presión" */
}
/* Color para Facebook */
.social-icons a[href*="facebook.com"] i {
    color: #1877f2;
}

/* Color para YouTube */
.social-icons a[href*="youtube.com"] i {
    color: #ff0000;
}

/* Color para Instagram */
.social-icons a[href*="instagram.com"] i {
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Color para WhatsApp */
.social-icons a[href*="whatsapp.com"] i {
    color: #25d366;
}

/* Color para Telegram */
.social-icons a[href*="telegram.org"] i {
    color: #1a73e8;
}
/* Estilos generales y tipografía */
body {
    background-color: #f0f2f5; /* Un fondo más suave */
    font-family: 'Rubik', sans-serif; /* Fuente más moderna */
    color: #333; /* Color de texto más oscuro para mejor contraste */
}

/* Contenedores principales (Cards) */
.radio-player,
.social-container,
.share-container,
.install-container,
.schedule-container,
.youtube-container {
    background-color: #ffffff; /* Fondo blanco */
    border-radius: 12px; /* Esquinas más redondeadas */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05); /* Sombra sutil para un efecto 3D */
    padding: 24px;
    margin-bottom: 20px;
    border: none;
}

/* Títulos de las secciones */
h3 {
    font-family: 'Poppins', sans-serif; /* Fuente en negrita para los títulos */
    font-weight: 700;
    font-size: 1.25rem;
    color: #1a73e8; /* Un azul vibrante */
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

h3 i {
    color: #1a73e8;
    margin-right: 10px;
}

/* Reproductor de radio */
.radio-player {
    text-align: center;
    padding: 30px;
}

.cover-art-container {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px;
    border-radius: 50%; /* Lo hace circular */
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#song-title {
    font-weight: 600;
    margin-bottom: 5px;
}

#artist-name {
    color: #888;
    font-weight: 400;
}

/* Botones y controles */
.play-btn, #share-btn, #install-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1a73e8;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 24px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.play-btn:hover, #share-btn:hover, #install-btn:hover {
    background-color: #0e60d3;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

#share-btn, #install-btn {
    width: 100%;
    height: auto;
    border-radius: 8px;
    padding: 12px;
    font-size: 16px;
}

/* Botones de días */
.day-btn {
    background-color: #f0f2f5;
    color: #555;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.day-btn.active, .day-btn:hover {
    background-color: #1a73e8;
    color: #fff;
    border-color: #1a73e8;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Lista de programación */
#schedule-list li {
    background-color: #f9f9f9;
    border-left: 4px solid #1a73e8;
    padding: 12px;
    margin-bottom: 8px;
    border-radius: 6px;
    font-size: 15px;
}

/* Pie de página */
.site-footer {
    background-color: #1a73e8;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 14px;
}