/* S83 CSS CACHE BUST: podcast-tracklist-amber-20260711-0010 */
/* --- RESET & BASIC SETUP --- */
:root {
    --bg: #05010c;
    --panel: rgba(5, 1, 12, 0.82);
    --cyan: #00f2fe;
    --pink: #ff007f;
    --muted: #b0afb8;
    --soft-border: rgba(0, 242, 254, 0.2);
}

*, *::before, *::after { box-sizing: border-box; }

html {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    margin: 0;
    min-height: 100%;
    overflow-x: hidden;
    font-family: 'Rajdhani', sans-serif;
    color: #f0f0f5;
    background-color: var(--bg);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 3000;
    pointer-events: none;
    background:
        repeating-linear-gradient(
            0deg,
            rgba(255, 255, 255, 0.04) 0px,
            rgba(255, 255, 255, 0.04) 1px,
            transparent 1px,
            transparent 4px
        );
    mix-blend-mode: screen;
    opacity: 0.18;
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 2999;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% 50%, transparent 0 58%, rgba(0, 0, 0, 0.2) 100%),
        linear-gradient(180deg, rgba(0, 242, 254, 0.035), transparent 35%, rgba(255, 0, 128, 0.035));
    opacity: 0.42;
}

img { max-width: 100%; }

h1, h2, h3 {
    font-family: 'Press Start 2P', cursive;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

p { overflow-wrap: anywhere; }

header .logo, .section-title {
    font-family: 'Press Start 2P', cursive;
    text-transform: uppercase;
}

/* --- BACKGROUND GRID EFFECT --- */
.background-grid {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    overflow: hidden;
    background-color: #05010c;
    background-image: 
        linear-gradient(rgba(5, 1, 12, 0.78), rgba(5, 1, 12, 0.78)),
        linear-gradient(180deg, #1e003a 0%, #ff007f 50%, #00f2fe 100%);
    opacity: 0.88; z-index: -1;
}

.background-grid::before {
    content: "";
    position: absolute;
    inset: -120px 0;
    background-image:
        repeating-linear-gradient(90deg, rgba(0, 242, 254, 0.2) 0px, rgba(0, 242, 254, 0.2) 1px, transparent 1px, transparent 42px),
        repeating-linear-gradient(0deg, rgba(255, 0, 128, 0.18) 0px, rgba(255, 0, 128, 0.18) 1px, transparent 1px, transparent 42px);
    box-shadow: inset 0 0 80px rgba(0, 242, 254, 0.12);
    opacity: 0.68;
    animation: grid-run 7s linear infinite;
    will-change: transform;
}

.background-grid::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(0deg, rgba(255, 0, 128, 0.18), transparent 72%);
    opacity: 0.72;
}

@keyframes grid-run {
    0% {
        transform: translate3d(0, -84px, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

/* --- NUEVOS EFECTOS NEÓN OPTIMIZADOS (MÁS NÍTIDOS) --- */
.neon-blue {
    color: var(--cyan);
    /* Reducimos el radio de desenfoque para dar nitidez */
    text-shadow: 0 0 2px var(--cyan), 0 0 6px rgba(0, 242, 254, 0.6);
}

.neon-pink {
    color: var(--pink);
    text-shadow: 0 0 2px var(--pink), 0 0 6px rgba(255, 0, 128, 0.6);
}

.brand-blue,
.brand-pink,
.title-blue,
.title-pink {
    animation: none !important;
}

.brand-blue {
    color: var(--cyan);
    text-shadow: 0 0 2px var(--cyan), 0 0 6px rgba(0, 242, 254, 0.6);
}

.brand-pink {
    color: var(--pink);
    text-shadow: 0 0 2px var(--pink), 0 0 6px rgba(255, 0, 128, 0.6);
}

.title-pink {
    color: var(--pink);
    text-shadow: 0 0 1px var(--pink), 0 0 3px rgba(255, 0, 128, 0.7);
}

.title-blue {
    color: var(--cyan);
    text-shadow: 0 0 1px var(--cyan), 0 0 3px rgba(0, 242, 254, 0.7);
}

.neon-blue:not(.sign-flicker-blue),
.neon-pink:not(.sign-flicker-pink),
.neon-amber-text:not(.sign-flicker-amber) {
    animation: none !important;
}

@keyframes neon-flicker {
    0%, 92%, 96%, 100% { opacity: 1; }
    94%, 98% { opacity: 0.9; }
}

@keyframes logo-main-glitch {
    0%, 18%, 24%, 68%, 74%, 100% {
        transform: translate(0, 0);
        filter: none;
    }
    19% {
        transform: translate(-1px, 0);
        filter: brightness(1.2);
    }
    20% {
        transform: translate(2px, -1px);
        filter: brightness(1.35);
    }
    21% {
        transform: translate(-2px, 1px);
        filter: brightness(1.15);
    }
    69% {
        transform: translate(2px, 0);
        filter: brightness(1.25);
    }
    70% {
        transform: translate(-2px, -1px);
        filter: brightness(1.4);
    }
    71% {
        transform: translate(1px, 1px);
        filter: brightness(1.15);
    }
}

@keyframes logo-glitch-cyan {
    0%, 18%, 24%, 68%, 74%, 100% {
        opacity: 0;
        transform: translate(0, 0);
        clip-path: inset(0 0 0 0);
    }
    19%, 69% {
        opacity: 0.95;
        transform: translate(-5px, -1px);
        clip-path: inset(0 0 62% 0);
    }
    20%, 70% {
        opacity: 0.78;
        transform: translate(5px, 1px);
        clip-path: inset(54% 0 18% 0);
    }
    21%, 71% {
        opacity: 0.9;
        transform: translate(-4px, 1px);
        clip-path: inset(74% 0 0 0);
    }
    22%, 72% {
        opacity: 0.65;
        transform: translate(4px, -1px);
        clip-path: inset(18% 0 48% 0);
    }
}

@keyframes logo-glitch-pink {
    0%, 18%, 24%, 68%, 74%, 100% {
        opacity: 0;
        transform: translate(0, 0);
        clip-path: inset(0 0 0 0);
    }
    19%, 69% {
        opacity: 0.78;
        transform: translate(5px, 1px);
        clip-path: inset(58% 0 16% 0);
    }
    20%, 70% {
        opacity: 0.95;
        transform: translate(-5px, -1px);
        clip-path: inset(0 0 66% 0);
    }
    21%, 71% {
        opacity: 0.72;
        transform: translate(4px, -1px);
        clip-path: inset(76% 0 0 0);
    }
    22%, 72% {
        opacity: 0.82;
        transform: translate(-4px, 1px);
        clip-path: inset(20% 0 52% 0);
    }
}

/* --- HEADER & NAVIGATION --- */
header {
    background-color: rgba(5, 1, 12, 0.95); border-bottom: 3px solid var(--pink);
    box-shadow: 0 4px 12px rgba(255, 0, 128, 0.22); padding: 20px 40px;
    display: flex; justify-content: space-between; align-items: center;
    gap: 24px;
    position: sticky; top: 0; z-index: 1000;
    backdrop-filter: blur(8px);
}
header .logo {
    position: relative;
    font-size: 1.4rem;
    letter-spacing: 2px;
    isolation: isolate;
    animation: logo-main-glitch 4.2s steps(1, end) infinite;
}

header .logo span {
    position: relative;
    z-index: 2;
}

header .logo::before,
header .logo::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
}

header .logo::before {
    color: var(--cyan);
    text-shadow: -4px 0 rgba(0, 242, 254, 0.95);
    animation: logo-glitch-cyan 4.2s steps(1, end) infinite;
}

header .logo::after {
    color: var(--pink);
    text-shadow: 4px 0 rgba(255, 0, 128, 0.95);
    animation: logo-glitch-pink 4.2s steps(1, end) infinite;
}
header .logo .brand-pink,
header .logo .brand-blue,
header .logo .neon-pink,
header .logo .neon-blue {
    animation: none !important;
}
nav ul { list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 28px; margin: 0; padding: 0; }
nav ul li a { display: inline-block; text-decoration: none; color: var(--cyan); font-weight: 700; font-size: 1.1rem; transition: all 0.3s; }
nav ul li a:hover { color: var(--pink); text-shadow: 0 0 8px var(--pink); }
.nav-active { border-bottom: 2px solid var(--cyan); padding-bottom: 5px; color: var(--cyan) !important; text-shadow: 0 0 8px var(--cyan); }

/* --- CONTENEDOR PRINCIPAL --- */
main { 
    width: min(100% - 40px, 1120px);
    margin: 0 auto; 
    padding: 24px 0 56px; 
}

.page-container {
    min-height: calc(100vh - 210px);
}

.section-title {
    margin: 36px 0 40px;
    width: 100%;
    text-align: center;
    font-size: clamp(1.15rem, 2vw, 1.7rem);
    letter-spacing: 2px;
    animation: none !important;
}

.section-title.title-pink,
.section-title.neon-pink,
.welcome-text-section h2.title-pink,
.welcome-text-section h2.neon-pink {
    color: var(--pink);
    text-shadow: 0 0 1px var(--pink), 0 0 3px rgba(255, 0, 128, 0.7);
    animation: none !important;
}

.section-title.title-blue,
.section-title.neon-blue {
    color: var(--cyan);
    text-shadow: 0 0 1px var(--cyan), 0 0 3px rgba(0, 242, 254, 0.7);
    animation: none !important;
}

/* --- HERO SECTION --- */
.hero { display: flex; justify-content: center; align-items: center; min-height: clamp(560px, 74vh, 760px); }
.cassette-frame {
    position: relative; width: min(100%, 760px);
    background-color: rgba(11, 2, 29, 0.7); border: 3px solid var(--cyan);
    border-radius: 16px; padding: 20px; box-shadow: 0 0 25px rgba(0, 242, 254, 0.25);
}
.cassette-image { width: 100%; border-radius: 8px; display: block; }
.podcast-player-overlay {
    position: absolute; bottom: 35px; left: 50%; transform: translateX(-50%); width: 85%;
    background: rgba(5, 1, 12, 0.9); padding: 15px 20px; border: 2px solid var(--pink); border-radius: 8px; text-align: center;
}
.podcast-player-overlay h2 { font-size: 0.75rem; color: var(--pink); margin: 0 0 10px 0; }
.track-info { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 12px; }
.track-info p { color: #fff; margin: 0; font-size: 0.9rem; }
.pulse {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    flex: 0 0 9px;
    background-color: var(--cyan);
    border-radius: 50%;
    box-shadow: 0 0 4px var(--cyan), 0 0 10px rgba(0, 242, 254, 0.65);
    animation: transmission-core 1.8s ease-in-out infinite;
}

.pulse::after {
    content: "";
    position: absolute;
    inset: -5px;
    border: 1px solid rgba(0, 242, 254, 0.72);
    border-radius: 50%;
    animation: transmission-ring 1.8s ease-out infinite;
}

@keyframes transmission-core {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
        box-shadow: 0 0 4px var(--cyan), 0 0 10px rgba(0, 242, 254, 0.65);
    }
    45% {
        opacity: 0.72;
        transform: scale(0.82);
        box-shadow: 0 0 2px var(--cyan), 0 0 6px rgba(0, 242, 254, 0.45);
    }
    58% {
        opacity: 1;
        transform: scale(1.12);
        box-shadow: 0 0 5px var(--cyan), 0 0 14px rgba(0, 242, 254, 0.75);
    }
}

@keyframes transmission-ring {
    0% {
        opacity: 0.7;
        transform: scale(0.45);
    }
    70%, 100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
.btn-play { 
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: 2px solid var(--cyan); color: var(--cyan);
    padding: 10px 20px; min-height: 42px; font-family: 'Press Start 2P'; font-size: 0.65rem; cursor: pointer; transition: all 0.3s;
    text-decoration: none; line-height: 1.2;
}
.btn-play:hover { background-color: var(--cyan); color: var(--bg); box-shadow: 0 0 15px var(--cyan); }

/* --- NUEVOS COMPONENTES: DISEÑO DE EPISODIOS AMPLIADOS --- */
.podcast-large-list { display: flex; flex-direction: column; gap: 40px; }
.episode-card {
    display: flex; background: var(--panel); border: 2px solid var(--cyan);
    border-radius: 12px; padding: 25px; gap: 30px; align-items: center;
    box-shadow: 0 5px 12px rgba(0, 242, 254, 0.08); transition: border-color 0.25s ease, box-shadow 0.25s ease;
    contain: content;
}
.episode-card:nth-child(even) { border-color: var(--pink); box-shadow: 0 5px 12px rgba(255, 0, 128, 0.08); }
.episode-card:hover { box-shadow: 0 0 14px rgba(255, 0, 128, 0.18); border-color: var(--pink); }
.episode-card:nth-child(even):hover { border-color: var(--cyan); box-shadow: 0 0 14px rgba(0, 242, 254, 0.18); }

.episode-img-container { width: 200px; height: 200px; flex-shrink: 0; }
.episode-img-container img { width: 100%; height: 100%; object-fit: cover; border-radius: 6px; border: 1px solid rgba(255,255,255,0.1); }
.episode-details { flex-grow: 1; }
.episode-number { font-family: 'Press Start 2P'; font-size: 0.7rem; display: block; margin-bottom: 10px; }
.episode-details h2 { margin: 0 0 15px 0; font-size: 1.5rem; color: #fff; font-family: 'Rajdhani', sans-serif; font-weight: 700; }
.episode-description { color: var(--muted); font-size: 1.05rem; line-height: 1.6; margin-bottom: 20px; }

.analog-player {
    width: min(100%, 560px);
    margin: 22px 0;
    padding: 14px;
    border: 2px solid rgba(0, 242, 254, 0.55);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
        #090713;
    box-shadow: 0 0 16px rgba(0, 242, 254, 0.14), inset 0 0 18px rgba(255, 0, 128, 0.08);
}

.analog-player.is-loaded {
    border-color: rgba(255, 0, 128, 0.62);
    box-shadow: 0 0 18px rgba(255, 0, 128, 0.16), inset 0 0 18px rgba(0, 242, 254, 0.08);
}

.analog-player__header {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.52rem;
    color: var(--cyan);
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.55);
}

.analog-player__status {
    color: #ffad2f;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.65);
}

.analog-player__display {
    padding: 12px;
    border: 2px inset #24202f;
    background: linear-gradient(180deg, #0a160c, #020604);
    color: #d9ffe2;
    text-shadow: 0 0 4px rgba(169, 255, 188, 0.6);
}

.analog-player__label {
    display: block;
    margin-bottom: 4px;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    color: #ffad2f;
}

.analog-player__display strong {
    display: block;
    font-size: 1.05rem;
    line-height: 1.2;
}

.analog-player__face {
    display: grid;
    grid-template-columns: 52px 1fr 52px;
    align-items: center;
    gap: 12px;
    min-height: 70px;
    margin-top: 12px;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.08);
    background:
        linear-gradient(90deg, rgba(0, 242, 254, 0.12), rgba(255, 0, 128, 0.08)),
        #070511;
}

.analog-player__reel {
    width: 52px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 3px solid rgba(0, 242, 254, 0.55);
    background:
        radial-gradient(circle at center, #05010c 0 18%, transparent 19%),
        conic-gradient(from 45deg, rgba(255, 255, 255, 0.1), rgba(0, 242, 254, 0.38), rgba(255, 0, 128, 0.34), rgba(255, 255, 255, 0.1));
    box-shadow: inset 0 0 12px rgba(0, 0, 0, 0.75), 0 0 10px rgba(0, 242, 254, 0.18);
}

.analog-player__window {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 8px;
    border: 1px solid rgba(255, 173, 47, 0.45);
    background: #05010c;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.48rem;
    line-height: 1.5;
    text-align: center;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.55);
}

.analog-player__meter {
    position: relative;
    height: 12px;
    margin: 12px 0;
    border: 1px solid rgba(255, 0, 128, 0.42);
    background:
        linear-gradient(90deg, rgba(0, 242, 254, 0.22), rgba(255, 173, 47, 0.2), rgba(255, 0, 128, 0.22)),
        #05010c;
}

.analog-player__meter span {
    position: absolute;
    top: -4px;
    left: 58%;
    width: 2px;
    height: 20px;
    background: #ffad2f;
    box-shadow: 0 0 8px rgba(255, 173, 47, 0.75);
    transform: rotate(8deg);
    transform-origin: bottom;
}

.analog-player__controls {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
    align-items: stretch;
}

.analog-player__button,
.analog-player__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border: 2px solid var(--pink);
    color: var(--pink);
    background: transparent;
    text-decoration: none;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.62rem;
    line-height: 1.3;
    transition: all 0.2s ease;
}

.analog-player__button {
    cursor: pointer;
}

.analog-player__link {
    padding: 0 14px;
    border-color: rgba(0, 242, 254, 0.68);
    color: var(--cyan);
}

.analog-player__button:hover,
.analog-player__button:focus-visible {
    background: var(--pink);
    color: #fff;
    box-shadow: 0 0 14px rgba(255, 0, 128, 0.55);
}

.analog-player__link:hover,
.analog-player__link:focus-visible {
    background: var(--cyan);
    color: var(--bg);
    box-shadow: 0 0 14px rgba(0, 242, 254, 0.45);
}

.analog-player__button:disabled {
    cursor: default;
    border-color: rgba(255, 173, 47, 0.72);
    color: #ffad2f;
    background: rgba(255, 173, 47, 0.08);
    box-shadow: none;
}

.analog-player__embed {
    margin-top: 12px;
    overflow: hidden;
    border: 2px inset #24202f;
    background: #05010c;
}

.analog-player__embed iframe {
    display: block;
    width: 100%;
    border: 0;
    background: #05010c;
}

.winamp-player {
    width: min(100%, 620px);
    margin: 22px 0;
    padding: 10px;
    border: 2px solid #5d5a68;
    border-top-color: #c7c4d8;
    border-left-color: #c7c4d8;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 18%),
        linear-gradient(180deg, #2d2a3b 0%, #11101a 48%, #05050a 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.08),
        0 0 18px rgba(0, 242, 254, 0.14);
    color: #d8ffe8;
    font-family: 'Rajdhani', sans-serif;
}

.winamp-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 4px 8px;
    border: 1px solid rgba(0, 242, 254, 0.45);
    background: linear-gradient(90deg, rgba(0, 242, 254, 0.16), rgba(255, 0, 128, 0.14));
    font-family: 'Press Start 2P', cursive;
    font-size: 0.55rem;
    color: var(--cyan);
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.65);
}

.winamp-status {
    color: #ffad2f;
    text-shadow: 0 0 4px rgba(255, 153, 0, 0.65);
}

.winamp-display {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    padding: 12px;
    border: 2px inset #262230;
    background:
        repeating-linear-gradient(0deg, rgba(169, 255, 188, 0.06) 0 1px, transparent 1px 4px),
        linear-gradient(180deg, #07140d 0%, #020604 100%);
    color: #a9ffbc;
    text-shadow: 0 0 5px rgba(169, 255, 188, 0.75);
}

.winamp-display strong {
    display: block;
    margin-top: 4px;
    color: #d9ffe2;
    font-size: 1.05rem;
    line-height: 1.2;
}

.winamp-label {
    display: block;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    color: #62f6ff;
}

.winamp-time {
    flex: 0 0 auto;
    align-self: center;
    color: #ffbf55;
    font-weight: 700;
    font-size: 1.1rem;
    white-space: nowrap;
    text-shadow: 0 0 5px rgba(255, 153, 0, 0.7);
}

.winamp-controls {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 10px;
    align-items: center;
}

.winamp-control {
    min-height: 40px;
    border: 2px solid var(--cyan);
    background: #090814;
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.58rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.winamp-control:hover {
    background: var(--cyan);
    color: var(--bg);
    box-shadow: 0 0 14px rgba(0, 242, 254, 0.65);
}

.winamp-progress {
    width: 100%;
    accent-color: var(--pink);
    cursor: pointer;
}

.winamp-embed {
    overflow: hidden;
    border: 2px inset #262230;
    background: #05010c;
}

.winamp-embed iframe {
    display: block;
    width: 100%;
    border: 0;
    background: #05010c;
}

.btn-ivoox {
    display: inline-flex; align-items: center; justify-content: center;
    background: transparent; border: 2px solid var(--pink); color: var(--pink);
    padding: 10px 20px; min-height: 44px; font-family: 'Press Start 2P'; font-size: 0.65rem; cursor: pointer; transition: all 0.3s;
    text-decoration: none; line-height: 1.2;
}
.episode-card:nth-child(even) .btn-ivoox { border-color: var(--cyan); color: var(--cyan); }
.btn-ivoox:hover { background-color: var(--pink); color: #fff; box-shadow: 0 0 15px var(--pink); }
.episode-card:nth-child(even) .btn-ivoox:hover { background-color: var(--cyan); color: var(--bg); box-shadow: 0 0 15px var(--cyan); }

/* --- TARJETAS DE NOTICIAS (BORDES ALTERNOS Y HOVER CORREGIDO) --- */
.card-grid { 
    display: grid; 
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr)); 
    gap: 40px; 
}

/* CAJA DE LA IZQUIERDA (Base: Azul -> Hover: Rosa) */
.news-card {
    background-color: var(--panel); 
    border: 2px solid var(--cyan); /* Borde azul eléctrico */
    border-radius: 8px; 
    padding: 25px; 
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 242, 254, 0.1);
}

.news-card:hover { 
    transform: translateY(-5px); 
    border-color: var(--pink); /* Cambia a rosa neón */
    box-shadow: 0 0 20px rgba(255, 0, 128, 0.3); 
}

/* CAJA DE LA DERECHA (Base: Rosa -> Hover: Azul) */
.news-card:nth-child(even) { 
    border-color: var(--pink); /* Borde rosa neón */
    box-shadow: 0 4px 15px rgba(255, 0, 128, 0.1);
}

/* AQUÍ ESTÁ LA SOLUCIÓN: Forzamos el cambio de color en el hover de la caja par */
.news-card:nth-child(even):hover { 
    transform: translateY(-5px);
    border-color: var(--cyan); /* Ahora sí cambia a azul eléctrico */
    box-shadow: 0 0 20px rgba(0, 242, 254, 0.3); 
}

/* Resto de elementos internos */
.news-card img { width: 100%; height: auto; border-radius: 4px; }
.news-card h3 { font-size: 0.9rem; margin-top: 20px; color: #fff; }
.news-card p { font-size: 0.95rem; color: var(--muted); line-height: 1.5; }

/* --- ARTIST WALL --- */
.artist-wall { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.artist-badge {
    background-color: rgba(0, 242, 254, 0.05); color: var(--cyan); padding: 15px 30px;
    border: 2px solid var(--cyan); border-radius: 4px; font-family: 'Press Start 2P', cursive;
    font-size: 0.75rem; transition: all 0.3s; cursor: pointer;
}
.artist-badge:nth-child(even) { color: var(--pink); border-color: var(--pink); background-color: rgba(255, 0, 128, 0.05); }
.artist-badge:hover { transform: scale(1.05); background-color: var(--cyan); color: var(--bg); box-shadow: 0 0 15px var(--cyan); }
.artist-badge:nth-child(even):hover { background-color: var(--pink); color: var(--bg); box-shadow: 0 0 15px var(--pink); }

/* --- FOOTER --- */
footer { text-align: center; padding: 40px 20px; background-color: var(--bg); border-top: 2px solid var(--pink); color: #706e85; font-size: 0.8rem; }

.footer-social {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 18px;
    margin-top: 18px;
}

.footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(0, 242, 254, 0.28);
    border-radius: 8px;
    background: rgba(5, 1, 12, 0.78);
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 242, 254, 0.08);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.footer-social a:hover {
    border-color: rgba(255, 0, 128, 0.62);
    box-shadow: 0 0 14px rgba(255, 0, 128, 0.24);
    transform: translateY(-2px) scale(1.05);
}

.footer-social img {
    display: block;
    width: 26px;
    height: 26px;
    object-fit: contain;
}

@media screen and (max-width: 600px) {
    .footer-social {
        gap: 16px;
    }

    .footer-social a {
        width: 44px;
        height: 44px;
    }

    .footer-social img {
        width: 25px;
        height: 25px;
    }
}

/* --- ESTILOS PARA EL TEXTO DE BIENVENIDA (CENTRADOS) --- */
.welcome-text-section {
    max-width: 860px;
    margin: 50px auto 0 auto;
    text-align: center; /* Centra el bloque entero */
    padding: 20px;
    background: rgba(5, 1, 12, 0.6);
    border: 1px solid var(--soft-border);
    border-radius: 8px;
    backdrop-filter: blur(2px);
}
.welcome-text-section h2 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
    text-align: center; /* Centra el título explícitamente */
}
.welcome-text-section p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--muted);
    margin-bottom: 15px;
    text-align: center; /* Centra cada párrafo del texto */
}

/* --- CARTEL NEÓN EN OBRAS --- */
.under-construction-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 20px;
}

.neon-sign-box {
    background-color: rgba(5, 1, 12, 0.9);
    border: 4px solid #ff007f;
    padding: clamp(24px, 5vw, 40px);
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 0 12px rgba(255, 0, 128, 0.28), inset 0 0 10px rgba(255, 0, 128, 0.14);
    max-width: 500px;
    width: 100%;
}

.neon-sign-box h2 {
    font-size: clamp(1.2rem, 5vw, 2rem);
    margin: 10px 0;
    letter-spacing: 4px;
}

.neon-sign-box .sign-neon-amber {
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
    font-size: clamp(0.9rem, 3vw, 1.1rem);
    color: #ff9900;
    text-shadow: 0 0 2px #ff9900, 0 0 5px rgba(255, 153, 0, 0.35);
    margin-top: 25px;
    letter-spacing: 2px;
}

.neon-sign-box .sign-neon-pink {
    color: #ff2f98;
    text-shadow: 0 0 1px #ff007f, 0 0 5px rgba(255, 0, 128, 0.55);
}

.neon-sign-box .sign-neon-blue {
    color: #35f7ff;
    text-shadow: 0 0 1px #00f2fe, 0 0 5px rgba(0, 242, 254, 0.55);
}
/* ==========================================================================
   MEDIA QUERIES: ADAPTACIÓN PARA TABLETS Y MÓVILES (RESPONSIVE)
   ========================================================================== */

/* --- AJUSTES PARA TABLETS (Pantallas de menos de 992px) --- */
@media screen and (max-width: 992px) {
    header {
        padding: 20px;
        flex-wrap: wrap;
    }
    
    header .logo {
        font-size: 1.1rem; /* Reducimos el logo para que quepa bien */
    }

    nav ul {
        justify-content: center;
        gap: 15px;
    }

    nav ul li a {
        font-size: 1rem;
    }

    .episode-card {
        flex-direction: column; /* En tablets, la foto del podcast se pone arriba y el texto abajo */
        text-align: center;
        gap: 20px;
    }

    .episode-img-container {
        width: 180px;
        height: 180px;
    }
    
    .podcast-player-overlay {
        width: 95%; /* Ampliamos el reproductor flotante del casete */
        bottom: 20px;
    }

    .section-title {
        margin-top: 24px;
    }
}

@media screen and (min-width: 993px) {
    .background-grid::before {
        animation: none;
        transform: none;
        opacity: 0.48;
    }

    header .logo {
        animation: none;
    }

    header .logo::before,
    header .logo::after {
        display: none;
    }
}

/* --- AJUSTES PARA MÓVILES (Pantallas de menos de 600px) --- */
@media screen and (max-width: 600px) {
    /* Menu de navegación: Lo transformamos en un bloque vertical */
    header {
        flex-direction: column;
        gap: 14px;
        text-align: center;
        padding: 15px;
    }

    header .logo {
        font-size: 0.95rem;
        line-height: 1.5;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px 14px;
    }

    nav ul li a {
        font-size: 0.95rem;
        padding: 4px 0;
    }

    main {
        width: min(100% - 24px, 1120px);
        padding: 16px 0 40px; /* Menos margen en los bordes de la pantalla del móvil */
    }

    .section-title {
        font-size: clamp(0.95rem, 6vw, 1.1rem); /* Letras pixeladas más pequeñas para que no se corten */
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        letter-spacing: 1px;
        text-align: center;
    }

    /* El Casete en los móviles */
    .hero {
        min-height: auto; /* Reducimos la altura del bloque principal */
        padding-top: 10px;
    }

    .cassette-frame {
        padding: 10px;
        border-width: 2px;
        border-radius: 10px;
    }

    .podcast-player-overlay {
        position: relative; /* En móviles deja de flotar sobre el casete para que se pueda leer todo */
        bottom: 0;
        left: 0;
        transform: none;
        width: 100%;
        margin-top: 15px;
        background: rgba(5, 1, 12, 0.95);
        padding: 14px;
    }
    
    .podcast-player-overlay h2 {
        font-size: 0.65rem;
    }

    .track-info p {
        font-size: 0.8rem;
    }

    .btn-play,
    .btn-ivoox {
        width: 100%;
        max-width: 320px;
        margin-inline: auto;
    }

    /* Rejilla de noticias: Pasa a ser de 1 sola columna pura */
    .card-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .news-card {
        padding: 15px;
    }

  /* Sección de episodios de Podcast individuales en Móvil */
    .episode-card {
        flex-direction: column; /* Rompe la fila y obliga a apilar en columna */
        align-items: center;    /* Centra la foto y el texto en el móvil */
        text-align: center;     /* Centra los textos para que quede más estético */
        padding: 20px;          /* Le da un poco de aire por dentro a la caja */
        gap: 20px;              /* Separa la imagen del texto que viene abajo */
    }

    .episode-details h2 {
        font-size: 1.25rem;
    }

    .episode-img-container {
        width: 100%;            /* La carátula del episodio ocupa el ancho disponible */
        max-width: 240px;       /* Le ponemos un tope para que la foto no se vea gigante */
        height: auto;
        aspect-ratio: 1 / 1;    /* Forzamos a que siga siendo un cuadrado perfecto */
    }

    .episode-details {
        width: 100%;            /* El contenedor del texto ahora aprovecha todo el ancho del móvil */
    }

    .episode-description {
        font-size: 0.95rem;
        line-height: 1.5;
        text-align: left;
    }

    .analog-player {
        margin: 20px auto;
        padding: 12px;
    }

    .analog-player__header {
        flex-direction: column;
        gap: 6px;
    }

    .analog-player__face {
        grid-template-columns: 44px 1fr 44px;
        gap: 8px;
        min-height: 62px;
    }

    .analog-player__reel {
        width: 44px;
    }

    .analog-player__window {
        font-size: 0.42rem;
        padding: 6px;
    }

    .analog-player__controls {
        grid-template-columns: 1fr;
    }

    .analog-player__button {
        font-size: 0.56rem;
        line-height: 1.4;
        text-align: center;
    }

    .analog-player__link {
        font-size: 0.56rem;
        line-height: 1.4;
        padding: 0 12px;
        text-align: center;
    }

    .winamp-player {
        margin: 20px auto;
    }

    .winamp-display {
        flex-direction: column;
        gap: 10px;
        text-align: left;
    }

    .winamp-time {
        align-self: flex-start;
    }

    .winamp-controls {
        grid-template-columns: 1fr;
    }

    .welcome-text-section {
        margin-top: 30px;
        padding: 18px;
    }

    .welcome-text-section h2 {
        font-size: 0.9rem;
        letter-spacing: 1px;
        text-align: center;
    }

    .welcome-text-section p {
        font-size: 1rem;
        text-align: left;
    }

    /* Muro de artistas */
    .artist-wall {
        gap: 10px;
    }

    .artist-badge {
        padding: 10px 15px;
        font-size: 0.6rem;
        width: 100%; /* Cada artista ocupa una línea completa para facilitar el clic táctil */
        text-align: center;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
    }

    .background-grid,
    .background-grid::before {
        animation: none !important;
    }

    header .logo {
        animation: none !important;
    }

    header .logo::before,
    header .logo::after {
        display: none;
    }
}
 /* ==========================================================================
   SISTEMA DE PARPADEO CON RESPLANDOR NEÓN REAL (PC Y MÓVIL)
   ========================================================================== */

/* --- ASIGNACIÓN DE FRECUENCIAS --- */
.neon-sign-box .sign-flicker-pink {
    animation: break-pink-glow 4.5s linear infinite !important;
    will-change: opacity, color, text-shadow;
}
.neon-sign-box .sign-flicker-amber {
    animation: break-amber-glow 4.8s linear infinite !important;
    will-change: opacity, color, text-shadow;
}
.neon-sign-box .sign-flicker-blue {
    animation: break-blue-glow 5.2s linear infinite !important;
    will-change: opacity, color, text-shadow;
}

/* --- KEYFRAMES CON EFECTO TUBO DE NEÓN ENCENDIDO/APAGADO --- */

/* 1. Resplandor Rosa ("SECCIÓN") */
@keyframes break-pink-glow {
    0%, 62%, 67%, 100% { 
        opacity: 1; 
        color: #ff2f98;
        text-shadow: 
            0 0 1px #ff007f,
            0 0 5px rgba(255, 0, 128, 0.7),
            0 0 12px rgba(255, 0, 128, 0.35);
    }
    64%, 66% { 
        opacity: 0.68; 
        text-shadow: 0 0 1px rgba(255, 0, 128, 0.45);
        color: #9a1454;
    }
}

/* 2. Resplandor Azul ("EN OBRAS") */
@keyframes break-blue-glow {
    0%, 38%, 45%, 52%, 100% { 
        opacity: 1; 
        color: #35f7ff;
        text-shadow: 
            0 0 1px #00f2fe,
            0 0 5px rgba(0, 242, 254, 0.7),
            0 0 12px rgba(0, 242, 254, 0.35);
    }
    40%, 48% { 
        opacity: 0.38; 
        text-shadow: 0 0 1px rgba(0, 242, 254, 0.25);
        color: #0b5458;
    }
}

/* 3. Resplandor Ámbar ("ACCESO RESTRINGIDO...") */
@keyframes break-amber-glow {
    0%, 58%, 65%, 72%, 100% { 
        opacity: 1; 
        color: #ffad2f;
        text-shadow: 
            0 0 1px #ff9900,
            0 0 5px rgba(255, 153, 0, 0.65),
            0 0 10px rgba(255, 153, 0, 0.28);
    }
    61%, 68% { 
        opacity: 0.42; 
        text-shadow: 0 0 1px rgba(255, 153, 0, 0.25);
        color: #6f4308;
    }
}

/* ==========================================================================
   REPRODUCTOR Y MODO RENDIMIENTO 20260705
   ========================================================================== */

.analog-player {
    display: block;
    isolation: isolate;
}

.analog-player__face,
.analog-player__controls,
.analog-player__embed {
    width: 100%;
}

.analog-player__embed[hidden] {
    display: none;
}

.analog-player__button {
    appearance: none;
}

@media screen and (min-width: 993px) {
    body::before,
    body::after,
    header .logo::before,
    header .logo::after {
        display: none !important;
        animation: none !important;
    }

    .background-grid {
        background-color: #05010c;
        background-image:
            linear-gradient(rgba(5, 1, 12, 0.48), rgba(5, 1, 12, 0.72)),
            radial-gradient(circle at 50% 16%, rgba(255, 0, 128, 0.22), transparent 30%),
            linear-gradient(180deg, #1e003a 0%, #140021 34%, #05010c 72%);
        opacity: 1;
    }

    .background-grid::before {
        display: block !important;
        content: "";
        position: absolute;
        left: -8%;
        right: -8%;
        bottom: -24%;
        height: 78%;
        background-image:
            linear-gradient(90deg, rgba(0, 242, 254, 0.26) 1px, transparent 1px),
            linear-gradient(0deg, rgba(255, 0, 128, 0.22) 1px, transparent 1px);
        background-size: 72px 100%, 100% 42px;
        transform: perspective(440px) rotateX(62deg);
        transform-origin: bottom center;
        opacity: 0.72;
        animation: none !important;
        will-change: auto;
        box-shadow: none;
    }

    .background-grid::after {
        display: block !important;
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 50%;
        background:
            linear-gradient(0deg, rgba(255, 0, 128, 0.16), transparent 70%),
            radial-gradient(ellipse at 50% 100%, rgba(0, 242, 254, 0.18), transparent 58%);
        opacity: 0.78;
        animation: none !important;
    }

    header,
    .cassette-frame,
    .episode-card,
    .news-card,
    .under-construction-container,
    .neon-sign-box,
    .analog-player {
        box-shadow: 0 0 10px rgba(0, 242, 254, 0.1) !important;
    }

    .episode-card,
    .news-card {
        content-visibility: auto;
        contain-intrinsic-size: 420px;
        transition: border-color 0.18s ease, box-shadow 0.18s ease;
    }

    .episode-card:hover,
    .episode-card:nth-child(even):hover,
    .news-card:hover {
        transform: none !important;
        box-shadow: 0 0 10px rgba(0, 242, 254, 0.14) !important;
    }

    .cassette-frame,
    .cassette-image,
    .episode-img-container img,
    .news-card img {
        transform: translateZ(0);
    }

    .neon-sign-box .sign-flicker-pink,
    .neon-sign-box .sign-flicker-amber,
    .neon-sign-box .sign-flicker-blue {
        will-change: auto;
    }
}

/* ==========================================================================
   INICIO - CABINA DE TRANSMISION
   ========================================================================== */

.home-main {
    display: grid;
    gap: 28px;
}

.home-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.78fr);
    gap: clamp(24px, 5vw, 54px);
    align-items: center;
    min-height: clamp(520px, 68vh, 680px);
    padding: 28px 0 10px;
}

.home-hero__content {
    display: grid;
    gap: 18px;
    align-content: center;
}

.home-kicker {
    margin: 0;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.62rem;
    line-height: 1.6;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.55);
}

.home-title {
    margin: 0;
    font-size: clamp(1.65rem, 4vw, 3.2rem);
    line-height: 1.25;
}

.home-lead {
    max-width: 620px;
    margin: 0;
    color: #f0f0f5;
    font-size: clamp(1.12rem, 2vw, 1.35rem);
    line-height: 1.5;
}

.transmission-panel {
    width: min(100%, 560px);
    margin-top: 6px;
    padding: 16px;
    border: 2px solid rgba(255, 0, 128, 0.62);
    border-radius: 8px;
    background:
        linear-gradient(90deg, rgba(255, 0, 128, 0.12), rgba(0, 242, 254, 0.08)),
        rgba(5, 1, 12, 0.86);
    box-shadow: 0 0 16px rgba(255, 0, 128, 0.14);
}

.transmission-panel__header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.54rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.55);
}

.transmission-panel__header span:last-child {
    color: var(--pink);
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.58);
}

.transmission-panel__track {
    justify-content: flex-start;
    margin-bottom: 14px;
    padding: 12px;
    border: 1px solid rgba(0, 242, 254, 0.28);
    background: rgba(0, 0, 0, 0.22);
}

.transmission-panel__track p {
    color: #fff;
    font-weight: 700;
}

.home-cassette {
    width: min(100%, 470px);
    justify-self: end;
    padding: 14px;
    border-radius: 10px;
}

.home-cassette .cassette-image {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.frequency-strip {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 10px 12px;
    border-block: 1px solid rgba(0, 242, 254, 0.32);
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.55rem;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.48);
}

.frequency-strip span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.frequency-strip span:not(:last-child)::after {
    content: "//";
    color: var(--pink);
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.48);
}

.home-main .welcome-text-section {
    margin-top: 18px;
}

@media screen and (max-width: 860px) {
    .home-hero {
        grid-template-columns: 1fr;
        min-height: auto;
        padding-top: 18px;
    }

    .home-hero__content {
        order: 2;
    }

    .home-cassette {
        order: 1;
        justify-self: center;
        width: min(100%, 420px);
    }
}

@media screen and (max-width: 600px) {
    .home-hero {
        gap: 20px;
    }

    .home-kicker,
    .home-title,
    .home-lead {
        text-align: center;
    }

    .transmission-panel {
        padding: 14px;
    }

    .transmission-panel__header {
        flex-direction: column;
        gap: 4px;
        text-align: center;
    }

    .transmission-panel__track {
        align-items: flex-start;
        text-align: left;
    }

    .frequency-strip {
        font-size: 0.48rem;
    }
}

/* ==========================================================================
   INICIO - PORTADA APAISADA SUPERIOR
   ========================================================================== */

.home-cover {
    width: min(100%, 1040px);
    margin: 28px auto 4px;
    padding: 12px;
    border: 2px solid rgba(0, 242, 254, 0.58);
    border-radius: 10px;
    background: rgba(5, 1, 12, 0.76);
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.14);
}

.home-cover__image {
    display: block;
    width: 100%;
    aspect-ratio: 1983 / 793;
    height: auto;
    max-height: min(48vh, 420px);
    object-fit: cover;
    border-radius: 6px;
}

.home-main .home-hero {
    grid-template-columns: 1fr;
    justify-items: center;
    min-height: auto;
    padding: 18px 0 0;
}

.home-main .home-hero__content {
    width: min(100%, 760px);
    text-align: center;
    justify-items: center;
}

.home-main .home-lead {
    max-width: 720px;
}

.home-main .transmission-panel {
    width: min(100%, 620px);
    text-align: left;
}

.home-main .transmission-panel .btn-play {
    display: flex;
    width: fit-content;
    margin-inline: auto;
}

@media screen and (max-width: 860px) {
    .home-cover {
        margin-top: 20px;
        padding: 8px;
    }

    .home-cover__image {
        max-height: none;
    }

    .home-main .home-hero__content {
        order: initial;
    }
}

@media screen and (max-width: 600px) {
    .home-cover {
        width: 100%;
        margin-top: 16px;
        padding: 6px;
        border-radius: 8px;
    }

    .home-cover__image {
        border-radius: 5px;
    }

    .home-main .home-hero {
        padding-top: 10px;
    }

    .home-main .transmission-panel {
        text-align: left;
    }
}

/* ==========================================================================
   NOTICIAS - RADAR DE LA RED
   ========================================================================== */

.news-radar-page {
    display: grid;
    gap: 22px;
}

.news-radar-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(270px, 0.75fr);
    gap: 22px;
    align-items: stretch;
}

.radar-feature,
.radar-panel,
.radar-ticker,
.radar-news-card {
    border-radius: 8px;
    background: rgba(5, 1, 12, 0.84);
    border: 2px solid rgba(0, 242, 254, 0.42);
    box-shadow: 0 0 14px rgba(0, 242, 254, 0.12);
}

.radar-feature {
    display: grid;
    grid-template-columns: minmax(240px, 320px) minmax(0, 1fr);
    overflow: hidden;
    min-height: 340px;
}

.radar-feature img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.radar-feature img.radar-feature__poster {
    object-fit: contain;
    object-position: center center;
    background: rgba(5, 1, 12, 0.94);
}

.radar-feature__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    padding: 24px;
}

.radar-kicker {
    margin: 0;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.52rem;
    line-height: 1.55;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.55);
}

.radar-feature h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(1rem, 2vw, 1.45rem);
    line-height: 1.35;
}

.radar-feature p:not(.radar-kicker),
.radar-news-card p:not(.radar-kicker) {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.48;
}

.radar-feature__link {
    width: fit-content;
    margin-top: 4px;
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.52rem;
    line-height: 1.5;
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.58);
}

.radar-feature__link:hover {
    color: var(--pink);
    text-shadow: 0 0 5px rgba(255, 0, 128, 0.62);
}

.radar-panel {
    display: grid;
    gap: 14px;
    padding: 18px;
    border-color: rgba(255, 0, 128, 0.52);
    box-shadow: 0 0 14px rgba(255, 0, 128, 0.12);
}

.radar-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.52rem;
    line-height: 1.5;
}

.radar-panel__top strong {
    color: var(--pink);
    font-weight: 700;
}

.radar-screen {
    position: relative;
    width: min(100%, 210px);
    aspect-ratio: 1;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid rgba(0, 242, 254, 0.72);
    border-radius: 50%;
    background:
        radial-gradient(circle at center, rgba(0, 242, 254, 0.24) 0 2px, transparent 3px),
        radial-gradient(circle at center, transparent 0 31%, rgba(0, 242, 254, 0.22) 32% 33%, transparent 34%),
        radial-gradient(circle at center, transparent 0 61%, rgba(255, 0, 128, 0.22) 62% 63%, transparent 64%),
        linear-gradient(90deg, transparent 49.5%, rgba(0, 242, 254, 0.25) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(0, 242, 254, 0.25) 50%, transparent 50.5%),
        #05010c;
    box-shadow: inset 0 0 22px rgba(0, 242, 254, 0.18), 0 0 14px rgba(0, 242, 254, 0.18);
}

.radar-screen__sweep {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 43%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 242, 254, 0.92), transparent);
    transform: rotate(-28deg);
    transform-origin: left center;
    box-shadow: 0 0 8px rgba(0, 242, 254, 0.62);
}

.radar-screen__dot {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ffad2f;
    box-shadow: 0 0 8px rgba(255, 173, 47, 0.75);
}

.radar-screen__dot--one { left: 61%; top: 28%; }
.radar-screen__dot--two { left: 32%; top: 58%; }
.radar-screen__dot--three { left: 68%; top: 66%; }

.radar-list {
    display: grid;
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.radar-list li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 242, 254, 0.18);
    color: #fff;
    font-weight: 700;
}

.radar-list strong {
    color: #ffad2f;
    font-size: 0.82rem;
}

.radar-ticker {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 12px;
    padding: 10px 12px;
    border-block: 1px solid rgba(0, 242, 254, 0.32);
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.55rem;
    line-height: 1.6;
    text-align: center;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.48);
}

.radar-ticker span {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.radar-ticker span:not(:last-child)::after {
    content: "//";
    color: var(--pink);
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.48);
}

.radar-news-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.radar-news-card {
    display: grid;
    grid-template-columns: 145px minmax(0, 1fr);
    min-height: 150px;
    overflow: hidden;
}

.radar-news-card img {
    width: 145px;
    height: 150px;
    object-fit: cover;
    display: block;
}

.radar-news-card > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding: 16px;
}

.radar-news-card h3 {
    margin: 0;
    color: #fff;
    font-size: 0.82rem;
    line-height: 1.42;
}

@media screen and (max-width: 860px) {
    .news-radar-layout,
    .radar-feature,
    .radar-news-grid,
    .radar-news-card {
        grid-template-columns: 1fr;
    }

    .radar-feature img {
        height: 220px;
        min-height: 220px;
    }

    .radar-feature img.radar-feature__poster {
        height: 360px;
        min-height: 360px;
        object-position: center center;
    }

    .radar-screen {
        width: min(100%, 190px);
    }

    .radar-news-card img {
        width: 100%;
        height: 170px;
    }
}

@media screen and (max-width: 600px) {
    .news-radar-page {
        gap: 18px;
    }

    .radar-feature img {
        height: 180px;
        min-height: 180px;
    }

    .radar-feature img.radar-feature__poster {
        height: 330px;
        min-height: 330px;
        object-position: center center;
    }

    .radar-feature__body,
    .radar-panel,
    .radar-news-card > div {
        padding: 14px;
    }

    .radar-screen {
        width: min(100%, 170px);
    }

    .radar-ticker {
        font-size: 0.46rem;
        text-align: left;
    }

    .radar-news-card img {
        height: 150px;
    }
}

/* ==========================================================================
   PODCAST - PROXIMAS TRANSMISIONES
   ========================================================================== */

.upcoming-transmissions {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 2px solid rgba(0, 242, 254, 0.42);
    border-radius: 8px;
    background: rgba(5, 1, 12, 0.78);
    box-shadow: 0 0 14px rgba(0, 242, 254, 0.1);
}

.upcoming-header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 242, 254, 0.22);
}

.upcoming-header__label,
.upcoming-header__status,
.upcoming-card__episode {
    font-family: 'Press Start 2P', cursive;
    line-height: 1.5;
}

.upcoming-header__label {
    color: var(--cyan);
    font-size: 0.68rem;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.55);
}

.upcoming-header__status {
    color: #ffad2f;
    font-size: 0.5rem;
    text-align: right;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.5);
}

.upcoming-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 380px));
    justify-content: center;
    gap: 16px;
}

.upcoming-card {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 14px;
    min-height: 178px;
    padding: 14px;
    border: 1px solid rgba(0, 242, 254, 0.3);
    border-radius: 8px;
    background: rgba(9, 7, 19, 0.82);
}

.upcoming-card:nth-child(2) {
    border-color: rgba(255, 0, 128, 0.34);
}

.upcoming-card--classified {
    border-color: rgba(255, 173, 47, 0.36);
    background:
        repeating-linear-gradient(135deg, rgba(255, 173, 47, 0.04) 0 8px, transparent 8px 16px),
        rgba(9, 7, 19, 0.86);
}

.upcoming-card__thumb {
    width: 92px;
    height: 92px;
    align-self: start;
    overflow: hidden;
    border: 1px solid rgba(0, 242, 254, 0.4);
    border-radius: 6px;
    background: #05010c;
}

.upcoming-card__thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.upcoming-card__thumb--signal,
.upcoming-card__thumb--classified {
    display: grid;
    place-items: center;
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 1rem;
    text-shadow: 0 0 6px rgba(0, 242, 254, 0.62);
    background:
        radial-gradient(circle at center, rgba(0, 242, 254, 0.16), transparent 58%),
        linear-gradient(135deg, rgba(0, 242, 254, 0.12), rgba(255, 0, 128, 0.1)),
        #05010c;
}

.upcoming-card__thumb--classified {
    color: #ffad2f;
    border-color: rgba(255, 173, 47, 0.44);
    text-shadow: 0 0 6px rgba(255, 173, 47, 0.64);
    background:
        radial-gradient(circle at center, rgba(255, 173, 47, 0.14), transparent 58%),
        repeating-linear-gradient(90deg, rgba(255, 173, 47, 0.08) 0 2px, transparent 2px 8px),
        #05010c;
}

.upcoming-card__body {
    display: grid;
    gap: 8px;
    align-content: start;
}

.upcoming-card__episode {
    color: var(--pink);
    font-size: 0.5rem;
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.55);
}

.upcoming-card h2 {
    margin: 0;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.05rem;
    line-height: 1.15;
}

.upcoming-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.35;
}

.upcoming-card strong {
    align-self: end;
    color: #ffad2f;
    font-size: 0.78rem;
    line-height: 1.2;
}

@media screen and (max-width: 992px) {
    .upcoming-grid {
        grid-template-columns: 1fr;
    }

    .upcoming-card {
        min-height: 0;
    }
}

@media screen and (max-width: 600px) {
    .upcoming-transmissions {
        padding: 16px;
    }

    .upcoming-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .upcoming-header__status {
        text-align: left;
    }

    .upcoming-card {
        grid-template-columns: 76px minmax(0, 1fr);
        gap: 12px;
        padding: 12px;
    }

    .upcoming-card__thumb {
        width: 76px;
        height: 76px;
    }
}

/* ==========================================================================
   PODCAST - EPISODIO PRINCIPAL DESTACADO
   ========================================================================== */

.featured-episode {
    display: grid;
    gap: 22px;
    align-items: stretch;
    padding: 22px;
}

.featured-episode__hero {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
    gap: 24px;
    align-items: stretch;
}

.featured-episode__art {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 2px solid rgba(0, 242, 254, 0.58);
    border-radius: 8px;
    background: #05010c;
    box-shadow: 0 0 18px rgba(0, 242, 254, 0.16);
}

.featured-episode__art img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-episode__status {
    position: absolute;
    left: 14px;
    bottom: 14px;
    padding: 8px 10px;
    border: 1px solid rgba(255, 0, 128, 0.72);
    background: rgba(5, 1, 12, 0.82);
    color: var(--pink);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.52rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.65);
}

.featured-episode__panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}

.featured-episode__panel h2 {
    margin: 0 0 14px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: clamp(1.55rem, 3vw, 2.15rem);
    line-height: 1.12;
}

.featured-episode__intro {
    margin: 0 0 16px;
    color: #f0f0f5;
    font-size: 1.08rem;
    line-height: 1.5;
}

.episode-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 18px;
}

.episode-meta div {
    min-width: 0;
    padding: 10px;
    border: 1px solid rgba(0, 242, 254, 0.24);
    background: rgba(0, 0, 0, 0.18);
}

.episode-meta dt {
    margin: 0 0 5px;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.46rem;
    line-height: 1.45;
}

.episode-meta dd {
    margin: 0;
    color: var(--cyan);
    font-weight: 700;
    font-size: 0.88rem;
    line-height: 1.2;
}

.featured-episode .analog-player {
    width: 100%;
    margin: 0;
}

.episode-notes {
    padding: 18px;
    border: 1px solid rgba(255, 0, 128, 0.28);
    border-radius: 8px;
    background: rgba(5, 1, 12, 0.48);
}

.episode-notes h3 {
    margin: 0 0 12px;
    color: var(--pink);
    font-size: 0.76rem;
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.55);
}

.episode-notes .episode-description {
    margin: 0;
}

.episode-compact-playlist {
    margin-top: 14px;
    padding: 12px;
    border: 1px solid rgba(255, 173, 47, 0.34);
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.2);
}

.episode-compact-playlist summary {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    cursor: pointer;
    list-style: none;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.48rem;
    line-height: 1.5;
    text-transform: uppercase;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.58);
}

.episode-compact-playlist summary::-webkit-details-marker {
    display: none;
}

.episode-compact-playlist summary::after {
    content: "+";
    color: var(--pink);
    font-size: 0.72rem;
    text-shadow: 0 0 5px rgba(255, 0, 128, 0.62);
}

.episode-compact-playlist[open] summary {
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 173, 47, 0.24);
}

.episode-compact-playlist[open] summary::after {
    content: "-";
}

.episode-compact-playlist summary strong {
    color: var(--cyan);
    font-weight: 700;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.48);
}

.episode-archive {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 2px solid rgba(255, 0, 128, 0.28);
    border-radius: 8px;
    background: rgba(5, 1, 12, 0.62);
}

.episode-archive__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(255, 0, 128, 0.22);
}

.episode-archive__header span {
    color: var(--pink);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.62rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.55);
}

.episode-archive-card {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 18px;
    align-items: center;
    padding: 14px;
    border: 1px solid rgba(0, 242, 254, 0.24);
    border-radius: 8px;
    background: rgba(9, 7, 19, 0.82);
}

.episode-archive-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid rgba(0, 242, 254, 0.34);
}

.episode-archive-card__body {
    display: grid;
    gap: 8px;
}

.episode-archive-card__episode {
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.55);
}

.episode-archive-card h2 {
    margin: 0;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.28rem;
    line-height: 1.15;
}

.episode-archive-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.98rem;
    line-height: 1.42;
}

.episode-archive-card__link {
    width: fit-content;
    margin-top: 4px;
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.54rem;
    line-height: 1.4;
    text-decoration: none;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.52);
}

.episode-archive-card__link:hover {
    color: var(--cyan);
    text-shadow: 0 0 5px rgba(0, 242, 254, 0.62);
}

.episode-playlists {
    display: grid;
    gap: 18px;
    padding: 22px;
    border: 2px solid rgba(0, 242, 254, 0.36);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(0, 242, 254, 0.08), rgba(255, 0, 128, 0.06)),
        rgba(5, 1, 12, 0.74);
    box-shadow: 0 0 14px rgba(0, 242, 254, 0.1);
}

.episode-playlists__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(0, 242, 254, 0.22);
}

.episode-playlists__header span {
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.62rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(0, 242, 254, 0.55);
}

.playlist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
}

.playlist-card {
    display: grid;
    gap: 12px;
    padding: 16px;
    border: 1px solid rgba(255, 0, 128, 0.28);
    border-radius: 8px;
    background: rgba(9, 7, 19, 0.84);
}

.playlist-card__episode {
    color: var(--pink);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.5rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(255, 0, 128, 0.55);
}

.playlist-card h2 {
    margin: 0;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
    font-size: 1.22rem;
    line-height: 1.15;
}

.playlist-card p {
    margin: 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.4;
}

.playlist-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.playlist-tags span {
    padding: 6px 8px;
    border: 1px solid rgba(0, 242, 254, 0.24);
    color: var(--cyan);
    font-family: 'Press Start 2P', cursive;
    font-size: 0.44rem;
    line-height: 1.35;
    text-shadow: 0 0 3px rgba(0, 242, 254, 0.48);
}

.playlist-tracklist {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: track-counter;
}

.playlist-tracklist li {
    counter-increment: track-counter;
    display: grid;
    grid-template-columns: auto minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 10px;
    align-items: center;
    padding: 9px 10px;
    border: 1px solid rgba(0, 242, 254, 0.18);
    background: rgba(0, 0, 0, 0.18);
}

.playlist-tracklist li::before {
    content: counter(track-counter, decimal-leading-zero);
    color: #ffad2f;
    font-family: 'Press Start 2P', cursive;
    font-size: 0.44rem;
    line-height: 1.3;
    text-shadow: 0 0 4px rgba(255, 173, 47, 0.48);
}

.playlist-tracklist span {
    min-width: 0;
    color: var(--cyan);
    font-weight: 700;
    line-height: 1.25;
}

.playlist-tracklist strong {
    min-width: 0;
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
}

.playlist-tracklist--compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 6px;
}

.playlist-tracklist--compact li {
    grid-template-columns: auto minmax(0, 0.85fr) minmax(0, 1fr);
    gap: 7px;
    padding: 6px 8px;
    font-size: 0.82rem;
}

.playlist-tracklist--compact li::before {
    font-size: 0.34rem;
}

.episode-archive-card .episode-compact-playlist {
    margin-top: 6px;
}

@media screen and (max-width: 992px) {
    .featured-episode__hero {
        grid-template-columns: 1fr;
    }

    .featured-episode__art {
        min-height: auto;
        height: 72vw;
        min-height: 260px;
        max-height: 420px;
        aspect-ratio: auto;
    }

    .featured-episode__art img {
        display: block;
        width: 100%;
        height: 100%;
        min-height: 100%;
        object-fit: cover;
        opacity: 1;
        visibility: visible;
    }

    .featured-episode__panel {
        justify-content: start;
    }

    .episode-archive-card {
        grid-template-columns: 112px minmax(0, 1fr);
    }

    .episode-archive-card img {
        width: 112px;
        height: 112px;
    }

    .playlist-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 600px) {
    .featured-episode {
        padding: 16px;
        gap: 16px;
    }

    .featured-episode__hero {
        gap: 16px;
    }

    .featured-episode__art {
        height: 82vw;
        min-height: 230px;
        max-height: 340px;
    }

    .featured-episode__panel h2 {
        font-size: 1.35rem;
        text-align: left;
    }

    .featured-episode__intro {
        font-size: 1rem;
        text-align: left;
    }

    .episode-meta {
        grid-template-columns: 1fr;
    }

    .episode-notes {
        padding: 14px;
    }

    .episode-compact-playlist summary {
        align-items: flex-start;
        gap: 8px;
    }

    .episode-archive {
        padding: 16px;
    }

    .episode-archive__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .episode-archive-card {
        grid-template-columns: 1fr;
    }

    .episode-archive-card img {
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .episode-playlists {
        padding: 16px;
    }

    .episode-playlists__header {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .playlist-tracklist li {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .playlist-tracklist--compact {
        grid-template-columns: 1fr;
    }

    .playlist-tracklist strong {
        grid-column: 2;
    }
}
