/* ============================================================
   RADIONORD PORTAL — CSS público
   Estética Telenord · Modo Mundial Argentina
   ============================================================ */

/* ── VARIABLES ─────────────────────────────────────────────── */
:root {
  --celeste:      #74ACDF;
  --celeste2:     #5a95cc;
  --celeste3:     #3a7abf;
  --celeste-deep: #1a4a7a;
  --navy:         #0d1117;
  --navy2:        #161b24;
  --navy3:        #1f2733;
  --gold:         #C9A84C;
  --gold2:        #e8c96a;
  --white:        #ffffff;
  --gray1:        #f4f6f9;
  --gray2:        #e8ecf1;
  --gray3:        #cdd4de;
  --gray4:        #9aa5b4;
  --gray5:        #6b7685;
  --text:         #1a2030;
  --text2:        #4a5568;
  --danger:       #e53e3e;
  --radius:       4px;
  --radius-lg:    8px;
  --shadow:       0 1px 4px rgba(0,0,0,.1);
  --shadow-md:    0 4px 16px rgba(0,0,0,.12);
  --container:    1200px;
  --gap:          16px;
}

.modo-mundial {
  --celeste:  #74ACDF;
  --navy:     #0a1628;
  --navy2:    #0d1f3c;
  --gold:     #C9A84C;
}

/* ── RESET ─────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--text); background: #f0f3f7; line-height: 1.6; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 16px; }

/* ── TOPBAR ─────────────────────────────────────────────────── */
.topbar { background: var(--navy); padding: 5px 0; font-size: 11px; font-family: 'Inter', sans-serif; border-bottom: 1px solid rgba(255,255,255,.07); }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; }
.topbar-fecha { color: #888; }
.topbar-links { display: flex; gap: 16px; }
.topbar-links a { color: #999; transition: color .15s; }
.topbar-links a:hover { color: var(--celeste); }

/* ── MASTHEAD ───────────────────────────────────────────────── */
.masthead { background: var(--navy2); border-bottom: 3px solid var(--gold); padding: 16px 0; }
.masthead-inner { display: grid; grid-template-columns: 200px 1fr auto; gap: 20px; align-items: center; }

.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-tele { font-size: 9px; color: var(--gold); letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; }
.logo-main { font-size: 28px; font-weight: 800; font-family: 'Playfair Display', serif; color: white; letter-spacing: -1px; }
.logo-radio { color: var(--celeste); }
.logo-sub { font-size: 10px; color: #777; font-family: 'Inter', sans-serif; margin-top: 1px; }
.logo-img { width: 180px; height: auto; max-height: 90px; object-fit: contain; object-position: left center; display: block; }

.masthead-pub { display: flex; align-items: center; justify-content: center; }

/* PLAYER */
.masthead-radio { display: flex; align-items: center; gap: 10px; background: rgba(255,255,255,.04); border: 1px solid rgba(201,168,76,.25); border-radius: 8px; padding: 8px 14px; cursor: pointer; transition: border-color .2s; }
.masthead-radio:hover { border-color: var(--gold); }
.radio-play-btn { width: 36px; height: 36px; background: var(--celeste); border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: transform .15s; }
.radio-play-btn:hover { transform: scale(1.08); }
.play-icon { color: var(--navy); font-size: 13px; margin-left: 2px; }
.radio-info { min-width: 0; }
.radio-on-air { font-size: 9px; color: #666; text-transform: uppercase; letter-spacing: 1.5px; font-weight: 700; display: flex; align-items: center; gap: 5px; }
.radio-on-air.active { color: var(--gold); }
.radio-on-air .dot { width: 6px; height: 6px; background: #4ade80; border-radius: 50%; animation: blink 1s infinite; }
.radio-nombre { font-size: 12px; font-weight: 600; color: white; }
.radio-waves { display: flex; align-items: center; gap: 2px; margin-top: 3px; }
.radio-waves span { display: block; background: var(--celeste); border-radius: 1px; width: 3px; animation: wave .8s infinite; }
.radio-waves span:nth-child(1){height:6px;animation-delay:0s}
.radio-waves span:nth-child(2){height:14px;animation-delay:.15s}
.radio-waves span:nth-child(3){height:10px;animation-delay:.3s}
.radio-waves span:nth-child(4){height:18px;animation-delay:.45s}
.radio-waves span:nth-child(5){height:8px;animation-delay:.6s}
@keyframes wave{0%,100%{opacity:.4;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}
@keyframes blink{0%,100%{opacity:1}50%{opacity:.3}}

/* ── NAVEGACIÓN ────────────────────────────────────────────── */
.main-nav { background: var(--navy); border-bottom: 2px solid var(--celeste3); position: sticky; top: 0; z-index: 100; }
.nav-inner { display: flex; align-items: center; overflow-x: auto; gap: 0; scrollbar-width: none; }
.nav-inner::-webkit-scrollbar { display: none; }
.nav-link { color: #bbb; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .5px; padding: 11px 13px; display: block; white-space: nowrap; border-bottom: 3px solid transparent; transition: all .15s; }
.nav-link:hover { color: white; border-bottom-color: var(--celeste2); }
.nav-link.active { color: white; border-bottom-color: var(--celeste); }
.nav-mundial { color: var(--gold) !important; }
.nav-mundial:hover, .nav-mundial.active { border-bottom-color: var(--gold) !important; }

/* ── BREAKING NEWS ─────────────────────────────────────────── */
.breaking-bar { background: var(--celeste-deep); border-bottom: 1px solid var(--celeste); padding: 7px 0; }
.breaking-inner { display: flex; align-items: center; gap: 12px; overflow: hidden; }
.breaking-label { background: var(--gold); color: var(--navy); font-size: 10px; font-weight: 900; padding: 2px 9px; border-radius: 2px; white-space: nowrap; letter-spacing: .5px; flex-shrink: 0; }
.breaking-ticker { overflow: hidden; flex: 1; }
.breaking-ticker span { font-size: 13px; color: white; font-weight: 500; white-space: nowrap; animation: ticker 20s linear infinite; display: inline-block; }
@keyframes ticker { 0%{transform:translateX(100%)} 100%{transform:translateX(-100%)} }

/* ── PUBLICIDADES ──────────────────────────────────────────── */
.pub-slot { text-align: center; }
.pub-label { font-size: 9px; color: #bbb; text-transform: uppercase; letter-spacing: 1px; font-family: 'Inter', sans-serif; margin-bottom: 3px; }
.pub-placeholder { background: #f9f9f4; border: 1px dashed #ccc; display: flex; align-items: center; justify-content: center; border-radius: var(--radius); }
.pub-banner_superior .pub-placeholder { height: 70px; }
.pub-banner_inferior .pub-placeholder { height: 58px; }
.pub-sidebar_grande .pub-placeholder { height: 240px; width: 220px; }
.pub-sidebar_chico .pub-placeholder { height: 180px; width: 220px; }
.pub-inline_noticias .pub-placeholder { height: 76px; }
.pub-placeholder span { font-size: 11px; color: #ccc; }
.pub-slot img { max-width: 100%; }

/* ── LAYOUT PRINCIPAL ──────────────────────────────────────── */
.site-main { padding: 20px 0; }
.main-layout { display: grid; grid-template-columns: 1fr 240px; gap: 20px; align-items: start; }

/* ── FEATURED / HERO ───────────────────────────────────────── */
.featured-grid { display: grid; grid-template-columns: 1.7fr 1fr; gap: 2px; background: #ccc; margin-bottom: 2px; }
.feat-main { position: relative; overflow: hidden; cursor: pointer; }
.feat-main-img { width: 100%; height: 300px; object-fit: cover; display: block; background: linear-gradient(160deg, var(--navy) 0%, var(--celeste-deep) 100%); transition: transform .4s; }
.feat-main:hover .feat-main-img { transform: scale(1.02); }
.feat-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(5,15,35,.95)); padding: 32px 16px 16px; }
.cat-pill { display: inline-block; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 2px; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 6px; background: var(--celeste); color: var(--navy); }
.cat-pill.gold { background: var(--gold); }
.feat-title { color: white; font-size: 18px; font-weight: 700; line-height: 1.3; font-family: 'Playfair Display', serif; }
.feat-meta { color: rgba(116,172,223,.8); font-size: 11px; font-family: 'Inter', sans-serif; margin-top: 6px; }
.live-badge { display: inline-flex; align-items: center; gap: 4px; background: #e53e3e; color: white; font-size: 10px; font-weight: 700; padding: 2px 8px; border-radius: 2px; margin-bottom: 4px; }
.live-badge .dot { width: 5px; height: 5px; background: white; border-radius: 50%; animation: blink 1s infinite; }

.feat-sec { background: white; overflow: hidden; cursor: pointer; display: flex; flex-direction: column; }
.feat-sec-img { width: 100%; height: 148px; object-fit: cover; background: var(--gray2); transition: transform .3s; }
.feat-sec:hover .feat-sec-img { transform: scale(1.03); }
.feat-sec-body { padding: 10px 12px 14px; flex: 1; border-top: 3px solid var(--celeste); }
.feat-sec-cat { font-size: 10px; color: var(--celeste3); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; }
.feat-sec-title { font-size: 13px; font-weight: 700; line-height: 1.4; font-family: 'Playfair Display', serif; color: var(--text); }
.feat-sec-meta { font-size: 10px; color: var(--gray5); margin-top: 4px; }

/* ── SECTION HEADERS ───────────────────────────────────────── */
.section-hdr { display: flex; align-items: center; justify-content: space-between; margin: 18px 0 12px; padding-bottom: 8px; border-bottom: 3px solid var(--celeste3); }
.section-hdr h2 { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--text); font-family: 'Inter', sans-serif; }
.section-hdr a { font-size: 11px; color: var(--celeste3); font-weight: 500; }
.section-hdr.gold { border-bottom-color: var(--gold); }
.section-hdr.gold h2 { color: var(--gold); }

/* ── GRILLA DE NOTICIAS ────────────────────────────────────── */
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 14px; }
.news-card { background: white; border: 1px solid var(--gray2); overflow: hidden; cursor: pointer; transition: box-shadow .2s, transform .2s; }
.news-card:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }
.news-card-img { width: 100%; height: 120px; object-fit: cover; background: var(--gray2); display: block; transition: transform .3s; }
.news-card:hover .news-card-img { transform: scale(1.04); }
.news-card-img-wrap { overflow: hidden; }
.news-card-body { padding: 10px 12px 12px; }
.news-card-cat { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; margin-bottom: 4px; color: var(--celeste3); }
.news-card-title { font-size: 13px; font-weight: 700; line-height: 1.4; font-family: 'Playfair Display', serif; color: var(--text); margin-bottom: 5px; }
.news-card-meta { font-size: 10px; color: var(--gray4); display: flex; gap: 6px; }

/* ── MUNDIAL SECTION ───────────────────────────────────────── */
.mundial-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); border: 1px solid var(--gold); border-radius: var(--radius-lg); overflow: hidden; margin-bottom: 18px; }
.mundial-section-hdr { background: linear-gradient(90deg, rgba(201,168,76,.15), transparent); padding: 12px 16px; border-bottom: 1px solid rgba(201,168,76,.2); display: flex; align-items: center; justify-content: space-between; }
.mundial-section-hdr h2 { color: var(--gold); font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.mundial-section-hdr a { font-size: 11px; color: var(--celeste); }
.mundial-news-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: rgba(255,255,255,.05); }
.mundial-news-item { padding: 12px 14px; background: var(--navy2); cursor: pointer; transition: background .15s; }
.mundial-news-item:hover { background: var(--navy3); }
.mundial-news-img { width: 100%; height: 80px; object-fit: cover; background: var(--celeste-deep); border-radius: var(--radius); margin-bottom: 8px; display: block; }
.mundial-news-cat { font-size: 9px; color: var(--celeste); font-weight: 700; text-transform: uppercase; letter-spacing: .5px; }
.mundial-news-title { font-size: 12px; font-weight: 700; color: white; font-family: 'Playfair Display', serif; line-height: 1.35; margin-top: 3px; }
.mundial-news-meta { font-size: 10px; color: rgba(116,172,223,.6); margin-top: 3px; }

/* ── PARTIDO EN VIVO (barra mundial) ───────────────────────── */
.mundial-scores-bar { background: linear-gradient(90deg, var(--celeste-deep), var(--navy2), var(--celeste-deep)); border-bottom: 2px solid var(--gold); padding: 8px 0; }
.mundial-scores-inner { display: flex; align-items: center; gap: 12px; overflow-x: auto; scrollbar-width: none; }
.mundial-scores-inner::-webkit-scrollbar { display: none; }
.score-badge { font-size: 10px; font-weight: 900; background: var(--gold); color: var(--navy); padding: 3px 10px; border-radius: 2px; white-space: nowrap; flex-shrink: 0; }
.score-card { background: rgba(255,255,255,.06); border: 1px solid rgba(201,168,76,.25); border-radius: 5px; padding: 5px 12px; display: flex; align-items: center; gap: 7px; white-space: nowrap; flex-shrink: 0; }
.score-card.arg { border-color: rgba(201,168,76,.7); background: rgba(116,172,223,.1); }
.score-flag { font-size: 16px; }
.score-country { font-size: 12px; font-weight: 700; color: white; }
.score-result { font-size: 15px; font-weight: 900; color: var(--gold); }
.score-vs { color: rgba(255,255,255,.3); font-size: 11px; }
.score-live { font-size: 9px; color: #4ade80; font-weight: 700; animation: blink 1s infinite; }

/* ── SIDEBAR ───────────────────────────────────────────────── */
.sidebar { display: flex; flex-direction: column; gap: 16px; }

.widget { background: white; border: 1px solid var(--gray2); overflow: hidden; }
.widget-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; color: var(--text); padding: 10px 14px; border-bottom: 2px solid var(--celeste3); background: var(--gray1); }
.widget-body { padding: 12px 14px; }

.most-read-item { display: flex; gap: 8px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--gray2); cursor: pointer; }
.most-read-item:last-child { border-bottom: none; }
.mr-num { font-size: 20px; font-weight: 900; color: var(--celeste3); line-height: 1; min-width: 22px; font-family: 'Playfair Display', serif; }
.mr-text { font-size: 12px; font-weight: 600; color: var(--text); line-height: 1.35; font-family: 'Playfair Display', serif; }
.mr-text:hover { color: var(--celeste3); }

/* WIDGET MUNDIAL SIDEBAR */
.mundial-widget { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); border: 1px solid var(--gold); overflow: hidden; border-radius: var(--radius); }
.mundial-widget-title { font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; color: var(--gold); padding: 10px 14px; border-bottom: 1px solid rgba(201,168,76,.2); }
.fixture-row { display: grid; grid-template-columns: 1fr 56px 1fr; align-items: center; padding: 9px 12px; border-bottom: 1px solid rgba(255,255,255,.04); gap: 4px; }
.fixture-row:last-child { border-bottom: none; }
.fixture-row.arg { background: rgba(116,172,223,.08); }
.fix-team { font-size: 11px; color: rgba(255,255,255,.8); font-weight: 500; }
.fix-team.arg { color: var(--celeste); font-weight: 700; }
.fix-score-box { background: rgba(0,0,0,.2); border-radius: 4px; padding: 4px 6px; text-align: center; }
.fix-score { font-size: 14px; font-weight: 900; color: var(--gold); }
.fix-sep { color: rgba(255,255,255,.25); font-size: 10px; }
.fix-time { font-size: 10px; color: var(--celeste); text-align: center; }
.fix-status { font-size: 9px; text-align: center; margin-top: 2px; }
.fix-status.live { color: #4ade80; font-weight: 700; animation: blink 1s infinite; }
.fix-status.done { color: var(--gray5); }
.fix-status.next { color: var(--celeste); }

/* WIDGET CLIMA */
.clima-widget { background: linear-gradient(135deg, var(--celeste-deep) 0%, var(--navy2) 100%); color: white; border-radius: var(--radius); padding: 14px; border: 1px solid rgba(116,172,223,.2); }
.clima-title { font-size: 10px; color: var(--gold); text-transform: uppercase; letter-spacing: 1px; font-weight: 700; margin-bottom: 8px; }
.clima-temp { font-size: 38px; font-weight: 300; font-family: 'Playfair Display', serif; }
.clima-details { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; margin-top: 10px; border-top: 1px solid rgba(255,255,255,.1); padding-top: 8px; }
.clima-detail { font-size: 10px; color: rgba(116,172,223,.8); }
.clima-detail strong { display: block; font-size: 12px; color: white; }

/* WIDGET AGENDA */
.agenda-item { display: flex; gap: 8px; align-items: flex-start; padding: 8px 0; border-bottom: 1px solid var(--gray2); font-size: 12px; }
.agenda-item:last-child { border-bottom: none; }
.agenda-day { background: var(--celeste-deep); color: white; font-size: 9px; font-weight: 700; padding: 2px 7px; border-radius: 2px; white-space: nowrap; flex-shrink: 0; }
.agenda-day.hoy { background: var(--gold); color: var(--navy); }

/* ── AD INLINE ─────────────────────────────────────────────── */
.ad-inline-wrap { background: #fffbf0; border: 1px solid #e8d888; margin: 14px 0; border-radius: var(--radius); overflow: hidden; }

/* ── PAGINACIÓN ────────────────────────────────────────────── */
.pagination { display: flex; gap: 4px; justify-content: center; margin: 24px 0; flex-wrap: wrap; }
.page-btn { padding: 7px 13px; border: 1px solid var(--gray3); border-radius: var(--radius); font-size: 13px; color: var(--text2); transition: all .15s; }
.page-btn:hover { background: var(--celeste3); color: white; border-color: var(--celeste3); }
.page-btn.active { background: var(--celeste3); color: white; border-color: var(--celeste3); font-weight: 700; }

/* ── PÁGINA DE NOTA ────────────────────────────────────────── */
.article-layout { display: grid; grid-template-columns: 1fr 280px; gap: 24px; align-items: start; }
.article-header { margin-bottom: 20px; }
.article-cat { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .5px; padding: 3px 10px; border-radius: 2px; background: var(--celeste); color: var(--navy); margin-bottom: 10px; }
.article-title { font-size: 28px; font-weight: 800; font-family: 'Playfair Display', serif; line-height: 1.25; color: var(--text); margin-bottom: 10px; }
.article-bajada { font-size: 16px; color: var(--text2); line-height: 1.6; border-left: 3px solid var(--celeste); padding-left: 14px; margin-bottom: 14px; font-style: italic; }
.article-meta { font-size: 12px; color: var(--gray5); display: flex; gap: 16px; align-items: center; flex-wrap: wrap; padding-bottom: 14px; border-bottom: 1px solid var(--gray2); }
.article-meta strong { color: var(--text2); }
.article-img { width: 100%; max-height: 480px; object-fit: cover; border-radius: var(--radius); margin-bottom: 8px; }
.article-caption { font-size: 11px; color: var(--gray5); text-align: center; margin-bottom: 20px; font-style: italic; }
.article-body { font-size: 16px; line-height: 1.8; color: var(--text); }
.article-body h2 { font-size: 20px; font-family: 'Playfair Display', serif; font-weight: 700; margin: 24px 0 10px; color: var(--text); border-bottom: 2px solid var(--celeste); padding-bottom: 6px; }
.article-body h3 { font-size: 17px; font-family: 'Playfair Display', serif; margin: 20px 0 8px; }
.article-body p { margin-bottom: 16px; }
.article-body blockquote { border-left: 4px solid var(--celeste); padding: 12px 16px; background: var(--gray1); border-radius: 0 var(--radius) var(--radius) 0; margin: 20px 0; font-style: italic; color: var(--text2); }
.article-body img { border-radius: var(--radius); margin: 16px 0; }
.article-share { display: flex; gap: 10px; align-items: center; padding: 16px 0; border-top: 1px solid var(--gray2); margin-top: 24px; flex-wrap: wrap; }
.share-btn { display: inline-flex; align-items: center; gap: 6px; padding: 8px 16px; border-radius: var(--radius); font-size: 13px; font-weight: 600; cursor: pointer; border: none; }
.share-fb { background: #1877f2; color: white; }
.share-tw { background: #1da1f2; color: white; }
.share-wa { background: #25d366; color: white; }
.share-copy { background: var(--gray2); color: var(--text2); }

/* ── TAGS ──────────────────────────────────────────────────── */
.tags-list { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 14px; }
.tag { background: var(--gray2); color: var(--text2); font-size: 11px; padding: 3px 10px; border-radius: 12px; transition: background .15s; }
.tag:hover { background: var(--celeste3); color: white; }

/* ── NOTICIAS RELACIONADAS ─────────────────────────────────── */
.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 14px; }

/* ── FOOTER ────────────────────────────────────────────────── */
.site-footer { background: var(--navy2); color: #999; border-top: 3px solid var(--gold); margin-top: 32px; padding: 28px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1.2fr; gap: 24px; }
.footer-col h4 { color: var(--gold); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; margin-bottom: 10px; padding-bottom: 6px; border-bottom: 1px solid #222; }
.footer-col a { display: block; color: #888; font-size: 12px; margin-bottom: 5px; transition: color .15s; }
.footer-col a:hover { color: var(--celeste); }
.footer-desc { font-size: 12px; color: #777; line-height: 1.6; margin: 8px 0 14px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { display: flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: rgba(255,255,255,.06); border-radius: 50%; color: #999; font-size: 12px; transition: all .15s; }
.footer-social a:hover { background: var(--celeste3); color: white; }
.footer-newsletter { display: flex; flex-direction: column; gap: 6px; }
.footer-newsletter input { background: rgba(255,255,255,.06); border: 1px solid #333; color: white; padding: 8px 12px; border-radius: var(--radius); font-size: 13px; font-family: 'Inter', sans-serif; }
.footer-newsletter input:focus { outline: none; border-color: var(--celeste); }
.footer-newsletter input::placeholder { color: #555; }
.footer-newsletter button { background: var(--celeste3); color: white; border: none; padding: 9px; border-radius: var(--radius); font-size: 13px; font-weight: 600; cursor: pointer; font-family: 'Inter', sans-serif; }
.footer-newsletter button:hover { background: var(--celeste2); }
.footer-bottom { background: #0a0d14; margin-top: 24px; padding: 10px 0; }
.footer-bottom-inner { display: flex; justify-content: space-between; font-size: 11px; color: #555; }
.footer-bottom-inner a { color: #555; margin-left: 16px; }
.footer-bottom-inner a:hover { color: var(--gray4); }

/* ── RESPONSIVE ────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .main-layout { grid-template-columns: 1fr; }
  .sidebar { display: grid; grid-template-columns: repeat(2,1fr); }
  .article-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .masthead-inner { grid-template-columns: 1fr auto; }
  .masthead-pub { display: none; }
  .featured-grid { grid-template-columns: 1fr; }
  .feat-sec:nth-child(3) { display: none; }
  .news-grid { grid-template-columns: repeat(2,1fr); }
  .mundial-news-list { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: repeat(2,1fr); }
  .sidebar { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .article-title { font-size: 22px; }
}
@media (max-width: 480px) {
  .news-grid { grid-template-columns: 1fr; }
  .related-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .topbar-fecha { display: none; }
  .logo-main { font-size: 22px; }
}
.rn-prog-bar {
  background: #0d1f3c;
  border-bottom: 2px solid #C9A84C;
  font-family: 'Inter', sans-serif;
  padding: 0 16px;
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 50px;
  overflow: hidden;
}
.rn-prog-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 14px;
  border-right: 1px solid rgba(255,255,255,.1);
  flex-shrink: 0;
}
.rn-prog-brand-waves {
  display: flex;
  align-items: flex-end;
  gap: 2px;
}
.rn-prog-brand-waves span {
  display: block;
  background: #74ACDF;
  border-radius: 1px;
  width: 3px;
  animation: rn-wv .8s infinite;
}
.rn-prog-brand-waves span:nth-child(1){height:6px;animation-delay:0s}
.rn-prog-brand-waves span:nth-child(2){height:12px;animation-delay:.15s}
.rn-prog-brand-waves span:nth-child(3){height:9px;animation-delay:.3s}
.rn-prog-brand-waves span:nth-child(4){height:15px;animation-delay:.45s}
.rn-prog-brand-waves span:nth-child(5){height:7px;animation-delay:.6s}
@keyframes rn-wv{0%,100%{opacity:.4;transform:scaleY(.6)}50%{opacity:1;transform:scaleY(1)}}
.rn-prog-brand-fm { font-size: 9px; color: #C9A84C; letter-spacing:1px; font-weight:600; text-transform:uppercase; }
.rn-prog-brand-name { font-size: 13px; font-weight:700; color:white; letter-spacing:-0.3px; }
.rn-prog-brand-name span { color: #74ACDF; }
.rn-prog-now {
  display: flex; align-items: center; gap:10px;
  padding: 0 14px; flex:1; min-width:0;
  border-right: 1px solid rgba(255,255,255,.1);
}
.rn-prog-live-dot {
  display: flex; align-items: center; gap:5px;
  flex-shrink:0;
  background:rgba(232,0,13,.15);
  border:1px solid rgba(232,0,13,.4);
  border-radius:3px; padding:3px 7px;
}
.rn-prog-live-dot .dot {
  width:6px; height:6px;
  background:#e8000d; border-radius:50%;
  animation: rn-blink 1s infinite;
}
@keyframes rn-blink{0%,100%{opacity:1}50%{opacity:.3}}
.rn-prog-live-txt { font-size:9px; color:#e8000d; font-weight:700; letter-spacing:1px; }
.rn-prog-label { font-size:9px; color:rgba(116,172,223,.7); text-transform:uppercase; letter-spacing:1px; font-weight:600; margin-bottom:2px; }
.rn-prog-nombre { font-size:14px; font-weight:700; color:white; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rn-prog-horario { font-size:11px; color:#C9A84C; margin-top:1px; }
.rn-prog-bar-fill {
  width:140px; flex-shrink:0;
  display:flex; align-items:center;
  padding:0 10px;
  border-right:1px solid rgba(255,255,255,.1);
}
.rn-prog-bar-track { width:100%; }
.rn-prog-bar-label { display:flex; justify-content:space-between; font-size:9px; color:rgba(116,172,223,.6); margin-bottom:4px; }
.rn-prog-bar-bg { background:rgba(255,255,255,.1); border-radius:2px; height:4px; overflow:hidden; }
.rn-prog-bar-progress { height:100%; background:linear-gradient(90deg,#74ACDF,#C9A84C); border-radius:2px; }
.rn-prog-next {
  display:flex; align-items:center; gap:8px;
  padding:0 14px; min-width:0; max-width:220px;
}
.rn-prog-next-label { font-size:9px; color:rgba(255,255,255,.35); text-transform:uppercase; letter-spacing:.8px; flex-shrink:0; font-weight:600; }
.rn-prog-next-nombre { font-size:12px; color:rgba(255,255,255,.7); white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:500; }
.rn-prog-next-hora { font-size:10px; color:rgba(201,168,76,.7); margin-top:1px; }
.rn-prog-clock { display:flex; align-items:center; padding-left:14px; flex-shrink:0; }
.rn-clock-time { font-size:16px; font-weight:700; color:white; letter-spacing:1px; }
.rn-clock-date { font-size:9px; color:rgba(116,172,223,.6); text-align:center; margin-top:1px; letter-spacing:.5px; }
 
@media(max-width:768px) {
  .rn-prog-bar-fill, .rn-prog-next { display:none; }
  .rn-prog-clock { border-left: 1px solid rgba(255,255,255,.1); }
}