/* =========================================================
   MEDIOSUNO — Estilos (mobile first)
   Paleta: azul oscuro, negro, blanco y rojo como color de acción.
   Tipografías: Newsreader (titulares y lectura), Barlow (texto),
   Barlow Condensed (etiquetas, menú, secciones).
   Cortes: 600px (tablet) · 960px (notebook) · 1200px (PC)
   ========================================================= */

/* ---------- Tokens ----------
   Diseño oscuro único: fondo negro, azul oscuro en menú y franjas,
   blanco para el texto y rojo como color de acción. */
:root {
  color-scheme: dark;
  --navy: #0B1F3A;
  --navy-2: #13294B;
  --navy-3: #1D3A66;
  --ink: #000000;
  --red: #D3122F;
  --red-2: #B00E27;
  --wa: #0F7F43;

  --paper: #0A0B0E;
  --wash: #15181E;
  --wash-2: #1E232B;
  --line: #262B34;
  --line-strong: #3A414D;
  --text: #F1F3F6;
  --text-2: #C4CAD4;
  --muted: #8E97A6;
  --kicker: #FF4058;
  --logo: #FFFFFF;
  --focus: #7FA6FF;
  --sky: #8FB6DB;

  --f-head: 'Newsreader', Georgia, 'Times New Roman', serif;
  --f-body: 'Barlow', system-ui, -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --f-cond: 'Barlow Condensed', 'Arial Narrow', 'Roboto Condensed', sans-serif;

  --gutter: 16px;
  --nav-h: 48px;
}
@media (min-width: 600px) { :root { --gutter: 24px; } }
@media (min-width: 1200px) { :root { --gutter: 32px; } }

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { -webkit-text-size-adjust: 100%; scroll-padding-top: 72px; }
html.no-scroll { overflow: hidden; }
body {
  margin: 0; background: var(--paper); color: var(--text);
  font: 400 16px/1.5 var(--f-body);
  overflow-x: clip;
}
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; cursor: pointer; }
h1, h2, h3, p { margin: 0; }
ul, ol { margin: 0; padding: 0; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 2px; }
.sr-only { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.ico { width: 1.15em; height: 1.15em; flex: none; vertical-align: -0.18em; }
.container { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: var(--gutter); }
.only-lg { display: none; }
@media (min-width: 960px) {
  .only-lg { display: inline; }
  .only-sm { display: none; }
}
.main { outline: none; min-height: 60vh; }
.sel { user-select: all; }

.skip { position: absolute; left: 8px; top: -60px; z-index: 200; background: var(--red); color: #fff; padding: 10px 14px; font-weight: 600; }
.skip:focus { top: 8px; }

.demo-bar { background: var(--wash); color: var(--muted); font-size: 12px; text-align: center; padding: 5px 16px; }
.demo-tag { font: 700 10px/1 var(--f-body); letter-spacing: .08em; padding: 3px 5px; border-radius: 2px; background: var(--wash-2); color: var(--muted); vertical-align: middle; }
.demo-note { background: var(--wash); padding: 12px 14px; font: 14px/1.5 var(--f-body); color: var(--text-2); border-radius: 3px; }

.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--red); flex: none; display: inline-block; box-shadow: 0 0 0 0 rgba(200, 16, 46, .6); animation: pulse 1.8s infinite; }
@keyframes pulse { 70% { box-shadow: 0 0 0 7px rgba(200, 16, 46, 0); } 100% { box-shadow: 0 0 0 0 rgba(200, 16, 46, 0); } }

.icon-btn { width: 44px; height: 44px; display: inline-grid; place-items: center; border: 0; background: transparent; border-radius: 4px; }
.icon-btn:hover { background: var(--wash); }
.icon-btn .ico { width: 24px; height: 24px; }

/* ---------- 1. Barra superior ---------- */
.topbar { background: var(--ink); color: #C7D0DD; font-size: 13px; }
.topbar__in { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 38px; }
.topbar__info { display: flex; align-items: center; gap: 10px; min-width: 0; white-space: nowrap; overflow: hidden; }
.topbar__date { color: #fff; font-weight: 600; }
.topbar__sep { width: 1px; height: 14px; background: #3A4455; }
.topbar__loc, .topbar__wx { display: inline-flex; align-items: center; gap: 5px; }
.topbar__loc { gap: 0; }
.topbar__loc .ico { margin-right: 5px; }
.topbar__wxwrap { display: inline-flex; min-width: 0; }
.topbar__wx { gap: 6px; min-width: 0; }
.topbar__wx .topbar__loc { min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.topbar__wx b { color: #fff; }
.topbar__wx:hover { color: #fff; }
.topbar__actions { display: flex; align-items: center; gap: 6px; }
.social { list-style: none; display: flex; gap: 2px; }
.social a { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 3px; }
.social a:hover { background: rgba(255, 255, 255, .1); color: #fff; }
.social .ico { width: 17px; height: 17px; }
.topbar .social.only-lg { display: none; }
@media (min-width: 960px) { .topbar .social.only-lg { display: flex; } }
.btn-wa { display: inline-flex; align-items: center; justify-content: center; gap: 6px; background: var(--wa); color: #fff; font-weight: 600; font-size: 13px; height: 30px; min-width: 34px; padding: 0 9px; border-radius: 3px; }
.btn-wa .ico { width: 17px; height: 17px; }
.btn-wa:hover { background: #0B6A37; }
.btn-wa--block { width: 100%; height: 46px; font-size: 15px; }
.topbar__search { display: inline-flex; align-items: center; gap: 6px; height: 30px; min-width: 34px; padding: 0 8px; border: 0; background: rgba(255, 255, 255, .08); border-radius: 3px; color: #fff; }
.topbar__search:hover { background: rgba(255, 255, 255, .16); }

/* ---------- 1b. Cabecera ---------- */
.masthead { background: var(--paper); border-bottom: 1px solid var(--line); position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40; }
.masthead__in { display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 8px; padding-block: 8px; }
.masthead__burger { width: 44px; height: 44px; display: grid; place-items: center; border: 0; background: transparent; margin-left: -8px; }
.masthead__burger .ico { width: 26px; height: 26px; }
.masthead__brand { text-align: center; min-width: 0; }
.masthead__slogan { display: none; }
.masthead__right { display: flex; align-items: center; gap: 4px; }
.masthead__search { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: transparent; }
.masthead__search .ico { width: 22px; height: 22px; }
@media (max-width: 369px) { .masthead__search { display: none; } .btn-live { padding: 0 9px; } }

.logo { margin: 0; line-height: 1; }
.logo a { font: 800 clamp(24px, 7.6vw, 30px)/0.9 var(--f-cond); letter-spacing: -.005em; color: var(--logo); display: inline-block; white-space: nowrap; }
.logo__b { color: var(--red); }

.btn-live { display: inline-flex; align-items: center; gap: 7px; height: 38px; padding: 0 11px; border: 0; border-radius: 3px; background: var(--red); color: #fff; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; }
.btn-live .live-dot { background: #fff; box-shadow: 0 0 0 0 rgba(255, 255, 255, .7); animation-name: pulse-w; }
@keyframes pulse-w { 70% { box-shadow: 0 0 0 7px rgba(255, 255, 255, 0); } 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }
.btn-live:hover { background: var(--red-2); }
.btn-live__txt { display: none; }

@media (min-width: 600px) {
  .logo a { font-size: 40px; }
  .masthead__slogan { display: block; font: 500 13px/1.3 var(--f-body); color: var(--muted); margin-top: 4px; }
  .btn-live__short { display: none; }
  .btn-live__txt { display: inline; }
  .btn-live { font-size: 15px; height: 42px; padding: 0 16px; }
}
@media (min-width: 960px) {
  .masthead { position: static; border-bottom: 0; }
  .masthead__in { grid-template-columns: 1fr auto 1fr; padding-block: 22px 18px; }
  .masthead__burger { visibility: hidden; }
  .masthead__right { justify-content: flex-end; }
  .masthead__search { display: none; }
  .logo a { font-size: 60px; letter-spacing: -.01em; }
  .masthead__slogan { font-size: 14px; letter-spacing: .02em; margin-top: 6px; }
}

/* Imagen de cabecera */
.brandbanner { background: var(--paper); padding-block: 10px; }
.brandbanner__link { display: block; }
.brandbanner img { display: block; width: 100%; height: auto; aspect-ratio: 1910 / 499; object-fit: cover; border-radius: 2px; }
@media (min-width: 960px) { .brandbanner { padding-block: 16px; } }
.masthead--withbanner .masthead__brand .logo { opacity: 0; transform: translateY(4px); transition: opacity .2s, transform .2s; }
.masthead--withbanner.show-logo .masthead__brand .logo { opacity: 1; transform: none; }
.masthead--withbanner .masthead__slogan { display: none; }
@media (min-width: 960px) { .masthead--withbanner { display: none; } }
.btn-live--nav { display: none; }

/* ---------- 2. Menú principal ---------- */
.mainnav { display: none; }
@media (min-width: 960px) {
  .mainnav { display: block; background: var(--navy); position: sticky; top: env(safe-area-inset-top, 0px); z-index: 40; }
  .mainnav__in { display: flex; align-items: center; gap: 12px; }
  .mainnav__list { flex: 1; min-width: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: center; }
  .btn-live--nav { display: inline-flex; flex: none; height: 34px; font-size: 14px; }
  .mainnav__link { display: flex; align-items: center; gap: 4px; height: var(--nav-h); padding: 0 9px; font: 700 15px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: #E4EAF3; border: 0; background: transparent; position: relative; }
  .mainnav__link:hover { background: var(--navy-2); color: #fff; }
  .mainnav__link.is-active { color: #fff; }
  .mainnav__link.is-active::after { content: ""; position: absolute; left: 9px; right: 9px; bottom: 0; height: 3px; background: var(--red); }
  .mainnav__more { position: relative; }
  .mainnav__morebtn[aria-expanded="true"] { background: var(--navy-2); }
  .mainnav__morebtn[aria-expanded="true"] .ico { transform: rotate(180deg); }
  .mainnav__drop { position: absolute; right: 0; top: 100%; min-width: 220px; list-style: none; background: var(--wash); box-shadow: 0 12px 28px rgba(0, 0, 0, .6); padding: 6px 0; }
  .mainnav__droplink { display: block; padding: 10px 18px; font: 700 15px/1.2 var(--f-cond); letter-spacing: .05em; text-transform: uppercase; color: var(--text); }
  .mainnav__droplink:hover, .mainnav__droplink.is-active { background: var(--wash); color: var(--kicker); }
}
@media (min-width: 1200px) { .mainnav__link { padding: 0 15px; } .mainnav__link.is-active::after { left: 15px; right: 15px; } }

/* Cajón móvil */
.drawer { position: fixed; inset: 0; z-index: 100; }
.drawer__scrim { position: absolute; inset: 0; background: rgba(5, 10, 20, .55); }
.drawer__panel { position: absolute; left: 0; top: 0; bottom: 0; width: min(88vw, 360px); background: var(--paper); overflow-y: auto; padding: calc(12px + env(safe-area-inset-top, 0px)) 20px calc(24px + env(safe-area-inset-bottom, 0px)); display: flex; flex-direction: column; gap: 6px; animation: slidein .22s ease-out; }
@keyframes slidein { from { transform: translateX(-100%); } }
.drawer__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 8px; }
.drawer__head .logo a { font-size: 30px; }
.drawer__search { display: flex; align-items: center; gap: 10px; height: 46px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 4px; background: var(--wash); color: var(--muted); text-align: left; font-size: 15px; }
.drawer__label { font: 700 12px/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-top: 16px; }
.drawer__list { list-style: none; }
.drawer__list--2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 12px; }
.drawer__link { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font: 700 19px/1.1 var(--f-cond); letter-spacing: .04em; text-transform: uppercase; }
.drawer__link.is-active { color: var(--kicker); }
.drawer__foot { margin-top: 20px; display: grid; gap: 14px; }
.social--drawer a { width: 44px; height: 44px; background: var(--wash); }
.social--drawer .ico { width: 20px; height: 20px; }

/* Búsqueda */
.search { position: fixed; inset: 0; z-index: 110; background: rgba(5, 10, 20, .6); overflow-y: auto; }
.search__panel { background: var(--paper); padding-block: calc(16px + env(safe-area-inset-top, 0px)) 24px; box-shadow: 0 16px 40px rgba(0, 0, 0, .25); }
.search__form { display: flex; align-items: center; gap: 10px; border-bottom: 2px solid var(--text); padding-bottom: 8px; }
.search__form > .ico { width: 24px; height: 24px; color: var(--muted); }
.search__form input { flex: 1; min-width: 0; border: 0; background: transparent; font: 500 20px/1.3 var(--f-body); color: var(--text); padding: 8px 0; }
.search__form input:focus { outline: none; }
.search__form:focus-within { border-bottom-color: var(--red); }
.search__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.search__count { color: var(--muted); font-size: 14px; margin-top: 18px; }
.search__list { list-style: none; margin-top: 8px; }
.search__list a { display: block; padding: 12px 0; border-bottom: 1px solid var(--line); font: 600 18px/1.25 var(--f-head); }
.search__list a:hover { color: var(--kicker); }
.search__list .kicker { display: block; font: 700 12px/1.2 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 4px; }

/* ---------- 3. Ticker ---------- */
.ticker { background: var(--paper); border-bottom: 1px solid var(--line); }
.ticker__in { display: flex; align-items: stretch; height: 44px; }
.ticker__label { flex: none; display: flex; align-items: center; gap: 8px; background: var(--red); color: #fff; padding: 0 12px; font: 800 14px/1 var(--f-cond); letter-spacing: .08em; text-transform: uppercase; }
.ticker__label .live-dot { background: #fff; animation-name: pulse-w; }
.ticker__viewport { flex: 1; min-width: 0; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 32px), transparent); mask-image: linear-gradient(90deg, transparent 0, #000 24px, #000 calc(100% - 32px), transparent); }
.ticker__track { list-style: none; display: flex; width: max-content; height: 100%; animation: ticker var(--ticker-dur, 60s) linear infinite; }
.ticker__track li { display: flex; align-items: center; padding: 0 22px; position: relative; }
.ticker__track li::after { content: ""; position: absolute; right: -3px; width: 6px; height: 6px; background: var(--line-strong); transform: rotate(45deg); }
.ticker__track a { display: inline-flex; align-items: baseline; gap: 8px; white-space: nowrap; font: 600 15px/1.2 var(--f-body); }
.ticker__track a:hover { color: var(--kicker); text-decoration: underline; text-underline-offset: 3px; }
.ticker__track time { font: 700 14px/1 var(--f-cond); color: var(--kicker); font-variant-numeric: tabular-nums; }
.ticker__viewport:hover .ticker__track, .ticker__viewport:focus-within .ticker__track { animation-play-state: paused; }
@keyframes ticker { to { transform: translateX(-50%); } }
@media (min-width: 960px) { .ticker__label { padding: 0 16px; font-size: 15px; } .ticker__in { height: 46px; } }

/* ---------- 14. Publicidad ---------- */
.ad { margin-block: 20px; display: grid; justify-items: center; gap: 4px; }
.ad__label { font: 600 10px/1 var(--f-body); letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.ad__creative {
  width: 100%; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; padding: 14px 18px;
  background: repeating-linear-gradient(135deg, var(--wash) 0 12px, var(--wash-2) 12px 13px);
}
.ad__head { font: 800 20px/1.1 var(--f-cond); letter-spacing: .01em; color: var(--text); text-transform: uppercase; }
.ad__text { font-size: 14px; color: var(--text-2); margin-top: 2px; }
.ad__cta { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.ad__cta a { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; background: var(--red); color: #fff; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; border-radius: 2px; }
.ad__cta a:hover { background: var(--red-2); }
.ad__size { font-size: 11px; color: var(--muted); }
.ad--top .ad__creative, .ad--between .ad__creative { min-height: 100px; }
.ad--top .ad__creative { max-width: 970px; }
.ad--between .ad__creative { max-width: 728px; }
.ad--between { margin-block: 32px; }
.ad--sidebar { margin: 0; }
.ad--sidebar .ad__creative, .ad--article .ad__creative { max-width: 300px; min-height: 250px; flex-direction: column; justify-content: center; text-align: center; }
.ad--sidebar .ad__cta, .ad--article .ad__cta { flex-direction: column; }
.ad--article { margin-block: 28px; }
.ad--bottom .ad__creative { max-width: 970px; min-height: 250px; flex-direction: column; justify-content: center; text-align: center; }
.ad--bottom .ad__head { font-size: 28px; }
.ad--bottom .ad__cta { justify-content: center; }
@media (min-width: 728px) { .ad--top .ad__creative, .ad--between .ad__creative { min-height: 90px; } }
/* Espacios con banner de imagen (3:1) y carrusel */
.ad--wide .adc, .ad--wide > .ad__img { width: 100%; max-width: 970px; }
.ad__img { display: block; }
.ad__img img { display: block; width: 100%; height: 100%; object-fit: cover; border-radius: 2px; }
.adc { position: relative; }
.adc__viewport { overflow: hidden; touch-action: pan-y; border-radius: 2px; }
.adc__track { list-style: none; display: flex; transition: transform .6s cubic-bezier(.3, .7, .2, 1); }
.adc__slide { flex: 0 0 100%; min-width: 0; }
.adc__slide { display: flex; }
.adc__slide > * { flex: 1; min-width: 0; }
.ad--wide .adc__slide { background: var(--wash); align-items: center; }
.ad--wide .adc__slide > .ad__creative { max-width: none; height: 100%; min-height: 120px; flex-direction: column; justify-content: center; text-align: center; padding: 10px 16px; }
.ad--wide .adc__slide > .ad__creative .ad__cta { justify-content: center; }
.ad--wide .adc__slide > .ad__creative .ad__head { font-size: clamp(18px, 3.4vw, 34px); }
@media (max-width: 599px) { .ad--wide .adc__slide > .ad__creative .ad__text, .ad--wide .adc__slide > .ad__creative .ad__size { display: none; } }
.adc__dots { display: flex; justify-content: center; gap: 2px; }
.adc__dot { border: 0; background: transparent; padding: 10px 4px; }
.adc__dot span { display: block; width: 26px; height: 4px; border-radius: 2px; background: var(--wash-2); }
.adc__dot.is-on span { background: var(--red); }

/* ---------- Encabezado de sección ---------- */
.sec-head { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px 14px; border-top: 3px solid var(--text); padding-top: 10px; margin-bottom: 20px; position: relative; }
.sec-head::before { content: ""; position: absolute; left: 0; top: -3px; width: 56px; height: 3px; background: var(--red); }
.sec-head__title { font: 800 26px/1 var(--f-cond); letter-spacing: .02em; text-transform: uppercase; }
.sec-head__note { font-size: 12.5px; color: var(--muted); }
.sec-head__more { margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: var(--kicker); padding: 6px 0; }
.sec-head__more:hover { text-decoration: underline; text-underline-offset: 3px; }
.sec-head--dark { border-top-color: #fff; }
@media (min-width: 960px) { .sec-head__title { font-size: 30px; } }

.block { margin-block: 44px; }

/* ---------- NewsCard ---------- */
.card { position: relative; display: flex; flex-direction: column; gap: 10px; min-width: 0; }
.card__media { position: relative; aspect-ratio: 16 / 9; overflow: hidden; background: var(--wash); border-radius: 2px; max-width: 100%; }
.card__media > svg, .card__media > img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.card:hover .card__media > svg, .card:hover .card__media > img { transform: scale(1.03); }
.card__body { display: flex; flex-direction: column; gap: 6px; min-width: 0; }
.card__meta { display: flex; flex-wrap: wrap; gap: 2px 10px; font: 700 12.5px/1.25 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; }
.kicker { color: var(--kicker); }
.card__place { color: var(--muted); }
.card__title { font: 600 19px/1.22 var(--f-head); text-wrap: balance; overflow-wrap: break-word; }
.card__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.card:hover .card__title a { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.card__summary { font-size: 15px; line-height: 1.45; color: var(--text-2); }
.card__foot { display: flex; align-items: center; justify-content: space-between; gap: 8px; flex-wrap: wrap; }
.share-row { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 4px; }
.sh { width: 30px; height: 30px; display: inline-grid; place-items: center; border: 0; border-radius: 50%; background: var(--wash-2); color: var(--text-2); transition: background .15s, color .15s; }
.sh .ico { width: 15px; height: 15px; }
.sh--fb:hover { background: #1877F2; color: #fff; }
.sh--wa:hover { background: var(--wa); color: #fff; }
.sh--ig:hover { background: #C13584; color: #fff; }
.share-row--light .sh { background: rgba(255, 255, 255, .14); color: #fff; }
.share-row--big { gap: 8px; }
.share-row--big .sh { width: 42px; height: 42px; color: #fff; }
.share-row--big .sh .ico { width: 20px; height: 20px; }
.share-row--big .sh--fb { background: #1877F2; }
.share-row--big .sh--wa { background: var(--wa); }
.share-row--big .sh--ig { background: #C13584; }
.latest__body > .share-row { margin-top: 4px; }
.slide__actions { display: inline-flex; align-items: center; gap: 14px; }
.article__meta { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 20px; margin-top: 14px; }
.article__meta .article__time { margin-top: 0; }
.radio__fb { position: relative; z-index: 2; display: inline-flex; align-items: center; gap: 5px; margin-top: 6px; font-size: 13px; font-weight: 600; color: #fff; }
.radio__fb .ico { width: 15px; height: 15px; color: #6FA8FF; }
.radio__fb:hover { text-decoration: underline; }
.toast { position: fixed; left: 50%; bottom: calc(96px + env(safe-area-inset-bottom, 0px)); transform: translateX(-50%); z-index: 120; width: max-content; max-width: calc(100% - 32px); background: var(--text); color: var(--paper); padding: 12px 16px; border-radius: 4px; font-size: 14.5px; font-weight: 600; box-shadow: 0 10px 30px rgba(0, 0, 0, .5); overflow-wrap: anywhere; }
.card__time { display: flex; align-items: center; gap: 5px; font-size: 12.5px; color: var(--muted); }
.card__time .ico { width: 13px; height: 13px; }
.badge-prov { position: absolute; left: 10px; top: 10px; background: var(--navy); color: #fff; font: 700 12.5px/1 var(--f-cond); letter-spacing: .07em; text-transform: uppercase; padding: 5px 8px; border-radius: 2px; }

.card--lead .card__title { font-size: clamp(24px, 3vw, 34px); font-weight: 700; line-height: 1.12; }
.card--lead .card__summary { font-size: 16.5px; }

.card--compact, .card--side { flex-direction: row; align-items: flex-start; gap: 12px; }
.card--compact .card__media, .card--side .card__media { flex: none; width: 104px; aspect-ratio: 4 / 3; order: 2; }
.card--compact .card__body, .card--side .card__body { flex: 1; }
.card--compact .card__title, .card--side .card__title { font-size: 16.5px; }
.card--compact + .card--compact { padding-top: 14px; border-top: 1px solid var(--line); }

.card--text { padding-block: 12px; border-bottom: 1px solid var(--line); }
.card--text .card__title { font-size: 17px; }

/* Overlay (espectáculos) */
.card--overlay { display: grid; gap: 0; color: #fff; }
.card--overlay > * { grid-area: 1 / 1; }
.card--overlay .card__media { aspect-ratio: 16 / 10; height: 100%; }
.card--overlay .card__body { align-self: end; padding: 60px 16px 16px; background: linear-gradient(to top, rgba(6, 8, 14, .92) 0, rgba(6, 8, 14, .7) 55%, rgba(6, 8, 14, 0)); z-index: 0; }
.card--overlay .kicker { color: #FF8193; }
.card--overlay .card__place, .card--overlay .card__time { color: #D5DBE5; }
.card--overlay .card__summary { color: #E5E9F0; }

/* ---------- 4. Hero / carrusel ---------- */
.hero { display: grid; gap: 22px; margin-block: 18px 8px; }
.carousel { position: relative; min-width: 0; }
.carousel__viewport { overflow: hidden; touch-action: pan-y; border-radius: 2px; }
.carousel__track { list-style: none; display: flex; transition: transform .55s cubic-bezier(.3, .7, .2, 1); }
.carousel__track.is-dragging { transition: none; }
.slide { flex: 0 0 100%; min-width: 0; display: flex; }
.slide__art { position: relative; display: flex; flex-direction: column; width: 100%; background: var(--navy); color: #fff; }
.slide__media { aspect-ratio: 16 / 10; overflow: hidden; max-width: 100%; }
.slide__media > svg, .slide__media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.slide__body { display: flex; flex-direction: column; gap: 10px; padding: 16px 16px 18px; flex: 1; }
.slide__meta { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 12px; font: 700 13px/1.2 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; }
.kicker--solid { background: var(--red); color: #fff; padding: 4px 7px; border-radius: 2px; }
.slide__place { display: inline-flex; align-items: center; gap: 4px; color: #DCE3EE; }
.slide__title { font: 700 clamp(23px, 3.3vw, 40px)/1.1 var(--f-head); text-wrap: balance; overflow-wrap: break-word; }
.slide__title a::after { content: ""; position: absolute; inset: 0; z-index: 1; }
.slide__title a:hover { text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.slide__summary { font-size: 15.5px; line-height: 1.45; color: #D9E0EA; max-width: 62ch; }
.slide__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 16px; font-size: 13px; color: #C8D1DE; margin-top: 2px; }
.slide__foot time { display: inline-flex; align-items: center; gap: 5px; }
.slide__cta { display: inline-flex; align-items: center; gap: 6px; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: #fff; }
.slide__cta .ico { color: #FF6B7F; }

@media (min-width: 600px) {
  .slide__art { display: grid; }
  .slide__art > * { grid-area: 1 / 1; }
  .slide__media { aspect-ratio: 16 / 9; height: 100%; }
  .slide__body { align-self: end; padding: 90px 26px 24px; background: linear-gradient(to top, rgba(4, 10, 22, .95) 0, rgba(4, 10, 22, .78) 50%, rgba(4, 10, 22, 0)); }
}

.carousel__controls { display: flex; align-items: center; gap: 6px; margin-top: 10px; }
.carousel__btn { width: 40px; height: 40px; display: grid; place-items: center; border: 0; background: var(--wash); border-radius: 3px; flex: none; }
.carousel__btn:hover { background: var(--navy); color: #fff; }
.carousel__btn .ico { width: 20px; height: 20px; }
.carousel__toggle { margin-left: auto; }
.carousel__toggle .ico { width: 16px; height: 16px; }
.carousel__dots { display: flex; flex: 1; justify-content: center; gap: 2px; }
.carousel__dot { border: 0; background: transparent; padding: 18px 3px; flex: 0 1 44px; }
.carousel__dot span { display: block; height: 4px; background: var(--wash-2); border-radius: 2px; position: relative; overflow: hidden; }
.carousel__dot.is-on span { background: var(--line-strong); }
.carousel__dot.is-on span::after { content: ""; position: absolute; inset: 0; background: var(--red); transform-origin: left; }
.carousel.is-ticking .carousel__dot.is-on span::after { animation: fill var(--progress-dur, 6500ms) linear forwards; }
@keyframes fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }

.hero__side { display: grid; gap: 14px; align-content: start; }
.hero__side .card--side + .card--side { padding-top: 14px; border-top: 1px solid var(--line); }

@media (min-width: 600px) and (max-width: 959px) {
  .hero__side { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 22px; }
  .hero__side .card--side { flex-direction: column; }
  .hero__side .card--side .card__media { width: 100%; order: 0; aspect-ratio: 16 / 9; }
  .hero__side .card--side + .card--side { padding-top: 0; border-top: 0; }
}
@media (min-width: 960px) {
  .hero { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); gap: 28px; margin-top: 24px; }
  .hero__side { gap: 14px; }
  .hero__side .card--side .card__media { width: 118px; }
  .hero__side .card--side .card__title { font-size: 17.5px; }
}

/* ---------- Diseño con barra lateral ---------- */
.layout-side { display: grid; gap: 32px; }
.layout-side__main { min-width: 0; }
.layout-side__aside { display: grid; gap: 28px; align-content: start; justify-items: stretch; }
.layout-side__aside .ad { justify-items: center; }
@media (min-width: 600px) and (max-width: 959px) {
  .layout-side__aside { grid-template-columns: 1fr 1fr; align-items: start; }
}
@media (min-width: 960px) {
  .layout-side { grid-template-columns: minmax(0, 1fr) 320px; gap: 40px; }
  .layout-side__aside { position: sticky; top: calc(var(--nav-h) + 20px); align-self: start; }
}

/* ---------- 5. Últimas noticias ---------- */
.latest { list-style: none; }
.latest__item { display: grid; grid-template-columns: minmax(0, 1fr); gap: 4px; padding-block: 16px; border-top: 1px solid var(--line); }
.latest__item:first-child { border-top: 0; padding-top: 0; }
.latest__time { font: 800 15px/1.2 var(--f-cond); color: var(--kicker); font-variant-numeric: tabular-nums; }
.latest__art { position: relative; display: grid; grid-template-columns: minmax(0, 1fr) 92px; gap: 12px; align-items: start; }
.latest__body { display: flex; flex-direction: column; gap: 5px; min-width: 0; }
.latest__title { font: 600 17.5px/1.25 var(--f-head); text-wrap: balance; }
.latest__title a::after { content: ""; position: absolute; inset: 0; }
.latest__art:hover .latest__title a { text-decoration: underline; text-underline-offset: 3px; }
.latest__summary { font-size: 14.5px; color: var(--text-2); line-height: 1.45; }
.latest__thumb { aspect-ratio: 1; overflow: hidden; border-radius: 2px; }
.latest__thumb > svg, .latest__thumb > img { display: block; width: 100%; height: 100%; object-fit: cover; }
@media (min-width: 600px) {
  .latest__item { grid-template-columns: 64px minmax(0, 1fr); gap: 16px; }
  .latest__time { font-size: 18px; }
  .latest__art { grid-template-columns: minmax(0, 1fr) 168px; gap: 20px; }
  .latest__thumb { aspect-ratio: 16 / 10; }
  .latest__title { font-size: 20px; }
}

/* ---------- 6. Regionales ---------- */
.chips { overflow-x: auto; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); margin-bottom: 20px; scrollbar-width: none; }
.chips::-webkit-scrollbar { display: none; }
.chips__row { display: flex; gap: 8px; width: max-content; padding-block: 2px; }
.chip { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border: 0; border-radius: 2px; background: var(--wash); font: 700 14px/1 var(--f-cond); letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.chip:hover { background: var(--wash-2); }
.chip[aria-pressed="true"] { background: var(--navy); color: #fff; }
.regional__grid { display: grid; gap: 28px 24px; }
.empty { color: var(--muted); padding: 24px 0; }
@media (min-width: 600px) {
  .regional__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .regional__grid > .card--lead { grid-column: 1 / -1; }
}
@media (min-width: 960px) {
  .regional__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .regional__grid > .card--lead { grid-column: span 2; grid-row: span 2; }
}

/* ---------- 7. Nacionales / Internacionales ---------- */
.split { display: grid; gap: 0 48px; }
.split > .block { min-width: 0; }
@media (min-width: 1100px) {
  .split { grid-template-columns: minmax(0, 7fr) minmax(0, 5fr); }
  .split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
@media (min-width: 960px) and (max-width: 1099px) {
  .split--even { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
}
.national { display: grid; gap: 22px; }
.national__col { display: grid; gap: 22px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.national__list { display: grid; gap: 0 22px; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.intl { display: grid; gap: 22px; }
.intl__list { display: grid; }
@media (min-width: 600px) and (max-width: 1099px) {
  .intl { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
}

/* ---------- Bandas de color ---------- */
.band { padding-block: 44px 48px; margin-block: 44px; }
.band--sports, .band--radio {
  --text: #FFFFFF; --text-2: #C8D2E2; --muted: #9DAAC0; --kicker: #FF6D80;
  --line: rgba(255, 255, 255, .14); --wash: rgba(255, 255, 255, .07); --wash-2: rgba(255, 255, 255, .12); --line-strong: rgba(255, 255, 255, .3);
  color: var(--text);
}
.band--sports { background: var(--navy); }
.band--radio { background: var(--navy-2); }
.band .sec-head { border-top-color: #fff; }

/* ---------- 8. Deportes ---------- */
.scores { margin-bottom: 28px; }
.scores__title { font: 700 13px/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--text-2); margin-bottom: 12px; display: flex; align-items: center; gap: 8px; }
.scores__row { list-style: none; display: flex; gap: 10px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; margin-inline: calc(var(--gutter) * -1); padding-inline: var(--gutter); scrollbar-width: thin; }
.score { flex: 0 0 210px; scroll-snap-align: start; background: rgba(255, 255, 255, .06); padding: 12px 14px; display: grid; gap: 6px; border-radius: 2px; }
.score__league { font: 700 11.5px/1.2 var(--f-body); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.score__row { display: flex; justify-content: space-between; gap: 10px; font-size: 15px; color: var(--text-2); }
.score__row b { font: 800 18px/1 var(--f-cond); font-variant-numeric: tabular-nums; }
.score__row.is-win { color: #fff; font-weight: 600; }
.score__status { display: flex; align-items: center; gap: 6px; font: 700 12px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); }
.score--live { background: rgba(200, 16, 46, .16); }
.score--live .score__status { color: #FF8C9B; }
@media (min-width: 1200px) {
  .scores__row { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: visible; margin-inline: 0; padding-inline: 0; }
}
.sports { display: grid; gap: 28px; }
.sports__grid { display: grid; gap: 24px; }
@media (min-width: 600px) { .sports__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .sports { grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 36px; } }

/* ---------- 9. Espectáculos ---------- */
.mosaic { display: grid; gap: 14px; }
.mosaic .card--overlay .card__title { font-size: 20px; }
.mosaic .card--overlay:first-child .card__title { font-size: clamp(24px, 3vw, 34px); font-weight: 700; }
@media (min-width: 600px) {
  .mosaic { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mosaic > :first-child { grid-column: 1 / -1; }
}
@media (min-width: 960px) {
  .mosaic { grid-template-columns: minmax(0, 2fr) minmax(0, 1fr); }
  .mosaic > :first-child { grid-column: 1; grid-row: 1 / span 3; }
  .mosaic > :first-child .card__media { aspect-ratio: auto; }
}

/* ---------- 10. Salud / Tecnología ---------- */
.thematic { display: grid; gap: 22px; }
.thematic__list { display: grid; gap: 0; }
@media (min-width: 600px) and (max-width: 959px) {
  .thematic { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: start; }
}

/* ---------- 11. Clima ---------- */
.wx { background: var(--wash); padding: 18px; border-radius: 3px; display: grid; gap: 12px; }
.wx__head { display: flex; align-items: center; justify-content: space-between; }
.wx__title { font: 800 22px/1 var(--f-cond); letter-spacing: .03em; text-transform: uppercase; }
.wx__loc { display: flex; align-items: center; gap: 5px; font-weight: 600; font-size: 15px; }
.wx__now { display: flex; align-items: center; gap: 14px; }
.wx__icon .ico { width: 56px; height: 56px; color: var(--sky); stroke-width: 1.5; }
.wx__deg { display: block; font: 700 54px/0.95 var(--f-head); font-variant-numeric: tabular-nums; }
.wx__cond { display: block; font-size: 15px; color: var(--text-2); margin-top: 4px; }
.wx__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 14px; margin: 0; }
.wx__facts div { display: flex; flex-direction: column; }
.wx__facts dt { font-size: 12px; color: var(--muted); }
.wx__facts dd { margin: 0; font-weight: 700; font-size: 16px; font-variant-numeric: tabular-nums; }
.wx__fc { list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; border-top: 1px solid var(--line); padding-top: 12px; }
.wx__fc li { display: grid; justify-items: center; gap: 3px; font-size: 13px; }
.wx__fc .ico { width: 22px; height: 22px; color: var(--sky); }
.wx__fc small { color: var(--muted); font-size: 12px; }
.wx__upd { font-size: 12px; color: var(--muted); }
.wx__sub { font: 700 14px/1 var(--f-body); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-top: 6px; }
.wx__others { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 8px; }
.wx__others li { display: flex; align-items: center; gap: 8px; background: var(--paper); padding: 10px 12px; }
.wx__others span { flex: 1; font-weight: 600; }
.wx__others .ico { color: var(--sky); }
.wx.is-loading .wx__now, .wx.is-loading .wx__facts { opacity: .45; transition: opacity .2s; }
.wx__live { display: inline-flex; align-items: center; gap: 6px; font: 700 11px/1 var(--f-body); letter-spacing: .08em; text-transform: uppercase; color: var(--kicker); }
.wx__loc span { min-width: 0; overflow-wrap: anywhere; }
.wx__note { font-size: 13px; color: var(--text-2); background: var(--paper); padding: 8px 10px; border-radius: 3px; }
.wx__actions { display: flex; flex-wrap: wrap; gap: 8px; }
.wx__btn { display: inline-flex; align-items: center; gap: 6px; min-height: 36px; padding: 6px 10px; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--paper); font-size: 13.5px; font-weight: 600; }
.wx__btn:hover { border-color: var(--navy); }
.wx__btn .ico { width: 16px; height: 16px; }
.wx__picker { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
.wx__picker input { min-width: 0; height: 40px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--paper); color: var(--text); font: 15px var(--f-body); }
.wx__go { height: 40px; padding: 0 14px; border: 0; border-radius: 3px; background: var(--navy); color: #fff; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; }
.wx__results { grid-column: 1 / -1; list-style: none; display: grid; gap: 4px; }
.wx__results button { width: 100%; text-align: left; border: 0; background: var(--paper); padding: 9px 10px; border-radius: 3px; font-size: 14.5px; }
.wx__results button:hover { background: var(--wash-2); }
.wx__results span { color: var(--muted); font-size: 13px; }
.wx__msg { font-size: 13.5px; color: var(--muted); padding: 4px 2px; }
.wx__upd a { text-decoration: underline; }
.wx--large { padding: 22px; max-width: 760px; }
.wx--large .wx__facts { grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)); }

/* ---------- 12. Radios + 13. Top 10 ---------- */
.radio-band { display: grid; gap: 44px; }
@media (min-width: 960px) { .radio-band { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 48px; } }
.radios__list { list-style: none; display: grid; gap: 10px; }
.radio { display: grid; grid-template-columns: 56px minmax(0, 1fr) auto; align-items: center; gap: 14px; padding: 14px; background: rgba(255, 255, 255, .05); border-radius: 3px; transition: background .2s; }
.radio.is-playing { background: rgba(200, 16, 46, .2); }
.radio .eq { display: none; }
@media (min-width: 420px) { .radio { grid-template-columns: 56px minmax(0, 1fr) auto auto; } .radio .eq { display: inline-flex; } }
.rlogo { width: 56px; height: 56px; display: grid; place-items: center; font: 800 22px/1 var(--f-cond); color: #fff; border-radius: 3px; flex: none; }
.rlogo--red { background: var(--red); }
.rlogo--navy { background: #1D3A66; }
.rlogo--ink { background: #2A303B; }
.radio__name { font: 800 22px/1 var(--f-cond); letter-spacing: .02em; text-transform: uppercase; }
.radio__freq { font-size: 14px; color: var(--text-2); margin-top: 4px; font-variant-numeric: tabular-nums; }
.radio__live { display: flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--muted); margin-top: 4px; }
.radio__live span { overflow-wrap: anywhere; }

.eq { display: inline-flex; align-items: flex-end; gap: 3px; height: 22px; }
.eq i { width: 4px; height: 5px; background: var(--muted); border-radius: 1px; }
.is-playing .eq i { background: #FF6D80; animation: eq 1s ease-in-out infinite; }
.is-playing .eq i:nth-child(2) { animation-delay: -.3s; }
.is-playing .eq i:nth-child(3) { animation-delay: -.6s; }
.is-playing .eq i:nth-child(4) { animation-delay: -.15s; }
@keyframes eq { 0%, 100% { height: 5px; } 50% { height: 22px; } }

.play-btn { width: 50px; height: 50px; border-radius: 50%; border: 0; background: var(--red); color: #fff; display: grid; place-items: center; flex: none; transition: transform .15s, background .15s; }
.play-btn:hover { background: #E0183A; transform: scale(1.05); }
.play-btn .ico { width: 22px; height: 22px; }
.play-btn .i-pause, .play-btn.is-playing .i-play { display: none; }
.play-btn.is-playing .i-pause { display: block; }
.play-btn--sm { width: 38px; height: 38px; }
.play-btn--sm .ico { width: 17px; height: 17px; }

.top__list { list-style: none; }
.top__item { display: grid; grid-template-columns: 28px 46px minmax(0, 1fr) auto auto; align-items: center; gap: 12px; padding-block: 9px; border-bottom: 1px solid var(--line); }
.top__item.is-playing { background: rgba(200, 16, 46, .14); }
.top__pos { font: 800 24px/1 var(--f-cond); text-align: center; font-variant-numeric: tabular-nums; }
.top__item:nth-child(-n+3) .top__pos { color: #FF6D80; }
.cover { width: 46px; height: 46px; display: grid; place-items: center; background: linear-gradient(135deg, var(--c1), var(--c2)); color: rgba(255, 255, 255, .92); font: 800 16px/1 var(--f-cond); letter-spacing: .04em; border-radius: 2px; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .08); }
.top__song { font: 600 16.5px/1.2 var(--f-head); overflow-wrap: anywhere; }
.top__artist { font-size: 13.5px; color: var(--text-2); margin-top: 2px; }
.top__move { font: 800 10px/1 var(--f-body); letter-spacing: .06em; color: var(--muted); display: grid; place-items: center; min-width: 22px; }
.top__move .ico { width: 18px; height: 18px; }
.top__move--up { color: #fff; }
.top__move--new { color: #FF6D80; }

/* Reproductor inferior */
.player { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; background: var(--navy); color: #fff; box-shadow: 0 -8px 24px rgba(0, 0, 0, .25); padding-bottom: env(safe-area-inset-bottom, 0px); }
.player__in { display: flex; align-items: center; gap: 12px; min-height: 66px; padding-block: 8px; }
.player__logo .rlogo { width: 44px; height: 44px; font-size: 18px; }
.player__meta { flex: 1; min-width: 0; }
.player__title { display: flex; align-items: center; gap: 7px; font-size: 15px; }
.player__title b { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.player__sub { font-size: 12.5px; color: #B6C2D6; overflow-wrap: anywhere; line-height: 1.3; margin-top: 2px; }
.player .eq { display: none; }
.player.is-playing .eq i { background: #FF6D80; animation: eq 1s ease-in-out infinite; }
.player.is-playing .eq i:nth-child(2) { animation-delay: -.3s; }
.player.is-playing .eq i:nth-child(3) { animation-delay: -.6s; }
.player.is-playing .eq i:nth-child(4) { animation-delay: -.15s; }
.player__vol { display: none; align-items: center; gap: 8px; color: #B6C2D6; }
.player__vol input { width: 110px; accent-color: var(--red); }
.player__close { color: #fff; flex: none; }
.player__close:hover { background: rgba(255, 255, 255, .1); }
body.has-player { padding-bottom: 82px; }
@media (min-width: 600px) { .player .eq { display: inline-flex; } .player__vol { display: flex; } }

/* ---------- 19. Multimedia ---------- */
.media-grid { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 14px; }
@media (min-width: 900px) { .media-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 22px; } }
.mcard { position: relative; display: flex; flex-direction: column; gap: 8px; min-width: 0; }
.mcard__media { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 2px; background: var(--wash); max-width: 100%; }
.mcard__media > svg { display: block; width: 100%; height: 100%; }
.mcard__type { position: absolute; left: 8px; top: 8px; display: inline-flex; align-items: center; gap: 5px; background: rgba(10, 13, 18, .82); color: #fff; font: 700 12px/1 var(--f-cond); letter-spacing: .07em; text-transform: uppercase; padding: 5px 8px; border-radius: 2px; }
.mcard__play { position: absolute; left: 50%; top: 50%; width: 54px; height: 54px; margin: -27px 0 0 -27px; border-radius: 50%; background: rgba(200, 16, 46, .92); color: #fff; display: grid; place-items: center; }
.mcard__play .ico { width: 22px; height: 22px; }
.mcard__info { position: absolute; right: 8px; bottom: 8px; background: rgba(10, 13, 18, .82); color: #fff; font: 600 12px/1 var(--f-body); padding: 5px 7px; border-radius: 2px; font-variant-numeric: tabular-nums; }
.mcard__title { font: 600 16px/1.25 var(--f-head); }
.mcard__title a::after { content: ""; position: absolute; inset: 0; }
.mcard:hover .mcard__title a { text-decoration: underline; text-underline-offset: 3px; }
.mcard__loc { font-size: 12.5px; color: var(--muted); }
@media (min-width: 600px) { .mcard__title { font-size: 18px; } }

/* ---------- 15. WhatsApp ---------- */
.wa { background: var(--wash); padding-block: 44px; margin-block: 44px; }
.wa__in { display: grid; gap: 28px; }
@media (min-width: 960px) { .wa__in { grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); gap: 56px; align-items: start; } }
.wa__icon { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: var(--wa); color: #fff; margin-bottom: 14px; }
.wa__icon .ico { width: 28px; height: 28px; }
.wa__title { font: 800 clamp(30px, 5vw, 44px)/1 var(--f-cond); text-transform: uppercase; letter-spacing: .01em; text-wrap: balance; }
.wa__lead { font-size: 17px; color: var(--text-2); margin-top: 12px; max-width: 46ch; }
.wa__form { background: var(--paper); padding: 20px; display: grid; gap: 16px; border-radius: 3px; min-width: 0; }
@media (min-width: 600px) { .wa__form { padding: 28px; } }
.field { display: grid; gap: 6px; border: 0; margin: 0; padding: 0; min-width: 0; }
.field label, .field legend { font-weight: 600; font-size: 14px; padding: 0; }
.field legend { margin-bottom: 8px; }
.field input, .field select { width: 100%; height: 48px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 3px; background: var(--paper); color: var(--text); font: 16px var(--f-body); }
.field input:focus, .field select:focus { outline: 2px solid var(--focus); outline-offset: 0; border-color: transparent; }
.field [aria-invalid="true"] { border-color: var(--red); box-shadow: 0 0 0 1px var(--red); }
.field__help { font-size: 12.5px; color: var(--muted); }
.field-row { display: grid; gap: 16px; }
@media (min-width: 600px) { .field-row { grid-template-columns: 1fr 1fr; } }
.checks { display: flex; flex-wrap: wrap; gap: 8px; }
.field .check-chip { display: inline-flex; align-items: center; gap: 7px; padding: 8px 12px; background: var(--wash); border-radius: 3px; font-size: 14.5px; font-weight: 500; cursor: pointer; }
.check-chip input { width: 17px; height: 17px; accent-color: var(--red); margin: 0; }
.field .check-chip:has(input:checked) { background: var(--navy); color: #fff; }
.consent { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; cursor: pointer; }
.consent input { width: 20px; height: 20px; margin: 1px 0 0; accent-color: var(--red); flex: none; }
.btn-primary { height: 54px; border: 0; border-radius: 3px; background: var(--red); color: #fff; font: 800 18px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; padding: 0 22px; }
.btn-primary:hover { background: var(--red-2); }
.wa__error { color: var(--kicker); font-weight: 600; font-size: 14px; }
.wa__ok { background: var(--wash); padding: 12px 14px; font-size: 14.5px; border-left: 4px solid var(--wa); }

/* ---------- 16–18. Horóscopo, efemérides, más buscado ---------- */
.extras { display: grid; gap: 40px 48px; margin-block: 44px; }
@media (min-width: 700px) { .extras { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
.mini__src { font-size: 12px; color: var(--muted); margin-top: 8px; }
.trends { list-style: none; counter-reset: none; display: grid; }
.trends li { display: grid; grid-template-columns: 32px minmax(0, 1fr); align-items: center; border-top: 1px solid var(--line); }
.trends li:first-child { border-top: 0; }
.trends__n { font: 800 20px/1 var(--f-cond); color: var(--kicker); font-variant-numeric: tabular-nums; }
.trends__t { text-align: left; border: 0; background: none; padding: 10px 0; font: 600 16px/1.3 var(--f-head); }
.trends__t:hover { color: var(--kicker); text-decoration: underline; text-underline-offset: 3px; }
.radio__links { display: flex; flex-wrap: wrap; gap: 4px 14px; }
.radio__wa .ico { color: #25D366 !important; }
.mini { min-width: 0; }
.mini__title { font: 800 22px/1 var(--f-cond); letter-spacing: .03em; text-transform: uppercase; border-top: 3px solid var(--text); padding-top: 10px; margin-bottom: 16px; position: relative; display: flex; align-items: center; gap: 8px; }
.mini__title::before { content: ""; position: absolute; left: 0; top: -3px; width: 40px; height: 3px; background: var(--red); }

.horo__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }
@media (min-width: 480px) and (max-width: 699px), (min-width: 1100px) { .horo__grid { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.horo__sign { display: grid; justify-items: center; gap: 3px; padding: 9px 2px; border: 0; background: var(--wash); border-radius: 2px; min-width: 0; }
.horo__sign:hover { background: var(--wash-2); }
.horo__sign[aria-selected="true"] { background: var(--navy); color: #fff; }
.horo__glyph { font-size: 20px; line-height: 1; font-family: 'Segoe UI Symbol', 'Noto Sans Symbols', 'DejaVu Sans', sans-serif; }
.horo__name { font: 600 12px/1.1 var(--f-cond); letter-spacing: 0; max-width: 100%; }
.horo__panel { background: var(--wash); padding: 14px 16px; margin-top: 8px; border-radius: 2px; }
.horo__head { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; flex-wrap: wrap; }
.horo__head b { font: 800 20px/1 var(--f-cond); text-transform: uppercase; letter-spacing: .03em; }
.horo__head span { font-size: 13px; color: var(--muted); font-variant-numeric: tabular-nums; }
.horo__text { font-size: 15px; margin-top: 6px; color: var(--text-2); }

.efem__date { font: 600 italic 18px/1.2 var(--f-head); color: var(--text-2); margin-bottom: 10px; }
.efem { list-style: none; display: grid; }
.efem li { display: grid; grid-template-columns: 52px minmax(0, 1fr); gap: 10px; padding-block: 10px; border-top: 1px solid var(--line); }
.efem li:first-child { border-top: 0; padding-top: 0; }
.efem__year { font: 800 19px/1.2 var(--f-cond); color: var(--kicker); font-variant-numeric: tabular-nums; }
.efem p { font-size: 14.5px; line-height: 1.45; }

.tags { list-style: none; display: flex; flex-wrap: wrap; gap: 8px; }
.tag { display: inline-flex; align-items: center; min-height: 36px; padding: 6px 12px; border: 0; background: var(--wash); border-radius: 2px; font-weight: 600; font-size: 14.5px; }
.tag::before { content: "#"; color: var(--kicker); margin-right: 3px; font-weight: 700; }
.tag:hover { background: var(--navy); color: #fff; }
.tag:hover::before { color: #FF8193; }

/* ---------- 20. Footer ---------- */
.footer { background: #050608; border-top: 1px solid var(--line); color: #AEB9CA; padding-block: 48px 24px; font-size: 14.5px; }
.footer__grid { display: grid; gap: 32px; }
@media (min-width: 600px) { .footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 960px) { .footer__grid { grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.4fr) minmax(0, 1fr) minmax(0, 1fr); } }
.footer .logo a { color: #fff; font-size: 40px; }
.footer__tag { margin-top: 10px; max-width: 34ch; }
.social--footer { margin-top: 16px; }
.social--footer a { width: 40px; height: 40px; background: rgba(255, 255, 255, .06); color: #fff; }
.footer__h { font: 800 15px/1 var(--f-cond); letter-spacing: .1em; text-transform: uppercase; color: #fff; margin-bottom: 14px; }
.footer__col ul { list-style: none; display: grid; gap: 2px; }
.footer nav.footer__col ul { grid-template-columns: 1fr 1fr; column-gap: 16px; }
.footer__col a, .footer__radio { display: inline-block; padding: 5px 0; }
.footer__col a:hover, .footer__radio:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.footer__radio { border: 0; background: none; color: inherit; text-align: left; font-size: 14.5px; }
.footer__radio span { color: #7F8CA2; }
.footer__bottom { margin-top: 36px; padding-top: 18px; border-top: 1px solid #222A36; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; font-size: 13px; color: #8390A5; }
.footer__seal a { color: #C7D0DD; }

/* ---------- Vistas internas ---------- */
.page { padding-block: 24px 40px; }
.page--narrow { max-width: 860px; }
.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font: 700 13px/1.4 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-bottom: 12px; }
.crumbs a { color: var(--kicker); }
.crumbs a:hover { text-decoration: underline; }
.page__title { font: 800 clamp(36px, 7vw, 60px)/0.95 var(--f-cond); text-transform: uppercase; letter-spacing: .01em; border-bottom: 3px solid var(--text); padding-bottom: 14px; margin-bottom: 24px; overflow-wrap: anywhere; }
.page__intro { font-size: 17px; color: var(--text-2); max-width: 65ch; margin-bottom: 24px; }
.page__extra { margin-bottom: 32px; }
.page .article__media { aspect-ratio: 16 / 9; overflow: hidden; margin-bottom: 16px; }
.grid { display: grid; gap: 30px 24px; }
.grid--2 { gap: 16px 28px; }
@media (min-width: 600px) {
  .grid--list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--list > .card--lead { grid-column: 1 / -1; }
  .grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .grid--2 > .card--compact + .card--compact:nth-child(2) { padding-top: 0; border-top: 0; }
}
@media (min-width: 960px) {
  .grid--list { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .grid--list > .card--lead { grid-column: span 2; grid-row: span 2; }
}

/* Nota */
.article { min-width: 0; }
.article__title { font: 700 clamp(29px, 4.6vw, 48px)/1.08 var(--f-head); text-wrap: balance; overflow-wrap: break-word; }
.article__lead { font: 400 clamp(18px, 2vw, 21px)/1.45 var(--f-body); color: var(--text-2); margin-top: 14px; max-width: 62ch; }
.article__tax { display: flex; flex-wrap: wrap; gap: 1px; margin: 20px 0 0; background: var(--line); border: 1px solid var(--line); width: fit-content; max-width: 100%; }
.article__tax div { background: var(--paper); padding: 8px 12px; }
.article__tax dt { font: 700 10.5px/1 var(--f-body); letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }
.article__tax dd { margin: 4px 0 0; font-weight: 600; font-size: 14.5px; }
.article__time { display: flex; align-items: center; gap: 6px; font-size: 13.5px; color: var(--muted); margin-top: 14px; }
.article__fig { margin: 20px 0 0; }
.article__media { aspect-ratio: 16 / 9; overflow: hidden; background: var(--wash); max-width: 100%; }
.article__media > svg, .article__media > img { display: block; width: 100%; height: 100%; object-fit: cover; }
.article__fig figcaption { font-size: 13px; color: var(--muted); padding-top: 8px; }
.article__body { font: 400 19px/1.65 var(--f-head); max-width: 68ch; margin-top: 24px; display: grid; gap: 18px; }
.article__body h2 { font: 700 25px/1.2 var(--f-head); margin-top: 8px; }
.article__body blockquote { margin: 4px 0; padding-left: 18px; border-left: 4px solid var(--red); font-style: italic; font-size: 23px; line-height: 1.35; }
.article__body .ad { font-size: 16px; }
.article__foot { display: grid; gap: 18px; margin-top: 30px; padding-top: 20px; border-top: 1px solid var(--line); }
.share { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.share > span { display: inline-flex; align-items: center; gap: 6px; font: 700 14px/1 var(--f-cond); letter-spacing: .06em; text-transform: uppercase; color: var(--muted); margin-right: 6px; }
.share__btn { width: 42px; height: 42px; display: grid; place-items: center; background: var(--navy); color: #fff; border-radius: 3px; }
.share__btn--wa { background: var(--wa); }
.share__btn:hover { background: var(--red); }
.stack { display: grid; }

/* ---------- Movimiento reducido ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
  .ticker__track { animation: none !important; }
  .ticker__viewport { overflow-x: auto; }
  .live-dot { animation: none !important; }
}


/* =========================================================
   WordPress: contenido de las notas, paginación y ajustes
   ========================================================= */
.card__meta .kicker, .card__foot .share-row { position: relative; z-index: 2; }
a.kicker:hover { text-decoration: underline; text-underline-offset: 3px; }
.ad__img picture, .ad__img img { display: block; width: 100%; height: auto; }
.ad--sidebar .ad__img, .ad--article .ad__img { max-width: 300px; }
.brandbanner__carousel .adc__slide { background: transparent; }
.brandbanner__carousel .adc__dots { margin-top: 2px; }
.radio-band--one { grid-template-columns: minmax(0, 1fr) !important; max-width: 760px; }
.rlogo--img { object-fit: cover; background: #fff; }
img.cover { object-fit: cover; }
.horo__panel + .horo__panel { margin-top: 8px; }
.entry { color: var(--text); }
.entry > * { max-width: 100%; }
.entry p, .entry li { margin: 0; }
.entry ul, .entry ol { padding-left: 1.3em; display: grid; gap: 8px; }
.entry h2 { font: 700 25px/1.2 var(--f-head); }
.entry h3 { font: 700 21px/1.25 var(--f-head); }
.entry a { color: var(--kicker); text-decoration: underline; text-underline-offset: 3px; }
.entry img, .entry video, .entry iframe { max-width: 100%; height: auto; }
.entry figure { margin: 0; }
.entry figcaption, .entry .wp-caption-text { font: 13px/1.4 var(--f-body); color: var(--muted); padding-top: 6px; }
.entry iframe[src*="youtube"], .entry iframe[src*="vimeo"], .entry-embed iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.entry .wp-video, .entry .wp-audio-shortcode { max-width: 100% !important; }
.entry blockquote { margin: 4px 0; padding-left: 18px; border-left: 4px solid var(--red); font-style: italic; font-size: 22px; line-height: 1.35; }
.entry .gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 8px; }
.entry .gallery-item { margin: 0 !important; width: auto !important; }
.entry .gallery br { display: none; }
.alignleft { float: left; margin: 4px 18px 10px 0; }
.alignright { float: right; margin: 4px 0 10px 18px; }
.aligncenter { margin-inline: auto; display: block; }
.article__source { font: 600 14px/1.4 var(--f-body); color: var(--muted); border-top: 1px solid var(--line); padding-top: 14px; }
.article__source a { color: var(--text); text-decoration: none; display: inline-flex; align-items: center; gap: 5px; }
.article__source a:hover { color: var(--kicker); }
.article__source .ico { width: 14px; height: 14px; }
.search__form--page { max-width: 640px; margin-bottom: 8px; }
.search__form--page .wx__go { flex: none; }
.btn-primary--link { display: inline-flex; align-items: center; }
.pagination { margin-top: 36px; }
.pagination .nav-links { display: flex; flex-wrap: wrap; gap: 6px; align-items: center; }
.pagination .page-numbers { display: inline-grid; place-items: center; min-width: 42px; height: 42px; padding: 0 12px; background: var(--wash); border-radius: 3px; font: 700 15px/1 var(--f-cond); letter-spacing: .04em; }
.pagination .page-numbers.current { background: var(--red); color: #fff; }
.pagination a.page-numbers:hover { background: var(--navy); color: #fff; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.card[hidden] { display: none !important; }
body.admin-bar .mainnav, body.admin-bar .masthead { top: 32px; }
@media (max-width: 782px) { body.admin-bar .masthead { top: 46px; } }
@media (max-width: 600px) { body.admin-bar .masthead { top: 0; } #wpadminbar { position: absolute; } }
