/* emisoras-el-fuerte-player.css */
.ef-radio-player-container {
--primary: #0a0a0a;
--secondary: #1a1a1a;
--accent: #00e676;
--accent2: #ffd600;
--accent3: #2979ff;
--accent-hover: #69f0ae;
--text-light: #ffffff;
--text-dark: #b0bec5;
--card-bg: rgba(10, 20, 10, 0.92);
--card-hover: rgba(15, 30, 15, 0.95);
--border-radius: 16px;
--shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
--transition: all 0.3s ease;
--font-main: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
--active-green: #00e676;
--inactive-red: #c0392b;
--active-blue: #2979ff;
--container-bg: rgba(0, 15, 0, 0.6);
--container-border: rgba(0, 230, 118, 0.2);
--container-border-hover: rgba(0, 230, 118, 0.5);
}
.ef-radio-player-container * {
box-sizing: border-box;
font-family: var(--font-main);
}
.ef-radio-player-container {
color: var(--text-dark);
background: radial-gradient(ellipse at top, #1a2a1a, #0a0a0a 70%);
position: relative;
overflow-x: hidden;
padding: 10px;
padding-bottom: 120px;
min-height: 100vh;
}
/* Animaci¨®n de fondo sutil */
.ef-radio-player-container::before {
content: "";
position: fixed;
top: -50%;
left: -50%;
width: 200vw;
height: 200vh;
pointer-events: none;
z-index: 0;
background: radial-gradient(ellipse at 30% 40%, rgba(0, 230, 118, 0.05), transparent 60%);
animation: ef-hazdeluz 12s ease-in-out infinite alternate;
}
@keyframes ef-hazdeluz {
0% { transform: translate(0, 0) scale(1); opacity: 0.5; }
100% { transform: translate(10%, 10%) scale(1.2); opacity: 1; }
}
.ef-radio-player-container .container,
.ef-radio-player-container > *:not(.ef-player) {
max-width: 1080px;
margin: 0 auto;
position: relative;
z-index: 1;
}
/* ============================================================
”9æ7 CONTENEDORES DE SECCIONES - ESTILOS UNIFICADOS
============================================================ */
/* Base para todos los contenedores de secci¨®n */
.ef-news-section,
.ef-carousel-section,
.ef-schedule-section,
.ef-footer-shortcode-section {
margin: 20px auto 30px;
padding: 20px 25px;
background: var(--container-bg);
border-radius: var(--border-radius);
backdrop-filter: blur(10px);
border-left: 4px solid var(--accent);
border: 1px solid var(--container-border);
border-left-width: 4px;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
transition: all 0.3s ease;
position: relative;
}
.ef-news-section:hover,
.ef-carousel-section:hover,
.ef-schedule-section:hover,
.ef-footer-shortcode-section:hover {
border-color: var(--container-border-hover);
border-left-color: var(--accent-hover);
box-shadow: 0 4px 30px rgba(0, 230, 118, 0.08);
background: rgba(0, 20, 0, 0.7);
}
.ef-news-section::before,
.ef-carousel-section::before,
.ef-schedule-section::before,
.ef-footer-shortcode-section::before {
content: '';
position: absolute;
top: -1px;
left: -1px;
right: -1px;
height: 3px;
background: linear-gradient(90deg, var(--accent), var(--accent2), var(--accent3), var(--accent));
background-size: 300% 100%;
border-radius: var(--border-radius) var(--border-radius) 0 0;
opacity: 0.3;
animation: ef-border-glow 4s ease-in-out infinite;
}
@keyframes ef-border-glow {
0% { background-position: 0% 50%; opacity: 0.3; }
50% { background-position: 100% 50%; opacity: 0.6; }
100% { background-position: 0% 50%; opacity: 0.3; }
}
/* ============================================================
”9æ7 SECCI�0ˆ7N DE NOTICIAS
============================================================ */
.ef-news-section {
border-left-color: #ffd600;
}
.ef-news-section::before {
background: linear-gradient(90deg, #ffd600, #ff6b00, #ffd600);
background-size: 300% 100%;
}
/* ============================================================
”9æ7 SECCI�0ˆ7N DE CARRUSEL
============================================================ */
.ef-carousel-section {
border-left-color: #2979ff;
}
.ef-carousel-section::before {
background: linear-gradient(90deg, #2979ff, #00e676, #2979ff);
background-size: 300% 100%;
}
/* ============================================================
”9æ7 SECCI�0ˆ7N DE PROGRAMACI�0ˆ7N
============================================================ */
.ef-schedule-section {
border-left-color: #e040fb;
}
.ef-schedule-section::before {
background: linear-gradient(90deg, #e040fb, #2979ff, #e040fb);
background-size: 300% 100%;
}
/* ============================================================
”9æ7 SECCI�0ˆ7N DEL FOOTER
============================================================ */
.ef-footer-shortcode-section {
border-left-color: #00e676;
margin: 10px auto 20px;
padding: 15px 20px;
}
.ef-footer-shortcode-section::before {
background: linear-gradient(90deg, #00e676, #ffd600, #00e676);
background-size: 300% 100%;
}
/* ============================================================
”9æ7 WRAPPER DEL GRID - Contiene las l¨ªneas decorativas
============================================================ */
.ef-station-grid-wrapper {
position: relative;
padding: 20px 0;
margin: 20px auto 30px;
max-width: 1080px;
}
/* ”9æ7 L¨ªnea decorativa superior (elemento DOM real) */
.ef-grid-line-top {
position: absolute;
top: 0;
left: 20%;
right: 20%;
height: 2px;
background: linear-gradient(90deg, transparent, #00e676, transparent);
opacity: 0.3;
z-index: 1;
pointer-events: none;
}
/* ”9æ7 L¨ªnea decorativa inferior (elemento DOM real) */
.ef-grid-line-bottom {
position: absolute;
bottom: 0;
left: 20%;
right: 20%;
height: 2px;
background: linear-gradient(90deg, transparent, #00e676, transparent);
opacity: 0.3;
z-index: 1;
pointer-events: none;
}
/* Efecto hover en el wrapper para resaltar l¨ªneas */
.ef-station-grid-wrapper:hover .ef-grid-line-top,
.ef-station-grid-wrapper:hover .ef-grid-line-bottom {
opacity: 0.6;
}
/* ============================================================
”9æ7 GRID DE EMISORAS
============================================================ */
.ef-station-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 18px;
padding: 10px 0;
position: relative;
}
/* Estilo para cuando no hay emisoras */
.ef-station-grid .ef-no-stations {
grid-column: 1 / -1;
text-align: center;
color: #b0bec5;
padding: 40px 20px;
background: rgba(0, 0, 0, 0.3);
border-radius: var(--border-radius);
border: 1px dashed rgba(0, 230, 118, 0.15);
}
/* ============================================================
”9æ7 TARJETAS DE EMISORAS
============================================================ */
.ef-station-card {
    background: linear-gradient(145deg, rgba(10, 25, 10, 0.95), rgba(0, 15, 0, 0.98)) !important;
    border-radius: var(--border-radius, 12px);
    
    /* Reemplazo de overflow: hidden para permitir el renderizado de l¨ªneas exteriores */
    overflow: visible; 
    
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: var(--transition, all 0.3s ease);
    
    /* Configuraci¨®n de borde alineada a la l¨ªnea del marco */
    border: 1px solid #00e676 !important; 
    box-sizing: border-box;
    
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    z-index: 1;
    cursor: pointer;
}

/* Forzar esquinas redondeadas en la imagen superior sin cortar los bordes de la tarjeta */
.ef-card-top {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden; /* Mantiene el clip-path en la imagen */
    background: #051005;
    z-index: 1;
}

.ef-station-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(0, 230, 118, 0.08), transparent 60%);
    pointer-events: none;
    border-radius: var(--border-radius);
    z-index: 0;
}

.ef-station-card:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.6);
    border-color: rgba(0, 230, 118, 0.3);
}

/* Header de la tarjeta (Nombre + Logo de emisora) */
.ef-station-header-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 2px;
}

.ef-station-card .ef-station-name {
    font-size: 1.15rem;
    color: #00e676;
    text-shadow: 0 0 20px rgba(0, 230, 118, 0.15);
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.ef-station-brand-logo {
    width: 48px;
    height: 48px;
    border-radius: 8px; /* Cambiado de 50% a 8px para forma cuadrada con bordes redondeados */
    object-fit: cover;
    border: 1px solid rgba(0, 230, 118, 0.4);
    flex-shrink: 0;
}
.ef-station-card .ef-card-top {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
position: relative;
}
.ef-station-card .ef-station-image {
flex: 0 0 auto;
width: 190px;
height: 190px;
border-radius: 12px;
object-fit: cover;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
border: 2px solid rgba(0, 230, 118, 0.15);
align-self: center;
margin: 0 auto;
transition: var(--transition);
background: #0a0a0a;
}
.ef-station-card .ef-station-image.loading {
filter: blur(2px) brightness(0.8);
}
.ef-station-card .ef-station-image:not(.loading) {
filter: none;
opacity: 1;
}
/* Bot¨®n Play/Pause Centrado sobre la Car¨¢tula */
.ef-station-card .ef-play-btn {
position: absolute;
bottom: 12px;
left: 50%;
transform: translateX(-50%);
width: 48px;
height: 48px;
border-radius: 50%;
border: none;
outline: none;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.2rem;
cursor: pointer;
transition: all 0.3s ease;
background: var(--inactive-red, #e74c3c);
color: #ffffff;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
z-index: 2;
flex-shrink: 0;
}

.ef-station-card .ef-play-btn i {
font-size: 1.2rem;
line-height: 1;
}

.ef-station-card .ef-play-btn:not(.active):hover {
transform: translateX(-50%) scale(1.1);
background: #c0392b;
box-shadow: 0 6px 20px rgba(192, 57, 43, 0.6);
}

.ef-station-card .ef-play-btn.active {
background: var(--active-green);
animation: ef-flicker 0.8s infinite alternate;
box-shadow: 0 0 20px 6px rgba(0, 230, 118, 0.5);
}
@keyframes ef-flicker {
0% { transform: scale(1); box-shadow: 0 0 20px 4px rgba(0, 230, 118, 0.4); }
50% { transform: scale(1.05); box-shadow: 0 0 35px 8px rgba(0, 230, 118, 0.7); }
100% { transform: scale(1); box-shadow: 0 0 20px 4px rgba(0, 230, 118, 0.4); }
}
.ef-station-card .ef-station-name {
font-size: 1.15rem;
margin-bottom: 2px;
color: #00e676;
text-shadow: 0 0 20px rgba(0, 230, 118, 0.15);
font-weight: 700;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
/* --- ZONA 3: Detalles (Slogan / G¨¦nero) --- */
.ef-station-card .ef-station-details {
display: flex;
flex-direction: column;
gap: 4px;
z-index: 1;
}
.ef-station-card .ef-detail {
display: flex;
align-items: center;
gap: 8px;
font-size: 0.85rem;
color: rgba(255, 255, 255, 0.8);
}
.ef-station-card .ef-detail i {
color: #00e676;
width: 18px;
text-align: center;
font-size: 0.85rem;
}
.ef-station-card .ef-detail span {
color: rgba(255, 255, 255, 0.85);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

/* --- ZONA 4: Metadatos (Sonando Ahora) --- */
/* Limitar el tamaño y texto dentro de la tarjeta de reproducción */
.ef-station-card .ef-now-playing-preview {
    margin-top: auto;
    padding: 10px 12px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border: 1px solid rgba(0, 230, 118, 0.12);
    border-left: 3px solid #00e676;
    z-index: 1;
    /* Forzar que el contenedor no expanda el padre */
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.ef-station-card .ef-now-playing-preview .ef-song-title-preview,
.ef-station-card .ef-now-playing-preview .ef-song-artist-preview,
.ef-player-text .ef-song-title,
.ef-player-text .ef-song-artist {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* ============================================================
”9æ7 HEADER
============================================================ */
.ef-header {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 20px;
margin-bottom: 25px;
background: rgba(0, 15, 0, 0.5);
border-radius: var(--border-radius);
border: 1px solid rgba(0, 230, 118, 0.1);
border-left: 4px solid var(--accent);
flex-wrap: wrap;
gap: 10px;
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.ef-header:hover {
border-color: rgba(0, 230, 118, 0.25);
}
.ef-logo {
display: flex;
align-items: center;
gap: 12px;
}
.ef-logo img {
width: 80px;
height: 80px;
border-radius: 12px;
object-fit: contain;
border: 3px solid var(--accent);
box-shadow: 0 0 20px rgba(0, 230, 118, 0.2);
animation: ef-logo-pulse 3s ease-in-out infinite;
}
@keyframes ef-logo-pulse {
0%, 100% { box-shadow: 0 0 20px rgba(0, 230, 118, 0.2); }
50% { box-shadow: 0 0 40px rgba(0, 230, 118, 0.4), 0 0 60px rgba(255, 214, 0, 0.1); }
}
.ef-logo h1 {
font-size: 2rem;
font-weight: 800;
margin: 0;
animation: ef-title-animation 4s ease-in-out infinite;
background: linear-gradient(90deg, #00e676, #ffd600, #2979ff, #00e676);
background-size: 300% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}
@keyframes ef-title-animation {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
.ef-header-right {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
.ef-header-social {
display: flex;
align-items: center;
gap: 8px;
}
.ef-header-social-btn {
position: relative;
display: inline-flex;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 50%;
background: rgba(255, 255, 255, 0.06);
color: rgba(255, 255, 255, 0.7);
text-decoration: none;
font-size: 1.1rem;
transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
border: 1px solid rgba(255, 255, 255, 0.06);
overflow: visible;
}
.ef-header-social-btn i {
transition: all 0.3s ease;
font-size: 1.1rem;
}
.ef-header-social-btn:hover {
transform: translateY(-6px) scale(1.15);
background: var(--social-color, #00e676);
color: #ffffff;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
border-color: transparent;
}
.ef-header-social-btn:hover i {
transform: scale(1.1) rotate(-5deg);
}
.ef-header-social-btn::before {
content: '';
position: absolute;
inset: -2px;
border-radius: 50%;
background: linear-gradient(135deg, var(--social-color, #00e676), transparent 70%);
opacity: 0;
transition: opacity 0.4s ease;
z-index: -1;
filter: blur(4px);
}
.ef-header-social-btn:hover::before {
opacity: 0.6;
}
.ef-social-tooltip {
position: absolute;
bottom: -28px;
left: 50%;
transform: translateX(-50%) scale(0.8);
background: rgba(0, 0, 0, 0.9);
color: #fff;
padding: 2px 10px;
border-radius: 6px;
font-size: 0.65rem;
font-weight: 600;
white-space: nowrap;
opacity: 0;
pointer-events: none;
transition: all 0.3s ease;
letter-spacing: 0.3px;
border: 1px solid rgba(255, 255, 255, 0.08);
}
.ef-header-social-btn:hover .ef-social-tooltip {
opacity: 1;
transform: translateX(-50%) scale(1);
bottom: -32px;
}
.ef-header-social-btn {
animation: ef-social-pop 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.ef-header-social-btn:nth-child(1) { animation-delay: 0.05s; }
.ef-header-social-btn:nth-child(2) { animation-delay: 0.10s; }
.ef-header-social-btn:nth-child(3) { animation-delay: 0.15s; }
.ef-header-social-btn:nth-child(4) { animation-delay: 0.20s; }
.ef-header-social-btn:nth-child(5) { animation-delay: 0.25s; }
.ef-header-social-btn:nth-child(6) { animation-delay: 0.30s; }
@keyframes ef-social-pop {
0% { transform: scale(0) rotate(-20deg); opacity: 0; }
100% { transform: scale(1) rotate(0deg); opacity: 1; }
}
.ef-whatsapp-btn {
background: #25d366;
color: white;
border: none;
padding: 8px 16px;
border-radius: 24px;
font-weight: 600;
font-size: 0.95rem;
cursor: pointer;
display: flex;
align-items: center;
gap: 6px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
text-decoration: none;
}
.ef-whatsapp-btn:hover {
background: #20b85e;
transform: translateY(-3px) scale(1.05);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
color: white;
}
.ef-whatsapp-btn i {
font-size: 1.1rem;
}
.ef-dev-logo {
display: flex;
align-items: center;
transition: all 0.3s ease;
}
.ef-dev-logo img {
height: 40px;
width: auto;
border-radius: 8px;
}
.ef-dev-logo:hover {
transform: scale(1.05) rotate(-2deg);
}
/* ============================================================
”9æ7 FOOTER
============================================================ */
.ef-footer {
text-align: center;
padding: 15px 20px;
background: rgba(0, 15, 0, 0.5);
border-radius: var(--border-radius);
color: #ffffff;
font-size: 0.9rem;
margin-top: 20px;
border: 1px solid rgba(0, 230, 118, 0.1);
border-left: 4px solid var(--accent2);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.ef-footer:hover {
border-color: rgba(255, 214, 0, 0.25);
}
.ef-footer p {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
flex-wrap: wrap;
}
.ef-dev-link {
color: #00e676;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 6px;
transition: var(--transition);
}
.ef-dev-link:hover {
color: #69f0ae;
}
.ef-dev-icon {
height: 24px;
width: auto;
border-radius: 4px;
vertical-align: middle;
}
/* ============================================================
”9æ7 PLAYER BAR
============================================================ */
.ef-player {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: rgba(5, 10, 5, 0.98);
padding: 12px 20px;
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
box-shadow: 0 -6px 30px rgba(0, 0, 0, 0.6);
z-index: 1000;
backdrop-filter: blur(14px);
border-top: 2px solid var(--accent);
flex-wrap: wrap;
}
.ef-player-info {
display: flex;
align-items: center;
gap: 16px;
flex: 1;
min-width: 0;
}
.ef-player-image {
width: 70px;
height: 70px;
border-radius: 12px;
object-fit: cover;
transition: var(--transition);
border: 2px solid #00e676;
flex-shrink: 0;
background: #0a0a0a;
}
.ef-player-image.loading {
filter: blur(4px) brightness(0.6);
}
.ef-player-image:not(.loading) {
filter: none;
opacity: 1;
}
.ef-player-text {
flex: 1;
min-width: 0;
max-width: 100%;
overflow: hidden;
}
.ef-player-text h4 {
font-size: 1.1rem;
margin-bottom: 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
font-weight: 600;
color: #ffffff;
margin: 0;
max-width: 100%;
}
.ef-player-text p {
color: rgba(255, 255, 255, 0.8);
font-size: 0.85rem;
display: block;
max-width: 100%;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0;
}
.ef-player-text p > span {
display: inline-block;
max-width: 100%;
min-width: 0;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: bottom;
}
.ef-player-text .ef-song-title {
font-weight: bold;
color: #00e676;
}
.ef-player-text .ef-song-artist {
font-size: 0.85em;
color: rgba(255, 255, 255, 0.6);
}
.ef-player-controls {
display: flex;
align-items: center;
gap: 14px;
flex-shrink: 0;
}
.ef-control-btn {
background: rgba(255, 255, 255, 0.08);
border: none;
width: 44px;
height: 44px;
border-radius: 50%;
color: white;
font-size: 1.1rem;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
transition: var(--transition);
}
.ef-control-btn i {
font-size: 1.2rem;
line-height: 1;
}
.ef-control-btn:hover {
background: rgba(255, 255, 255, 0.18);
transform: scale(1.12);
}
.ef-control-btn.active {
background: #00e676;
box-shadow: 0 0 20px 4px rgba(0, 230, 118, 0.4);
animation: ef-pulse-green 1.5s infinite;
}
@keyframes ef-pulse-green {
0% { box-shadow: 0 0 0 0 rgba(0, 230, 118, 0.4); }
70% { box-shadow: 0 0 0 14px rgba(0, 230, 118, 0); }
100% { box-shadow: 0 0 0 0 rgba(0, 230, 118, 0); }
}
.ef-volume-container {
display: flex;
align-items: center;
gap: 8px;
position: relative;
}
.ef-volume-icon {
color: rgba(255, 255, 255, 0.7);
font-size: 1.1rem;
}
.ef-volume-slider {
width: 80px;
height: 4px;
border-radius: 4px;
background: rgba(255, 255, 255, 0.15);
outline: none;
-webkit-appearance: none;
transition: all 0.3s ease;
}
.ef-volume-slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 14px;
height: 14px;
border-radius: 50%;
background: #00e676;
cursor: pointer;
transition: background 0.3s ease;
}
.ef-volume-slider::-moz-range-thumb {
width: 14px;
height: 14px;
border-radius: 50%;
background: #00e676;
cursor: pointer;
transition: background 0.3s ease;
}
/* ===== LOADER ===== */
.ef-radio-player-container .loader {
text-align: center;
margin: 30px 0;
}
.ef-radio-player-container .loader-dot {
width: 14px;
height: 14px;
background: #00e676;
border-radius: 50%;
margin: 0 6px;
display: inline-block;
animation: ef-pulse 1.5s infinite ease-in-out;
}
@keyframes ef-pulse {
0%, 100% { transform: scale(0.8); opacity: 0.5; }
50% { transform: scale(1.2); opacity: 1; }
}
/* ============================================================
   ”9æ7 RESPONSIVE - PANTALLAS PEQUE�0ˆ5AS (M�0ˆ7VILES)
   ============================================================ */
@media (max-width: 768px) {
    /* ”9æ7 HEADER - ULTRA COMPACTO EN M�0ˆ7VIL */
    .ef-header {
        flex-direction: column;
        align-items: center;
        padding: 8px 12px;
        gap: 4px;
        margin-bottom: 15px;
        border-left-width: 3px;
    }
    
    /* ”9æ7 LOGO Y NOMBRE - T�0ˆ1TULO ALINEADO CON LA PARTE SUPERIOR DEL LOGO */
    .ef-logo {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 10px;
        width: 100%;
    }
    
    .ef-logo img {
        width: 50px;
        height: 50px;
        border-radius: 10px;
        flex-shrink: 0;
        border-width: 2px;
        box-shadow: 0 0 15px rgba(0, 230, 118, 0.15);
    }
    
    .ef-logo h1 {
        font-size: 1.2rem;
        line-height: 1;
        margin: 0;
        flex-shrink: 1;
        min-width: 0;
        word-break: break-word;
        align-self: flex-start;
        padding-top: 2px;
    }
    
    /* ”9æ7 HEADER RIGHT - PEGADO DEBAJO DEL NOMBRE (SIN SEPARADOR) */
    .ef-header-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 100%;
        margin-top: 0;
    }
    
    /* ”9æ7 BOTONES SOCIALES - M�0†9S PEQUE�0ˆ5OS Y CENTRADOS */
    .ef-header-social {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 100%;
        flex-wrap: wrap;
    }
    
    .ef-header-social-btn {
        width: 32px;
        height: 32px;
        font-size: 0.75rem;
        border-width: 1px;
    }
    
    .ef-header-social-btn i {
        font-size: 0.75rem;
    }
    
    .ef-header-social-btn:hover {
        transform: translateY(-3px) scale(1.1);
    }
    
    /* ”9æ7 OCULTAR TOOLTIPS EN M�0ˆ7VIL */
    .ef-social-tooltip {
        display: none;
    }
    
    /* ”9æ7 WHATSAPP Y DEV LOGO - M�0†9S PEQUE�0ˆ5OS */
    .ef-whatsapp-btn {
        font-size: 0.7rem;
        padding: 4px 10px;
        border-radius: 20px;
        gap: 4px;
    }
    
    .ef-whatsapp-btn i {
        font-size: 0.8rem;
    }
    
    .ef-dev-logo img {
        height: 25px;
        border-radius: 6px;
    }
    
    /* ”9æ7 SEPARADOR ELIMINADO - NO HAY L�0ˆ1NEA DIVISORIA */

    /* ”9æ7 CONTENEDORES DE SECCIONES - M�0†9S COMPACTOS */
    .ef-news-section,
    .ef-carousel-section,
    .ef-schedule-section,
    .ef-footer-shortcode-section {
        padding: 12px 14px;
        margin: 12px auto 16px;
        border-left-width: 3px;
    }
    
    .ef-station-grid-wrapper {
        padding: 10px 0;
        margin: 12px auto 16px;
    }
    
    .ef-station-grid {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 8px 0;
    }
    
    .ef-station-card {
        padding: 12px;
    }
    
    .ef-station-card .ef-station-image {
        width: 120px;
        height: 120px;
    }
    
    .ef-station-card .ef-play-btn {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
    }
    
    .ef-station-card .ef-station-name {
        font-size: 1rem;
    }
    
    .ef-station-card .ef-detail {
        font-size: 0.8rem;
    }
    
    .ef-station-card .ef-detail i {
        font-size: 0.75rem;
        width: 16px;
    }
    
    .ef-station-card .ef-now-playing-preview {
        padding: 8px 10px;
        font-size: 0.8rem;
    }
    
    .ef-station-card .ef-now-playing-preview .ef-song-title-preview {
        font-size: 0.85rem;
    }
    
    .ef-station-card .ef-now-playing-preview .ef-song-artist-preview {
        font-size: 0.7rem;
    }
    
    .ef-player {
        padding: 8px 12px;
        gap: 8px;
    }
    
    .ef-player-image {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border-width: 2px;
    }
    
    .ef-player-text h4 {
        font-size: 0.8rem;
    }
    
    .ef-player-text p {
        font-size: 0.65rem;
    }
    
    .ef-control-btn {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }
    
    .ef-control-btn i {
        font-size: 0.85rem;
    }
    
    .ef-volume-slider {
        width: 50px;
    }
    
    .ef-volume-icon {
        font-size: 0.8rem;
    }
    
    .ef-radio-player-container {
        padding-bottom: 80px;
        padding-left: 6px;
        padding-right: 6px;
    }
    
    .ef-footer {
        font-size: 0.7rem;
        padding: 10px 12px;
        margin-top: 12px;
        border-left-width: 3px;
    }
    
    .ef-dev-icon {
        height: 16px;
    }
    
    .ef-footer p {
        gap: 4px;
    }
    
    /* ”9æ7 OCULTAR L�0ˆ1NEAS DECORATIVAS DEL GRID EN M�0ˆ7VIL */
    .ef-grid-line-top,
    .ef-grid-line-bottom {
        display: none;
    }
}

/* ”9æ7 PANTALLAS MUY PEQUE�0ˆ5AS (480px) */
@media (max-width: 480px) {
    .ef-header {
        padding: 6px 10px;
        gap: 3px;
        margin-bottom: 12px;
    }
    
    .ef-logo img {
        width: 40px;
        height: 40px;
        border-radius: 8px;
        border-width: 2px;
    }
    
    .ef-logo h1 {
        font-size: 1rem;
        line-height: 0.95;
        padding-top: 1px;
    }
    
    .ef-header-right {
        gap: 3px;
    }
    
    .ef-header-social-btn {
        width: 28px;
        height: 28px;
        font-size: 0.65rem;
    }
    
    .ef-header-social-btn i {
        font-size: 0.65rem;
    }
    
    .ef-header-social {
        gap: 4px;
    }
    
    .ef-whatsapp-btn {
        font-size: 0.6rem;
        padding: 3px 8px;
    }
    
    .ef-whatsapp-btn i {
        font-size: 0.7rem;
    }
    
    .ef-dev-logo img {
        height: 20px;
    }
    
    .ef-news-section,
    .ef-carousel-section,
    .ef-schedule-section,
    .ef-footer-shortcode-section {
        padding: 10px 12px;
        margin: 10px auto 12px;
        border-left-width: 3px;
    }
    
    .ef-station-card .ef-station-image {
        width: 90px;
        height: 90px;
    }
    
    .ef-station-card .ef-station-name {
        font-size: 0.9rem;
    }
    
    .ef-station-card .ef-detail {
        font-size: 0.7rem;
    }
    
    .ef-station-card .ef-play-btn {
        width: 34px;
        height: 34px;
        font-size: 0.8rem;
    }
    
    .ef-station-card .ef-now-playing-preview {
        padding: 6px 8px;
    }
    
    .ef-station-card .ef-now-playing-preview .ef-song-title-preview {
        font-size: 0.75rem;
    }
    
    .ef-station-card .ef-now-playing-preview .ef-song-artist-preview {
        font-size: 0.65rem;
    }
    
    .ef-player {
        padding: 6px 10px;
        gap: 6px;
    }
    
    .ef-player-image {
        width: 34px;
        height: 34px;
        border-radius: 6px;
    }
    
    .ef-player-text h4 {
        font-size: 0.7rem;
    }
    
    .ef-player-text p {
        font-size: 0.55rem;
    }
    
    .ef-control-btn {
        width: 28px;
        height: 28px;
        font-size: 0.7rem;
    }
    
    .ef-control-btn i {
        font-size: 0.7rem;
    }
    
    .ef-volume-slider {
        width: 40px;
    }
    
    .ef-radio-player-container {
        padding-bottom: 70px;
        padding-left: 4px;
        padding-right: 4px;
    }
    
    .ef-footer {
        font-size: 0.6rem;
        padding: 8px 10px;
    }
    
    .ef-dev-icon {
        height: 14px;
    }
}
