:root {
  --bg: #0a0908;
  --card: #100f0e;
  --card-alt: #131110;
  --border: #1c1917;
  --border-soft: #26221f;
  --text: #f6f4f1;
  --text-dim: #a8a099;
  --text-dimmer: #8a827b;
  --text-faint: #7d766f;
  --text-faintest: #6d665f;
  --accent: #ff7a1a;
  --accent-hover: #ff9440;
  --placeholder: repeating-linear-gradient(135deg, #211d1a 0 14px, #191615 14px 28px);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { background: var(--bg); }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  color: var(--text);
  min-height: 100vh;
  padding-bottom: 132px;
}
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { background: #2a2725; border-radius: 8px; }
::-webkit-scrollbar-track { background: transparent; }
input, button, textarea { font-family: inherit; }
button { cursor: pointer; }

@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: .35; } }
.pulse-dot {
  width: 7px; height: 7px; border-radius: 50%; background: var(--accent);
  animation: pulse 1.6s ease-in-out infinite; flex-shrink: 0;
}

/* ---- Header ---- */
.site-header {
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  padding: 20px 40px; border-bottom: 1px solid var(--border); position: sticky; top: 0;
  background: rgba(10, 9, 8, .92); backdrop-filter: blur(12px); z-index: 30;
}
.brand { display: flex; align-items: center; gap: 14px; }
.brand-logo { width: 30px; height: 30px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; }
.brand-logo span { width: 9px; height: 9px; border-radius: 50%; background: var(--bg); }
.brand-name { font-size: 17px; font-weight: 700; letter-spacing: -0.02em; }
.brand-freq {
  font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-dimmer);
  padding-left: 14px; border-left: 1px solid var(--border-soft);
}
/* ---- Nav toggle (hamburguesa siempre visible, escritorio y móvil) ---- */
.nav-toggle {
  display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 5px;
  width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--border-soft);
  background: var(--bg); flex-shrink: 0; position: fixed; top: 20px; right: 40px; z-index: 50;
}
.nav-toggle span { width: 18px; height: 2px; background: var(--text); border-radius: 2px; transition: transform .25s ease, opacity .25s ease; }
.nav-toggle:hover { border-color: var(--accent); }
.nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---- Menú lateral deslizante (siempre, escritorio y móvil) ---- */
.site-nav {
  position: fixed; top: 0; right: 0; height: 100vh; width: 280px; max-width: 82vw;
  background: var(--card); border-left: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: flex-start; gap: 4px; padding: 90px 28px 28px;
  transform: translateX(100%); transition: transform .3s ease; z-index: 45;
  font-size: 16px; color: var(--text-dim);
  overflow-y: auto; -webkit-overflow-scrolling: touch;
}
.site-nav.open { transform: translateX(0); }
.site-nav a { color: inherit; width: 100%; padding: 14px 0; border-bottom: 1px solid var(--border-soft); }
.site-nav a:hover { color: var(--text); }
.nav-overlay {
  display: block; position: fixed; inset: 0; background: rgba(10,9,8,.65);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s; z-index: 40;
}
.nav-overlay.open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .3s ease, visibility 0s linear 0s;
}

/* ---- Hero carousel ---- */
.hero-wrap { padding: 28px 40px 0; }
.hero { position: relative; overflow: hidden; border-radius: 20px; background: var(--card-alt); }
.hero-track { display: flex; transition: transform .55s cubic-bezier(.22, .61, .36, 1); }
.hero-slide { min-width: 100%; position: relative; aspect-ratio: 32 / 11; }
.hero-slide .art { position: absolute; inset: 0; background: var(--placeholder); }
.hero-slide .art-label {
  position: absolute; right: 24px; bottom: 18px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .14em; color: #4d4641; text-transform: uppercase; z-index: 2;
}
.hero-slide .fade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,9,8,.94) 0%, rgba(10,9,8,.7) 42%, rgba(10,9,8,0) 78%); }
.hero-slide .info { position: absolute; left: 44px; top: 50%; transform: translateY(-50%); max-width: 46%; }
.hero-slide .meta { display: flex; align-items: center; gap: 9px; margin-bottom: 16px; }
.hero-slide .status { font-size: 10px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 700; }
.hero-slide .time { font-size: 10px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-faint); }
.hero-slide h2 { margin: 0 0 12px; font-size: 44px; line-height: 1.02; font-weight: 700; letter-spacing: -0.035em; text-wrap: pretty; }
.hero-slide p { margin: 0; font-size: 15px; line-height: 1.5; color: var(--text-dim); text-wrap: pretty; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid #332e2a; background: rgba(10,9,8,.6); color: var(--text); font-size: 15px; line-height: 1;
}
.hero-arrow:hover { background: var(--accent); border-color: var(--accent); color: var(--bg); }
.hero-arrow.prev { right: 64px; }
.hero-arrow.next { right: 16px; }
.hero-dots { position: absolute; left: 44px; bottom: 24px; display: flex; gap: 7px; }
.hero-dots button { height: 4px; border-radius: 4px; border: 0; padding: 0; background: #3a3430; }
.hero-dots button:hover { background: #6b625b; }
.hero-dots button.active { width: 26px; background: var(--accent); }
.hero-dots button:not(.active) { width: 10px; }

/* ---- Live section ---- */
.live-section { padding: 34px 40px 0; }
.live-panel {
  display: grid; grid-template-columns: minmax(300px, 380px) 1fr; gap: 44px; align-items: center;
  background: var(--card); border: 1px solid var(--border); border-radius: 22px; padding: 34px;
}
.live-art { position: relative; width: 100%; aspect-ratio: 1 / 1; border-radius: 26px; overflow: hidden; background: var(--placeholder); }
.live-art .art-label {
  position: absolute; left: 0; right: 0; bottom: 20px; text-align: center;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 11px; letter-spacing: .16em;
  color: #544b45; text-transform: uppercase;
}
.live-art .badge-live {
  position: absolute; left: 18px; top: 18px; display: flex; align-items: center; gap: 8px;
  background: rgba(10,9,8,.78); border-radius: 999px; padding: 7px 13px;
}
.live-art .badge-live span.label { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; font-weight: 700; }

.live-info .eyebrow { font-size: 11px; letter-spacing: .22em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 14px; }
.live-info h1 { margin: 0 0 10px; font-size: 52px; line-height: 1; font-weight: 700; letter-spacing: -0.04em; }
.live-info .host { margin: 0 0 6px; font-size: 17px; color: #c2bab3; }
.live-info .track { margin: 0 0 30px; font-size: 14px; color: var(--text-faint); }
.live-controls { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.live-play-btn {
  display: flex; align-items: center; justify-content: center; gap: 12px; height: 60px; padding: 0 34px;
  border-radius: 999px; border: 0; background: var(--accent); color: var(--bg); font-size: 15px; font-weight: 700; letter-spacing: .02em;
}
.live-play-btn:hover { background: var(--accent-hover); }
.live-play-btn:disabled { opacity: .5; cursor: not-allowed; }
.listeners { display: flex; align-items: center; gap: 9px; font-size: 13px; color: var(--text-dimmer); }
.listeners .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* ---- Chat ---- */
.chat-section { padding: 34px 40px 0; }
.chat-panel { border: 1px solid var(--border); border-radius: 22px; background: var(--card); overflow: hidden; }
.chat-head { display: flex; align-items: center; justify-content: space-between; padding: 20px 26px; border-bottom: 1px solid var(--border); }
.chat-head .title { display: flex; align-items: center; gap: 12px; font-size: 15px; font-weight: 700; letter-spacing: -0.01em; }
.chat-head .online { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); }
.chat-log { height: 340px; overflow-y: auto; padding: 22px 26px; display: flex; flex-direction: column; gap: 16px; }
.chat-msg { display: flex; gap: 13px; align-items: flex-start; }
.chat-avatar {
  width: 34px; height: 34px; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 700; flex-shrink: 0;
}
.chat-msg.op .chat-avatar { background: var(--accent); color: var(--bg); }
.chat-msg.user .chat-avatar { background: #1e1b19; color: var(--text-dim); }
.chat-body { max-width: 640px; }
.chat-meta { display: flex; align-items: baseline; gap: 10px; margin-bottom: 5px; }
.chat-msg.op .chat-name { font-size: 13px; font-weight: 700; color: var(--accent); }
.chat-msg.user .chat-name { font-size: 13px; font-weight: 700; color: #d3ccc5; }
.chat-tag-op {
  font-size: 9px; letter-spacing: .16em; text-transform: uppercase; color: var(--bg); background: var(--accent);
  border-radius: 4px; padding: 2px 6px; font-weight: 700;
}
.chat-time { font-size: 11px; color: var(--text-faintest); }
.chat-bubble { font-size: 14px; line-height: 1.55; border-radius: 4px 14px 14px 14px; padding: 11px 15px; text-wrap: pretty; word-break: break-word; }
.chat-msg.op .chat-bubble { color: #f0ece7; background: #1d1512; border: 1px solid #33231a; }
.chat-msg.user .chat-bubble { color: #cdc6bf; background: #161413; border: 1px solid #221f1d; }
.chat-form { display: flex; gap: 12px; padding: 18px 26px; border-top: 1px solid var(--border); background: #0d0c0b; flex-wrap: wrap; }
.chat-form input[type=text] {
  height: 48px; border-radius: 999px; border: 1px solid var(--border-soft); background: #141211; color: var(--text);
  padding: 0 20px; font-size: 14px; outline: none;
}
.chat-form input[type=text]:focus { border-color: var(--accent); }
.chat-name-input { width: 140px; flex-shrink: 0; }
.chat-message-wrap { position: relative; flex: 1; min-width: 160px; }
.chat-message-input { width: 100%; padding-right: 44px !important; }
.emoji-toggle {
  position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  width: 34px; height: 34px; border-radius: 50%; border: 0; background: transparent; font-size: 17px;
  display: flex; align-items: center; justify-content: center;
}
.emoji-toggle:hover { background: var(--border-soft); }
.emoji-panel {
  display: none; position: absolute; bottom: calc(100% + 10px); right: 0; z-index: 20;
  grid-template-columns: repeat(6, 1fr); gap: 4px; width: 236px; padding: 10px;
  background: var(--card); border: 1px solid var(--border); border-radius: 16px; box-shadow: 0 12px 30px rgba(0,0,0,.4);
}
.emoji-panel.open { display: grid; }
.emoji-option { border: 0; background: transparent; border-radius: 8px; font-size: 19px; padding: 5px; line-height: 1; }
.emoji-option:hover { background: var(--border-soft); }
.chat-send-btn { height: 48px; padding: 0 26px; border-radius: 999px; border: 0; background: var(--accent); color: var(--bg); font-size: 14px; font-weight: 700; }
.chat-send-btn:hover { background: var(--accent-hover); }
.chat-send-btn:disabled { opacity: .5; cursor: not-allowed; }
.chat-warning { width: 100%; font-size: 12px; color: #ff8a80; }

/* ---- Programs / Podcasts grid ---- */
.section-wrap { padding: 44px 40px 0; }
.section-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 24px; }
.section-head h2 { margin: 0; font-size: 26px; font-weight: 700; letter-spacing: -0.03em; }
.section-head .tag { font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: var(--text-faint); }
.podcast-groups { display: flex; flex-direction: column; gap: 40px; }
.podcast-group { scroll-margin-top: 96px; }
.podcast-group-title {
  font-size: 15px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 18px;
  padding-bottom: 10px; border-bottom: 1px solid var(--border-soft);
}

.program-card { cursor: pointer; }

.program-card .art { position: relative; width: 100%; aspect-ratio: 1/1; border-radius: 22px; overflow: hidden; background: var(--placeholder); transition: transform .25s ease; }
.program-card:hover .art { transform: translateY(-4px); }
.program-card .art-label {
  position: absolute; left: 14px; top: 14px; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 10px; letter-spacing: .14em; color: #544b45; text-transform: uppercase;
}
.program-card .meta { padding: 14px 4px 0; }
.program-card .p-title { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 5px; }
.program-card .p-host { font-size: 13px; color: var(--text-dimmer); }
.program-card .p-slot { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faintest); margin-top: 8px; }

/* ---- Programas en formato lista (imagen izquierda + texto derecha) ---- */
.programs-list { display: flex; flex-direction: column; gap: 14px; }
.programs-list .program-card {
  display: flex; align-items: center; gap: 20px; padding: 14px;
  background: var(--card); border: 1px solid var(--border); border-radius: 18px; transition: border-color .2s ease;
}
.programs-list .program-card:hover { border-color: var(--border-soft); }
.programs-list .program-card .art { width: 84px; height: 84px; flex-shrink: 0; border-radius: 16px; }
.programs-list .program-card:hover .art { transform: none; }
.programs-list .program-card .meta { padding: 0; text-align: left; flex: 1; min-width: 0; }
.programs-list .program-card .p-title { font-size: 16px; }
.programs-list .program-card .p-slot { margin-top: 6px; }

.podcast-card { cursor: pointer; }
.podcast-card .art { position: relative; width: 100%; aspect-ratio: 1/1; border-radius: 22px; overflow: hidden; background: var(--placeholder) center/cover; transition: transform .25s ease; }
.podcast-card:hover .art { transform: translateY(-4px); }
.podcast-card .meta { padding: 14px 4px 0; }
.podcast-card .p-title { font-size: 15px; font-weight: 700; letter-spacing: -0.01em; margin-bottom: 5px; }
.podcast-card .p-host { font-size: 13px; color: var(--text-dimmer); }
.podcast-card .p-date { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; color: var(--text-faintest); margin-top: 8px; }
.podcast-card .p-plays { font-size: 11px; color: var(--text-faint); margin-top: 4px; }

/* ---- Carrusel horizontal de podcasts (estilo Spotify) ---- */
.podcast-carousel { position: relative; display: flex; align-items: center; gap: 10px; }
.podcast-carousel-track {
  display: flex; gap: 20px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x proximity;
  padding: 2px 2px 10px; flex: 1; scrollbar-width: none;
}
.podcast-carousel-track::-webkit-scrollbar { display: none; }
.podcast-carousel-track .podcast-card { flex: 0 0 200px; width: 200px; scroll-snap-align: start; }
.podcast-carousel-arrow {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; border: 1px solid var(--border-soft);
  background: var(--card); color: var(--text); font-size: 15px; line-height: 1;
}
.podcast-carousel-arrow:hover { background: var(--accent); border-color: var(--accent); color: var(--bg); }

.empty-note { color: var(--text-dimmer); font-size: 14px; padding: 6px 2px; }

/* ---- Quiénes somos ---- */
.presentation-section { text-align: center; padding-bottom: 60px; }
.presentation-section .section-head { justify-content: center; }
.presentation-text {
  max-width: 620px; margin: 0 auto 32px; font-size: 15px; line-height: 1.75;
  color: var(--text-dim); white-space: pre-line;
}
.presentation-logo {
  width: 64px; height: 64px; margin: 0 auto; border-radius: 50%;
  background: var(--card); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
}
.presentation-logo img { width: 100%; height: 100%; border-radius: 50%; object-fit: contain; }
.presentation-logo span { width: 14px; height: 14px; border-radius: 50%; background: var(--accent); }

/* ---- Sticky podcast player ---- */
.pod-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: rgba(13,12,11,.96);
  backdrop-filter: blur(16px); border-top: 1px solid var(--border); transform: translateY(100%); transition: transform .3s ease;
}
.pod-bar.visible { transform: translateY(0); }
.pod-progress { height: 3px; background: var(--border); cursor: pointer; }
.pod-progress-fill { height: 3px; background: var(--accent); width: 0%; }
.pod-bar-inner { display: flex; align-items: center; gap: 22px; padding: 16px 40px; flex-wrap: wrap; }
.pod-cover { position: relative; width: 58px; height: 58px; border-radius: 14px; overflow: hidden; background: var(--placeholder) center/cover; flex-shrink: 0; }
.pod-meta { min-width: 200px; }
.pod-meta .eyebrow { font-size: 10px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 5px; }
.pod-meta .p-title { font-size: 14px; font-weight: 700; letter-spacing: -0.01em; }
.pod-meta .p-host { font-size: 12px; color: var(--text-faint); margin-top: 3px; }
.pod-controls { display: flex; align-items: center; gap: 16px; margin-left: auto; }
.pod-controls button { border-radius: 50%; border: 1px solid var(--border-soft); background: transparent; color: #c2bab3; }
.pod-controls button:hover { border-color: var(--accent); color: var(--accent); }
.pod-skip { width: 38px; height: 38px; font-size: 12px; }
.pod-toggle { width: 50px; height: 50px; font-size: 16px; border: 0 !important; background: var(--accent) !important; color: var(--bg) !important; }
.pod-toggle:hover { background: var(--accent-hover) !important; }
.pod-time { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--text-dimmer); margin-left: 22px; min-width: 104px; text-align: right; }
.live-badge {
  display: flex; align-items: center; gap: 8px; margin-left: 22px; font-size: 12px; font-weight: 700;
  letter-spacing: .14em; text-transform: uppercase; color: #ff3b3b;
}
.pulse-dot.red { background: #ff3b3b; }
.pod-volume { display: flex; align-items: center; gap: 10px; margin-left: 22px; min-width: 130px; }
.pod-volume .vol-label { font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--text-faint); }
.pod-volume input[type=range] { flex: 1; accent-color: var(--accent); background: transparent; }
.vol-toggle { display: none; }
#pod-time-remaining { display: none; }

/* ---- Panel "Now Playing" a pantalla completa ---- */
.pod-cover { cursor: pointer; }
.nowplaying-overlay {
  display: block; position: fixed; inset: 0; background: rgba(10,9,8,.7);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s; z-index: 55;
}
.nowplaying-overlay.open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .3s ease, visibility 0s linear 0s;
}
.nowplaying-panel {
  position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 56;
  background: var(--card); border-top: 1px solid var(--border);
  display: flex; flex-direction: column;
  transform: translateY(100%); transition: transform .35s cubic-bezier(.22,.61,.36,1);
  max-width: 640px; margin: 0 auto;
}
.nowplaying-panel.open { transform: translateY(0); }
.nowplaying-handle { width: 40px; height: 4px; border-radius: 4px; background: var(--border-soft); margin: 14px auto 0; flex-shrink: 0; }
.nowplaying-close {
  position: absolute; top: 14px; right: 18px; width: 36px; height: 36px; border-radius: 50%;
  border: 1px solid var(--border-soft); background: var(--bg); color: var(--text); font-size: 15px;
}
.nowplaying-close:hover { border-color: var(--accent); color: var(--accent); }
.nowplaying-scroll { flex: 1; overflow-y: auto; padding: 20px 28px 10px; }
.nowplaying-art {
  width: 100%; aspect-ratio: 1/1; max-width: 320px; margin: 10px auto 22px; border-radius: 22px;
  background: var(--placeholder) center/cover; box-shadow: 0 20px 50px rgba(0,0,0,.4);
}
.nowplaying-body { text-align: center; }
.nowplaying-eyebrow { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--accent); font-weight: 700; margin-bottom: 10px; }
.nowplaying-title { font-size: 24px; font-weight: 700; letter-spacing: -0.02em; margin-bottom: 6px; }
.nowplaying-host { font-size: 14px; color: var(--text-dim); margin-bottom: 18px; }
.nowplaying-stats { display: flex; align-items: center; justify-content: center; gap: 18px; margin-bottom: 22px; }
.nowplaying-plays { font-size: 12px; color: var(--text-faint); }
.nowplaying-share {
  display: flex; align-items: center; gap: 6px; height: 34px; padding: 0 16px; border-radius: 999px;
  border: 1px solid var(--border-soft); background: transparent; color: var(--text-dim); font-size: 12px; font-weight: 700;
}
.nowplaying-share:hover { border-color: var(--accent); color: var(--accent); }
.nowplaying-share.copied { border-color: var(--accent); color: var(--accent); }
.nowplaying-desc { font-size: 14px; line-height: 1.6; color: var(--text-dim); text-align: left; white-space: pre-line; }
.nowplaying-controls { flex-shrink: 0; padding: 16px 28px 28px; border-top: 1px solid var(--border); }
.nowplaying-progress { height: 4px; border-radius: 4px; background: var(--border); cursor: pointer; margin-bottom: 10px; }
.nowplaying-progress-fill { height: 4px; border-radius: 4px; background: var(--accent); width: 0%; }
.nowplaying-time { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; color: var(--text-dimmer); text-align: center; margin-bottom: 16px; }
.nowplaying-buttons { display: flex; align-items: center; justify-content: center; gap: 24px; }
.nowplaying-buttons button { border-radius: 50%; border: 1px solid var(--border-soft); background: transparent; color: #c2bab3; }
.nowplaying-buttons button:hover { border-color: var(--accent); color: var(--accent); }
.nowplaying-buttons .pod-skip { width: 44px; height: 44px; font-size: 13px; }
.nowplaying-buttons .pod-toggle { width: 64px; height: 64px; font-size: 20px; border: 0 !important; background: var(--accent) !important; color: var(--bg) !important; }
.nowplaying-buttons .pod-toggle:hover { background: var(--accent-hover) !important; }

/* ---- Persiana de vista previa (izquierda a derecha) — misma apariencia que
   el panel Now Playing, pero es solo consulta: no toca el audio hasta que
   se pulsa su propio botón de play. ---- */
.preview-overlay {
  display: block; position: fixed; inset: 0; background: rgba(10,9,8,.7);
  opacity: 0; visibility: hidden; pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s; z-index: 53;
}
.preview-overlay.open {
  opacity: 1; visibility: visible; pointer-events: auto;
  transition: opacity .3s ease, visibility 0s linear 0s;
}
.preview-panel {
  position: fixed; left: 0; right: 0; bottom: 0; top: 0; z-index: 54;
  background: var(--card); border-right: 1px solid var(--border);
  display: flex; flex-direction: column;
  transform: translateX(-100vw); transition: transform .35s cubic-bezier(.22,.61,.36,1);
  max-width: 640px; margin: 0 auto;
}
.preview-panel.open { transform: translateX(0); }
.preview-controls { display: flex; justify-content: center; }
.preview-play-btn { width: 64px; height: 64px; font-size: 20px; border-radius: 50%; }

@media (max-width: 720px) {
  .site-header, .hero-wrap, .live-section, .chat-section, .section-wrap { padding-left: 18px; padding-right: 18px; }
  .live-panel { grid-template-columns: 1fr; }
  .live-info h1 { font-size: 36px; }
  .hero-slide h2 { font-size: 30px; }
  .hero-slide .info { max-width: 80%; }
  .pod-bar-inner { padding: 12px 18px; }
  .pod-time { margin-left: 0; }
  .brand-freq { padding-left: 10px; }
  .nav-toggle { right: 18px; top: 16px; }

  /* Programas: lista más compacta en móvil */
  .programs-list .program-card { gap: 14px; padding: 10px; }
  .programs-list .program-card .art { width: 64px; height: 64px; }
  .program-card .p-title, .podcast-card .p-title { font-size: 13px; margin-bottom: 3px; }
  .program-card .p-host, .podcast-card .p-host { font-size: 12px; }
  .program-card .p-slot, .podcast-card .p-date { font-size: 10px; margin-top: 6px; }

  /* Podcast: carrusel sin flechas, solo deslizar con el dedo */
  .podcast-carousel-arrow { display: none; }
  .podcast-carousel-track { gap: 14px; }
  .podcast-carousel-track .podcast-card { flex-basis: 150px; width: 150px; }
  .podcast-card .meta { padding-top: 10px; }

  /* Barra del reproductor: todo en una sola fila */
  .pod-bar-inner { flex-wrap: nowrap; gap: 12px; }
  .pod-cover { width: 42px; height: 42px; border-radius: 10px; }
  .pod-meta { min-width: 0; flex: 1; overflow: hidden; }
  .pod-meta .eyebrow { display: none; }
  .pod-meta .p-title, .pod-meta .p-host { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pod-controls { gap: 8px; margin-left: 0; flex-shrink: 0; }
  .pod-skip { width: 30px; height: 30px; font-size: 10px; }
  .pod-toggle { width: 38px; height: 38px; font-size: 13px; }
  .live-badge { display: none; }
  #pod-time-full { display: none; }
  #pod-time-remaining { display: inline; }
  .pod-time { min-width: 0; margin-left: 0; flex-shrink: 0; }

  .vol-toggle {
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    height: 30px; padding: 0 12px; border-radius: 999px; border: 1px solid var(--border-soft);
    background: transparent; color: var(--text-dim); font-size: 10px; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase; margin-left: 0;
  }
  .vol-toggle.open { border-color: var(--accent); color: var(--accent); }
  .pod-volume {
    display: none; position: absolute; bottom: 100%; right: 18px; margin: 0 0 10px;
    min-width: 160px; background: var(--card); border: 1px solid var(--border);
    border-radius: 14px; padding: 12px 16px; box-shadow: 0 10px 30px rgba(0,0,0,.4);
  }
  .pod-volume.open { display: flex; }
}
