:root {
  --stv2-bg:#08090d;
  --stv2-paper:#f4efe7;
  --stv2-coral:#ff4058;
  --stv2-orange:#ff7900;
  --stv2-violet:#8c43d8;
  --stv2-blue:#2f6fff;
  --stv2-muted:#a5a4ad;
  --stv2-line:rgba(255,255,255,.13);
}

* { box-sizing:border-box; }
html,body { width:100%; height:100%; min-width:0; min-height:0; margin:0; overflow:hidden; }
body { display:grid; place-items:center; background:#030407; }

.stv2-broadcast {
  position:relative;
  width:min(100vw,177.7777778vh);
  height:min(100vh,56.25vw);
  aspect-ratio:16/9;
  overflow:hidden;
  isolation:isolate;
  container-type:inline-size;
  color:var(--stv2-paper);
  background:radial-gradient(circle at 22% 18%,rgba(255,64,88,.13),transparent 27%),radial-gradient(circle at 84% 74%,rgba(47,111,255,.12),transparent 31%),var(--stv2-bg);
  font-family:Inter,"Avenir Next",Avenir,"Segoe UI",Arial,sans-serif;
}
.stv2-broadcast::after { content:""; position:absolute; inset:0; z-index:40; border:1px solid rgba(255,255,255,.06); box-shadow:inset 0 0 11cqw rgba(0,0,0,.34); pointer-events:none; }

.stv2-ambient,.stv2-dots,.stv2-rings,.stv2-scan { position:absolute; inset:0; pointer-events:none; }
.stv2-ambient { z-index:-2; filter:blur(2.6cqw); }
.stv2-ambient i { position:absolute; width:33cqw; height:33cqw; border-radius:50%; opacity:.16; mix-blend-mode:screen; animation:stv2-drift 16s ease-in-out infinite alternate; }
.stv2-ambient i:nth-child(1) { left:-10cqw; top:-14cqw; background:var(--stv2-coral); }
.stv2-ambient i:nth-child(2) { right:-8cqw; bottom:-17cqw; background:var(--stv2-blue); animation-delay:-5s; }
.stv2-ambient i:nth-child(3) { left:43%; top:37%; width:21cqw; height:21cqw; background:var(--stv2-violet); opacity:.1; animation-delay:-10s; }
.stv2-dots { z-index:-1; opacity:.24; background-image:radial-gradient(rgba(255,64,88,.72) .085cqw,transparent .1cqw); background-size:1.08cqw 1.08cqw; mask-image:linear-gradient(110deg,#000,transparent 34%,transparent 68%,#000); animation:stv2-dots 22s linear infinite; }
.stv2-rings { z-index:-1; }
.stv2-rings i { position:absolute; left:50%; top:50%; width:44cqw; height:44cqw; border:1px solid rgba(255,255,255,.09); border-radius:50%; transform:translate(-50%,-50%); animation:stv2-ring 5.5s ease-in-out infinite; }
.stv2-rings i:nth-child(2) { width:59cqw; height:59cqw; border-color:rgba(255,64,88,.08); animation-delay:-1.8s; }
.stv2-rings i:nth-child(3) { width:77cqw; height:77cqw; border-color:rgba(47,111,255,.07); animation-delay:-3.6s; }
.stv2-scan { z-index:3; left:-25%; width:18%; background:linear-gradient(90deg,transparent,rgba(255,255,255,.045),transparent); transform:skewX(-18deg); animation:stv2-scan 7s ease-in-out infinite; }

.stv2-header { position:relative; z-index:5; height:13%; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:0 3.2%; border-bottom:1px solid var(--stv2-line); background:rgba(8,9,13,.58); backdrop-filter:blur(14px); }
.stv2-channel { display:flex; align-items:center; gap:.55cqw; }
.stv2-channel>img { width:5.7cqw; height:4.45cqw; object-fit:contain; object-position:left center; }
.stv2-channel>div { display:flex; align-items:center; gap:.42cqw; }
.stv2-channel span { color:var(--stv2-muted); font-size:.55cqw; font-weight:950; letter-spacing:.22em; }
.stv2-channel strong { display:grid; place-items:center; width:3cqw; height:2.2cqw; border-radius:.42cqw; color:#fff; background:linear-gradient(120deg,var(--stv2-coral),var(--stv2-orange) 36%,var(--stv2-violet) 69%,var(--stv2-blue)); font-size:1.12cqw; line-height:1; box-shadow:0 .55cqw 1.7cqw rgba(47,111,255,.2); }
.stv2-clock-lockup { justify-self:center; display:grid; grid-template-columns:auto auto; justify-items:center; align-items:center; gap:.15cqw .75cqw; text-align:center; }
.stv2-clock-lockup>strong { color:var(--stv2-paper); font-size:1.48cqw; font-weight:950; line-height:.9; letter-spacing:-.055em; font-variant-numeric:tabular-nums; }
.stv2-clock-lockup>time { grid-column:1 / -1; color:var(--stv2-muted); font-size:.5cqw; font-weight:950; line-height:1; letter-spacing:.08em; text-transform:uppercase; }
.stv2-header-weather { min-width:7.4cqw; display:grid; grid-template-columns:auto auto; grid-template-rows:auto auto; align-items:center; justify-content:center; gap:.03cqw .28cqw; padding-left:.7cqw; border-left:1px solid rgba(255,255,255,.14); text-align:center; }
.stv2-header-weather>i { grid-row:1 / 3; font-size:1.25cqw; line-height:1; font-style:normal; }
.stv2-header-weather>strong { color:var(--stv2-paper); font-size:1.08cqw; font-weight:950; line-height:.9; letter-spacing:-.04em; }
.stv2-header-weather>span { max-width:5.2cqw; overflow:hidden; color:var(--stv2-muted); font-size:.43cqw; font-weight:950; line-height:1; letter-spacing:.055em; text-overflow:ellipsis; white-space:nowrap; }
.stv2-contact { justify-self:end; display:flex; align-items:center; gap:.48cqw; padding:.48cqw .72cqw .48cqw .5cqw; border:1px solid rgba(255,255,255,.17); border-radius:.52cqw; color:var(--stv2-paper); background:rgba(0,0,0,.34); box-shadow:0 .5cqw 1.35cqw rgba(0,0,0,.2); text-decoration:none; }
.stv2-contact>i { width:1.65cqw; height:1.65cqw; display:grid; place-items:center; border-radius:50%; color:#092d1e; background:#64d66a; font-size:.9cqw; font-style:normal; font-weight:950; transform:rotate(-14deg); }
.stv2-contact>span { display:grid; gap:.12cqw; }
.stv2-contact small { color:var(--stv2-muted); font-size:.42cqw; font-weight:950; letter-spacing:.11em; line-height:1; }
.stv2-contact strong { color:var(--stv2-paper); font-size:.82cqw; font-weight:950; line-height:1; letter-spacing:.02em; font-variant-numeric:tabular-nums; }
.stv2-contact-stack { justify-self:end; display:grid; grid-template-columns:auto auto; align-items:center; gap:.38cqw; }
.stv2-contact-stack .stv2-contact { justify-self:stretch; padding:.4cqw .58cqw .4cqw .44cqw; }
.stv2-contact.is-instagram { background:linear-gradient(120deg,rgba(131,58,180,.38),rgba(253,29,29,.3) 52%,rgba(252,176,69,.28)); }
.stv2-contact.is-instagram>i { border-radius:.48cqw; color:#fff; background:linear-gradient(135deg,#7b38be,#e43772 58%,#f7a13d); line-height:1; transform:none; }
.stv2-contact.is-instagram>i svg { width:1.08cqw; height:1.08cqw; display:block; fill:none; stroke:currentColor; stroke-width:1.8; stroke-linecap:round; stroke-linejoin:round; }
.stv2-contact.is-instagram>i svg .stv-instagram-dot { fill:currentColor; stroke:none; }

.stv2-stage { position:relative; z-index:2; height:75%; display:grid; grid-template-columns:minmax(24cqw,.72fr) minmax(32cqw,1fr); grid-template-rows:minmax(0,1fr) auto auto; align-items:center; gap:.42cqw 5cqw; padding:3.2cqw 9% 2.35cqw 7%; }
.stv2-logo-wrap { position:relative; grid-row:1/-1; justify-self:start; width:23cqw; height:23cqw; display:grid; place-items:center; }
.stv2-logo-wrap img { position:relative; z-index:2; width:17.4cqw; height:15.4cqw; object-fit:contain; filter:drop-shadow(0 1.2cqw 2.6cqw rgba(0,0,0,.42)); animation:stv2-logo 4.6s ease-in-out infinite; }
.stv2-halo { position:absolute; inset:4%; border:1px solid rgba(255,255,255,.13); border-radius:50%; box-shadow:0 0 0 2.5cqw rgba(255,64,88,.025),0 0 0 5cqw rgba(47,111,255,.018); animation:stv2-halo 4.6s ease-in-out infinite; }
.stv2-halo::before,.stv2-halo::after { content:""; position:absolute; inset:10%; border-radius:50%; border-top:2px solid var(--stv2-coral); border-right:2px solid transparent; animation:stv2-spin 9s linear infinite; }
.stv2-halo::after { inset:23%; border-top-color:var(--stv2-blue); animation-direction:reverse; animation-duration:6.5s; }
.stv2-claim { align-self:end; padding-bottom:1.05cqw; animation:stv2-copy-in 9s ease-in-out infinite; }
.stv2-claim span { display:block; color:var(--stv2-paper); font-size:1.1cqw; font-weight:950; line-height:1.04; letter-spacing:.015em; }
.stv2-claim strong { display:block; margin-top:.2cqw; background:linear-gradient(90deg,var(--stv2-coral),var(--stv2-orange),var(--stv2-violet),var(--stv2-blue)); -webkit-background-clip:text; background-clip:text; color:transparent; font-size:3.7cqw; line-height:.88; letter-spacing:-.07em; }
.stv2-event-host { align-self:center; width:78%; min-height:2.15cqw; }
.stv2-event-host .stv-remote-event { min-height:2.15cqw; gap:.5cqw; padding:.14cqw .3cqw .18cqw; border:0; border-top:1px solid rgba(255,64,88,.48); border-radius:0; background:transparent; box-shadow:none; backdrop-filter:none; }
.stv2-event-host .stv-remote-event>span { display:flex; align-items:center; gap:.32cqw; }
.stv2-event-host .stv-remote-event small { color:var(--stv2-coral); font-size:.3cqw; letter-spacing:.13em; }
.stv2-event-host .stv-remote-event strong { max-width:11cqw; color:rgba(244,239,231,.76); font-size:.5cqw; }
.stv2-event-host .stv-remote-event>b { color:var(--stv2-paper); font-size:.73cqw; font-weight:900; }
.stv2-premiere { align-self:start; display:grid; width:max-content; min-width:16cqw; gap:.35cqw; padding-top:1.05cqw; border-top:1px solid rgba(255,255,255,.15); }
.stv2-premiere small { color:var(--stv2-coral); font-size:.53cqw; font-weight:950; letter-spacing:.18em; }
.stv2-premiere strong { font-size:1.65cqw; letter-spacing:.1em; font-variant-numeric:tabular-nums; }

/* Canal 07 only: the candidature card stays below the existing live/programme/alert layers. */
.stv2-candidatures { width:100%; min-width:0; max-width:34cqw; gap:.52cqw; }
.stv2-candidatures>strong { max-width:30cqw; font-size:1.22cqw; line-height:1.2; letter-spacing:-.02em; }
.stv2-candidature-cta { justify-self:start; display:inline-flex; align-items:center; min-height:2.8cqw; max-width:100%; padding:.7cqw 1.1cqw; border:1px solid rgba(255,255,255,.28); border-radius:.55cqw; color:#fff; background:linear-gradient(110deg,#b7193d,#7427b7); font-size:1.02cqw; font-weight:950; line-height:1.2; text-decoration:none; }
.stv2-candidature-cta:focus-visible { outline:.2cqw solid var(--stv2-paper); outline-offset:.2cqw; }
.stv2-candidature-domain { color:var(--stv2-muted); font-size:.73cqw; font-weight:800; letter-spacing:.015em; }

.stv2-footer { position:relative; z-index:5; height:12%; display:grid; grid-template-columns:auto minmax(0,1fr) auto; align-items:center; gap:2cqw; padding:0 4.2%; border-top:1px solid var(--stv2-line); background:rgba(8,9,13,.68); backdrop-filter:blur(14px); }
.stv2-footer-brand { display:flex; align-items:center; gap:.48cqw; white-space:nowrap; }
.stv2-footer-brand i { width:.45cqw; height:.45cqw; border-radius:50%; background:var(--stv2-coral); animation:stv2-live 1.4s ease-in-out infinite; }
.stv2-footer-brand strong { font-size:.68cqw; letter-spacing:.13em; }
.stv2-footer-brand span { color:var(--stv2-muted); font-size:.6cqw; font-weight:850; letter-spacing:.09em; }
.stv2-wave { height:3.2cqw; display:flex; align-items:center; justify-content:center; gap:.42cqw; overflow:hidden; }
.stv2-wave i { width:.16cqw; height:.72cqw; border-radius:99px; background:linear-gradient(180deg,var(--stv2-coral),var(--stv2-violet),var(--stv2-blue)); animation:stv2-wave .72s ease-in-out infinite alternate; }
.stv2-wave i:nth-child(3n) { height:2.4cqw; animation-delay:-.18s; }
.stv2-wave i:nth-child(4n) { height:1.55cqw; animation-delay:-.38s; }
.stv2-wave i:nth-child(5n) { height:2.9cqw; animation-delay:-.55s; }
.stv2-presented { color:var(--stv2-muted); font-size:.54cqw; font-weight:900; letter-spacing:.17em; white-space:nowrap; }

.stv2-sound-gate[hidden] { display:none !important; }
.stv2-sound-gate { position:absolute; z-index:75; left:50%; bottom:13.2%; transform:translateX(-50%); }
.stv2-sound-gate button { display:flex; align-items:center; gap:.65cqw; min-height:3.2cqw; padding:.48cqw 1cqw .48cqw .55cqw; border:1px solid rgba(255,255,255,.28); border-radius:999px; color:var(--stv2-paper); background:rgba(8,9,13,.86); box-shadow:0 .6cqw 1.8cqw rgba(0,0,0,.36); backdrop-filter:blur(14px); cursor:pointer; }
.stv2-sound-gate button>i { width:2cqw; height:2cqw; display:grid; place-items:center; border-radius:50%; color:#08090d; background:var(--stv2-coral); font-size:.8cqw; font-style:normal; }
.stv2-sound-gate button>span { display:grid; gap:.12cqw; text-align:left; }
.stv2-sound-gate strong { font-size:.61cqw; font-weight:1000; letter-spacing:.07em; }
.stv2-sound-gate small { color:var(--stv2-muted); font-size:.43cqw; font-weight:800; }

.stv2-broadcast[data-phase="1"] .stv2-logo-wrap { animation:stv2-shift 1s ease both; }
.stv2-broadcast[data-phase="1"] .stv2-claim { animation:stv2-accent 1.3s ease both; }
.stv2-broadcast[data-phase="2"] .stv2-premiere { animation:stv2-date-pulse 1.2s ease both; }

/* Apertura propia · Canal 07 Take One Fest TV */
.stv2-intro {
  position:absolute;
  z-index:80;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  padding:3cqw 6cqw 7.2cqw;
  color:var(--stv2-paper);
  background:
    radial-gradient(circle at 13% 16%,rgba(255,64,88,.25),transparent 29%),
    radial-gradient(circle at 87% 82%,rgba(47,111,255,.22),transparent 33%),
    linear-gradient(140deg,#08090d,#0c0d14 58%,#070b14);
  text-align:center;
  transition:opacity .5s ease,visibility .5s ease;
}
.stv2-intro[hidden] { display:none !important; }
.stv2-intro.is-leaving { opacity:0; visibility:hidden; }
.stv2-intro::before,.stv2-intro::after {
  content:"";
  position:absolute;
  top:50%;
  width:22cqw;
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.16));
}
.stv2-intro::before { right:calc(50% + 19cqw); }
.stv2-intro::after { left:calc(50% + 19cqw); transform:scaleX(-1); }
.stv2-intro>img {
  position:relative;
  z-index:2;
  width:13.8cqw;
  height:8.8cqw;
  object-fit:contain;
  filter:drop-shadow(0 1.1cqw 2.4cqw rgba(0,0,0,.42));
  animation:stv2-intro-logo 3.2s ease-in-out infinite;
}
.stv2-intro>span {
  position:relative;
  z-index:2;
  margin-top:.42cqw;
  color:var(--stv2-coral);
  font-size:.62cqw;
  font-weight:1000;
  letter-spacing:.24em;
}
.stv2-intro h1 {
  position:relative;
  z-index:2;
  margin:.72cqw 0 .52cqw;
  color:var(--stv2-paper);
  font-size:4.85cqw;
  font-weight:950;
  line-height:.89;
  letter-spacing:-.072em;
}
.stv2-intro h1 strong {
  background:linear-gradient(90deg,var(--stv2-coral),var(--stv2-orange),var(--stv2-violet),var(--stv2-blue));
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  font-weight:1000;
}
.stv2-intro p {
  position:relative;
  z-index:2;
  margin:0;
  color:rgba(244,239,231,.78);
  font-size:.78cqw;
  font-weight:850;
  letter-spacing:.09em;
  text-transform:uppercase;
}
.stv2-intro>time {
  position:relative;
  z-index:2;
  margin-top:.9cqw;
  color:var(--stv2-paper);
  font-size:.72cqw;
  font-weight:1000;
  letter-spacing:.18em;
}
.stv2-intro-progress {
  position:relative;
  z-index:2;
  width:17cqw;
  height:.22cqw;
  margin-top:1.08cqw;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.12);
}
.stv2-intro-progress i {
  display:block;
  width:45%;
  height:100%;
  border-radius:inherit;
  background:linear-gradient(90deg,var(--stv2-coral),var(--stv2-orange),var(--stv2-violet),var(--stv2-blue));
  animation:stv2-intro-progress 1.75s ease-in-out infinite;
}
.stv2-intro-wave {
  position:absolute;
  z-index:1;
  left:0;
  right:0;
  top:48%;
  height:6cqw;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:.68cqw;
  opacity:.22;
}
.stv2-intro-wave i {
  width:.12cqw;
  height:1cqw;
  border-radius:99px;
  background:linear-gradient(180deg,var(--stv2-coral),var(--stv2-violet),var(--stv2-blue));
  animation:stv2-intro-wave .7s ease-in-out infinite alternate;
}
.stv2-intro-wave i:nth-child(3n) { height:4.8cqw; animation-delay:-.2s; }
.stv2-intro-wave i:nth-child(4n) { height:3cqw; animation-delay:-.46s; }
.stv2-intro-wave i:nth-child(5n) { height:5.8cqw; animation-delay:-.61s; }
.stv2-intro-orbit {
  position:absolute;
  left:50%;
  top:48%;
  width:45cqw;
  height:45cqw;
  border:1px solid rgba(255,255,255,.08);
  border-radius:50%;
  transform:translate(-50%,-50%);
  animation:stv2-intro-orbit 6s ease-in-out infinite;
}
.stv2-intro-orbit.is-two {
  width:61cqw;
  height:61cqw;
  border-color:rgba(47,111,255,.09);
  animation-delay:-3s;
}

/* Canal 03 · Próximamente */
.stv3-broadcast {
  --stv2-bg:#021f2a;
  --stv2-paper:#f7e9ca;
  --stv2-coral:#ff7358;
  --stv2-orange:#ff9b70;
  --stv2-violet:#397da2;
  --stv2-blue:#7eb0cf;
  --stv2-muted:#b9d9e8;
  background:radial-gradient(circle at 50% 45%,rgba(126,176,207,.2),transparent 28%),radial-gradient(circle at 18% 18%,rgba(255,115,88,.13),transparent 30%),linear-gradient(145deg,#021f2a,#063b4c 62%,#032a38);
}
.stv3-broadcast .stv2-dots { background-image:radial-gradient(rgba(126,176,207,.62) .085cqw,transparent .1cqw); }
.stv3-broadcast .stv2-channel strong { color:#032a38; background:linear-gradient(135deg,#f7e9ca,#ff7358); }
.stv3-stage {
  position:relative;
  z-index:2;
  height:75%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:2.8cqw 6%;
  overflow:hidden;
  text-align:center;
}
.stv3-orbit { position:absolute; left:50%; top:50%; width:35cqw; height:35cqw; transform:translate(-50%,-50%); }
.stv3-orbit i { position:absolute; inset:0; border:1px solid rgba(126,176,207,.14); border-radius:50%; animation:stv3-orbit 8s ease-in-out infinite; }
.stv3-orbit i:nth-child(2) { inset:12%; border-color:rgba(255,115,88,.16); animation-delay:-2.7s; }
.stv3-orbit i:nth-child(3) { inset:25%; border-color:rgba(247,233,202,.14); animation-delay:-5.4s; }
.stv3-logo { position:relative; z-index:2; width:20cqw; height:15cqw; object-fit:contain; filter:drop-shadow(0 1cqw 2.2cqw rgba(0,0,0,.32)); animation:stv3-logo 3.6s ease-in-out infinite; }
.stv3-stage>span { position:relative; z-index:2; margin-top:.75cqw; color:var(--stv2-coral); font-size:.62cqw; font-weight:1000; letter-spacing:.22em; }
.stv3-stage h1 { position:relative; z-index:2; margin:.55cqw 0 .42cqw; color:var(--stv2-paper); font-size:5.8cqw; line-height:.9; letter-spacing:-.075em; }
.stv3-stage p { position:relative; z-index:2; margin:0; color:var(--stv2-muted); font-size:.88cqw; font-weight:900; letter-spacing:.095em; }
.stv3-event-host { position:relative; z-index:3; width:min(25cqw,48%); margin-top:.7cqw; }
.stv3-event-host .stv-remote-event { min-height:2.15cqw; gap:.5cqw; padding:.14cqw .3cqw .18cqw; border:0; border-top:1px solid rgba(126,176,207,.46); border-radius:0; background:transparent; box-shadow:none; backdrop-filter:none; }
.stv3-event-host .stv-remote-event>span { display:flex; align-items:center; gap:.32cqw; }
.stv3-event-host .stv-remote-event small { color:var(--stv2-coral); font-size:.3cqw; }
.stv3-event-host .stv-remote-event strong { max-width:11cqw; color:rgba(247,233,202,.76); font-size:.5cqw; }
.stv3-event-host .stv-remote-event>b { font-size:.73cqw; }
.stv3-progress { position:relative; z-index:2; width:18cqw; height:.24cqw; margin-top:1.35cqw; overflow:hidden; border-radius:99px; background:rgba(247,233,202,.13); }

/* Señal HLS independiente dentro del área central de los canales 07–10. */
.stv-channel-live{position:absolute;z-index:25;inset:3.5%;overflow:hidden;border:1px solid rgba(255,255,255,.13);border-radius:1.15cqw;background:#000;box-shadow:0 1.2cqw 4cqw rgba(0,0,0,.32)}
.stv-channel-live[hidden],.stv-channel-live-sound[hidden]{display:none!important}
.stv-channel-live video{width:100%;height:100%;display:block;object-fit:contain;background:#000}
.stv-channel-live>span{position:absolute;left:1.15cqw;top:1cqw;display:flex;align-items:center;gap:.38cqw;padding:.4cqw .66cqw;border:1px solid rgba(255,255,255,.18);border-radius:99px;color:var(--stv2-paper);background:rgba(3,4,7,.72);font-size:.58cqw;font-weight:950;letter-spacing:.11em;backdrop-filter:blur(10px)}
.stv-channel-live>span i{width:.4cqw;height:.4cqw;border-radius:50%;background:var(--stv2-coral);box-shadow:0 0 .8cqw var(--stv2-coral)}
.stv-channel-live-sound{position:absolute;z-index:31;left:50%;bottom:2.1cqw;transform:translateX(-50%);padding:.62cqw .95cqw;border:1px solid rgba(255,255,255,.2);border-radius:99px;color:var(--stv2-paper);background:rgba(3,4,7,.82);font:900 .62cqw/1 Inter,"Avenir Next",Avenir,sans-serif;letter-spacing:.06em;cursor:pointer;backdrop-filter:blur(12px)}
.stv2-program-visual{position:absolute;z-index:16;inset:3.5%;overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:1.2cqw;background:#041c28;box-shadow:0 1.4cqw 4cqw rgba(0,0,0,.34)}
.stv2-program-visual[hidden]{display:none!important}
.stv2-program-visual__art,.stv2-program-visual__shade{position:absolute;inset:0}
.stv2-program-visual__art{background-size:cover;background-position:center;animation:stv2-program-breathe 18s ease-in-out infinite alternate}
.stv2-program-visual__shade{background:linear-gradient(90deg,rgba(2,15,22,.97),rgba(2,20,29,.66) 50%,rgba(2,20,29,.04) 84%),linear-gradient(0deg,rgba(2,15,22,.98),transparent 66%)}
.stv2-program-visual__copy{position:absolute;z-index:2;left:4.2%;right:30%;bottom:7%;display:flex;flex-direction:column;align-items:flex-start;color:var(--stv2-paper)}
.stv2-program-visual__copy>span{padding:.42cqw .68cqw;border-radius:99px;color:#fff;background:var(--stv2-coral);font-size:.66cqw;font-weight:950;letter-spacing:.15em}
.stv2-program-visual__copy h2{max-width:62cqw;margin:.72cqw 0 .55cqw;font-size:4.25cqw;line-height:.92;letter-spacing:-.065em;text-wrap:balance}
.stv2-program-visual__copy p{max-width:52cqw;margin:0;color:var(--stv2-muted);font-size:1.05cqw;font-weight:750;line-height:1.3}
.stv2-program-visual__copy>strong{display:flex;align-items:center;gap:.48cqw;margin-top:1cqw;font-size:.68cqw;letter-spacing:.14em}
.stv2-program-visual__copy>strong i{width:.48cqw;height:.48cqw;border-radius:50%;background:var(--stv2-coral);box-shadow:0 0 .8cqw var(--stv2-coral);animation:stv2-live 1.4s ease-in-out infinite}
@keyframes stv2-program-breathe{to{transform:scale(1.055)}}
.stv3-progress i { display:block; width:42%; height:100%; border-radius:inherit; background:linear-gradient(90deg,var(--stv2-coral),var(--stv2-paper),var(--stv2-blue)); animation:stv3-progress 3.8s ease-in-out infinite; }

/* Fecha de emisión siempre legible · v1.16.7 */
.stv2-clock-lockup>time { display:block !important; color:var(--stv2-paper); font-size:.62cqw; font-weight:1000; opacity:1; }

@keyframes stv2-drift { to { transform:translate(8cqw,4cqw) scale(1.16); } }
@keyframes stv2-dots { to { background-position:8cqw 4cqw; } }
@keyframes stv2-ring { 50% { opacity:.5; transform:translate(-50%,-50%) scale(1.035); } }
@keyframes stv2-scan { 0%,15% { transform:translateX(-30cqw) skewX(-18deg); } 60%,100% { transform:translateX(140cqw) skewX(-18deg); } }
@keyframes stv2-live { 50% { opacity:.35; transform:scale(.76); } }
@keyframes stv2-logo { 50% { transform:translateY(-.7cqw) scale(1.025); filter:drop-shadow(0 1.8cqw 3cqw rgba(47,111,255,.28)); } }
@keyframes stv2-halo { 50% { transform:scale(1.05); opacity:.72; } }
@keyframes stv2-spin { to { transform:rotate(360deg); } }
@keyframes stv2-copy-in { 0%,100% { transform:translateY(.35cqw); opacity:.8; } 16%,82% { transform:none; opacity:1; } }
@keyframes stv2-wave { to { height:2.85cqw; filter:hue-rotate(28deg); } }
@keyframes stv2-shift { 50% { transform:scale(1.055); } }
@keyframes stv2-accent { 40% { transform:translateX(.65cqw); filter:brightness(1.2); } }
@keyframes stv2-date-pulse { 50% { color:#fff; text-shadow:0 0 1.6cqw rgba(255,64,88,.48); transform:scale(1.055); } }
@keyframes stv2-intro-logo { 50% { transform:translateY(-.38cqw) scale(1.025); } }
@keyframes stv2-intro-progress { 0% { transform:translateX(-115%); } 55%,100% { transform:translateX(240%); } }
@keyframes stv2-intro-wave { to { height:5.7cqw; filter:hue-rotate(24deg); } }
@keyframes stv2-intro-orbit { 50% { opacity:.55; transform:translate(-50%,-50%) scale(1.035) rotate(3deg); } }
@keyframes stv3-orbit { 50% { opacity:.5; transform:scale(1.055) rotate(4deg); } }
@keyframes stv3-logo { 50% { transform:translateY(-.45cqw) scale(1.025); } }
@keyframes stv3-progress { 0% { transform:translateX(-110%); } 55%,100% { transform:translateX(245%); } }

@media (orientation:portrait) and (max-width:820px) {
  .stv2-header { height:15%; padding-inline:4%; }
  .stv2-channel span,.stv2-presented { font-size:.75cqw; }
  .stv2-channel strong { width:4.8cqw; height:3.3cqw; font-size:1.6cqw; }
  .stv2-channel>img { width:6.6cqw; height:4.9cqw; }
  .stv2-clock-lockup>strong { font-size:2cqw; }
  .stv2-clock-lockup>time { font-size:.72cqw; }
  .stv2-header-weather { min-width:8.5cqw; }
  .stv2-header-weather>strong { font-size:1.35cqw; }
  .stv2-header-weather>span { font-size:.58cqw; }
  .stv2-contact small { display:none; }
  .stv2-contact strong { font-size:.9cqw; }
  .stv2-contact-stack { gap:.28cqw; }
  .stv2-contact-stack .stv2-contact { padding-inline:.36cqw; }
  .stv2-stage { height:72%; grid-template-columns:1fr; grid-template-rows:minmax(0,1fr) auto auto auto; justify-items:center; gap:.4cqw; padding:2cqw 8%; text-align:center; }
  .stv2-logo-wrap { grid-row:1; justify-self:center; width:26cqw; height:26cqw; }
  .stv2-logo-wrap img { width:20cqw; height:18cqw; }
  .stv2-claim { align-self:center; padding:0; }
  .stv2-claim span { font-size:1.45cqw; }
  .stv2-claim strong { font-size:4.7cqw; }
  .stv2-event-host { width:min(34cqw,62%); }
  .stv2-premiere { justify-items:center; align-self:center; padding-top:.8cqw; }
  .stv2-premiere small { font-size:.8cqw; }
  .stv2-premiere strong { font-size:2.1cqw; }
  .stv2-footer { height:13%; }
  .stv2-footer-brand strong,.stv2-footer-brand span { font-size:.9cqw; }
  .stv3-stage { height:72%; }
  .stv3-logo { width:23cqw; height:17cqw; }
  .stv3-stage>span { font-size:.9cqw; }
  .stv3-stage h1 { font-size:7cqw; }
  .stv3-stage p { font-size:1.12cqw; }
}

@media (prefers-reduced-motion:reduce) {
  *,*::before,*::after { animation-duration:12s !important; }
}

/* Temperaturas máxima y mínima · 1.22.11 */
.stv2-header-weather { min-width:9.2cqw; }
.stv2-header-weather>strong {
  font-size:.66cqw;
  letter-spacing:-.02em;
  white-space:nowrap;
}
