/* ============================================================
   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:    1400px;
  --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 8px; }

/* ── TOPBAR ─────────────────────────────────────────────────── */
.topbar { background: #fff; padding: 6px 0; font-size: 11px; font-family: 'Inter', sans-serif; border-bottom: 1px solid #e8e8e4; }
.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: #888; transition: color .15s; text-decoration: none; }
.topbar-links a:hover { color: var(--celeste); }

/* ── MASTHEAD ───────────────────────────────────────────────── */
.masthead { background: #fff; border-bottom: 1px solid #e8e8e4; padding: 12px 0; min-height: 70px; }
.masthead-inner { display: flex; align-items: center; gap: 20px; }

.logo-text { display: flex; flex-direction: column; line-height: 1; }
.logo-tele { font-size: 9px; color: #B22234; letter-spacing: 2.5px; text-transform: uppercase; font-weight: 700; }
.logo-main { font-size: 28px; font-weight: 800; font-family: 'Playfair Display', serif; color: #111; letter-spacing: -1px; }
.logo-radio { color: #1a5fa8; }
.logo-sub { font-size: 10px; color: #888; font-family: 'Inter', sans-serif; margin-top: 1px; }
.logo-img { width: auto; height: 48px; max-width: 200px; object-fit: contain; object-position: left center; display: block; filter: none; }

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

/* ── BOTÓN TURISMO MASTHEAD ─────────────────────────────── */
.masthead-turismo-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #0f5c30 0%, #1e8c4f 100%);
  border: 1.5px solid rgba(50,180,90,.4);
  border-radius: 8px;
  padding: 10px 16px 10px 13px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  transition: border-color .18s, transform .12s;
}
.masthead-turismo-btn:hover {
  border-color: rgba(50,200,100,.75);
  transform: translateY(-1px);
}
.masthead-turismo-btn:hover .mturismo-arrow {
  transform: translateX(3px);
}
@media (max-width: 900px) {
  .masthead-turismo-btn { display: none; }
}

/* PLAYER - movido a rn-prog-bar (ver abajo) */
.masthead-radio { display:none; }
.radio-play-btn { display:none; }
.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: #fff; border-bottom: 2px solid #e8e8e4; 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: #333; 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: #B22234; border-bottom-color: #B22234; }
.nav-link.active { color: #B22234; border-bottom-color: #B22234; font-weight: 700; }
.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: 360px; 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(to bottom, transparent 0%, rgba(5,15,35,.55) 40%, rgba(5,15,35,.92) 100%); padding: 40px 20px 20px; }
.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: 26px; font-weight: 700; line-height: 1.25; font-family: 'Playfair Display', serif; text-shadow: 0 1px 4px rgba(0,0,0,.4); }
.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: 16px; font-weight: 700; line-height: 1.35; 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: 150px; 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: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; margin-bottom: 6px; color: var(--celeste3); }
.news-card-title { font-size: 16px; font-weight: 700; line-height: 1.35; 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; }
.rn-ad-between { margin: 24px 0; }

/* Publicidad cuadrada dentro del grid de noticias */
.ad-card-grid {
  background: #f0f4f8;
  border: 1px dashed #b8cce0;
  border-radius: var(--radius);
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: stretch;
  min-height: 280px;
  transition: border-color .2s;
}
.ad-card-grid:hover { border-color: #74ACDF; }
.ad-card-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #e8f0f8, #d0e4f4);
  font-family: 'Inter', sans-serif;
  font-size: 11px; color: #888;
  letter-spacing: 1px; text-transform: uppercase;
  flex-direction: column; gap: 8px; padding: 20px; text-align: center;
  min-height: 280px;
}


/* ── 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: 32px; align-items: start; }
.article-header { margin-bottom: 24px; }
.article-cat { display: inline-block; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; padding: 4px 12px; border-radius: 2px; background: var(--celeste); color: var(--navy); margin-bottom: 14px; }
.article-title { font-size: 36px; font-weight: 800; font-family: 'Playfair Display', serif; line-height: 1.18; color: #111; margin-bottom: 14px; letter-spacing: -.4px; }
.article-bajada { font-size: 18px; color: #444; line-height: 1.65; border-left: 3px solid var(--celeste3); padding-left: 16px; margin-bottom: 20px; font-style: italic; font-weight: 400; }
.article-meta { font-size: 12px; color: var(--gray5); display: flex; gap: 16px; align-items: center; flex-wrap: wrap; padding-bottom: 16px; border-bottom: 1px solid var(--gray2); margin-bottom: 4px; }
.article-meta strong { color: var(--text2); }
.article-img { width: 100%; max-height: 520px; object-fit: cover; border-radius: 0; margin-bottom: 0; display: block; }
.article-caption { font-size: 12px; color: var(--gray5); text-align: left; margin-bottom: 28px; margin-top: 6px; font-style: italic; padding-bottom: 8px; border-bottom: 1px solid var(--gray2); }
/* ── Cuerpo editorial ── */
.article-body { font-size: 18px; line-height: 1.85; color: #1a1a1a; background: #fff; padding: 20px 0; }
.article-body > p:first-of-type::first-letter { float: left; font-size: 76px; line-height: .72; font-family: 'Playfair Display', serif; font-weight: 700; color: var(--celeste3); margin: 8px 10px 0 0; }
.article-body h2 { font-size: 26px; font-family: 'Playfair Display', serif; font-weight: 700; margin: 44px 0 14px; color: #111; border-bottom: 2px solid var(--celeste3); padding-bottom: 8px; line-height: 1.25; clear: both; }
.article-body h3 { font-size: 20px; font-family: 'Playfair Display', serif; font-weight: 700; margin: 30px 0 10px; color: #222; clear: both; }
.article-body p { margin-bottom: 22px; }
.article-body p:empty { display: none; }
.article-body blockquote { border-left: 4px solid var(--celeste3); padding: 18px 22px; background: #f6f8fb; border-radius: 0 var(--radius) var(--radius) 0; margin: 32px 0; font-style: italic; color: #444; font-size: 20px; line-height: 1.7; clear: both; }
.article-body img { border-radius: 4px; margin: 28px 0; width: 100%; clear: both; }
.article-body strong { font-weight: 700; color: #111; }
.article-body em { font-style: italic; color: #333; }
.article-body a { color: var(--celeste3); text-decoration: underline; text-underline-offset: 3px; }
.article-body a:hover { color: var(--celeste2); }
.article-body ul, .article-body ol { margin: 0 0 22px 26px; }
.article-body li { margin-bottom: 8px; line-height: 1.75; }
.article-body iframe { width: 100%; border: none; border-radius: 6px; margin: 28px 0; display: block; clear: both; }
.article-body table { width: 100%; border-collapse: collapse; margin: 28px 0; font-size: 15px; clear: both; }
.article-body table th { background: #f0f4f8; padding: 10px 14px; text-align: left; font-weight: 600; border: 1px solid #dde3ea; font-size: 13px; text-transform: uppercase; letter-spacing: .3px; }
.article-body table td { padding: 10px 14px; border: 1px solid #dde3ea; }
.article-body table tr:nth-child(even) td { background: #f8fafc; }
.article-body > div { margin: 28px 0; clear: both; }
.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 { display: flex; flex-wrap: wrap; gap: 12px; }
  .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: 26px; }
  .article-body { font-size: 16px; padding: 14px 0; }
  .article-body > p:first-of-type::first-letter { font-size: 58px; }
}
@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: #fff;
  border-bottom: 1px solid #e8e8e4;
  font-family: 'Inter', sans-serif;
  padding: 0 16px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  min-height: 52px;
  overflow: hidden;
}

/* --- IZQUIERDA --- */
.rn-prog-left {
  display: flex;
  align-items: center;
  gap: 0;
  flex: 1;
  min-width: 0;
  border-right: 1px solid #e0e0da;
  padding-right: 4px;
}
.rn-prog-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-right: 14px;
  border-right: 1px solid #e0e0da;
  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: #B22234; letter-spacing:1px; font-weight:600; text-transform:uppercase; }
.rn-prog-brand-name { font-size: 13px; font-weight:700; color:#111; letter-spacing:-0.3px; }
.rn-prog-brand-name span { color: #1a5fa8; }
.rn-prog-now {
  display: flex; align-items: center; gap:10px;
  padding: 0 14px; flex:1; min-width:0;
  border-right: 1px solid #e0e0da;
}
.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:#888; text-transform:uppercase; letter-spacing:1px; font-weight:600; margin-bottom:2px; }
.rn-prog-nombre { font-size:14px; font-weight:700; color:#111; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.rn-prog-horario { font-size:11px; color:#555; margin-top:1px; }
.rn-prog-bar-fill {
  width:130px; flex-shrink:0;
  display:flex; align-items:center;
  padding:0 10px;
}
.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:#e8e8e4; border-radius:2px; height:4px; overflow:hidden; }
.rn-prog-bar-progress { height:100%; background:linear-gradient(90deg,#74ACDF,#C9A84C); border-radius:2px; }

/* --- CENTRO: player --- */
.rn-prog-center {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 24px;
  flex-shrink: 0;
  border-right: 1px solid #e0e0da;
}
.rn-play-btn {
  width: 42px; height: 42px;
  background: #74ACDF;
  border-radius: 50%;
  border: 2px solid rgba(116,172,223,.4);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; flex-shrink: 0;
  transition: transform .15s, background .15s;
  color: white; font-size: 16px;
  box-shadow: 0 0 0 4px rgba(116,172,223,.12);
}
.rn-play-btn:hover { transform: scale(1.1); background: #5a9fd4; }
.rn-prog-center-info { display:flex; flex-direction:column; gap:2px; }
.rn-player-onair {
  font-size: 11px; font-weight: 700; color: #1a5fa8;
  letter-spacing: .8px; display: flex; align-items: center; gap: 6px; white-space: nowrap;
}
.rn-player-onair .dot { width:7px; height:7px; background:#4ade80; border-radius:50%; animation:rn-blink 1s infinite; flex-shrink:0; }
.rn-player-fm { font-size: 11px; color: #888; white-space: nowrap; }
.rn-player-waves { display:flex; align-items:flex-end; gap:2px; height:16px; }
.rn-player-waves span { display:inline-block; width:3px; background:#74ACDF; border-radius:2px; animation:rn-wave .8s ease-in-out infinite; }
.rn-player-waves span:nth-child(2){animation-delay:.1s}.rn-player-waves span:nth-child(3){animation-delay:.2s}.rn-player-waves span:nth-child(4){animation-delay:.15s}.rn-player-waves span:nth-child(5){animation-delay:.05s}
@keyframes rn-wave{0%,100%{height:4px}50%{height:14px}}

/* --- DERECHA: sigue + reloj --- */
.rn-prog-right {
  display: flex;
  align-items: center;
  gap: 0;
  flex-shrink: 0;
}
.rn-prog-next {
  display:flex; align-items:center; gap:8px;
  padding:0 16px; min-width:0; max-width:220px;
  border-right: 1px solid #e0e0da;
}
.rn-prog-next-label { font-size:9px; color:#aaa; text-transform:uppercase; letter-spacing:.8px; flex-shrink:0; font-weight:600; }
.rn-prog-next-nombre { font-size:12px; color:#333; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; font-weight:500; }
.rn-prog-next-hora { font-size:10px; color:#B22234; margin-top:1px; }
.rn-prog-clock { display:flex; flex-direction:column; align-items:center; justify-content:center; padding:0 16px; flex-shrink:0; }
.rn-clock-time { font-size:18px; font-weight:700; color:#111; letter-spacing:1px; line-height:1; }
.rn-clock-date { font-size:9px; color:#888; text-align:center; margin-top:2px; letter-spacing:.5px; }

/* Ad inline entre categorias */
.rn-cat-grid { margin-bottom:20px; }

@media(max-width:900px) {
  .rn-prog-bar-fill { display:none; }
  .rn-prog-right .rn-prog-next { display:none; }
}
@media(max-width:768px) {
  .rn-prog-left { display:none; }
  .rn-prog-center { border:none; padding:0 12px; }
  .rn-prog-clock { padding:0 12px; }
}

/* ============================================================
   CLASIFICADOS
   ============================================================ */
.clasi-header { display:flex; align-items:flex-start; justify-content:space-between; gap:16px; margin:24px 0 20px; flex-wrap:wrap; }
.clasi-h1 { font-size:26px; font-weight:800; font-family:'Playfair Display',serif; color:var(--text); }
.clasi-sub { font-size:14px; color:var(--gray5); margin-top:4px; }
.btn-clasi-new { background:var(--celeste3); color:white; padding:10px 20px; border-radius:6px; font-weight:700; font-size:14px; white-space:nowrap; transition:background .2s; display:inline-block; }
.btn-clasi-new:hover { background:var(--celeste2); color:white; }

/* Filtros */
.clasi-filtros { margin-bottom:24px; }
.clasi-busca { display:flex; gap:8px; margin-bottom:14px; }
.clasi-input-busca { flex:1; padding:9px 14px; border:1px solid #ddd; border-radius:6px; font-size:14px; }
.btn-busca { padding:9px 18px; background:var(--celeste3); color:white; border:none; border-radius:6px; cursor:pointer; font-weight:600; font-size:14px; }
.clasi-cats { display:flex; flex-wrap:wrap; gap:8px; }
.cat-btn { padding:6px 14px; border:1px solid #ddd; border-radius:20px; font-size:13px; color:var(--text2); background:white; transition:all .15s; }
.cat-btn:hover,.cat-btn.activo { background:var(--celeste3); color:white; border-color:var(--celeste3); }

/* Grid de avisos */
.clasi-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-bottom:24px; }
.clasi-card { background:white; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; transition:box-shadow .2s,transform .2s; position:relative; display:flex; flex-direction:column; color:var(--text); }
.clasi-card:hover { box-shadow:0 4px 16px rgba(0,0,0,.12); transform:translateY(-3px); }
.clasi-card.destacado { border-color:#C9A84C; box-shadow:0 0 0 2px rgba(201,168,76,.3); }
.clasi-badge-dest { position:absolute; top:10px; left:10px; background:#C9A84C; color:#1a1a00; font-size:10px; font-weight:800; padding:3px 8px; border-radius:4px; letter-spacing:.5px; z-index:2; }
.clasi-badge-radio { position:absolute; top:10px; right:10px; background:#3182ce; color:white; font-size:10px; font-weight:700; padding:3px 8px; border-radius:4px; z-index:2; }
.clasi-img-wrap { overflow:hidden; }
.clasi-img { width:100%; height:170px; object-fit:cover; display:block; transition:transform .3s; }
.clasi-card:hover .clasi-img { transform:scale(1.04); }
.clasi-img-ph { height:140px; display:flex; align-items:center; justify-content:center; font-size:48px; background:#f7f9fc; }
.clasi-card-body { padding:12px 14px 16px; flex:1; display:flex; flex-direction:column; }
.clasi-cat-tag { font-size:10px; font-weight:700; text-transform:uppercase; letter-spacing:.5px; color:var(--celeste3); margin-bottom:6px; }
.clasi-titulo { font-size:15px; font-weight:700; line-height:1.35; color:var(--text); margin-bottom:8px; flex:1; }
.clasi-precio { font-size:18px; font-weight:800; color:var(--celeste3); margin-bottom:6px; }
.clasi-meta { font-size:11px; color:var(--gray4); }
.clasi-pag { display:flex; gap:6px; justify-content:center; margin:20px 0; flex-wrap:wrap; }
.pag-btn { padding:6px 14px; border:1px solid #ddd; border-radius:6px; color:var(--text2); background:white; }
.pag-btn.activo,.pag-btn:hover { background:var(--celeste3); color:white; border-color:var(--celeste3); }
.clasi-empty { text-align:center; padding:60px 20px; color:var(--gray5); background:white; border-radius:10px; border:1px solid #e2e8f0; }

/* Formulario nuevo aviso */
.clasi-form .form-group { margin-bottom:18px; }
.clasi-form label { font-size:13px; font-weight:600; color:var(--text); margin-bottom:5px; display:block; }
.clasi-form .form-control { width:100%; padding:9px 14px; border:1px solid #ddd; border-radius:7px; font-size:14px; color:var(--text); transition:border-color .15s; }
.clasi-form .form-control:focus { border-color:var(--celeste3); outline:none; }
.clasi-form small { font-size:11px; color:var(--gray5); margin-top:4px; display:block; }
.clasi-opciones-pago { background:#f7f9fc; border:1px solid #e2e8f0; border-radius:10px; padding:20px; margin-top:10px; }
.clasi-opciones-titulo { font-size:16px; font-weight:700; margin-bottom:6px; }
.clasi-opcion { display:block; border:2px solid #e2e8f0; border-radius:8px; padding:14px 16px; margin-bottom:10px; cursor:pointer; transition:border-color .15s,background .15s; }
.clasi-opcion input { display:none; }
.clasi-opcion.seleccionada { border-color:var(--celeste3); background:#f0f7ff; }
.clasi-opcion-body { display:flex; align-items:center; gap:14px; }
.clasi-opcion-icon { font-size:28px; flex-shrink:0; }
.clasi-opcion-nombre { font-weight:700; font-size:15px; }
.clasi-opcion-desc { font-size:12px; color:var(--gray5); margin-top:2px; }
.clasi-opcion-precio { margin-left:auto; font-size:18px; font-weight:800; color:var(--celeste3); flex-shrink:0; }
.btn-submit-clasi { width:100%; padding:14px; background:var(--celeste3); color:white; border:none; border-radius:8px; font-size:16px; font-weight:700; cursor:pointer; transition:background .2s; }
.btn-submit-clasi:hover { background:var(--celeste2); }

/* Pago */
.clasi-pago-box { background:white; border:1px solid #e2e8f0; border-radius:12px; padding:28px; }
.clasi-pago-header { text-align:center; margin-bottom:24px; }
.clasi-pago-header h2 { font-size:22px; font-weight:700; margin-bottom:6px; }
.clasi-pago-header p { color:var(--gray5); font-size:14px; }
.clasi-pago-resumen { background:#f7f9fc; border-radius:8px; padding:16px 18px; }
.clasi-pago-aviso { font-weight:600; margin-bottom:10px; padding-bottom:10px; border-bottom:1px solid #e2e8f0; }
.clasi-pago-linea { display:flex; justify-content:space-between; font-size:14px; padding:4px 0; color:var(--text2); }
.clasi-pago-total { display:flex; justify-content:space-between; font-size:18px; font-weight:800; padding-top:12px; margin-top:8px; border-top:2px solid #e2e8f0; color:var(--celeste3); }
.clasi-pago-manual { text-align:center; background:#fffbf0; border:1px solid #f6e05e; border-radius:8px; padding:24px; margin-top:20px; }
.btn-wp-pago { display:inline-block; margin-top:14px; background:#25d366; color:white; padding:11px 22px; border-radius:8px; font-weight:700; font-size:15px; }
.btn-wp-pago:hover { background:#1da851; color:white; }

/* Detalle aviso */
.clasi-detalle { background:white; border:1px solid #e2e8f0; border-radius:10px; overflow:hidden; margin-bottom:32px; }
.clasi-det-img { width:100%; max-height:400px; object-fit:cover; display:block; }
.clasi-det-body { padding:24px; }
.clasi-det-badges { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:12px; }
.badge-dest { background:#fef3c7; color:#92400e; font-size:12px; font-weight:700; padding:3px 10px; border-radius:4px; }
.badge-radio { background:#dbeafe; color:#1e40af; font-size:12px; font-weight:700; padding:3px 10px; border-radius:4px; }
.clasi-det-titulo { font-size:24px; font-weight:800; font-family:'Playfair Display',serif; margin-bottom:12px; line-height:1.3; }
.clasi-det-precio { font-size:28px; font-weight:800; color:var(--celeste3); margin-bottom:16px; }
.clasi-det-desc { font-size:15px; line-height:1.7; color:var(--text2); margin-bottom:20px; white-space:pre-line; }
.clasi-det-meta { font-size:12px; color:var(--gray4); margin-bottom:20px; }
.clasi-det-contacto { background:#f0f7ff; border:1px solid #bee3f8; border-radius:8px; padding:16px 18px; }
.clasi-det-vendedor { font-size:14px; font-weight:600; margin-bottom:10px; }
.btn-wa-contacto { display:inline-block; background:#25d366; color:white; padding:11px 22px; border-radius:8px; font-weight:700; font-size:15px; }
.btn-wa-contacto:hover { background:#1da851; color:white; }

@media(max-width:768px) {
  .clasi-grid { grid-template-columns:repeat(2,1fr); gap:12px; }
  .clasi-header { flex-direction:column; gap:12px; }
  .clasi-opciones-pago { padding:14px; }
}
@media(max-width:480px) {
  .clasi-grid { grid-template-columns:1fr; }
}
/* ============================================================
   RADIONORD — MODO MUNDIAL ARGENTINA
   Agregar al final de /assets/css/portal.css
   Se activa con: <body class="modo-mundial">
   Se desactiva quitando esa clase (desde admin con cfg 'modo_mundial')
   Colores: Celeste #74ACDF · Blanco #FFF · Amarillo sol #F6B40E · Azul noche #003087
   ============================================================ */

/* ── VARIABLES QUE CAMBIAN EN MODO MUNDIAL ── */
body.modo-mundial {
  --celeste:      #74ACDF;
  --celeste2:     #5a95cc;
  --celeste3:     #3a7abf;
  --celeste-deep: #005cbf;
  --navy:         #003087;   /* azul selección */
  --navy2:        #003087;
  --navy3:        #004aad;
  --gold:         #F6B40E;   /* amarillo sol reemplaza el dorado */
  --gold2:        #ffd04d;
  background: #e8f4fd;       /* fondo celeste muy suave */
}

/* ── FRANJAS CELESTE Y BLANCO ── */
.mw-stripe {
  display: none;
}
body.modo-mundial .mw-stripe {
  display: block;
  background: repeating-linear-gradient(
    90deg,
    #74ACDF 0px, #74ACDF 56px,
    #ffffff 56px, #ffffff 112px
  );
  height: 8px;
}

/* ── TOPBAR ── */
body.modo-mundial .topbar {
  background: #fff;
  border-bottom-color: #e8e8e4;
}

/* ── MASTHEAD: fondo celeste con borde amarillo ── */
body.modo-mundial .masthead {
  background: #fff;
  border-bottom-color: #e8e8e4;
}

/* Logo en modo mundial: TELE y subt en azul oscuro, RadioNord en blanco */
body.modo-mundial .logo-tele  { color: #B22234; }
body.modo-mundial .logo-main  { color: #111; }
body.modo-mundial .logo-radio { color: #1a5fa8; }
body.modo-mundial .logo-sub   { color: #888; }

/* Badge "Cobertura especial" */
body.modo-mundial .masthead-mundial-badge {
  background: rgba(255,255,255,.25);
  border-color: rgba(255,255,255,.5);
}

/* Countdown bloques */
body.modo-mundial .cd-block {
  background: rgba(0,0,0,.2);
  border-color: rgba(255,255,255,.35);
}
body.modo-mundial .cd-label { color: rgba(255,255,255,.9); }

/* ── BARRA DE SCORES ── */
body.modo-mundial .mundial-scores-bar {
  background: #003087;
  border-bottom-color: #F6B40E;
}
body.modo-mundial .score-badge {
  background: #F6B40E;
  color: #003087;
}
body.modo-mundial .score-card {
  background: rgba(255,255,255,.1);
  border-color: rgba(246,180,14,.3);
}
body.modo-mundial .score-card.arg {
  background: rgba(255,255,255,.2);
  border-color: #F6B40E;
}
body.modo-mundial .score-result { color: #F6B40E; }
body.modo-mundial .score-country { color: #ffffff; }
body.modo-mundial .score-time { color: rgba(255,255,255,.7); }

/* ── BARRA PROGRAMACIÓN ── */
body.modo-mundial .rn-prog-bar {
  background: #fff;
  border-bottom-color: #e8e8e4;
}
body.modo-mundial .rn-prog-horario { color: #555; }

/* ── NAVEGACIÓN: azul oscuro + borde amarillo ── */
body.modo-mundial .main-nav {
  background: #fff;
  border-bottom-color: #e8e8e4;
}
body.modo-mundial .nav-link { color: #333; }
body.modo-mundial .nav-link:hover { color: #B22234; border-bottom-color: #B22234; }
body.modo-mundial .nav-link.active { color: #B22234; border-bottom-color: #B22234; }
body.modo-mundial .nav-mundial { color: #F6B40E !important; }
body.modo-mundial .nav-mundial:hover,
body.modo-mundial .nav-mundial.active { border-bottom-color: #F6B40E !important; }

/* ── BREAKING BAR ── */
body.modo-mundial .breaking-bar {
  background: #003087;
  border-bottom-color: rgba(255,255,255,.15);
}
body.modo-mundial .breaking-label {
  background: #F6B40E;
  color: #003087;
}
body.modo-mundial .breaking-ticker span { color: #ffffff; }

/* ── BANNER PARTIDO ARGENTINA ── */
body.modo-mundial .mundial-hero-banner {
  background: #003087;
  border: 2px solid #F6B40E;
  position: relative;
  overflow: hidden;
}
/* franjas arriba y abajo del banner */
body.modo-mundial .mundial-hero-banner::before,
body.modo-mundial .mundial-hero-banner::after {
  content: '';
  position: absolute;
  left: 0; right: 0;
  height: 5px;
  background: repeating-linear-gradient(
    90deg, #74ACDF 0, #74ACDF 40px, #fff 40px, #fff 80px
  );
}
body.modo-mundial .mundial-hero-banner::before { top: 0; }
body.modo-mundial .mundial-hero-banner::after  { bottom: 0; }

body.modo-mundial .mhb-vs    { color: #F6B40E; }
body.modo-mundial .mhb-info  { color: rgba(255,255,255,.7); }
body.modo-mundial .mhb-cd-block {
  background: rgba(0,0,0,.25);
  border-color: rgba(246,180,14,.4);
}
body.modo-mundial .mhb-cd-num  { color: #ffffff; }
body.modo-mundial .mhb-cd-unit { color: #F6B40E; }
body.modo-mundial .mhb-prode-btn {
  background: #F6B40E;
  color: #003087;
}

/* ── CAT PILL MUNDIAL ── */
body.modo-mundial .cat-pill.gold {
  background: #F6B40E;
  color: #003087;
}

/* ── SECCIÓN MUNDIAL (noticias) — queda blanca en modo argentino ── */
body.modo-mundial .mundial-section {
  background: #ffffff;
  border-color: #74ACDF;
}
body.modo-mundial .mundial-section-hdr { background: #f0f7fd; border-bottom-color: #74ACDF; }
body.modo-mundial .mundial-section-hdr h2 { color: #003087; }
body.modo-mundial .mundial-section-hdr a  { color: #3a7abf; }
body.modo-mundial .mundial-news-list { background: #e0eef8; }
body.modo-mundial .mundial-news-item { background: #ffffff; }
body.modo-mundial .mundial-news-item:hover { background: #f0f7fd; }
body.modo-mundial .mundial-news-cat   { color: #3a7abf; }
body.modo-mundial .mundial-news-title { color: #1a2030; }
body.modo-mundial .mundial-news-meta  { color: #9aa5b4; }

/* ── PRODE BANNER INLINE ── */
body.modo-mundial .prode-inline {
  background: #003087;
  border: 2px solid #F6B40E;
}

/* ── WIDGET MUNDIAL SIDEBAR (fixture) ── */
body.modo-mundial .mundial-widget {
  background: #003087;
  border-color: #F6B40E;
}
body.modo-mundial .mundial-widget-title { color: #F6B40E; }
body.modo-mundial .fixture-row          { border-bottom-color: rgba(255,255,255,.08); }
body.modo-mundial .fixture-row.arg-match{ background: rgba(255,255,255,.07); }
body.modo-mundial .fix-team             { color: rgba(255,255,255,.9); }
body.modo-mundial .fix-team.arg         { color: #F6B40E; }
body.modo-mundial .fix-score            { color: #F6B40E; }
body.modo-mundial .fix-time             { color: #74ACDF; }
body.modo-mundial .fix-status.next      { color: #74ACDF; }

/* ── WIDGET PRODE SIDEBAR ── */
body.modo-mundial .prode-sidebar-widget {
  background: linear-gradient(135deg, #003087 0%, #005cbf 100%);
  border-color: #F6B40E;
}
body.modo-mundial .psw-title    { color: #F6B40E; }
body.modo-mundial .psw-vs       { color: #F6B40E; }
body.modo-mundial .psw-btn      { background: #F6B40E; color: #003087; }

/* ── WIDGET CLIMA ── */
body.modo-mundial .clima-widget {
  background: linear-gradient(135deg, #003087 0%, #005cbf 100%);
  border-color: rgba(116,172,223,.3);
}
body.modo-mundial .clima-title { color: #F6B40E; }

/* ── SECTION HDR DEPORTES ── */
body.modo-mundial .section-hdr.gold { border-bottom-color: #F6B40E; }
body.modo-mundial .section-hdr.gold h2 { color: #7a5500; }

/* ── FOOTER ── */
body.modo-mundial .site-footer {
  background: #003087;
  border-top-color: #F6B40E;
}
body.modo-mundial .footer-col h4 { color: #F6B40E; border-bottom-color: rgba(255,255,255,.1); }

/* ── FONDO PÁGINA ── */
body.modo-mundial .site-main { background: inherit; }
/* ============================================================
   RADIONORD — HERO BANNER DE PORTADA
   Agregar al final de /assets/css/portal.css
   Modos: rn-hero--mundial | rn-hero--bandera
   ============================================================ */

/* ── BASE DEL HERO ── */
.rn-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

/* ── FRANJAS CELESTE/BLANCO ── */
.rn-hero__stripe {
  position: absolute;
  left: 0; right: 0;
  height: 6px;
  background: repeating-linear-gradient(
    90deg,
    #74ACDF 0, #74ACDF 60px,
    #ffffff 60px, #ffffff 120px
  );
  z-index: 2;
}
.rn-hero__stripe--top { top: 0; }
.rn-hero__stripe--bot { bottom: 0; }

/* ── INNER LAYOUT ── */
.rn-hero__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0;
  padding-top: 28px;
  padding-bottom: 28px;
  position: relative;
  z-index: 1;
}

/* ════════════════════════════════════════════════════════════
   MODO MUNDIAL
   ════════════════════════════════════════════════════════════ */
.rn-hero--mundial {
  background: #003087;
}

/* Equipos */
.rn-hero__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.rn-hero__team--arg { align-items: flex-end; padding-right: 32px; }
.rn-hero__team--rival { align-items: flex-start; padding-left: 32px; }

.rn-hero__team-name {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  letter-spacing: -.5px;
}
.rn-hero__team-sub {
  font-size: 10px;
  color: rgba(255,255,255,.45);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

/* Bandera Argentina SVG-like */
.rn-hero__flag { margin-bottom: 4px; }

.rn-flag-arg {
  width: 72px;
  height: 46px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(255,255,255,.3);
  box-shadow: 0 4px 16px rgba(0,0,0,.3);
}
.rn-flag-arg__top,
.rn-flag-arg__bot { background: #74ACDF; flex: 1; }
.rn-flag-arg__mid {
  background: #ffffff;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rn-flag-arg__sol { font-size: 14px; line-height: 1; }

/* Bandera rival (emoji grande) */
.rn-hero__rival-emoji {
  font-size: 52px;
  line-height: 1;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,.3));
}

/* Centro */
.rn-hero__center {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 280px;
}

.rn-hero__fase {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,.55);
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.rn-hero__vs {
  font-size: 52px;
  font-weight: 900;
  color: #F6B40E;
  line-height: 1;
  font-family: 'Playfair Display', serif;
  letter-spacing: -2px;
  text-shadow: 0 2px 20px rgba(246,180,14,.3);
}

.rn-hero__marcador {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Playfair Display', serif;
}
.rn-hero__gol {
  font-size: 58px;
  font-weight: 900;
  color: #F6B40E;
  line-height: 1;
}
.rn-hero__guion {
  font-size: 32px;
  color: rgba(255,255,255,.3);
}

.rn-hero__fecha {
  font-size: 13px;
  color: rgba(255,255,255,.7);
  font-weight: 500;
}

.rn-hero__cd-label {
  font-size: 9px;
  color: rgba(255,255,255,.4);
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  margin-top: 2px;
}

/* Countdown bloques */
.rn-hero__cd {
  display: flex;
  align-items: center;
  gap: 6px;
}
.rn-hero__cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(0,0,0,.35);
  border: 1px solid rgba(246,180,14,.3);
  border-radius: 6px;
  padding: 8px 14px;
  min-width: 60px;
}
.rn-hero__cd-num {
  font-size: 36px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  font-family: 'Inter', monospace;
  letter-spacing: -1px;
}
.rn-hero__cd-unit {
  font-size: 8px;
  color: #F6B40E;
  text-transform: uppercase;
  letter-spacing: .8px;
  margin-top: 3px;
  font-weight: 700;
}
.rn-hero__cd-sep {
  font-size: 28px;
  font-weight: 800;
  color: #F6B40E;
  padding-bottom: 14px;
  opacity: .6;
}

/* En vivo badge */
.rn-hero__live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(74,222,128,.12);
  border: 1px solid rgba(74,222,128,.4);
  border-radius: 20px;
  padding: 6px 16px;
  font-size: 13px;
  font-weight: 800;
  color: #4ade80;
  letter-spacing: .5px;
}
.rn-hero__live-dot {
  width: 8px;
  height: 8px;
  background: #4ade80;
  border-radius: 50%;
  animation: rn-blink 1s infinite;
  flex-shrink: 0;
}
@keyframes rn-blink { 0%,100%{opacity:1} 50%{opacity:.2} }

/* CTA botón */
.rn-hero__cta {
  display: inline-block;
  background: #F6B40E;
  color: #003087;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 20px;
  border-radius: 20px;
  letter-spacing: .3px;
  transition: opacity .15s;
  margin-top: 4px;
}
.rn-hero__cta:hover { opacity: .88; color: #003087; }

/* Strip prode */
.rn-hero__prode-strip {
  background: rgba(246,180,14,.1);
  border-top: 1px solid rgba(246,180,14,.2);
  padding: 9px 0;
  position: relative;
  z-index: 1;
}
.rn-hero__prode-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.rn-hero__prode-txt {
  font-size: 12px;
  color: rgba(255,255,255,.7);
}
.rn-hero__prode-btn {
  background: #F6B40E;
  color: #003087;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: 20px;
  white-space: nowrap;
  transition: opacity .15s;
  flex-shrink: 0;
}
.rn-hero__prode-btn:hover { opacity: .88; color: #003087; }

/* ════════════════════════════════════════════════════════════
   MODO DÍA DE LA BANDERA
   ════════════════════════════════════════════════════════════ */
.rn-hero--bandera {
  background: linear-gradient(135deg, #003087 0%, #005cbf 60%, #74ACDF 100%);
}

.rn-hero__inner--bandera {
  grid-template-columns: auto 1fr;
  gap: 32px;
  padding-top: 32px;
  padding-bottom: 32px;
}

.rn-hero__bandera-flag {
  flex-shrink: 0;
}

.rn-flag-arg--big {
  width: 120px;
  height: 76px;
  border-radius: 6px;
  border-width: 3px;
  box-shadow: 0 6px 24px rgba(0,0,0,.35);
}
.rn-flag-arg__sol--big { font-size: 22px; }

.rn-hero__bandera-texto {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.rn-hero__bandera-fecha {
  font-size: 11px;
  font-weight: 700;
  color: #F6B40E;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.rn-hero__bandera-titulo {
  font-size: 26px;
  font-weight: 800;
  color: #ffffff;
  font-family: 'Playfair Display', serif;
  line-height: 1.2;
  margin: 0;
}
.rn-hero__bandera-sub {
  font-size: 13px;
  color: rgba(255,255,255,.65);
  line-height: 1.6;
  max-width: 520px;
}
.rn-hero__cta--bandera {
  align-self: flex-start;
  background: rgba(255,255,255,.15);
  color: #ffffff;
  border: 1px solid rgba(255,255,255,.3);
}
.rn-hero__cta--bandera:hover { background: rgba(255,255,255,.25); color: #fff; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .rn-hero__inner { grid-template-columns: 1fr; gap: 20px; padding: 20px 16px; }
  .rn-hero__team--arg { align-items: center; padding-right: 0; }
  .rn-hero__team--rival { align-items: center; padding-left: 0; }
  .rn-hero__inner--bandera { grid-template-columns: 1fr; text-align: center; }
  .rn-hero__bandera-flag { display: none; }
  .rn-hero__cta--bandera { align-self: center; }
  .rn-hero__cd-num { font-size: 28px; }
  .rn-hero__cd-block { min-width: 48px; padding: 6px 10px; }
  .rn-hero__vs { font-size: 40px; }
}
@media (max-width: 600px) {
  .rn-hero__team--rival { display: none; } /* El rival ya está en el centro */
  .rn-hero__cd-num { font-size: 24px; }
  .rn-hero__cd-block { min-width: 42px; padding: 5px 8px; }
  .rn-hero__prode-strip .container { flex-direction: column; gap: 8px; text-align: center; }
  .rn-hero__bandera-titulo { font-size: 20px; }
}
/* ============================================================
   RADIONORD — NUEVO DISEÑO ESTILO LA NACION
   INSTRUCCIÓN: Agregar al final de assets/css/portal.css
   ============================================================ */

/* ── TOPBAR CLARO (nuevo orden: farmacias destacadas) ────── */
.topbar-light {
  background: #fff;
  border-bottom: 1px solid #e8e8e4;
  padding: 4px 0;
  font-size: 10px;
  font-family: 'Inter', sans-serif;
}
.topbar-light .topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.topbar-light .topbar-fecha { color: #888; }
.topbar-light .topbar-links { display: flex; gap: 14px; }
.topbar-light .topbar-links a { color: #888; transition: color .15s; }
.topbar-light .topbar-links a:hover { color: var(--celeste3); }

/* Farm chip en topbar claro */
.farm-chip-light {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #eaf7ef;
  border: 1px solid #a8e0bc;
  color: #1a7a3c;
  font-size: 10px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 20px;
  cursor: pointer;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}
.farm-chip-light:hover { background: #d4f0de; }
.farm-chip-next {
  font-size: 10px;
  color: #aaa;
  font-family: 'Inter', sans-serif;
}

/* ── MASTHEAD CLARO ──────────────────────────────────────── */
.masthead-light {
  background: #fff;
  border-bottom: 1px solid #e8e8e4;
  padding: 12px 0;
}
.masthead-light .masthead-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 20px;
  align-items: center;
}
.masthead-light .logo-text .logo-tele { color: #B22234; }
.masthead-light .logo-text .logo-main { color: #111; }
.masthead-light .logo-text .logo-radio { color: #1a5fa8; }
.masthead-light .logo-text .logo-sub { color: #888; }
.masthead-light .logo-img { filter: none; }

/* ── NAV OSCURO (igual al actual pero sin sticky, se queda) ─ */
/* El .main-nav existente se reutiliza sin cambios */

/* ── BREAKING BAR — reubicada DEBAJO del nav ─────────────── */
/* Se sobrescriben los estilos del .breaking-bar existente    */
.breaking-bar {
  background: #B22234 !important;
  border-bottom: none !important;
  padding: 0 !important;
}
.breaking-inner {
  display: flex !important;
  align-items: stretch !important;
  gap: 0 !important;
  overflow: visible !important;
}
.breaking-label {
  background: #8a1528 !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 900 !important;
  padding: 7px 14px !important;
  border-radius: 0 !important;
  letter-spacing: 1px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
}
.breaking-label .dot {
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
  animation: rn-blink 1s infinite;
  flex-shrink: 0;
}
.breaking-ticker {
  flex: 1 !important;
  overflow: hidden !important;
  display: flex !important;
  align-items: center !important;
  padding: 7px 14px !important;
}
.breaking-ticker span {
  font-size: 13px !important;
  color: #fff !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
  animation: ticker 25s linear infinite !important;
  display: inline-block !important;
}
.breaking-links {
  display: flex;
  align-items: stretch;
  flex-shrink: 0;
}
.breaking-links a {
  font-size: 11px;
  color: rgba(255,255,255,.75);
  padding: 7px 12px;
  border-left: 1px solid rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  transition: color .15s;
}
.breaking-links a:hover { color: #fff; }
.breaking-close {
  background: none;
  border: none;
  border-left: 1px solid rgba(255,255,255,.2);
  color: rgba(255,255,255,.7);
  font-size: 16px;
  padding: 7px 12px;
  cursor: pointer;
  line-height: 1;
  transition: color .15s;
}
.breaking-close:hover { color: #fff; }

/* Modo mundial: breaking sigue en azul */
body.modo-mundial .breaking-bar { background: #003087 !important; }
body.modo-mundial .breaking-label { background: #002060 !important; }

/* ── HERO ASIMÉTRICO ESTILO LA NACION ───────────────────── */
.ln-hero {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1fr;
  gap: 1px;
  background: #e0e0da;
  margin-bottom: 1px;
}

/* Columna principal */
.ln-hero-main {
  background: #fff;
  min-width: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
}
.ln-hero-cat {
  font-size: 10px;
  font-weight: 800;
  color: #B22234;
  text-transform: uppercase;
  letter-spacing: .6px;
  margin-bottom: 6px;
  font-family: 'Inter', sans-serif;
}
.ln-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--text);
  margin-bottom: 8px;
}
.ln-hero-title b { font-weight: 900; }
.ln-hero-bajada {
  font-size: 13px;
  color: var(--text2);
  line-height: 1.55;
  margin-bottom: 10px;
  flex: 1;
}
.ln-hero-author {
  font-size: 11px;
  color: var(--gray4);
  margin-bottom: 12px;
  font-family: 'Inter', sans-serif;
}
.ln-hero-author b { color: var(--text2); }
.ln-hero-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  background: var(--gray2);
  margin-top: auto;
}
.ln-hero-img-ph {
  width: 100%;
  height: 200px;
  background: var(--gray2);
  margin-top: auto;
  display: block;
}

/* Columnas secundarias */
.ln-hero-col {
  background: #fff;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.ln-hero-card {
  background: #fff;
  display: flex;
  flex-direction: column;
}
.ln-hero-card-img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  background: var(--gray2);
  position: relative;
  overflow: hidden;
}
.ln-hero-card-img-ph {
  width: 100%;
  height: 140px;
  background: var(--gray2);
  position: relative;
  overflow: hidden;
  display: block;
}
.ln-hero-card-body {
  padding: 10px 12px;
  flex: 1;
}
.ln-hero-card-cat {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #B22234;
  margin-bottom: 4px;
  font-family: 'Inter', sans-serif;
}
.ln-hero-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
  margin-bottom: 4px;
}
.ln-hero-card-title b { font-weight: 900; }
.ln-hero-card-by {
  font-size: 10px;
  color: var(--gray4);
  font-family: 'Inter', sans-serif;
}
.ln-hero-card-by b { color: var(--text2); }

/* Sub-grilla 2 noticias pequeñas */
.ln-hero-subgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: #e0e0da;
  flex: 1;
}
.ln-hero-sm {
  background: #fff;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
}
.ln-hero-sm-img {
  width: 100%;
  height: 72px;
  object-fit: cover;
  display: block;
  background: var(--gray2);
  margin-bottom: 5px;
}
.ln-hero-sm-img-ph {
  width: 100%;
  height: 72px;
  background: var(--gray2);
  margin-bottom: 5px;
  display: block;
}
.ln-hero-sm-title {
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}
.ln-hero-sm-cat {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--gray4);
  font-family: 'Inter', sans-serif;
  margin-bottom: 3px;
}

/* Badge VIVO sobre imagen */
.ln-vivo-badge {
  position: absolute;
  top: 7px;
  left: 7px;
  background: #e02020;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  letter-spacing: .3px;
  font-family: 'Inter', sans-serif;
  z-index: 2;
}
.ln-vivo-badge .dot {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: rn-blink 1s infinite;
}

/* Hover en cards del hero */
.ln-hero-main:hover .ln-hero-title { color: #B22234; }
.ln-hero-card:hover .ln-hero-card-title { color: #B22234; }
.ln-hero-sm:hover .ln-hero-sm-title { color: #B22234; }

/* ── SECCIÓN LABEL ESTILO LA NACION ─────────────────────── */
.ln-section-label {
  font-family: 'Inter', sans-serif;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #B22234;
  border-bottom: 2px solid #B22234;
  padding-bottom: 6px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ln-section-label a {
  font-size: 10px;
  font-weight: 500;
  color: var(--gray4);
  text-transform: none;
  letter-spacing: 0;
}
.ln-section-label a:hover { color: #B22234; }

/* ── RESPONSIVE HERO ─────────────────────────────────────── */
@media (max-width: 900px) {
  .ln-hero {
    grid-template-columns: 1fr 1fr;
  }
  .ln-hero-main {
    grid-column: span 2;
  }
  .ln-hero-title { font-size: 20px; }
}
@media (max-width: 600px) {
  .ln-hero {
    grid-template-columns: 1fr;
  }
  .ln-hero-main {
    grid-column: span 1;
  }
  .ln-hero-col:last-child { display: none; }
  .ln-hero-img, .ln-hero-img-ph { height: 160px; }
  .ln-hero-title { font-size: 19px; }
}

/* ── MODO MUNDIAL: hero con borde dorado ─────────────────── */
body.modo-mundial .ln-hero { background: rgba(246,180,14,.2); }
body.modo-mundial .ln-hero-cat { color: #F6B40E; }
body.modo-mundial .ln-hero-main:hover .ln-hero-title { color: #F6B40E; }

/* ── LOGO VISIBLE SOBRE FONDO BLANCO ── */
.masthead .logo-img {
  filter: none;
  height: 90px;
  width: auto;
  max-width: 300px;
  display: block;
}
/* Altura mínima para que el masthead se vea */
.masthead { min-height: 70px; }
/* ============================================================
   DEPORTESNORD — Estilos del portal deportivo
   Agregar al final de /assets/css/portal.css
   ============================================================ */

/* ── Header de sección ─────────────────────────────────────── */
.dep-site-header {
  background: #fff;
  border-bottom: 3px solid #16a34a;
  padding: 12px 0;
}
.dep-site-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.dep-site-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dep-site-back {
  font-size: 11px;
  color: var(--gray4);
  margin-right: 6px;
}
.dep-site-back:hover { color: #16a34a; }
.dep-site-icon { font-size: 24px; line-height: 1; }
.dep-site-name {
  font-size: 20px;
  font-weight: 400;
  color: var(--text);
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}
.dep-site-name strong { color: #16a34a; font-weight: 800; }
.dep-site-sub { font-size: 10px; color: var(--gray4); text-transform: uppercase; letter-spacing: 1px; margin-top: 1px; }
.dep-site-fecha-badge {
  font-size: 11px;
  background: #f0fdf4;
  color: #166534;
  border: 1px solid #bbf7d0;
  padding: 4px 12px;
  border-radius: 20px;
  font-weight: 600;
}

/* ── Nav de sección ────────────────────────────────────────── */
.dep-section-nav {
  background: #fff;
  border-bottom: 1px solid var(--gray2);
}
.dep-section-nav .container {
  display: flex;
  gap: 0;
}
.dep-snav-link {
  font-size: 12px;
  font-weight: 600;
  color: var(--gray5);
  padding: 10px 16px;
  border-bottom: 2px solid transparent;
  text-transform: uppercase;
  letter-spacing: .5px;
  transition: color .15s;
}
.dep-snav-link:hover { color: var(--text); }
.dep-snav-link.active { color: #16a34a; border-bottom-color: #16a34a; }

/* ── Layout portada ────────────────────────────────────────── */
.dep-portada-grid {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 20px;
  padding: 20px 0 40px;
}
.dep-portada-main {}
.dep-portada-sidebar { display: flex; flex-direction: column; gap: 16px; }

/* ── Hero card ─────────────────────────────────────────────── */
.dep-hero-card {
  display: block;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--gray2);
  margin-bottom: 12px;
  transition: box-shadow .2s;
}
.dep-hero-card:hover { box-shadow: var(--shadow-md); }
.dep-hero-img {
  width: 100%;
  height: 280px;
  position: relative;
  background: var(--gray2);
  overflow: hidden;
}
.dep-hero-img img { width:100%; height:100%; object-fit:cover; display:block; }
.dep-hero-img-empty { background: linear-gradient(135deg,#f0fdf4,#dcfce7); display:flex;align-items:center;justify-content:center; }
.dep-hero-img-empty::after { content:'⚽'; font-size:56px; opacity:.2; }
.dep-hero-overlay {
  position: absolute; bottom:0; left:0; right:0; height:60%;
  background: linear-gradient(0deg, rgba(0,0,0,.6) 0%, transparent 100%);
}
.dep-hero-body { padding: 16px 20px 20px; }
.dep-cat-badge {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
}
.dep-hero-titulo {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--text);
  line-height: 1.25;
  margin-bottom: 8px;
}
.dep-hero-bajada { font-size: 14px; color: var(--text2); line-height: 1.5; margin-bottom: 8px; }
.dep-hero-meta { font-size: 11px; color: var(--gray4); }

/* ── Grid 2 secundarias ────────────────────────────────────── */
.dep-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.dep-card-sec {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--gray2);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow .2s;
}
.dep-card-sec:hover { box-shadow: var(--shadow-md); }
.dep-card-sec-img { height: 110px; background: var(--gray2); overflow:hidden; }
.dep-card-sec-img img { width:100%;height:100%;object-fit:cover; }
.dep-card-sec-img-empty { background: linear-gradient(135deg,#f0fdf4,#dcfce7); display:flex;align-items:center;justify-content:center; }
.dep-card-sec-img-empty::after { content:'⚽'; font-size:28px; opacity:.2; }
.dep-card-sec-body { padding: 10px 12px 12px; }
.dep-card-sec-titulo { font-size: 13px; font-weight: 700; color: var(--text); line-height: 1.35; margin-bottom: 4px; }
.dep-card-sec-meta { font-size: 10px; color: var(--gray4); }

/* ── Lista adicional ───────────────────────────────────────── */
.dep-lista-extra { background:#fff; border:1px solid var(--gray2); border-radius:var(--radius-lg); overflow:hidden; }
.dep-lista-header { font-size:11px; font-weight:700; text-transform:uppercase; letter-spacing:.6px; color:var(--gray4); padding:10px 14px; border-bottom:1px solid var(--gray2); }
.dep-lista-item { display:flex; flex-direction:column; gap:2px; padding:10px 14px; border-bottom:1px solid var(--gray2); transition:background .15s; }
.dep-lista-item:last-child { border-bottom:none; }
.dep-lista-item:hover { background:var(--gray1); }
.dep-lista-titulo { font-size:13px; font-weight:600; color:var(--text); line-height:1.3; }
.dep-lista-meta { font-size:10px; color:var(--gray4); }

/* ── Widget fixture ────────────────────────────────────────── */
.dep-widget-fixture,
.dep-widget-posiciones {
  background: #fff;
  border: 1px solid var(--gray2);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.dep-widget-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 12px;
  border-bottom: 1px solid var(--gray2);
  background: #f8fdf9;
}
.dep-widget-title { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .6px; color: #166534; }
.dep-widget-ver { font-size: 10px; color: #16a34a; font-weight: 600; }
.dep-widget-ver:hover { color: #166534; }
.dep-fixture-cancha {
  font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px;
  color: #16a34a; background: #f0fdf4; padding: 4px 12px; border-bottom: 1px solid #dcfce7;
}
.dep-fixture-partido { padding: 7px 12px; border-bottom: 1px solid var(--gray2); }
.dep-fixture-partido:last-of-type { border-bottom: none; }
.dep-partido-cat-badge { font-size: 9px; color: var(--gray4); display:block; margin-bottom:2px; }
.dep-partido-row { display: flex; align-items: center; gap: 6px; }
.dep-partido-local { font-size: 11px; font-weight: 600; color: var(--text); flex:1; }
.dep-partido-visit { font-size: 11px; font-weight: 600; color: var(--text); flex:1; text-align:right; }
.dep-partido-hora { font-size: 10px; color: var(--gray4); background:var(--gray1); padding:2px 6px; border-radius:3px; white-space:nowrap; }
.dep-score-box { font-size: 13px; font-weight: 800; color: var(--text); background: var(--gray1); padding: 1px 8px; border-radius:3px; }
.dep-fixture-libre { padding: 5px 12px; font-size: 10px; color: var(--gray4); font-style:italic; border-top:1px solid var(--gray2); }

/* ── Widget posiciones ─────────────────────────────────────── */
.dep-tabla-pos { width:100%; border-collapse:collapse; font-size:11px; }
.dep-tabla-pos th { font-size:9px; text-transform:uppercase; letter-spacing:.5px; color:var(--gray4); padding:5px 6px; text-align:center; border-bottom:1px solid var(--gray2); }
.dep-col-team { text-align:left !important; }
.dep-tabla-pos td { padding:5px 6px; text-align:center; border-bottom:1px solid var(--gray2); }
.dep-tabla-pos tr:last-child td { border-bottom:none; }
.dep-tabla-pos tr.dep-row-lider td { background:#f0fdf4; }
.dep-col-pos { width:26px; }
.dep-col-pts { font-weight:800; color:#166534; }
.dep-team-name { font-weight:600; color:var(--text); font-size:11px; }
.dep-pos-badge { display:inline-flex; align-items:center; justify-content:center; width:18px; height:18px; border-radius:50%; font-size:9px; font-weight:700; }
.dep-pos-1 { background:#16a34a; color:#fff; }
.dep-pos-2 { background:#4ade80; color:#14532d; }
.dep-pos-3 { background:#bbf7d0; color:#166534; }
.dep-pos-4 { background:var(--gray2); color:var(--gray5); }
.dep-tabla-more { padding:5px 10px; text-align:right; font-size:10px; }
.dep-tabla-more a { color:#16a34a; font-weight:600; }

/* ── Fixture page ──────────────────────────────────────────── */
.dep-fixture-page { padding-bottom: 32px; }
.dep-fixture-selector { display:flex; align-items:center; gap:10px; margin:16px 0 12px; }
.dep-fixture-selector-label { font-size:12px; font-weight:600; color:var(--gray5); }
.dep-selector-select { height:34px; padding:0 10px; border:1px solid var(--gray3); border-radius:4px; font-size:12px; font-family:inherit; min-width:280px; }
.dep-cat-tabs { display:flex; gap:0; border-bottom:2px solid var(--gray2); margin-bottom:16px; }
.dep-cat-tab { font-size:12px; font-weight:600; color:var(--gray5); padding:8px 16px; border-bottom:2px solid transparent; margin-bottom:-2px; text-transform:uppercase; letter-spacing:.4px; transition:color .15s; }
.dep-cat-tab.active { color:#16a34a; border-bottom-color:#16a34a; }
.dep-cat-tab:hover { color:var(--text); }
.dep-fixture-bloque { margin-bottom:20px; }
.dep-fixture-cancha-header { font-size:12px; font-weight:700; color:#fff; background:#16a34a; padding:7px 14px; border-radius:6px 6px 0 0; display:flex; align-items:center; gap:6px; }
.dep-partido-bloque { background:#fff; border:1px solid var(--gray2); border-top:none; padding:10px 14px; display:flex; align-items:center; gap:12px; }
.dep-partido-bloque:last-child { border-radius:0 0 6px 6px; }
.dep-partido-bloque.jugado { background:#f8fdf9; }
.dep-partido-bloque.suspendido { background:#fff7f7; }
.dep-partido-hora-col { width:60px; text-align:center; flex-shrink:0; }
.dep-hora-txt { font-size:12px; color:var(--gray4); font-weight:600; }
.dep-badge-final { font-size:9px; background:#f0fdf4; color:#166534; border:1px solid #bbf7d0; padding:2px 6px; border-radius:3px; font-weight:700; }
.dep-badge-susp { font-size:9px; background:#fff1f1; color:#b91c1c; border:1px solid #fecaca; padding:2px 6px; border-radius:3px; font-weight:700; }
.dep-badge-post { font-size:9px; background:#fffbeb; color:#92400e; border:1px solid #fde68a; padding:2px 6px; border-radius:3px; font-weight:700; }
.dep-partido-equipos { flex:1; }
.dep-equipo-row { display:flex; align-items:center; gap:8px; }
.dep-equipo-nombre { font-size:13px; font-weight:600; color:var(--text); flex:1; }
.dep-equipo-nombre.ganador { color:#166534; font-weight:800; }
.dep-equipo-visit { text-align:right; }
.dep-score-vs { font-size:11px; color:var(--gray4); font-weight:600; padding:0 4px; }
.dep-fixture-libre-full { background:#f8f8f8; border:1px solid var(--gray2); border-radius:4px; padding:8px 14px; font-size:12px; color:var(--gray5); margin-top:8px; }
.dep-empty { padding:40px; text-align:center; color:var(--gray4); font-size:14px; }

/* ── Posiciones page ───────────────────────────────────────── */
.dep-pos-page { padding-bottom:32px; }
.dep-pos-titulo { font-size:16px; font-weight:700; color:var(--text); margin-bottom:14px; }
.dep-tabla-full-wrap { overflow-x:auto; }
.dep-tabla-full { width:100%; border-collapse:collapse; font-size:13px; background:#fff; border:1px solid var(--gray2); border-radius:var(--radius-lg); overflow:hidden; }
.dep-tabla-full thead { background:#f0fdf4; }
.dep-tabla-full th { font-size:10px; text-transform:uppercase; letter-spacing:.5px; color:#166534; padding:8px 10px; text-align:center; border-bottom:2px solid #bbf7d0; }
.dep-th-pos { width:40px; }
.dep-th-team { text-align:left; min-width:140px; }
.dep-th-pts { color:#16a34a; font-weight:800; }
.dep-tabla-full td { padding:9px 10px; text-align:center; border-bottom:1px solid var(--gray2); }
.dep-tabla-full tr:last-child td { border-bottom:none; }
.dep-tabla-full tr.dep-row-1 td { background:#f0fdf4; }
.dep-tabla-full tr.dep-row-top td { background:#f8fdf9; }
.dep-tabla-full tr:hover td { background:#f0fdf4; }
.dep-td-pos { }
.dep-td-team { text-align:left; font-weight:600; }
.dep-td-pts { font-weight:800; font-size:15px; color:#166534; }
.dep-dg-pos { color:#16a34a; font-weight:700; }
.dep-dg-neg { color:#dc2626; font-weight:700; }
.dep-pos-leyenda { display:flex; gap:16px; padding:10px 0; font-size:11px; }
.dep-ley-item { color:var(--gray5); }
.dep-ley-1 { color:#16a34a; font-weight:700; }
.dep-ley-top { color:#4ade80; font-weight:700; }

/* ── Bloque deportes en homepage ───────────────────────────── */
.dep-home-bloque {
  border-top: 3px solid #16a34a;
  padding-top: 20px;
  margin-top: 32px;
}
.dep-home-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}
.dep-home-titulo {
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  text-transform: uppercase;
  letter-spacing: .8px;
}
.dep-home-titulo span { color: #16a34a; }
.dep-home-ver { font-size: 11px; color: #16a34a; font-weight: 600; }

/* ── Responsive ────────────────────────────────────────────── */
@media (max-width: 768px) {
  .dep-portada-grid { grid-template-columns: 1fr; }
  .dep-portada-sidebar { order: -1; }
  .dep-grid-2 { grid-template-columns: 1fr; }
  .dep-hero-img { height: 200px; }
  .dep-tabla-full-wrap { border-radius:0; }
  .dep-selector-select { min-width: 0; width: 100%; }
}
/* ── DeportesNord — Mobile fixes ───────────────────────────── */
@media (max-width: 768px) {
  /* Header */
  .dep-site-header { padding: 10px 0; }
  .dep-site-header-inner { flex-direction: column; align-items: flex-start; gap: 6px; }
  .dep-site-name { font-size: 17px; }
  .dep-site-sub { font-size: 9px; }
  .dep-site-fecha-badge { font-size: 10px; padding: 3px 10px; }

  /* Nav de sección — scroll horizontal */
  .dep-section-nav .container { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
  .dep-snav-link { font-size: 11px; padding: 8px 12px; white-space: nowrap; flex-shrink: 0; }

  /* Tabla completa — scroll horizontal para que no se apilen las columnas */
  .dep-tabla-full-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .dep-tabla-full { min-width: 500px; font-size: 12px; }
  .dep-tabla-full th { padding: 6px 5px; font-size: 9px; }
  .dep-tabla-full td { padding: 7px 5px; }
  .dep-th-team { min-width: 110px; }

  /* Tabs y selector */
  .dep-cat-tabs { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; }
  .dep-cat-tab { white-space: nowrap; font-size: 11px; padding: 7px 12px; flex-shrink: 0; }
  .dep-fixture-selector { flex-direction: column; align-items: flex-start; gap: 6px; }

  /* Partidos */
  .dep-partido-bloque { padding: 8px 10px; gap: 8px; }
  .dep-partido-hora-col { width: 48px; }
  .dep-equipo-nombre { font-size: 12px; }
}
/* ============================================================
   CLASIFICADOS — Estética MercadoLibre
   Agregar al final de assets/css/portal.css
   ============================================================ */

/* --- HERO AMARILLO --- */
.clasi-ml-hero {
  background: #FFE600;
  padding: 28px 0 22px;
  margin-bottom: 0;
}
.clasi-ml-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.clasi-ml-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  flex-wrap: wrap;
  gap: 10px;
}
.clasi-ml-titulo {
  font-size: 22px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: -0.5px;
}
.clasi-ml-titulo span { color: #3483FA; }
.btn-clasi-ml-new {
  background: #3483FA;
  color: white;
  padding: 10px 22px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  transition: background .15s;
}
.btn-clasi-ml-new:hover { background: #2968c8; color: white; }

/* Buscador grande */
.clasi-ml-search-bar {
  display: flex;
  gap: 0;
  box-shadow: 0 1px 8px rgba(0,0,0,.15);
  border-radius: 6px;
  overflow: hidden;
}
.clasi-ml-search-bar input {
  flex: 1;
  padding: 14px 18px;
  border: none;
  font-size: 16px;
  outline: none;
  color: #333;
  background: white;
}
.clasi-ml-search-bar button {
  background: #FFE600;
  border: none;
  padding: 0 20px;
  font-size: 20px;
  cursor: pointer;
  border-left: 1px solid #ddd;
  transition: background .15s;
}
.clasi-ml-search-bar button:hover { background: #f0d800; }

/* --- CATEGORÍAS ML --- */
.clasi-ml-cats-bar {
  background: white;
  border-bottom: 1px solid #e2e8f0;
  padding: 0;
  margin-bottom: 24px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.clasi-ml-cats-inner {
  display: flex;
  gap: 0;
  padding: 0 16px;
  white-space: nowrap;
  max-width: 1200px;
  margin: 0 auto;
}
.clasi-ml-cat-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 14px 20px;
  font-size: 12px;
  font-weight: 600;
  color: #555;
  border-bottom: 3px solid transparent;
  white-space: nowrap;
  transition: color .15s, border-color .15s;
  cursor: pointer;
  text-decoration: none;
}
.clasi-ml-cat-btn:hover { color: #3483FA; border-bottom-color: #3483FA; }
.clasi-ml-cat-btn.activo { color: #3483FA; border-bottom-color: #3483FA; font-weight: 700; }
.clasi-ml-cat-icon { font-size: 22px; }

/* --- RESULTADOS Y GRID --- */
.clasi-ml-results-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.clasi-ml-results-count {
  font-size: 13px;
  color: #666;
}
.clasi-ml-results-count strong { color: #333; }

/* Grid 4 columnas */
.clasi-ml-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

/* Card estilo ML */
.clasi-ml-card {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  color: #1a1a1a;
  transition: box-shadow .2s;
  text-decoration: none;
}
.clasi-ml-card:hover {
  box-shadow: 0 6px 20px rgba(0,0,0,.13);
  color: #1a1a1a;
}
.clasi-ml-card.destacado {
  border-color: #FFE600;
  box-shadow: 0 0 0 2px rgba(255,230,0,.5);
}

/* Imagen */
.clasi-ml-img-wrap {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}
.clasi-ml-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
  transition: transform .3s;
}
.clasi-ml-card:hover .clasi-ml-img { transform: scale(1.04); }
.clasi-ml-img-ph {
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 52px;
  background: #f7f7f7;
}

/* Badges sobre imagen */
.clasi-ml-badge-dest {
  position: absolute;
  top: 8px;
  left: 8px;
  background: #FFE600;
  color: #1a1a1a;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: .5px;
  z-index: 2;
}
.clasi-ml-badge-radio {
  position: absolute;
  top: 8px;
  right: 8px;
  background: #3483FA;
  color: white;
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
  z-index: 2;
}

/* Body de card */
.clasi-ml-card-body {
  padding: 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.clasi-ml-card-cat {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 4px;
}
.clasi-ml-card-titulo {
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1.4;
  margin-bottom: 8px;
  flex: 1;
  /* Limitar a 2 líneas */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.clasi-ml-card-precio {
  font-size: 22px;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 4px;
  line-height: 1;
}
.clasi-ml-card-precio strong {
  font-weight: 600;
}
.clasi-ml-card-envio {
  font-size: 12px;
  color: #00a650;
  font-weight: 600;
  margin-bottom: 4px;
}
.clasi-ml-card-meta {
  font-size: 11px;
  color: #aaa;
  margin-top: 6px;
}

/* --- DETALLE AVISO estilo ML --- */
.clasi-ml-breadcrumb {
  font-size: 13px;
  color: #666;
  margin: 16px 0 20px;
}
.clasi-ml-breadcrumb a { color: #3483FA; }
.clasi-ml-breadcrumb span { margin: 0 6px; color: #ccc; }

.clasi-ml-detalle {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 20px;
  align-items: start;
}
.clasi-ml-det-galeria {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  overflow: hidden;
}
.clasi-ml-det-img {
  width: 100%;
  max-height: 440px;
  object-fit: contain;
  display: block;
  background: #f5f5f5;
  padding: 16px;
}
.clasi-ml-det-img-ph {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  background: #f7f7f7;
}

/* Panel derecho */
.clasi-ml-det-panel {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  position: sticky;
  top: 80px;
}
.clasi-ml-det-cat {
  font-size: 12px;
  color: #3483FA;
  margin-bottom: 8px;
}
.clasi-ml-det-titulo {
  font-size: 22px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.35;
  margin-bottom: 16px;
}
.clasi-ml-det-precio {
  font-size: 34px;
  font-weight: 300;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.clasi-ml-det-badges {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.clasi-ml-badge-det-dest {
  background: #FFE600;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
}
.clasi-ml-badge-det-radio {
  background: #3483FA;
  color: white;
  font-size: 11px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 3px;
}
.btn-ml-wa {
  display: block;
  width: 100%;
  background: #00a650;
  color: white;
  text-align: center;
  padding: 14px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: background .15s;
}
.btn-ml-wa:hover { background: #008c44; color: white; }
.clasi-ml-det-vendedor {
  font-size: 13px;
  color: #555;
  padding-top: 14px;
  border-top: 1px solid #f0f0f0;
  margin-top: 14px;
}
.clasi-ml-det-meta {
  font-size: 12px;
  color: #aaa;
  margin-top: 12px;
  line-height: 1.7;
}

/* Panel descripción */
.clasi-ml-det-desc-box {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  margin-top: 12px;
}
.clasi-ml-det-desc-box h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #1a1a1a;
}
.clasi-ml-det-desc-box p {
  font-size: 15px;
  color: #444;
  line-height: 1.75;
  white-space: pre-line;
}

/* --- PAGINACIÓN ML --- */
.clasi-ml-pag {
  display: flex;
  gap: 4px;
  justify-content: center;
  margin: 24px 0;
  flex-wrap: wrap;
}
.clasi-ml-pag a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 14px;
  color: #3483FA;
  padding: 0 10px;
  transition: background .15s;
}
.clasi-ml-pag a:hover { background: #f0f4ff; }
.clasi-ml-pag a.activo {
  background: #3483FA;
  color: white;
  border-color: #3483FA;
  font-weight: 700;
}

/* --- EMPTY STATE --- */
.clasi-ml-empty {
  text-align: center;
  padding: 60px 20px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #666;
}
.clasi-ml-empty-icon { font-size: 56px; margin-bottom: 12px; }
.clasi-ml-empty h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #1a1a1a; }

/* --- RESPONSIVE --- */
@media (max-width: 900px) {
  .clasi-ml-grid { grid-template-columns: repeat(2, 1fr); }
  .clasi-ml-detalle { grid-template-columns: 1fr; }
  .clasi-ml-det-panel { position: static; }
}
@media (max-width: 480px) {
  .clasi-ml-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .clasi-ml-img { height: 130px; }
  .clasi-ml-card-titulo { font-size: 13px; }
  .clasi-ml-card-precio { font-size: 18px; }
  .clasi-ml-hero { padding: 18px 0 16px; }
  .clasi-ml-titulo { font-size: 18px; }
  .clasi-ml-cat-btn { padding: 10px 14px; font-size: 11px; }
  .clasi-ml-cat-icon { font-size: 18px; }
}
