/* ============================================================
   IBIZA RETRO — Landing retro-futurista
   Paleta guía: radiodecadasurbanas.cl (#08081a / #FF7700)
   ============================================================ */

:root {
  /* Base */
  --void: #08081a;
  --deep: #0c0c22;
  --deep-2: #12122e;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-2: rgba(255, 255, 255, 0.07);
  --line: rgba(255, 255, 255, 0.09);
  --line-2: rgba(255, 255, 255, 0.14);

  /* Neón */
  --nrg: #ff7700;
  --nrg-soft: #ffa14d;
  --magenta: #ff2d95;
  --cyan: #00e5ff;
  --violet: #7b2dff;

  /* Texto */
  --txt: #f2f3ff;
  --txt-dim: #a9adcc;
  --txt-mute: #6f74a0;

  /* Tipografía */
  --f-display: 'Audiowide', system-ui, sans-serif;
  --f-head: 'Righteous', system-ui, sans-serif;
  --f-body: 'Space Grotesk', system-ui, -apple-system, sans-serif;

  /* Geometría */
  --r-sm: 10px;
  --r-md: 16px;
  --r-lg: 24px;
  --r-xl: 32px;

  /* Glow */
  --glow-nrg: 0 0 24px rgba(255, 119, 0, 0.45);
  --glow-cyan: 0 0 24px rgba(0, 229, 255, 0.35);
  --glow-mag: 0 0 24px rgba(255, 45, 149, 0.35);

  --dock-h: 74px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--f-body);
  background: var(--void);
  color: var(--txt);
  min-height: 100vh;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
input, textarea { font-family: inherit; }
a { color: inherit; text-decoration: none; }

::selection { background: var(--nrg); color: #0a0a18; }

/* Scrollbar */
::-webkit-scrollbar { width: 9px; height: 9px; }
::-webkit-scrollbar-track { background: var(--void); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--nrg), var(--magenta));
  border-radius: 99px;
}

/* ============================================================
   AMBIENT FX
   ============================================================ */

.fx-aurora {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.aurora {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.32;
  will-change: transform;
}

.aurora-1 {
  width: 52vw; height: 52vw;
  top: -14vw; left: -10vw;
  background: radial-gradient(circle, var(--nrg), transparent 68%);
  animation: drift-a 22s ease-in-out infinite;
}
.aurora-2 {
  width: 44vw; height: 44vw;
  top: 22vh; right: -12vw;
  background: radial-gradient(circle, var(--magenta), transparent 68%);
  animation: drift-b 27s ease-in-out infinite;
}
.aurora-3 {
  width: 40vw; height: 40vw;
  bottom: -12vw; left: 28vw;
  background: radial-gradient(circle, var(--violet), transparent 70%);
  animation: drift-c 31s ease-in-out infinite;
}

@keyframes drift-a {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(6vw, 8vh) scale(1.14); }
}
@keyframes drift-b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-8vw, 6vh) scale(1.2); }
}
@keyframes drift-c {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(4vw, -7vh) scale(1.1); }
}

/* Horizonte synthwave */
.fx-horizon {
  position: fixed;
  inset: auto 0 0 0;
  height: 46vh;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
  mask-image: linear-gradient(to top, #000 8%, transparent 95%);
  -webkit-mask-image: linear-gradient(to top, #000 8%, transparent 95%);
}

.horizon-sun {
  position: absolute;
  left: 50%;
  bottom: 26%;
  width: 46vmin;
  height: 46vmin;
  transform: translateX(-50%);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--nrg) 0%, var(--magenta) 62%, var(--violet) 100%);
  filter: blur(2px);
  opacity: 0.2;
}

.horizon-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 229, 255, 0.16) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 45, 149, 0.13) 1px, transparent 1px);
  background-size: 100% 46px, 46px 100%;
  transform: perspective(320px) rotateX(66deg);
  transform-origin: bottom center;
  animation: grid-run 3.4s linear infinite;
}

@keyframes grid-run {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 46px, 46px 0; }
}

.fx-scanlines {
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
  opacity: 0.42;
  background: repeating-linear-gradient(
    to bottom,
    transparent 0 2px,
    rgba(0, 0, 0, 0.22) 2px 3px
  );
  mix-blend-mode: multiply;
}

.fx-noise {
  position: fixed;
  inset: 0;
  z-index: 901;
  pointer-events: none;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: noise-shift 0.7s steps(3) infinite;
}

@keyframes noise-shift {
  0% { transform: translate(0, 0); }
  33% { transform: translate(-2%, 1%); }
  66% { transform: translate(1%, -2%); }
  100% { transform: translate(0, 0); }
}

@media (prefers-reduced-motion: reduce) {
  .aurora, .horizon-grid, .fx-noise { animation: none !important; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   LOADING
   ============================================================ */

.loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 45%, var(--deep-2), var(--void) 70%);
  transition: opacity 0.5s ease;
}
.loading-overlay.hidden { opacity: 0; pointer-events: none; }

.loading-box { text-align: center; padding: 24px; max-width: 340px; }

.loading-ring {
  width: 132px;
  height: 132px;
  margin: 0 auto 26px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  background: var(--deep);
  box-shadow: inset 0 0 0 1px var(--line-2);
}
.loading-ring::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--nrg), var(--magenta), var(--cyan), var(--nrg));
  animation: ring-spin 1.5s linear infinite;
  z-index: -1;
}
.loading-ring::after {
  content: '';
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background: var(--deep);
}
.loading-ring img {
  width: 74px; height: 74px;
  object-fit: contain;
  border-radius: 14px;
  position: relative;
  z-index: 1;
}

@keyframes ring-spin { to { transform: rotate(360deg); } }

.loading-title {
  font-family: var(--f-display);
  font-size: clamp(1.1rem, 4.5vw, 1.5rem);
  letter-spacing: 0.06em;
  margin-bottom: 18px;
  background: linear-gradient(90deg, var(--nrg), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.loading-bar {
  height: 4px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  margin-bottom: 14px;
}
.loading-progress {
  display: block;
  height: 100%;
  width: 0;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nrg), var(--magenta), var(--cyan));
  box-shadow: var(--glow-nrg);
  transition: width 0.4s ease;
}

.loading-sub {
  font-size: 0.78rem;
  color: var(--txt-mute);
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

/* ============================================================
   SHELL
   ============================================================ */

.shell {
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* ============================================================
   TOPBAR
   ============================================================ */

.topbar {
  position: sticky;
  top: 0;
  z-index: 500;
  background: linear-gradient(180deg, rgba(8, 8, 26, 0.94), rgba(8, 8, 26, 0.72));
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
  border-bottom: 1px solid var(--line);
  padding-top: env(safe-area-inset-top);
}

.topbar-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.brand { display: flex; align-items: center; gap: 12px; min-width: 0; }

.brand-mark {
  width: 46px; height: 46px;
  flex: 0 0 46px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  position: relative;
  background: var(--deep-2);
  box-shadow: inset 0 0 0 1px var(--line-2), 0 6px 18px rgba(0, 0, 0, 0.4);
  overflow: hidden;
}
.brand-mark::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: 13px;
  padding: 1px;
  background: linear-gradient(140deg, var(--nrg), transparent 45%, var(--magenta));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.brand-mark img { width: 100%; height: 100%; object-fit: cover; }
.brand-fallback { font-size: 1.2rem; color: var(--nrg); }
.brand-mark img[style*="block"] ~ .brand-fallback { display: none; }

/* Logo horizontal en header (assets/img/logo.png) */
.brand-logo {
  display: inline-flex;
  align-items: center;
  height: 48px;
  text-decoration: none;
}
.brand-logo img {
  display: block;
  height: 100%;
  width: auto;
  max-width: 220px;
}

.brand-text { min-width: 0; display: flex; flex-direction: column; gap: 3px; }
.brand-text strong {
  font-family: var(--f-display);
  font-size: 0.98rem;
  letter-spacing: 0.03em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 42vw;
}

.brand-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--txt-mute);
  font-weight: 600;
}

.on-air-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--txt-mute);
  transition: background 0.3s, box-shadow 0.3s;
}
body.is-live .on-air-dot {
  background: #21e06b;
  box-shadow: 0 0 10px #21e06b;
  animation: dot-blink 1.6s ease-in-out infinite;
}
@keyframes dot-blink { 50% { opacity: 0.35; } }

.topbar-actions { display: flex; align-items: center; gap: 10px; }

/* Social links (compartido) */
.social-links { display: flex; gap: 7px; flex-wrap: wrap; }
.social-link {
  width: 36px; height: 36px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.22s, color 0.22s, box-shadow 0.22s, background 0.22s;
}
.social-link:hover {
  color: #fff;
  background: linear-gradient(140deg, var(--nrg), var(--magenta));
  transform: translateY(-3px);
  box-shadow: var(--glow-nrg);
}

/* Ticker */
.ticker {
  display: flex;
  align-items: stretch;
  gap: 0;
  border-top: 1px solid var(--line);
  background: rgba(255, 119, 0, 0.05);
}
.ticker-tag {
  flex: 0 0 auto;
  font-family: var(--f-display);
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  padding: 8px 14px;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #10101f;
  display: grid;
  place-items: center;
}
.ticker-view { overflow: hidden; flex: 1; display: flex; align-items: center; }
.ticker-track {
  display: flex;
  gap: 40px;
  white-space: nowrap;
  padding-left: 18px;
  animation: ticker-run 34s linear infinite;
}
.ticker:hover .ticker-track { animation-play-state: paused; }
@keyframes ticker-run {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.ticker-item {
  font-size: 0.8rem;
  color: var(--txt-dim);
  cursor: pointer;
  transition: color 0.2s;
}
.ticker-item::before { content: '▸ '; color: var(--nrg); }
.ticker-item:hover { color: var(--nrg); }

/* ============================================================
   MAIN / TABS
   ============================================================ */

.main {
  flex: 1;
  padding-bottom: calc(var(--dock-h) + env(safe-area-inset-bottom) + 24px);
}

.tab-content { display: none; animation: tab-in 0.45s cubic-bezier(0.16, 1, 0.3, 1); }
.tab-content.active { display: block; }

@keyframes tab-in {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: none; }
}

.tab-in {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 18px 10px;
}

.sec-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}
.sec-head h2 {
  font-family: var(--f-display);
  font-size: clamp(1.25rem, 4.6vw, 1.9rem);
  letter-spacing: 0.02em;
  background: linear-gradient(100deg, #fff 20%, var(--nrg-soft));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  white-space: nowrap;
}
.sec-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, var(--nrg), transparent);
}

.sub-head {
  font-family: var(--f-head);
  font-size: 1rem;
  color: var(--txt-dim);
  margin: 40px 0 18px;
  letter-spacing: 0.04em;
}

.empty-msg {
  grid-column: 1 / -1;
  text-align: center;
  padding: 46px 20px;
  color: var(--txt-mute);
  font-size: 0.88rem;
  border: 1px dashed var(--line-2);
  border-radius: var(--r-md);
}

/* ============================================================
   HERO / PLAYER
   ============================================================ */

.hero {
  position: relative;
  overflow: hidden;
  min-height: min(78vh, 720px);
  display: flex;
  align-items: center;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: url('/assets/img/fondo.jpeg') center / cover no-repeat;
  filter: blur(48px) saturate(150%) brightness(0.62);
  transform: scale(1.24);
  opacity: 0.5;
  transition: opacity 1.1s ease;
}
.hero-bg.loaded { opacity: 0.5; }

.hero-veil {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 32%, rgba(255, 119, 0, 0.16), transparent 55%),
    radial-gradient(circle at 78% 68%, rgba(255, 45, 149, 0.14), transparent 55%),
    linear-gradient(180deg, rgba(8, 8, 26, 0.55), rgba(8, 8, 26, 0.9));
}

.hero-in {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 46px 18px;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
}

/* --- Disco --- */
.hero-visual { display: flex; flex-direction: column; align-items: center; gap: 26px; }

.disc {
  position: relative;
  width: min(78vw, 330px);
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: radial-gradient(circle, var(--deep-2) 28%, #06060f 72%);
  box-shadow:
    0 26px 70px rgba(0, 0, 0, 0.6),
    inset 0 0 0 1px var(--line-2);
}

.disc-glow {
  position: absolute;
  inset: -18%;
  border-radius: 50%;
  background: conic-gradient(from 0deg, var(--nrg), var(--magenta), var(--violet), var(--cyan), var(--nrg));
  filter: blur(34px);
  opacity: 0.34;
  animation: glow-turn 9s linear infinite;
  z-index: -1;
}
@keyframes glow-turn { to { transform: rotate(360deg); } }

.disc-art {
  width: 68%;
  aspect-ratio: 1;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 6px rgba(8, 8, 26, 0.9), 0 0 0 7px var(--line-2);
  transition: transform 0.5s ease;
}
.disc-art img { width: 100%; height: 100%; object-fit: cover; }

.disc-default {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, var(--nrg), var(--magenta) 55%, var(--violet));
  font-size: 3.2rem;
  color: rgba(255, 255, 255, 0.92);
}

.disc-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--line-2);
  pointer-events: none;
}
.disc-ring-1 { inset: 8%; }
.disc-ring-2 { inset: 15%; border-style: dashed; border-color: rgba(255, 119, 0, 0.22); }

.disc-spindle {
  position: absolute;
  width: 12px; height: 12px;
  border-radius: 50%;
  background: var(--void);
  box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.5);
  z-index: 3;
}

.disc.spinning .disc-art { animation: vinyl 7s linear infinite; }
@keyframes vinyl { to { transform: rotate(360deg); } }

/* Ecualizador */
.eq { display: flex; align-items: flex-end; gap: 4px; height: 42px; }
.eq i {
  width: 4px;
  height: 20%;
  border-radius: 99px;
  background: linear-gradient(to top, var(--nrg), var(--magenta));
  opacity: 0.4;
  transition: opacity 0.3s;
}
body.is-live .eq i {
  opacity: 1;
  animation: eq-jump 0.9s ease-in-out infinite alternate;
}
body.is-live .eq i:nth-child(2n) { animation-duration: 1.25s; }
body.is-live .eq i:nth-child(3n) { animation-duration: 0.7s; }
body.is-live .eq i:nth-child(4n) { animation-duration: 1.5s; }
body.is-live .eq i:nth-child(5n) { animation-duration: 1.05s; }
@keyframes eq-jump {
  from { height: 15%; }
  to { height: 100%; }
}

/* --- Copy --- */
.hero-copy { min-width: 0; }

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 7px 15px;
  border-radius: 99px;
  font-family: var(--f-display);
  font-size: 0.62rem;
  letter-spacing: 0.2em;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line-2);
  color: var(--txt-dim);
  margin-bottom: 20px;
}
.badge-pulse {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--txt-mute);
}
body.is-live .hero-badge {
  color: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.45), var(--glow-nrg);
}
body.is-live .badge-pulse {
  background: var(--nrg);
  animation: pulse-ring 1.7s ease-out infinite;
}
@keyframes pulse-ring {
  0% { box-shadow: 0 0 0 0 rgba(255, 119, 0, 0.7); }
  100% { box-shadow: 0 0 0 12px rgba(255, 119, 0, 0); }
}

.hero-kicker {
  font-size: 0.66rem;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--nrg);
  margin-bottom: 12px;
  font-weight: 600;
}

.hero-title {
  font-family: var(--f-display);
  font-size: clamp(1.7rem, 6.6vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  margin-bottom: 12px;
  overflow-wrap: anywhere;
}

/* Glitch cromático sutil */
.glitch { position: relative; }
.glitch::before,
.glitch::after {
  content: attr(data-text);
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.45;
}
.glitch::before { color: var(--cyan); transform: translate(-2px, 0); mix-blend-mode: screen; }
.glitch::after { color: var(--magenta); transform: translate(2px, 0); mix-blend-mode: screen; }

.hero-artist {
  font-size: clamp(0.95rem, 3.4vw, 1.25rem);
  color: var(--txt-dim);
  margin-bottom: 32px;
  font-weight: 500;
}

.hero-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 34px;
}

/* Botón play */
.play-orb {
  width: 76px; height: 76px;
  flex: 0 0 76px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  position: relative;
  font-size: 1.35rem;
  color: #12101c;
  background: linear-gradient(140deg, var(--nrg), var(--magenta));
  box-shadow: 0 14px 34px rgba(255, 119, 0, 0.38);
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s;
}
.play-orb i { margin-left: 3px; }
.play-orb .fa-pause { margin-left: 0; }
.play-orb:hover { transform: scale(1.08); box-shadow: 0 18px 44px rgba(255, 119, 0, 0.55); }
.play-orb:active { transform: scale(0.96); }

.play-orb-ring {
  position: absolute;
  inset: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 119, 0, 0.4);
  opacity: 0;
}
body.is-live .play-orb-ring {
  opacity: 1;
  animation: orb-wave 2s ease-out infinite;
}
@keyframes orb-wave {
  0% { transform: scale(0.92); opacity: 0.8; }
  100% { transform: scale(1.35); opacity: 0; }
}

/* Volumen */
.vol {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 17px;
  border-radius: 99px;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px);
}
.vol i { font-size: 0.78rem; color: var(--txt-mute); }

.vol input[type="range"] {
  -webkit-appearance: none;
  appearance: none;
  width: 108px;
  height: 4px;
  border-radius: 99px;
  background: linear-gradient(90deg, var(--nrg), var(--magenta));
  outline: none;
}
.vol input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 15px; height: 15px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 119, 0, 0.8);
  cursor: pointer;
}
.vol input[type="range"]::-moz-range-thumb {
  width: 15px; height: 15px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 119, 0, 0.8);
  cursor: pointer;
}

.ghost-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 21px;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--txt);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
}
.ghost-btn:hover {
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px var(--cyan), var(--glow-cyan);
  transform: translateY(-2px);
}

/* Meta */
.hero-meta {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.meta-cell {
  flex: 1 1 108px;
  padding: 14px 16px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.meta-k {
  font-size: 0.6rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--txt-mute);
  display: flex;
  align-items: center;
  gap: 6px;
}
.meta-v {
  font-family: var(--f-display);
  font-size: 1.02rem;
  color: var(--txt);
}
.meta-v em { font-size: 0.62rem; font-style: normal; color: var(--txt-mute); }

.hero-date {
  font-size: 0.74rem;
  color: var(--txt-mute);
  text-transform: capitalize;
  letter-spacing: 0.05em;
}

/* ============================================================
   STRIPS (quick news / sponsors carousel)
   ============================================================ */

.strip {
  max-width: 1280px;
  margin: 0 auto;
  padding: 34px 18px;
}

.strip-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.strip-head h3 {
  font-family: var(--f-head);
  font-size: 1.02rem;
  letter-spacing: 0.05em;
  color: var(--txt);
}

.link-btn {
  font-size: 0.74rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--nrg);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  transition: gap 0.22s;
}
.link-btn:hover { gap: 12px; }

.quick-news {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 264px), 1fr));
  gap: 12px;
}
.qn-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 13px 15px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.qn-item:hover {
  transform: translateX(5px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}
.qn-num {
  font-family: var(--f-display);
  font-size: 0.9rem;
  color: var(--nrg);
  flex: 0 0 auto;
}
.qn-item span:last-child {
  font-size: 0.83rem;
  color: var(--txt-dim);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Sponsors carousel */
.sponsors-swiper { padding: 6px 0; }
.sponsors-swiper .swiper-slide {
  width: auto;
  display: grid;
  place-items: center;
}
.sponsors-swiper .swiper-slide a {
  display: grid;
  place-items: center;
  height: 82px;
  padding: 16px 26px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow 0.25s, transform 0.25s;
}
.sponsors-swiper .swiper-slide a:hover {
  transform: translateY(-4px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), var(--glow-nrg);
}
.sponsors-swiper img {
  max-height: 50px;
  width: auto;
  object-fit: contain;
  filter: grayscale(1) brightness(1.6);
  opacity: 0.72;
  transition: filter 0.25s, opacity 0.25s;
}
.sponsors-swiper a:hover img { filter: none; opacity: 1; }

/* ============================================================
   NOTICIAS
   ============================================================ */

/* Hero swiper (carrusel destacado) */
.hero-swiper {
  border-radius: var(--r-lg);
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: inset 0 0 0 1px var(--line-2);
}
.hero-swiper .swiper-slide { cursor: pointer; }

.hs-slide {
  position: relative;
  min-height: clamp(230px, 42vw, 400px);
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
}
.hs-slide::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 20%, rgba(8, 8, 26, 0.92));
}
.hs-body { position: relative; z-index: 1; padding: clamp(20px, 4vw, 36px); }
.hs-badge {
  display: inline-block;
  font-family: var(--f-display);
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  padding: 5px 12px;
  border-radius: 99px;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  margin-bottom: 12px;
}
.hs-body h3 {
  font-family: var(--f-head);
  font-size: clamp(1.05rem, 3.6vw, 1.7rem);
  line-height: 1.25;
  margin-bottom: 9px;
}
.hs-body p {
  font-size: 0.85rem;
  color: var(--txt-dim);
  max-width: 62ch;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.swiper-pagination-bullet { background: var(--txt-mute); opacity: 0.5; }
.swiper-pagination-bullet-active {
  background: var(--nrg);
  opacity: 1;
  box-shadow: 0 0 8px var(--nrg);
}

/* Featured */
.news-featured {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
  gap: 16px;
  margin-bottom: 30px;
}

.nf-card {
  position: relative;
  min-height: 236px;
  border-radius: var(--r-lg);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s;
}
.nf-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 20px 40px rgba(0, 0, 0, 0.45);
}
.nf-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.7s ease;
}
.nf-card:hover .nf-bg { transform: scale(1.08); }
.nf-card::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, transparent 25%, rgba(8, 8, 26, 0.94));
}
.nf-body { padding: 20px; }
.nf-body h3 {
  font-family: var(--f-head);
  font-size: 1.04rem;
  line-height: 1.3;
  margin-bottom: 8px;
}
.nf-body p {
  font-size: 0.8rem;
  color: var(--txt-dim);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.nf-body time { font-size: 0.68rem; color: var(--txt-mute); letter-spacing: 0.08em; }

/* Grid */
.news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 262px), 1fr));
  gap: 16px;
}

.n-card {
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
  display: flex;
  flex-direction: column;
}
.n-card:hover {
  transform: translateY(-5px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35), 0 16px 34px rgba(0, 0, 0, 0.4);
}
.n-thumb { aspect-ratio: 16 / 10; overflow: hidden; background: var(--deep-2); }
.n-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.n-card:hover .n-thumb img { transform: scale(1.07); }
.n-body { padding: 15px 16px 18px; display: flex; flex-direction: column; gap: 8px; flex: 1; }
.n-body h3 {
  font-family: var(--f-head);
  font-size: 0.95rem;
  line-height: 1.32;
}
.n-body p {
  font-size: 0.79rem;
  color: var(--txt-dim);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.n-body time { font-size: 0.67rem; color: var(--txt-mute); letter-spacing: 0.08em; margin-top: auto; }

/* Load more */
.more-wrap { display: flex; justify-content: center; padding: 34px 0 10px; }
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 30px;
  border-radius: 99px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
}
.more-btn:hover {
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  transform: translateY(-2px);
  box-shadow: var(--glow-nrg);
}

/* ============================================================
   PROGRAMACIÓN
   ============================================================ */

.day-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 24px;
  scrollbar-width: none;
}
.day-nav::-webkit-scrollbar { display: none; }

.day-btn {
  flex: 0 0 auto;
  padding: 11px 19px;
  border-radius: 99px;
  font-family: var(--f-display);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}
.day-btn:hover { color: var(--txt); background: var(--panel-2); }
.day-btn.active {
  color: #12101c;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  box-shadow: var(--glow-nrg);
}

.prog-timeline { display: flex; flex-direction: column; gap: 10px; }

.p-item {
  display: grid;
  grid-template-columns: 74px 2px 1fr;
  gap: 16px;
  align-items: center;
  padding: 15px 18px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.p-item:hover {
  transform: translateX(6px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}
.p-item.on-now {
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.55), var(--glow-nrg);
  background: rgba(255, 119, 0, 0.07);
}

.p-time { display: flex; flex-direction: column; gap: 2px; }
.p-start { font-family: var(--f-display); font-size: 0.94rem; color: var(--nrg); }
.p-end { font-size: 0.66rem; color: var(--txt-mute); }
.p-bar { width: 2px; height: 100%; min-height: 34px; border-radius: 99px; background: linear-gradient(var(--nrg), var(--magenta)); }
.p-info { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.p-name { font-family: var(--f-head); font-size: 0.95rem; }
.p-host { font-size: 0.72rem; color: var(--txt-mute); display: inline-flex; align-items: center; gap: 6px; }
.p-live {
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  padding: 3px 9px;
  border-radius: 99px;
  background: var(--nrg);
  color: #12101c;
  align-self: flex-start;
  font-weight: 700;
}

/* Parrilla semanal */
.prog-week {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 178px), 1fr));
  gap: 12px;
}
.pw-day {
  padding: 16px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
}
.pw-day.active { box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4); }
.pw-title {
  font-family: var(--f-display);
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--nrg);
  padding-bottom: 11px;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.pw-item {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
}
.pw-item:last-child { border-bottom: 0; }
.pw-time { font-size: 0.66rem; color: var(--txt-mute); letter-spacing: 0.05em; }
.pw-name { font-size: 0.81rem; color: var(--txt-dim); line-height: 1.35; }
.pw-empty { font-size: 0.75rem; color: var(--txt-mute); }

/* ============================================================
   CARD GRID (podcasts / videocasts)
   ============================================================ */

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 232px), 1fr));
  gap: 16px;
}

.m-card {
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s, background 0.3s;
}
.m-card:hover {
  transform: translateY(-5px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35), 0 16px 34px rgba(0, 0, 0, 0.4);
}

.m-thumb {
  position: relative;
  aspect-ratio: 16 / 10;
  background: var(--deep-2) center / cover no-repeat;
  overflow: hidden;
}
.m-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.m-card:hover .m-thumb img { transform: scale(1.07); }

.m-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(8, 8, 26, 0.35);
  opacity: 0;
  transition: opacity 0.3s;
}
.m-card:hover .m-play { opacity: 1; }
.m-play i {
  width: 50px; height: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  color: #12101c;
  background: linear-gradient(140deg, var(--nrg), var(--magenta));
  box-shadow: var(--glow-nrg);
  padding-left: 3px;
}

.m-dur {
  position: absolute;
  right: 9px;
  bottom: 9px;
  font-size: 0.64rem;
  font-weight: 600;
  padding: 4px 9px;
  border-radius: 99px;
  background: rgba(8, 8, 26, 0.82);
  color: var(--txt);
  backdrop-filter: blur(6px);
}

.m-ep {
  position: absolute;
  left: 9px;
  top: 9px;
  font-family: var(--f-display);
  font-size: 0.58rem;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(8, 8, 26, 0.82);
  color: var(--nrg);
  backdrop-filter: blur(6px);
}

.m-body { padding: 14px 16px 17px; display: flex; flex-direction: column; gap: 7px; }
.m-body h3 {
  font-family: var(--f-head);
  font-size: 0.9rem;
  line-height: 1.32;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.m-body small { font-size: 0.67rem; color: var(--txt-mute); letter-spacing: 0.07em; }

/* ============================================================
   RANKING
   ============================================================ */

.rank-list { display: flex; flex-direction: column; gap: 10px; }

.r-item {
  display: grid;
  grid-template-columns: 56px 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 14px 18px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.r-item:hover {
  transform: translateX(6px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}

.r-num {
  font-family: var(--f-display);
  font-size: 1.5rem;
  text-align: center;
  background: linear-gradient(180deg, var(--nrg), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.r-item:nth-child(1) .r-num { font-size: 1.9rem; }

.r-info { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.r-info strong { font-family: var(--f-head); font-size: 0.94rem; }
.r-info p {
  font-size: 0.76rem;
  color: var(--txt-mute);
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.r-go {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 0.78rem;
  color: var(--nrg);
  background: rgba(255, 119, 0, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.3);
  transition: background 0.25s, color 0.25s;
}
.r-item:hover .r-go {
  background: linear-gradient(140deg, var(--nrg), var(--magenta));
  color: #12101c;
}

/* ============================================================
   ENCUESTAS
   ============================================================ */

.polls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 16px;
}

.poll-card {
  padding: 22px;
  border-radius: var(--r-lg);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
}
.poll-q {
  font-family: var(--f-head);
  font-size: 1rem;
  line-height: 1.35;
  margin-bottom: 18px;
}
.poll-opts { display: flex; flex-direction: column; gap: 9px; }

.poll-opt {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 13px 16px;
  border-radius: var(--r-sm);
  font-size: 0.85rem;
  text-align: left;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: box-shadow 0.25s, background 0.25s;
}
.poll-opt:not(:disabled):hover {
  background: rgba(255, 119, 0, 0.09);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4);
}
.poll-opt:disabled { cursor: default; }

.poll-bar {
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(255, 119, 0, 0.28), rgba(255, 45, 149, 0.2));
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 0;
}
.poll-label, .poll-count { position: relative; z-index: 1; }
.poll-count {
  font-family: var(--f-display);
  font-size: 0.72rem;
  color: var(--nrg);
  white-space: nowrap;
}

.poll-voted {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
  font-size: 0.78rem;
  color: #21e06b;
}

/* ============================================================
   EVENTOS
   ============================================================ */

.events { display: flex; flex-direction: column; gap: 12px; }

.e-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  padding: 17px 18px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.25s, box-shadow 0.25s;
}
.e-item:hover {
  transform: translateX(6px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}

.e-date {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 12px 6px;
  border-radius: var(--r-sm);
  background: linear-gradient(160deg, rgba(255, 119, 0, 0.16), rgba(255, 45, 149, 0.12));
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.25);
}
.e-day { font-family: var(--f-display); font-size: 1.5rem; color: var(--nrg); line-height: 1; }
.e-month {
  font-size: 0.6rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--txt-dim);
  margin-top: 5px;
}

.e-info { min-width: 0; display: flex; flex-direction: column; gap: 7px; }
.e-info h3 { font-family: var(--f-head); font-size: 0.98rem; }
.e-info p { font-size: 0.8rem; color: var(--txt-dim); line-height: 1.5; }
.e-meta {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  font-size: 0.71rem;
  color: var(--txt-mute);
}
.e-meta span { display: inline-flex; align-items: center; gap: 6px; }

/* ============================================================
   SPONSORS GRID
   ============================================================ */

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 226px), 1fr));
  gap: 16px;
}

.s-card {
  padding: 24px 20px;
  border-radius: var(--r-lg);
  text-align: center;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.s-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 18px 38px rgba(0, 0, 0, 0.4);
}
.s-logo {
  height: 68px;
  display: grid;
  place-items: center;
}
.s-logo img { max-height: 68px; width: auto; object-fit: contain; }
.s-card h3 { font-family: var(--f-head); font-size: 0.92rem; }
.s-card p {
  font-size: 0.77rem;
  color: var(--txt-mute);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.s-links { display: flex; gap: 8px; flex-wrap: wrap; justify-content: center; margin-top: auto; }
.s-links a {
  width: 32px; height: 32px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  color: var(--txt-dim);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: color 0.22s, background 0.22s;
}
.s-links a:hover { color: #12101c; background: var(--nrg); }

/* ============================================================
   LOCUTORES
   ============================================================ */

.ann-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 196px), 1fr));
  gap: 16px;
}

.a-card {
  padding: 24px 18px;
  border-radius: var(--r-lg);
  text-align: center;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.a-card:hover {
  transform: translateY(-6px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 18px 38px rgba(0, 0, 0, 0.4);
}

.a-photo {
  width: 108px; height: 108px;
  margin: 0 auto 15px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: var(--deep-2);
  box-shadow: 0 0 0 2px var(--void), 0 0 0 3px rgba(255, 119, 0, 0.4);
}
.a-photo img { width: 100%; height: 100%; object-fit: cover; }
.a-card h3 { font-family: var(--f-head); font-size: 0.94rem; margin-bottom: 8px; }
.a-card p {
  font-size: 0.76rem;
  color: var(--txt-mute);
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ============================================================
   GALERÍAS
   ============================================================ */

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 250px), 1fr));
  gap: 16px;
}

.g-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: var(--deep-2);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.g-card:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 18px 38px rgba(0, 0, 0, 0.4);
}
.g-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.g-card:hover img { transform: scale(1.08); }
.g-body {
  position: absolute;
  inset: auto 0 0 0;
  padding: 16px;
  background: linear-gradient(transparent, rgba(8, 8, 26, 0.95));
}
.g-body h3 { font-family: var(--f-head); font-size: 0.92rem; margin-bottom: 5px; }
.g-body small {
  font-size: 0.67rem;
  color: var(--nrg);
  letter-spacing: 0.1em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.gallery-main {
  width: 100%;
  max-height: 66vh;
  object-fit: contain;
  border-radius: var(--r-md);
  background: var(--void);
}

.gallery-thumbs {
  display: flex;
  gap: 9px;
  overflow-x: auto;
  padding: 14px 2px 2px;
  scrollbar-width: thin;
}
.gallery-thumb {
  width: 74px; height: 56px;
  flex: 0 0 auto;
  object-fit: cover;
  border-radius: 8px;
  cursor: pointer;
  opacity: 0.5;
  box-shadow: inset 0 0 0 1px var(--line);
  transition: opacity 0.25s, box-shadow 0.25s, transform 0.25s;
}
.gallery-thumb:hover, .gallery-thumb.active {
  opacity: 1;
  transform: translateY(-3px);
  box-shadow: 0 0 0 2px var(--nrg);
}

/* ============================================================
   ÚLTIMOS TEMAS
   ============================================================ */

.tracks { display: flex; flex-direction: column; gap: 9px; }

.t-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 14px 18px;
  border-radius: var(--r-sm);
  font-size: 0.86rem;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: background 0.25s, transform 0.25s, color 0.25s;
}
.t-item:hover {
  transform: translateX(5px);
  color: var(--txt);
  background: var(--panel-2);
}
.t-ico { color: var(--nrg); font-size: 0.78rem; flex: 0 0 auto; }

/* ============================================================
   TV
   ============================================================ */

.tv-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #04040c;
  box-shadow: inset 0 0 0 1px var(--line-2), 0 20px 50px rgba(0, 0, 0, 0.5);
}
.tv-frame video { width: 100%; display: block; }

/* ============================================================
   NOSOTROS
   ============================================================ */

.about-panel {
  padding: clamp(24px, 5vw, 40px);
  border-radius: var(--r-xl);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(12px);
}
.about-panel h3 {
  font-family: var(--f-display);
  font-size: clamp(1.15rem, 4vw, 1.6rem);
  margin-bottom: 16px;
  background: linear-gradient(100deg, var(--nrg), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-desc {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--txt-dim);
  max-width: 76ch;
  margin-bottom: 26px;
  white-space: pre-line;
}

/* ============================================================
   CONTACTO
   ============================================================ */

.contact-form {
  max-width: 640px;
  padding: clamp(22px, 5vw, 34px);
  border-radius: var(--r-xl);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(12px);
}
.field { margin-bottom: 14px; }
.field input, .field textarea {
  width: 100%;
  padding: 15px 17px;
  border-radius: var(--r-sm);
  font-size: 0.88rem;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--line);
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
  resize: vertical;
}
.field input::placeholder, .field textarea::placeholder { color: var(--txt-mute); }
.field input:focus, .field textarea:focus {
  border-color: var(--nrg);
  background: rgba(255, 119, 0, 0.05);
  box-shadow: 0 0 0 3px rgba(255, 119, 0, 0.13);
}

.contact-submit-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 16px 26px;
  margin-top: 6px;
  border-radius: 99px;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #12101c;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  box-shadow: 0 12px 30px rgba(255, 119, 0, 0.32);
  transition: transform 0.25s, box-shadow 0.25s, opacity 0.25s;
}
.contact-submit-btn:hover:not(:disabled) {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(255, 119, 0, 0.45);
}
.contact-submit-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.contact-feedback {
  margin-top: 16px;
  padding: 14px 17px;
  border-radius: var(--r-sm);
  font-size: 0.83rem;
  line-height: 1.5;
}
.contact-feedback.success {
  color: #7cf5ab;
  background: rgba(33, 224, 107, 0.1);
  box-shadow: inset 0 0 0 1px rgba(33, 224, 107, 0.3);
}
.contact-feedback.error {
  color: #ff9ab0;
  background: rgba(255, 45, 149, 0.1);
  box-shadow: inset 0 0 0 1px rgba(255, 45, 149, 0.3);
}

/* ============================================================
   FOOTER
   ============================================================ */

.foot {
  max-width: 1280px;
  margin: 0 auto;
  padding: 42px 18px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 0.72rem;
  color: var(--txt-mute);
  letter-spacing: 0.06em;
}
.foot-sep { color: var(--nrg); }

/* ============================================================
   DOCK NAV
   ============================================================ */

.dock {
  position: fixed;
  left: 0; right: 0;
  bottom: 0;
  z-index: 600;
  height: calc(var(--dock-h) + env(safe-area-inset-bottom));
  padding: 0 8px env(safe-area-inset-bottom);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(0deg, rgba(8, 8, 26, 0.97), rgba(8, 8, 26, 0.82));
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border-top: 1px solid var(--line);
}
.dock::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 10%;
  right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--nrg), var(--magenta), transparent);
  opacity: 0.55;
}

.dock-item, .dock-more {
  flex: 0 1 auto;
  min-width: 54px;
  padding: 8px 10px;
  border-radius: var(--r-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  color: var(--txt-mute);
  transition: color 0.25s, background 0.25s, transform 0.25s;
}
.dock-item i, .dock-more i { font-size: 1.02rem; }
.dock-item span {
  font-size: 0.58rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dock-item:hover, .dock-more:hover { color: var(--txt); background: rgba(255, 255, 255, 0.05); }

.dock-item.active { color: var(--nrg); transform: translateY(-2px); }
.dock-item.active i {
  filter: drop-shadow(0 0 9px rgba(255, 119, 0, 0.75));
}
.dock-item.active::after {
  content: '';
  position: absolute;
  bottom: 4px;
  width: 4px; height: 4px;
  border-radius: 50%;
  background: var(--nrg);
  box-shadow: 0 0 8px var(--nrg);
}
.dock-item { position: relative; }

.dock-overflow {
  position: fixed;
  right: 12px;
  bottom: calc(var(--dock-h) + env(safe-area-inset-bottom) + 10px);
  z-index: 620;
  max-width: min(94vw, 320px);
  padding: 10px;
  border-radius: var(--r-md);
  background: rgba(12, 12, 34, 0.97);
  backdrop-filter: blur(18px);
  box-shadow: inset 0 0 0 1px var(--line-2), 0 20px 44px rgba(0, 0, 0, 0.6);
  animation: pop-in 0.24s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes pop-in {
  from { opacity: 0; transform: translateY(10px) scale(0.97); }
  to { opacity: 1; transform: none; }
}

.dock-overflow-in {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
}
.dock-overflow-in .dock-item {
  min-width: 0;
  padding: 12px 6px;
  background: rgba(255, 255, 255, 0.035);
}

/* ============================================================
   MODALES
   ============================================================ */

.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9000;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(4, 4, 12, 0.86);
  backdrop-filter: blur(10px);
  opacity: 0;
  transition: opacity 0.25s ease;
  overflow-y: auto;
}
.modal.active { opacity: 1; }

.modal-content {
  position: relative;
  width: 100%;
  max-width: 660px;
  max-height: 90vh;
  overflow-y: auto;
  padding: clamp(22px, 5vw, 36px);
  border-radius: var(--r-lg);
  background: linear-gradient(165deg, var(--deep-2), var(--deep));
  box-shadow: inset 0 0 0 1px var(--line-2), 0 30px 70px rgba(0, 0, 0, 0.7);
  transform: translateY(18px) scale(0.98);
  transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal.active .modal-content { transform: none; }
.modal-content.modal-lg { max-width: 940px; }

.modal-close {
  position: sticky;
  float: right;
  top: 0;
  width: 38px; height: 38px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.35rem;
  line-height: 1;
  color: var(--txt-dim);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px var(--line);
  z-index: 5;
  transition: color 0.22s, background 0.22s, transform 0.22s;
}
.modal-close:hover {
  color: #fff;
  background: var(--magenta);
  transform: rotate(90deg);
}

.modal-content h2 {
  font-family: var(--f-head);
  font-size: clamp(1.1rem, 4vw, 1.55rem);
  line-height: 1.28;
  margin-bottom: 16px;
  padding-right: 44px;
}
.modal-content > img,
.modal-content .m-hero {
  width: 100%;
  max-height: 340px;
  object-fit: cover;
  border-radius: var(--r-md);
  margin-bottom: 18px;
}
.modal-content p, .news-content {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--txt-dim);
}
.news-content { margin-bottom: 18px; }
.news-content img { border-radius: var(--r-sm); margin: 14px 0; }
.news-content a { color: var(--nrg); text-decoration: underline; }
.news-content h1, .news-content h2, .news-content h3 {
  font-family: var(--f-head);
  color: var(--txt);
  margin: 20px 0 10px;
  line-height: 1.35;
}
.news-content ul, .news-content ol { padding-left: 22px; margin: 12px 0; }
.news-content li { margin-bottom: 7px; }
.news-content blockquote {
  padding: 12px 18px;
  margin: 16px 0;
  border-left: 3px solid var(--nrg);
  background: rgba(255, 119, 0, 0.06);
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  color: var(--txt);
}
.modal-content small {
  display: block;
  margin-top: 14px;
  font-size: 0.72rem;
  color: var(--txt-mute);
  letter-spacing: 0.06em;
}

.modal-meta {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  font-size: 0.72rem;
  color: var(--txt-mute);
}
.modal-meta span { display: inline-flex; align-items: center; gap: 6px; }

#podcast-audio {
  width: 100%;
  margin-top: 20px;
  border-radius: 99px;
  filter: invert(0.92) hue-rotate(180deg);
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: var(--r-md);
  overflow: hidden;
  background: #000;
  margin-bottom: 18px;
}
.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ============================================================
   LANDING PAGE — Estructura general
   ============================================================ */

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 18px;
}

.section {
  position: relative;
  padding: clamp(60px, 9vw, 110px) 0;
}

.sec-head {
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 36px;
}

.sec-kicker {
  font-family: var(--f-display);
  font-size: 0.66rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--nrg);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.sec-kicker::before {
  content: '';
  width: 28px;
  height: 1px;
  background: linear-gradient(90deg, var(--nrg), transparent);
}

.sec-title {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 5.4vw, 3rem);
  line-height: 1.05;
  letter-spacing: -0.005em;
  background: none;
  -webkit-text-fill-color: currentColor;
  color: var(--txt);
  white-space: normal;
}
.grad {
  background: linear-gradient(100deg, var(--nrg) 30%, var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Scroll reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* ============================================================
   SCROLL HINT
   ============================================================ */

.scroll-hint {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 44px;
  border-radius: 14px;
  box-shadow: inset 0 0 0 1px var(--line-2);
  display: grid;
  place-items: start center;
  padding-top: 7px;
  z-index: 3;
}
.scroll-hint span {
  display: block;
  width: 3px;
  height: 8px;
  border-radius: 99px;
  background: var(--nrg);
  animation: scroll-wheel 1.7s ease-in-out infinite;
}
@keyframes scroll-wheel {
  0% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(18px); opacity: 0; }
}

/* Hero CTA */
.hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
  padding: 13px 22px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s, color 0.25s;
}
.hero-cta:hover {
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  transform: translateY(-3px);
  box-shadow: var(--glow-nrg);
}
.hero-cta i { animation: bob 1.6s ease-in-out infinite; }
@keyframes bob { 50% { transform: translateY(3px); } }

/* Stars */
.hero-stars {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image:
    radial-gradient(1px 1px at 12% 18%, rgba(255, 255, 255, 0.6), transparent 50%),
    radial-gradient(1px 1px at 28% 64%, rgba(255, 255, 255, 0.5), transparent 50%),
    radial-gradient(1.5px 1.5px at 45% 28%, rgba(255, 255, 255, 0.7), transparent 50%),
    radial-gradient(1px 1px at 62% 78%, rgba(255, 255, 255, 0.4), transparent 50%),
    radial-gradient(1.5px 1.5px at 78% 22%, rgba(255, 255, 255, 0.7), transparent 50%),
    radial-gradient(1px 1px at 88% 56%, rgba(255, 255, 255, 0.5), transparent 50%),
    radial-gradient(1px 1px at 8% 88%, rgba(255, 255, 255, 0.4), transparent 50%),
    radial-gradient(1px 1px at 96% 92%, rgba(255, 255, 255, 0.5), transparent 50%);
  animation: twinkle 5s ease-in-out infinite alternate;
}
@keyframes twinkle { to { opacity: 0.5; } }

/* Orbits */
.fx-orbits {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  display: grid;
  place-items: center;
  overflow: hidden;
}
.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 119, 0, 0.08);
  animation: spin-slow 90s linear infinite;
}
.orbit-1 { width: 70vw; height: 70vw; border-color: rgba(255, 119, 0, 0.07); }
.orbit-2 { width: 110vw; height: 110vw; border-color: rgba(255, 45, 149, 0.05); animation-duration: 140s; animation-direction: reverse; }
.orbit::before {
  content: '';
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: var(--nrg);
  box-shadow: 0 0 16px var(--nrg);
  transform: translateX(-50%);
}
.orbit-2::before { background: var(--magenta); box-shadow: 0 0 16px var(--magenta); }
@keyframes spin-slow { to { transform: rotate(360deg); } }

/* ============================================================
   MARQUEE
   ============================================================ */

.marquee {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding: 18px 0;
  background: linear-gradient(90deg, rgba(255, 119, 0, 0.1), rgba(255, 45, 149, 0.1), rgba(255, 119, 0, 0.1));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  box-shadow: inset 0 0 30px rgba(255, 119, 0, 0.05);
}
.marquee::before,
.marquee::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0;
  width: 80px;
  z-index: 1;
  pointer-events: none;
}
.marquee::before { left: 0;  background: linear-gradient(90deg, var(--void), transparent); }
.marquee::after  { right: 0; background: linear-gradient(270deg, var(--void), transparent); }

.marquee-track {
  display: flex;
  gap: 56px;
  white-space: nowrap;
  animation: marquee-run 28s linear infinite;
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track > span {
  font-family: var(--f-display);
  font-size: 0.92rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.marquee-track i { color: var(--nrg); }
@keyframes marquee-run {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* Duplicar contenido para loop continuo */
.marquee-track { /* duplica el contenido en JS */ }

/* ============================================================
   ABOUT
   ============================================================ */

.about { padding-top: clamp(80px, 11vw, 130px); }

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: start;
  margin-bottom: 56px;
}

.about-copy p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--txt-dim);
  margin-bottom: 18px;
}
.about-copy .lead { font-size: 1.05rem; color: var(--txt); }
.about-copy strong { color: var(--txt); font-weight: 700; }
.about-copy em { color: var(--nrg-soft); font-style: normal; font-weight: 500; }

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border-radius: 99px;
  font-family: var(--f-display);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
}
.pill i { color: var(--nrg); }
.pill-em {
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  box-shadow: var(--glow-nrg);
}
.pill-em i { color: #12101c; }

.about-visual { position: relative; }
.visual-stack {
  position: relative;
  height: clamp(360px, 38vw, 480px);
}
.vs-card {
  position: absolute;
  border-radius: var(--r-lg);
  overflow: hidden;
  box-shadow: inset 0 0 0 1px var(--line-2), 0 18px 40px rgba(0, 0, 0, 0.5);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.vs-card img { width: 100%; height: 100%; object-fit: cover; display: block; }
.vs-tag {
  position: absolute;
  top: 12px; left: 12px;
  font-family: var(--f-display);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  padding: 6px 12px;
  border-radius: 99px;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  z-index: 2;
}
.vs-1 {
  top: 0; left: 0;
  width: 64%;
  height: 70%;
  z-index: 3;
  animation: float-1 9s ease-in-out infinite;
}
.vs-2 {
  bottom: 0; right: 0;
  width: 60%;
  height: 56%;
  z-index: 2;
  animation: float-2 11s ease-in-out infinite;
}
.vs-3 {
  top: 24%; right: 4%;
  width: 36%;
  height: 38%;
  z-index: 4;
  animation: float-3 8s ease-in-out infinite;
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 18px 50px rgba(255, 119, 0, 0.25);
}
.vs-glow {
  position: absolute;
  inset: -10%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 119, 0, 0.18), transparent 60%);
  filter: blur(40px);
  z-index: 1;
  animation: pulse-glow 6s ease-in-out infinite;
}
@keyframes float-1 { 50% { transform: translateY(-12px) rotate(-1deg); } }
@keyframes float-2 { 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes float-3 { 50% { transform: translateY(8px) translateX(-4px) rotate(-2deg); } }
@keyframes pulse-glow { 50% { opacity: 0.4; transform: scale(1.05); } }

/* Stats */
.stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  padding: 28px;
  border-radius: var(--r-xl);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(12px);
  position: relative;
  overflow: hidden;
}
.stats::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, transparent, rgba(255, 119, 0, 0.05), transparent);
  pointer-events: none;
}
.stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  position: relative;
}
.stat-num {
  font-family: var(--f-display);
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  line-height: 1;
  background: linear-gradient(180deg, var(--nrg), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-k {
  font-family: var(--f-display);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  color: var(--txt-dim);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.stat-k i { color: var(--nrg); font-size: 0.7rem; }

/* ============================================================
   GÉNEROS
   ============================================================ */

.genres {
  background:
    radial-gradient(circle at 0% 50%, rgba(255, 45, 149, 0.07), transparent 40%),
    radial-gradient(circle at 100% 50%, rgba(255, 119, 0, 0.07), transparent 40%);
}

.genre-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 18px;
}

.genre-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  isolation: isolate;
  min-height: clamp(320px, 32vw, 400px);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s;
  cursor: default;
}
.genre-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 26px 56px rgba(0, 0, 0, 0.5);
}

.gc-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: -2;
  transition: transform 0.7s ease;
}
.genre-card:hover .gc-bg { transform: scale(1.08); }

.gc-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(8, 8, 26, 0.2) 0%, rgba(8, 8, 26, 0.85) 60%, rgba(8, 8, 26, 0.95)),
    linear-gradient(135deg, rgba(255, 119, 0, 0.18), rgba(255, 45, 149, 0.18));
  mix-blend-mode: normal;
}

.gc-body {
  position: relative;
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: flex-end;
}
.gc-num {
  font-family: var(--f-display);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  color: var(--nrg);
  margin-bottom: 4px;
}
.genre-card h3 {
  font-family: var(--f-head);
  font-size: clamp(1.2rem, 3vw, 1.55rem);
  line-height: 1.2;
  margin-bottom: 4px;
}
.genre-card p {
  font-size: 0.86rem;
  line-height: 1.65;
  color: var(--txt-dim);
}
.genre-card p strong { color: var(--nrg-soft); font-weight: 700; }
.genre-card p em { color: var(--txt); font-style: normal; font-weight: 600; }

.gc-tags {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.gc-tags span {
  font-size: 0.64rem;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 0 0 1px var(--line);
  color: var(--txt-dim);
}

/* Tinte por género */
.g-eurodance .gc-num { color: var(--cyan); }
.g-trance .gc-num    { color: var(--magenta); }
.g-pioneers .gc-num  { color: var(--nrg); }

/* ============================================================
   DJs
   ============================================================ */

.djs {
  background:
    radial-gradient(circle at 80% 10%, rgba(255, 119, 0, 0.06), transparent 35%);
}

.dj-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr));
  gap: 16px;
}

.dj-card {
  position: relative;
  border-radius: var(--r-lg);
  overflow: hidden;
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s;
}
.dj-card:hover {
  transform: translateY(-8px);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 24px 50px rgba(0, 0, 0, 0.5);
}

.dj-img {
  position: relative;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
.dj-img::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 30%, rgba(8, 8, 26, 0.85)),
    linear-gradient(135deg, rgba(255, 119, 0, 0.12), rgba(255, 45, 149, 0.12));
  transition: opacity 0.4s;
}
.dj-card:hover .dj-img::after { opacity: 0.7; }

.dj-body {
  padding: 18px 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.dj-flag {
  display: inline-flex;
  align-items: center;
  font-family: var(--f-display);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 99px;
  background: rgba(255, 119, 0, 0.12);
  color: var(--nrg-soft);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.25);
  align-self: flex-start;
}

.dj-card h3 {
  font-family: var(--f-display);
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.dj-card p {
  font-size: 0.83rem;
  line-height: 1.65;
  color: var(--txt-dim);
}
.dj-card p strong { color: var(--txt); font-weight: 700; }
.dj-card p em { color: var(--nrg-soft); font-style: normal; font-weight: 500; }

.dj-track {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--f-display);
  font-size: 0.64rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 8px 14px;
  margin-top: 6px;
  border-radius: 99px;
  background: linear-gradient(120deg, rgba(255, 119, 0, 0.15), rgba(255, 45, 149, 0.15));
  color: var(--txt);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.25);
  align-self: flex-start;
}
.dj-track i {
  color: var(--nrg);
  animation: spin-slow 4s linear infinite;
}

/* ============================================================
   FEATURES
   ============================================================ */

.feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
  gap: 16px;
}

.feat {
  padding: 28px 24px;
  border-radius: var(--r-lg);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px);
  transition: transform 0.35s, box-shadow 0.35s, background 0.35s;
  position: relative;
  overflow: hidden;
}
.feat::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: var(--r-lg);
  padding: 1px;
  background: linear-gradient(135deg, transparent, transparent 50%, rgba(255, 119, 0, 0.4));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
  pointer-events: none;
}
.feat:hover {
  transform: translateY(-6px);
  background: var(--panel-2);
}
.feat:hover::before { opacity: 1; }

.feat-ico {
  width: 56px; height: 56px;
  margin-bottom: 18px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  color: #12101c;
  background: linear-gradient(140deg, var(--nrg), var(--magenta));
  box-shadow: 0 10px 24px rgba(255, 119, 0, 0.3);
}
.feat h3 {
  font-family: var(--f-head);
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.feat p {
  font-size: 0.85rem;
  line-height: 1.65;
  color: var(--txt-dim);
}

/* ============================================================
   CTA
   ============================================================ */

.cta-card {
  position: relative;
  padding: clamp(36px, 6vw, 60px);
  border-radius: var(--r-xl);
  text-align: center;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 119, 0, 0.18), transparent 60%),
    linear-gradient(160deg, var(--deep-2), var(--deep));
  box-shadow: inset 0 0 0 1px var(--line-2), 0 30px 70px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  margin-bottom: 70px;
}
.cta-glow {
  position: absolute;
  inset: -50%;
  background: conic-gradient(from 0deg, transparent, var(--nrg), transparent, var(--magenta), transparent);
  animation: spin-slow 12s linear infinite;
  opacity: 0.18;
  z-index: 0;
}
.cta-card > * { position: relative; z-index: 1; }

.cta-kicker {
  font-family: var(--f-display);
  font-size: 0.66rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--nrg);
  display: inline-block;
  margin-bottom: 18px;
  padding: 7px 16px;
  border-radius: 99px;
  background: rgba(255, 119, 0, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.25);
}
.cta-card h2 {
  font-family: var(--f-display);
  font-size: clamp(1.6rem, 5vw, 2.6rem);
  line-height: 1.15;
  letter-spacing: -0.005em;
  margin-bottom: 18px;
}
.cta-card p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--txt-dim);
  max-width: 60ch;
  margin: 0 auto 30px;
}
.cta-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 16px 28px;
  border-radius: 99px;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  color: #12101c;
  box-shadow: 0 14px 32px rgba(255, 119, 0, 0.38);
  transition: transform 0.25s, box-shadow 0.25s;
}
.cta-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 44px rgba(255, 119, 0, 0.5);
}
.cta-ghost {
  background: var(--panel);
  color: var(--txt);
  box-shadow: inset 0 0 0 1px var(--line-2);
}
.cta-ghost:hover {
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px var(--cyan), var(--glow-cyan);
}

/* Programación destacada */
.prog-block { padding-top: 20px; }

/* ============================================================
   COLUMNS (noticias + podcasts, extras)
   ============================================================ */

.cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 340px), 1fr));
  gap: 22px;
}
.cols-2 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 360px), 1fr)); }
.cols-3 { grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); }

.col {
  padding: 24px;
  border-radius: var(--r-lg);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.col-title {
  font-family: var(--f-head);
  font-size: 1rem;
  letter-spacing: 0.06em;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--txt);
}
.col-title i { color: var(--nrg); }

.block { margin-bottom: 60px; }

/* ============================================================
   NOTICIAS (lista compacta en landing)
   ============================================================ */

.news-list, .podcast-list, .vc-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.n-lite {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s;
}
.n-lite:hover {
  transform: translateX(5px);
  background: rgba(255, 119, 0, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.3);
}
.n-lite-img {
  width: 84px; height: 64px;
  border-radius: 10px;
  background: var(--deep-2) center / cover no-repeat;
  background-color: var(--deep-2);
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  flex: 0 0 auto;
}
/* Cuando no hay imagen, mostrar un icono en lugar de dejar el hueco vacío */
.n-lite-img:not([style*="background-image"]) {
  background-image: linear-gradient(140deg, rgba(255, 119, 0, 0.25), rgba(255, 45, 149, 0.25));
}
.n-lite-img:not([style*="background-image"])::after {
  content: '\f03e'; /* fa-image */
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.45);
}
.n-lite-body { min-width: 0; }
.n-lite-body h4 {
  font-family: var(--f-head);
  font-size: 0.9rem;
  line-height: 1.3;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.n-lite-body small { font-size: 0.65rem; color: var(--txt-mute); letter-spacing: 0.08em; }

/* ============================================================
   AUSPICIADORES carousel (más compacto en columna)
   ============================================================ */

.col .sponsors-swiper { padding: 6px 0; }
.col .sponsors-swiper .swiper-slide a {
  height: 60px;
  padding: 12px 18px;
}
.col .sponsors-swiper img { max-height: 36px; }

.col .sponsor-grid {
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 10px;
}
.col .sponsor-grid .s-card {
  padding: 16px;
  flex-direction: row;
  text-align: left;
  gap: 14px;
  align-items: center;
}
.col .sponsor-grid .s-logo {
  height: 44px;
  flex: 0 0 auto;
  margin: 0;
}
.col .sponsor-grid .s-card h3 { font-size: 0.85rem; margin: 0; }
.col .sponsor-grid .s-card p { display: none; }
.col .sponsor-grid .s-links { margin: 0; }

/* ============================================================
   EVENTOS list (compacto en columna)
   ============================================================ */

.events-list { display: flex; flex-direction: column; gap: 10px; }
.e-lite {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  padding: 12px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
}
.e-lite-date {
  display: grid;
  place-content: center;
  text-align: center;
  padding: 8px 4px;
  border-radius: 10px;
  background: linear-gradient(160deg, rgba(255, 119, 0, 0.18), rgba(255, 45, 149, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.3);
}
.e-lite-day { font-family: var(--f-display); font-size: 1.2rem; color: var(--nrg); line-height: 1; }
.e-lite-month { font-size: 0.55rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--txt-dim); margin-top: 4px; }
.e-lite-info { min-width: 0; }
.e-lite-info h4 { font-family: var(--f-head); font-size: 0.88rem; line-height: 1.3; margin-bottom: 5px; }
.e-lite-info small { font-size: 0.7rem; color: var(--txt-mute); display: inline-flex; align-items: center; gap: 6px; margin-right: 10px; }

/* ============================================================
   VIDEOCASTS list (compacto en columna)
   ============================================================ */

.vc-list .m-card { display: grid; grid-template-columns: 100px 1fr; gap: 12px; padding: 0; border-radius: var(--r-md); }
.vc-list .m-card .m-thumb { width: 100px; aspect-ratio: 16/10; }
.vc-list .m-card .m-body { padding: 10px 12px 10px 0; }
.vc-list .m-card .m-body h3 { font-size: 0.85rem; }
.vc-list .m-card .m-play { display: none; }
.vc-list .m-card .m-ep,
.vc-list .m-card .m-dur { display: none; }

/* ============================================================
   FALLBACKS cuando la API no entrega imagen
   ============================================================ */

/* Las tarjetas que usan background-image (n-lite-img, gc-bg, dj-img)
   ya tienen un gradient + icono FontAwesome cuando la URL está vacía.
   Aquí cubrimos las que usan <img>: cuando falla, mostramos icono. */

.a-photo { display: grid; place-items: center; }
.a-photo img { display: block; grid-area: 1 / 1; }
.a-photo img.is-empty,
.a-photo img.broken { display: none; }
.a-photo .ph { grid-area: 1 / 1; font-size: 2.2rem; color: rgba(255, 255, 255, 0.28); }

.s-logo { display: grid; place-items: center; }
.s-logo img { display: block; }
.s-logo img.is-empty,
.s-logo img.broken { display: none; }
.s-logo .ph { font-size: 1.4rem; color: rgba(255, 255, 255, 0.25); }

.g-card { display: grid; place-items: center; }
.g-card img { display: block; grid-area: 1 / 1; width: 100%; height: 100%; object-fit: cover; }
.g-card img.is-empty,
.g-card img.broken { display: none; }
.g-card .ph { grid-area: 1 / 1; font-size: 2rem; color: rgba(255, 255, 255, 0.25); }

.m-thumb { display: grid; place-items: center; overflow: hidden; }
.m-thumb img { display: block; grid-area: 1 / 1; width: 100%; height: 100%; }
.m-thumb img.is-empty,
.m-thumb img.broken { display: none; }
.m-thumb .ph { grid-area: 1 / 1; font-size: 1.6rem; color: rgba(255, 255, 255, 0.35); }

/* ============================================================
   CONTACTO (formulario en grid)
   ============================================================ */

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.contact-text {
  padding: clamp(24px, 4vw, 36px);
  border-radius: var(--r-lg);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(12px);
}
.contact-text p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--txt-dim);
  margin-bottom: 20px;
}
.contact-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 12px 16px;
  border-radius: var(--r-sm);
  font-size: 0.88rem;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: background 0.25s, transform 0.25s;
}
.contact-list li:hover {
  transform: translateX(5px);
  background: rgba(255, 119, 0, 0.07);
}
.contact-list i { color: var(--nrg); width: 18px; text-align: center; }

/* ============================================================
   PROGRAMACIÓN (timeline adaptado al estilo landing)
   ============================================================ */

.prog-timeline {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 760px;
  margin: 0 auto;
}

.day-nav {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 10px;
  margin-bottom: 22px;
  scrollbar-width: none;
  justify-content: center;
}
.day-nav::-webkit-scrollbar { display: none; }

.day-btn {
  flex: 0 0 auto;
  padding: 11px 19px;
  border-radius: 99px;
  font-family: var(--f-display);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: color 0.25s, background 0.25s, box-shadow 0.25s;
}
.day-btn:hover { color: var(--txt); background: var(--panel-2); }
.day-btn.active {
  color: #12101c;
  background: linear-gradient(120deg, var(--nrg), var(--magenta));
  box-shadow: var(--glow-nrg);
}

.p-item {
  display: grid;
  grid-template-columns: 84px 2px 1fr;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-radius: var(--r-md);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.p-item:hover {
  transform: translateX(6px);
  background: var(--panel-2);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}
.p-item.on-now {
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.55), var(--glow-nrg);
  background: rgba(255, 119, 0, 0.07);
}
.p-time { display: flex; flex-direction: column; gap: 2px; }
.p-start { font-family: var(--f-display); font-size: 1rem; color: var(--nrg); }
.p-end { font-size: 0.66rem; color: var(--txt-mute); }
.p-bar { width: 2px; height: 100%; min-height: 36px; border-radius: 99px; background: linear-gradient(var(--nrg), var(--magenta)); }
.p-info { min-width: 0; display: flex; flex-direction: column; gap: 5px; }
.p-name { font-family: var(--f-head); font-size: 0.95rem; }
.p-host { font-size: 0.72rem; color: var(--txt-mute); display: inline-flex; align-items: center; gap: 6px; }
.p-live {
  font-size: 0.56rem;
  letter-spacing: 0.16em;
  padding: 3px 9px;
  border-radius: 99px;
  background: var(--nrg);
  color: #12101c;
  align-self: flex-start;
  font-weight: 700;
}

/* ============================================================
   TV
   ============================================================ */

.tv-section .tv-frame {
  border-radius: var(--r-lg);
  overflow: hidden;
  background: #04040c;
  box-shadow: inset 0 0 0 1px var(--line-2), 0 20px 50px rgba(0, 0, 0, 0.5);
}
.tv-frame video { width: 100%; display: block; }

/* ============================================================
   RANKING y POLLS (versión compacta)
   ============================================================ */

.rank-list { display: flex; flex-direction: column; gap: 9px; }
.r-item {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 11px 14px;
  border-radius: var(--r-md);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.25s, background 0.25s;
}
.r-item:hover {
  transform: translateX(5px);
  background: rgba(255, 119, 0, 0.06);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35);
}
.r-num { font-family: var(--f-display); font-size: 1.2rem; background: linear-gradient(180deg, var(--nrg), var(--magenta)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.r-info strong { font-family: var(--f-head); font-size: 0.88rem; display: block; margin-bottom: 3px; line-height: 1.3; }
.r-info p { font-size: 0.72rem; color: var(--txt-mute); display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.r-go { font-size: 0.78rem; color: var(--nrg); width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(255, 119, 0, 0.08); }

/* ============================================================
   POLLS (en grilla completa)
   ============================================================ */

.polls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 320px), 1fr));
  gap: 16px;
}
.poll-card {
  padding: 22px;
  border-radius: var(--r-lg);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
}
.poll-q { font-family: var(--f-head); font-size: 1rem; line-height: 1.35; margin-bottom: 18px; }
.poll-opts { display: flex; flex-direction: column; gap: 9px; }
.poll-opt {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 14px;
  border-radius: var(--r-sm);
  font-size: 0.83rem;
  text-align: left;
  color: var(--txt);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: pointer;
  transition: background 0.25s, box-shadow 0.25s;
}
.poll-opt:not(:disabled):hover { background: rgba(255, 119, 0, 0.08); box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4); }
.poll-opt:disabled { cursor: default; }
.poll-bar { position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: linear-gradient(90deg, rgba(255, 119, 0, 0.28), rgba(255, 45, 149, 0.2)); transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1); z-index: 0; }
.poll-label, .poll-count { position: relative; z-index: 1; }
.poll-count { font-family: var(--f-display); font-size: 0.7rem; color: var(--nrg); white-space: nowrap; }
.poll-voted { display: none; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.76rem; color: #21e06b; }

/* ============================================================
   GALERÍAS (en grid)
   ============================================================ */

.gal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr));
  gap: 14px;
}
.g-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4 / 3;
  background: var(--deep-2);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.g-card:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 18px 38px rgba(0, 0, 0, 0.4); }
.g-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s ease; }
.g-card:hover img { transform: scale(1.08); }
.g-body { position: absolute; inset: auto 0 0 0; padding: 14px; background: linear-gradient(transparent, rgba(8, 8, 26, 0.95)); }
.g-body h3 { font-family: var(--f-head); font-size: 0.9rem; margin-bottom: 4px; }
.g-body small { font-size: 0.65rem; color: var(--nrg); letter-spacing: 0.1em; display: inline-flex; align-items: center; gap: 6px; }

.gallery-main { width: 100%; max-height: 66vh; object-fit: contain; border-radius: var(--r-md); background: var(--void); }
.gallery-thumbs { display: flex; gap: 8px; overflow-x: auto; padding: 12px 2px 2px; scrollbar-width: thin; }
.gallery-thumb { width: 70px; height: 54px; flex: 0 0 auto; object-fit: cover; border-radius: 7px; cursor: pointer; opacity: 0.55; box-shadow: inset 0 0 0 1px var(--line); transition: opacity 0.25s, box-shadow 0.25s, transform 0.25s; }
.gallery-thumb:hover, .gallery-thumb.active { opacity: 1; transform: translateY(-2px); box-shadow: 0 0 0 2px var(--nrg); }

/* ============================================================
   LOCUTORES (grilla horizontal)
   ============================================================ */

.ann-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 180px), 1fr));
  gap: 14px;
}
.a-card {
  padding: 20px 16px;
  border-radius: var(--r-lg);
  text-align: center;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: transform 0.3s, box-shadow 0.3s;
}
.a-card:hover { transform: translateY(-5px); box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.4), 0 16px 34px rgba(0, 0, 0, 0.4); }
.a-photo { width: 96px; height: 96px; margin: 0 auto 12px; border-radius: 50%; overflow: hidden; background: var(--deep-2); box-shadow: 0 0 0 2px var(--void), 0 0 0 3px rgba(255, 119, 0, 0.4); }
.a-photo img { width: 100%; height: 100%; object-fit: cover; }
.a-card h3 { font-family: var(--f-head); font-size: 0.9rem; margin-bottom: 6px; }
.a-card p { font-size: 0.72rem; color: var(--txt-mute); line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ============================================================
   TRACKS list
   ============================================================ */

.tracks { display: flex; flex-direction: column; gap: 8px; }
.t-item {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 11px 14px;
  border-radius: var(--r-sm);
  font-size: 0.82rem;
  color: var(--txt-dim);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 0 0 1px var(--line);
  transition: background 0.25s, transform 0.25s, color 0.25s;
}
.t-item:hover { transform: translateX(5px); color: var(--txt); background: rgba(255, 119, 0, 0.06); }
.t-ico { color: var(--nrg); font-size: 0.74rem; flex: 0 0 auto; }

/* ============================================================
   LOAD MORE button (estilo landing)
   ============================================================ */

.more-wrap { display: flex; justify-content: center; padding: 20px 0 0; }
.more-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border-radius: 99px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--txt);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line-2);
  transition: background 0.25s, box-shadow 0.25s, transform 0.25s;
  cursor: pointer;
}
.more-btn:hover { background: linear-gradient(120deg, var(--nrg), var(--magenta)); color: #12101c; transform: translateY(-2px); box-shadow: var(--glow-nrg); }

/* ============================================================
   UNIVERSO ELECTRÓNICO (géneros raíz + tabla BPM)
   ============================================================ */

.universo {
  background:
    radial-gradient(circle at 20% 0%, rgba(0, 229, 255, 0.06), transparent 40%),
    radial-gradient(circle at 90% 80%, rgba(123, 45, 255, 0.07), transparent 40%);
}

.sec-lead {
  max-width: 780px;
  font-size: 0.96rem;
  line-height: 1.8;
  color: var(--txt-dim);
  margin-bottom: 34px;
}
.sec-lead strong { color: var(--nrg-soft); font-weight: 700; }

/* Tintes extra para las nuevas genre-cards */
.g-house .gc-num    { color: var(--nrg); }
.g-techno .gc-num   { color: var(--cyan); }
.g-trance-e .gc-num { color: var(--magenta); }
.g-dnb .gc-num      { color: var(--nrg-soft); }
.g-dubstep .gc-num  { color: var(--cyan); }

.egenre-grid { margin-bottom: 42px; }

/* Tabla BPM */
.bpm-wrap {
  border-radius: var(--r-lg);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  backdrop-filter: blur(10px);
  overflow: hidden;
}
.bpm-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  font-family: var(--f-display);
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--nrg);
  border-bottom: 1px solid var(--line);
  background: linear-gradient(90deg, rgba(255, 119, 0, 0.09), transparent 70%);
}
.bpm-scroll { overflow-x: auto; }
.bpm-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}
.bpm-table th {
  font-family: var(--f-display);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--txt-mute);
  text-align: left;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
}
.bpm-table td {
  padding: 15px 18px;
  font-size: 0.85rem;
  line-height: 1.55;
  color: var(--txt-dim);
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}
.bpm-table tbody tr:last-child td { border-bottom: 0; }
.bpm-table tbody tr { transition: background 0.25s; }
.bpm-table tbody tr:hover { background: rgba(255, 119, 0, 0.06); }
.bpm-table .bpm-name {
  font-family: var(--f-head);
  font-size: 0.95rem;
  color: var(--txt);
  white-space: nowrap;
}
.bpm-table .bpm-bpm {
  font-family: var(--f-display);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  white-space: nowrap;
  background: linear-gradient(90deg, var(--nrg), var(--magenta));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bpm-table .bpm-subs { font-size: 0.78rem; color: var(--txt-mute); }

/* ============================================================
   EURODANCE 90s (nube de artistas)
   ============================================================ */

.eurodance-sec {
  background:
    radial-gradient(circle at 85% 15%, rgba(255, 45, 149, 0.07), transparent 40%);
}

.sub-h {
  font-family: var(--f-head);
  font-size: 1.15rem;
  margin: 28px 0 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.sub-h::before {
  content: '';
  width: 22px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, var(--nrg), var(--magenta));
  flex-shrink: 0;
}

.artists-block { margin-top: 54px; }
.artists-block .col-title { margin-bottom: 10px; }
.artists-note {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--txt-dim);
  max-width: 740px;
  margin-bottom: 18px;
}
.artists-note strong { color: var(--txt); font-weight: 700; }
.artists-note-end { margin-top: 20px; margin-bottom: 0; }

.artist-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.artist-chip {
  font-family: var(--f-display);
  font-size: 0.62rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 9px 15px;
  border-radius: 99px;
  color: var(--txt-dim);
  background: var(--panel);
  box-shadow: inset 0 0 0 1px var(--line);
  cursor: default;
  transition: transform 0.25s, box-shadow 0.25s, color 0.25s;
}
.artist-chip:hover {
  transform: translateY(-3px);
  color: var(--txt);
  box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.45), 0 10px 22px rgba(0, 0, 0, 0.4);
}
.artist-chip.c1 { color: var(--nrg-soft); box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.35); }
.artist-chip.c2 { color: #ff8fc0; box-shadow: inset 0 0 0 1px rgba(255, 45, 149, 0.35); }
.artist-chip.c3 { color: #8fefff; box-shadow: inset 0 0 0 1px rgba(0, 229, 255, 0.3); }
.artist-chip.c1:hover { box-shadow: inset 0 0 0 1px rgba(255, 119, 0, 0.6), var(--glow-nrg); }
.artist-chip.c2:hover { box-shadow: inset 0 0 0 1px rgba(255, 45, 149, 0.6), var(--glow-mag); }
.artist-chip.c3:hover { box-shadow: inset 0 0 0 1px rgba(0, 229, 255, 0.55), var(--glow-cyan); }

/* ============================================================
   GRANDES RAVES DE LOS 90
   ============================================================ */

.raves {
  background:
    radial-gradient(circle at 10% 20%, rgba(123, 45, 255, 0.08), transparent 40%),
    radial-gradient(circle at 95% 85%, rgba(0, 229, 255, 0.05), transparent 40%);
}

/* ============================================================
    RESPONSIVE
    ============================================================ */

@media (max-width: 900px) {
  .hero-in {
    grid-template-columns: 1fr;
    text-align: center;
    padding-top: 34px;
  }
  .hero-visual { order: -1; }
  .hero-badge, .hero-controls, .hero-meta { justify-content: center; }
  .hero-controls { flex-direction: column; align-items: center; }
  .glitch::before, .glitch::after { display: none; }

  /* Landing */
  .about-grid { grid-template-columns: 1fr; }
  .visual-stack { height: 380px; margin: 0 auto; max-width: 480px; }
  .contact-grid { grid-template-columns: 1fr; }
  .sec-title { font-size: clamp(1.4rem, 7vw, 2rem); }
}

@media (max-width: 640px) {
  :root { --dock-h: 66px; }

  .topbar-in { padding: 10px 14px; }
  .brand-mark { width: 40px; height: 40px; flex-basis: 40px; }
  .brand-logo { height: 40px; }
  .brand-logo img { max-width: 150px; }
  .brand-text strong { font-size: 0.86rem; max-width: 38vw; }
  .topbar-actions .social-links { display: none; }

  .container { padding-left: 14px; padding-right: 14px; }
  .hero-in { padding: 28px 14px 34px; }

  .disc { width: min(66vw, 240px); }
  .play-orb { width: 66px; height: 66px; flex-basis: 66px; }
  .vol { width: 100%; justify-content: center; }
  .vol input[type="range"] { width: 100%; max-width: 200px; }

  .hero-meta { gap: 8px; }
  .meta-cell { flex-basis: calc(33.333% - 6px); padding: 11px 10px; }
  .meta-v { font-size: 0.86rem; }

  .scroll-hint { display: none; }
  .orbit-1 { width: 120vw; height: 120vw; }
  .orbit-2 { width: 180vw; height: 180vw; }

  .section { padding: 50px 0; }
  .sec-head { margin-bottom: 26px; }
  .sec-title { font-size: clamp(1.3rem, 8vw, 1.9rem); }

  .marquee-track > span { font-size: 0.78rem; letter-spacing: 0.12em; gap: 7px; }
  .marquee-track { gap: 32px; }

  .stats { padding: 20px; gap: 10px; }
  .stat-num { font-size: clamp(1.8rem, 9vw, 2.4rem); }

  .visual-stack { height: 340px; }
  .vs-1 { width: 60%; height: 64%; }
  .vs-2 { width: 56%; height: 50%; }
  .vs-3 { width: 38%; height: 36%; }

  .cta-card { padding: 30px 22px; }
  .cta-actions { flex-direction: column; align-items: stretch; }
  .cta-btn { justify-content: center; }

  .p-item { grid-template-columns: 58px 2px 1fr; gap: 12px; padding: 13px 14px; }

  .dock-item span { display: none; }
  .dock-item, .dock-more { min-width: 46px; padding: 10px 8px; }
  .dock-item i, .dock-more i { font-size: 1.12rem; }
  .dock-item.active::after { bottom: 5px; }

  .modal { padding: 10px; }
  .modal-content { padding: 20px 18px; border-radius: var(--r-md); }
}

@media (min-width: 1100px) {
  .hero { min-height: min(82vh, 780px); }
}
