:root {
    --ink: #303a4f;
    --ink-deep: #202838;
    --muted: #6d7482;
    --line: #e6e8ed;
    --paper: #ffffff;
    --soft: #f5f6f9;
    --brand: #6169f5;
    --brand-dark: #424be4;
    --shell: 1120px;
    --serif: Georgia, "Times New Roman", serif;
    --sans: "Arial", "Helvetica Neue", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
.public-license-notice{display:flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;color:#6b2800;background:#fff1d6;border-bottom:1px solid #eacb91;font:700 11px/1.4 var(--sans);text-align:center}.public-license-notice i{color:#c46d00}
.adblock-dialog{width:min(470px,calc(100% - 30px));padding:0;border:0;border-radius:15px;background:transparent;box-shadow:0 24px 80px rgb(0 0 0/.28)}.adblock-dialog::backdrop{background:rgb(21 24 32/.72);backdrop-filter:blur(3px)}.adblock-dialog>div{position:relative;padding:32px;text-align:center;background:#fff}.adblock-dialog>div>button:first-child{position:absolute;top:10px;right:12px;border:0;background:transparent;color:var(--muted);font-size:25px}.adblock-dialog>div>span{width:54px;height:54px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;color:#fff;background:var(--brand);font-size:22px}.adblock-dialog h2{margin:0;color:var(--ink-deep);font-size:25px}.adblock-dialog p{margin:12px 0 20px;color:var(--muted);font-size:14px;line-height:1.55}.adblock-dialog>div>button:last-child{padding:11px 18px;border:0;border-radius:7px;color:#fff;background:var(--brand);font-weight:800}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 200; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--ink-deep); transform: translateY(-140%); }
.skip-link:focus { transform: none; }
.header-ad-zone{padding:8px 0;background:#f5f6f9}.header-ad-zone .ad-slot{width:min(970px,100%);min-height:0;margin:0 auto}.header-ad-zone .ad-slot img,.header-ad-zone .ad-slot video{width:100%;max-height:90px;object-fit:contain}

.site-header { background: white; border-bottom: 1px solid var(--line); }
.masthead { min-height: 118px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.site-logo img { width: 300px; height: auto; }
.menu-toggle { width: 44px; height: 44px; padding: 11px; border: 0; border-radius: 50%; background: var(--soft); cursor: pointer; display: grid; align-content: center; gap: 5px; justify-self: start; }
.menu-toggle span { width: 22px; height: 2px; background: var(--ink); display: block; transition: .2s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.header-search { justify-self: end; display: flex; align-items: center; border-bottom: 1px solid var(--line); max-width: 170px; }
.header-search input { width: 130px; border: 0; outline: 0; padding: 9px 2px; color: var(--ink); }
.header-search button { border: 0; background: transparent; font-size: 24px; cursor: pointer; color: var(--muted); }
.date-line { padding-bottom: 14px; font-size: 12px; text-align: center; text-transform: capitalize; color: var(--muted); letter-spacing: .04em; }
.currency-strip { background: var(--ink-deep); color: white; }
.currency-grid { display: grid; grid-template-columns: repeat(3, 1fr); min-height: 60px; }
.currency-grid div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid rgb(255 255 255 / .14); }
.currency-grid div:last-child { border-right: 0; }
.currency-grid span { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; color: #bfc4ce; }
.currency-grid strong { font-size: 17px; }
.menu-drawer { border-top: 1px solid var(--line); background: var(--soft); }
.drawer-inner { padding-block: 24px; }
.drawer-inner nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px 24px; }
.drawer-inner a { padding: 8px 0; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--line); }
.drawer-inner a:hover { color: var(--brand); }

.home { padding-block: 38px 76px; }
.lead-grid { display: grid; grid-template-columns: 1.55fr 1fr; gap: 30px; padding-bottom: 36px; border-bottom: 1px solid var(--line); }
.lead-card { padding-right: 30px; border-right: 1px solid var(--line); }
.news-image { display: block; position:relative; overflow: hidden; background: linear-gradient(145deg, #e9ebf1, #f7f8fa); }
.media-format-badge{position:absolute;z-index:2;right:10px;bottom:10px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border-radius:999px;color:#fff;background:rgb(20 27 42/.9);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;box-shadow:0 5px 16px rgb(0 0 0/.25)}.media-format-badge i{color:#fff}
.cms-user-bar{position:relative;z-index:80;color:#fff;background:#161d2a}.cms-user-bar>.shell{min-height:34px;display:flex;align-items:center;gap:16px}.cms-user-bar img{width:48px;height:18px;filter:brightness(0) invert(1)}.cms-user-bar span{color:#b8bfcc;font-size:9px}.cms-user-bar nav{display:flex;gap:16px;margin-left:auto}.cms-user-bar nav a{display:flex;align-items:center;gap:6px;color:#fff;font-size:9px;font-weight:800}.cms-user-bar nav a:hover{color:#c8baff}@media(max-width:650px){.cms-user-bar span{display:none}.cms-user-bar nav a{font-size:0}.cms-user-bar nav a i{font-size:12px}}
.live-access-bar{min-height:30px;display:flex;align-items:center;justify-content:center;gap:22px;color:#fff;background:#d70018;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.live-access-bar a{color:#fff}.live-access-bar i{font-size:7px;animation:live-pulse 1.25s ease-in-out infinite}.live-access-bar span{margin-left:7px;font-weight:600;opacity:.85;text-transform:none;letter-spacing:0}@keyframes live-pulse{50%{opacity:.35}}
.live-page,.programming-page{padding-block:45px 80px}.live-heading>span,.programming-page>header>span{color:#d70018;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.live-heading h1,.programming-page h1{margin:8px 0;font-size:clamp(38px,6vw,72px);line-height:1}.live-heading p,.programming-page header p{color:var(--muted)}.live-layout{display:grid;grid-template-columns:minmax(0,2fr) minmax(280px,.75fr);gap:38px;margin-top:28px}.live-player{aspect-ratio:16/9;display:grid;place-items:center;background:#080b11}.live-player iframe{width:100%;height:100%;border:0}.live-player audio{width:min(680px,90%)}.live-now{display:grid;grid-template-columns:1fr 1fr auto;gap:1px;margin-top:2px;background:var(--line)}.live-now>div,.live-now>a{padding:18px;background:#fff}.live-now span{display:block;color:#d70018;font-size:8px;font-weight:900;text-transform:uppercase}.live-now strong{display:block;margin-top:5px}.live-now>a{display:grid;place-items:center;color:var(--brand);font-size:9px;font-weight:900}.live-news-item{display:grid;grid-template-columns:42px 1fr;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.live-news-item time{color:#d70018;font-weight:900}.live-news-item strong{font-size:12px;line-height:1.3}.live-social{display:flex;gap:8px;margin-top:20px}.live-social a{width:35px;height:35px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--ink-deep)}.live-noah{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:55px;padding-top:22px;border-top:1px solid var(--line);color:var(--muted);font-size:8px;text-transform:uppercase}.live-noah img{width:62px;height:22px}.schedule-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:30px 0}.schedule-grid article{padding:22px;border:1px solid var(--line);background:#fff}.schedule-grid article>div{display:flex;justify-content:space-between;color:var(--brand);font-size:9px;text-transform:uppercase}.schedule-grid h2{margin:14px 0 7px;font-size:20px}.schedule-grid p{margin:0;color:var(--muted);font-size:12px}.button-live-back{display:inline-flex;gap:8px;padding:11px 15px;border-radius:6px;color:#fff;background:#d70018;font-size:10px;font-weight:900}@media(max-width:850px){.live-layout{grid-template-columns:1fr}.live-now{grid-template-columns:1fr}.schedule-grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.schedule-grid{grid-template-columns:1fr}}
.news-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.news-image:hover img { transform: scale(1.025); }
.lead-card .news-image { height: 330px; }
.news-copy { padding-top: 18px; }
.category-pill { display: inline-flex; padding: 7px 11px; background: var(--brand); color: white; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lead-card h1 { margin: 12px 0 10px; font-family: var(--sans); font-size: clamp(27px, 3vw, 40px); line-height: 1.08; letter-spacing: -.035em; color: var(--ink-deep); }
.lead-card h1 a:hover, .news-copy h2 a:hover, .news-copy h3 a:hover { color: var(--brand); }
.lead-card p { margin: 0; color: var(--muted); font-family: var(--serif); font-size: 17px; line-height: 1.55; }
.side-news { display: grid; gap: 28px; }
.compact-card { display: grid; grid-template-columns: 44% 1fr; gap: 18px; padding-bottom: 28px; border-bottom: 1px solid var(--line); }
.compact-card:last-child { padding-bottom: 0; border-bottom: 0; }
.compact-card .news-image { height: 155px; }
.compact-card .news-copy { padding-top: 0; }
.category-kicker { display: block; margin-bottom: 8px; color: var(--brand); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.compact-card h2 { margin: 0; color: var(--ink-deep); font-size: 20px; line-height: 1.19; letter-spacing: -.02em; }
.content-rail { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 42px; padding-top: 44px; }
.section-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 22px; }
.section-heading h2 { margin: 0; color: var(--ink-deep); font-size: 20px; letter-spacing: -.02em; white-space: nowrap; }
.section-heading span { height: 1px; flex: 1; background: var(--line); }
.news-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 30px; }
.news-card .news-image { height: 205px; }
.news-card h3 { margin: 0; color: var(--ink-deep); font-size: 20px; line-height: 1.22; letter-spacing: -.02em; }
.newspapers { padding-left: 30px; border-left: 1px solid var(--line); }
.cover-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.cover-grid figure { margin: 0; }
.cover-grid img { width: 100%; height: 240px; object-fit: cover; object-position: top; box-shadow: 0 8px 24px rgb(24 30 43 / .14); }
.cover-grid figcaption { padding-top: 8px; font-size: 12px; font-weight: 700; text-align: center; }
.ad-slot { margin: 26px auto; min-height: 90px; display: grid; place-items: center; position: relative; background: #fafafa; border: 1px dashed #d9dce3; overflow: hidden; }
.ad-slot img { max-height: 220px; margin: auto; }
.ad-slot video,.ad-slot iframe{display:block;width:100%;max-width:900px;max-height:420px;aspect-ratio:16/9;margin:auto;border:0;background:#000}.ad-video-link{display:inline-flex;margin:10px auto;padding:8px 12px;border-radius:5px;color:#fff;background:var(--brand);font-size:10px;font-weight:800}
.ad-label { position: absolute; top: 5px; left: 8px; color: #999; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.empty-state { padding: 80px 30px; text-align: center; background: var(--soft); }
.empty-state h1, .empty-state h2 { margin: 0 0 12px; color: var(--ink-deep); }

.article-page { padding-block: 54px 90px; }
.article-header { width: min(100%, 900px); margin-inline: auto; }
.article-header h1 { margin: 18px 0; color: var(--ink-deep); font-size: clamp(38px, 5.2vw, 68px); line-height: 1.01; letter-spacing: -.055em; }
.article-deck { margin: 0; width: min(100%, 830px); color: #626a78; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.article-meta { display: flex; gap: 22px; margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.share-row { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.share-row span { margin-right: 6px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.share-row a, .share-row button { padding: 7px 10px; border: 1px solid var(--line); border-radius: 20px; background: white; color: var(--ink); font-size: 11px; cursor: pointer; }
.share-row a:hover, .share-row button:hover { border-color: var(--brand); color: var(--brand); }
.article-hero { margin: 40px 0; }
.article-hero img { width: 100%; max-height: 670px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: minmax(0, 760px) 280px; justify-content: center; gap: 70px; }
.article-body { font-family: var(--serif); font-size: 19px; line-height: 1.72; color: #303541; }
.article-body p { margin: 0 0 1.5em; }
.article-body h2 { margin: 1.7em 0 .65em; font-family: var(--sans); font-size: 30px; line-height: 1.15; color: var(--ink-deep); }
.article-body blockquote { margin: 2em 0; padding: 3px 0 3px 26px; border-left: 4px solid var(--brand); color: var(--ink-deep); font-size: 24px; line-height: 1.4; }
.article-body img { width: auto; max-width: 100%; height: auto; margin: 28px auto; }
.article-body a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.article-latest { padding-left: 24px; border-left: 1px solid var(--line); }
.article-latest > a { display: grid; grid-template-columns: 42px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.article-latest time { color: var(--brand); font-size: 11px; font-weight: 800; }
.article-latest strong { font-size: 14px; line-height: 1.3; }

.archive-page { padding-block: 56px 90px; }
.archive-header { padding-bottom: 24px; border-bottom: 2px solid var(--ink-deep); }
.archive-header span { color: var(--brand); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.archive-header h1 { margin: 8px 0 0; color: var(--ink-deep); font-size: clamp(36px, 5vw, 60px); letter-spacing: -.045em; }
.archive-search { display: flex; max-width: 700px; margin: 28px 0; }
.archive-search input { flex: 1; padding: 13px 15px; border: 1px solid var(--line); outline: 0; }
.archive-search button { padding: 0 24px; border: 0; color: white; background: var(--brand); font-weight: 700; }
.archive-grid { display: grid; gap: 0; }
.archive-card { display: grid; grid-template-columns: 300px 1fr; gap: 30px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.archive-card .news-image { height: 190px; }
.archive-card h2 { margin: 7px 0 10px; color: var(--ink-deep); font-size: 27px; line-height: 1.15; letter-spacing: -.03em; }
.archive-card p { margin: 0 0 16px; color: var(--muted); font-family: var(--serif); line-height: 1.5; }
.archive-card time { color: var(--muted); font-size: 11px; }
.not-found { margin-block: 80px; }
.not-found > span { color: var(--brand); font-size: 56px; font-weight: 900; }
.primary-link { display: inline-flex; margin-top: 14px; padding: 12px 18px; color: white; background: var(--brand); font-weight: 700; }

.site-footer { padding: 60px 0 22px; color: #d7d9df; background: var(--ink-deep); }
.site-footer .ad-slot { color: var(--ink); background: white; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr 1fr; gap: 70px; }
.footer-logo { width: 250px; }
.footer-grid h2 { margin: 0 0 14px; color: white; font-size: 14px; }
.footer-grid p, .footer-grid a { color: #aeb3bf; font-size: 12px; }
.footer-grid nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.social-links { display: flex; gap: 14px; margin-top: 14px; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 46px; padding-top: 18px; border-top: 1px solid rgb(255 255 255 / .12); color: #8f95a2; font-size: 10px; }
.footer-source{display:flex;justify-content:center;margin-top:34px}.footer-source a{display:inline-flex;align-items:center;gap:10px;padding:10px 15px;border:1px solid rgb(255 255 255/.18);border-radius:999px;color:#fff;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.footer-source a:hover{border-color:var(--brand);background:rgb(255 255 255/.06)}.footer-source .fa-google{color:var(--brand)}.footer-source .fa-external-link-alt{font-size:8px;color:#aeb3bf}
.footer-legal{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:9px 18px}.footer-legal a,.footer-legal button{padding:0;border:0;color:#aeb3bf;background:transparent;font:inherit;cursor:pointer}.footer-legal a:hover,.footer-legal button:hover{color:#fff}.footer-legal button{display:inline-flex;align-items:center;gap:6px}.footer-legal button i{color:var(--brand)}
.back-to-top{position:fixed;z-index:840;right:18px;bottom:18px;width:42px;height:42px;display:grid;place-items:center;border:1px solid rgb(255 255 255/.35);border-radius:50%;color:#fff;background:var(--brand);box-shadow:0 10px 28px rgb(18 24 35/.25);opacity:0;visibility:hidden;transform:translateY(10px);transition:.2s;cursor:pointer}.back-to-top.is-visible{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{transform:translateY(-3px)}

@media (max-width: 900px) {
    .lead-grid { grid-template-columns: 1fr; }
    .lead-card { padding: 0 0 32px; border-right: 0; border-bottom: 1px solid var(--line); }
    .side-news { grid-template-columns: repeat(2, 1fr); }
    .compact-card { display: block; padding: 0; border: 0; }
    .content-rail, .article-layout { grid-template-columns: 1fr; }
    .newspapers, .article-latest { padding-left: 0; border-left: 0; }
    .article-latest { display: none; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom{align-items:flex-start;flex-direction:column;gap:16px}.footer-legal{justify-content:flex-start}
}

@media (max-width: 640px) {
    .shell { width: min(calc(100% - 28px), var(--shell)); }
    .masthead { min-height: 92px; grid-template-columns: 44px 1fr 44px; }
    .site-logo { justify-self: center; }
    .site-logo img { width: 210px; }
    .header-search input { display: none; }
    .header-search { border: 0; }
    .header-search button { width: 42px; }
    .currency-grid span { font-size: 8px; }
    .currency-grid strong { font-size: 14px; }
    .currency-grid div { gap: 5px; flex-direction: column; }
    .drawer-inner nav { grid-template-columns: repeat(2, 1fr); }
    .home { padding-top: 20px; }
    .lead-card .news-image { height: 240px; }
    .lead-card h1 { font-size: 30px; }
    .side-news { grid-template-columns: 1fr; }
    .compact-card { display: grid; }
    .compact-card { grid-template-columns: minmax(0, 44%) minmax(0, 1fr); gap: 14px; }
    .news-grid { grid-template-columns: 1fr; }
    .content-rail { gap: 50px; }
    .article-page { padding-top: 30px; }
    .article-header h1 { font-size: 39px; }
    .article-deck { font-size: 19px; }
    .article-hero { margin-inline: -14px; }
    .article-body { font-size: 18px; }
    .archive-card { grid-template-columns: 120px 1fr; gap: 16px; }
    .archive-card .news-image { height: 100px; }
    .archive-card h2 { font-size: 19px; }
    .archive-card p { display: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-grid > div:first-child { grid-column: auto; }
}

/* Segunda etapa editorial */
.utility-line { border-bottom: 1px solid var(--line); background: #fafbfc; }
.utility-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: var(--muted); font-size: 11px; text-transform: capitalize; }
.weather-chip { display: flex; align-items: center; gap: 7px; color: var(--ink-deep); }
.weather-chip > span { color: var(--brand); font-size: 17px; }
.weather-chip strong { font-size: 14px; }
.weather-chip small { color: var(--muted); font-size: 10px; }
.search-toggle { display: none; justify-self: end; width: 42px; height: 42px; border: 0; border-radius: 50%; color: var(--ink); background: var(--soft); cursor: pointer; }
.section-bar { min-height: 43px; display: flex; align-items: center; justify-content: center; gap: clamp(14px, 2vw, 30px); overflow: hidden; }
.section-bar a { flex: 0 0 auto; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.section-bar a:first-child { color: var(--brand); }
.section-bar a:hover { color: var(--brand); }
.drawer-title { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.drawer-title span { color: var(--ink-deep); font-size: 20px; font-weight: 800; }
.drawer-title a { color: var(--brand); font-size: 11px; font-weight: 800; }
.drawer-inner nav { grid-template-columns: repeat(4, 1fr); }
.drawer-inner nav a { min-height: 66px; display: grid; grid-template-columns: 46px 1fr; grid-template-rows: auto auto; align-items: center; column-gap: 11px; padding: 8px; border: 1px solid var(--line); background: white; }
.drawer-inner nav img { grid-row: 1 / 3; width: 46px; height: 46px; object-fit: cover; }
.drawer-inner nav span { align-self: end; }
.drawer-inner nav small { align-self: start; color: var(--muted); font-size: 9px; font-weight: 400; }
.load-more { min-width: 180px; display: block; margin: 34px auto 12px; padding: 12px 22px; border: 1px solid var(--brand); color: var(--brand); background: white; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; cursor: pointer; }
.load-more:hover { color: white; background: var(--brand); }
.load-more:disabled { opacity: .5; cursor: wait; }
.all-news-link { display: block; color: var(--muted); font-size: 11px; font-weight: 700; text-align: center; }
.cover-slider { overflow: hidden; }
.cover-track { display: flex; transition: transform .35s ease; }
.cover-track figure { min-width: 100%; margin: 0; }
.cover-track img { width: 100%; height: 410px; object-fit: contain; object-position: top; background: var(--soft); box-shadow: none; }
.cover-track figcaption { padding: 10px 0; font-size: 12px; font-weight: 800; text-align: center; }
.cover-controls { display: flex; align-items: center; justify-content: space-between; }
.cover-controls > button { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; }
.cover-controls > div { display: flex; gap: 5px; }
.cover-controls > div button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: #d3d6de; }
.cover-controls > div button.active { background: var(--brand); }
.article-page { width: min(calc(100% - 40px), 1220px); }
.article-header { width: min(100%, 1020px); }
.article-kickers { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.article-kickers a { color: var(--brand); }
.article-kickers a::after { content: ''; display: inline-block; width: 22px; height: 1px; margin-left: 10px; vertical-align: middle; background: var(--line); }
.article-header h1 { max-width: 1000px; font-size: clamp(40px, 5.4vw, 72px); }
.share-row a, .share-row button { width: 38px; height: 38px; display: inline-grid; place-items: center; padding: 0; font-size: 15px; }
.article-hero { width: min(100%, 1120px); margin-inline: auto; }
.article-hero img { border-radius: 2px; }
.article-layout { grid-template-columns: minmax(0, 760px) 300px; align-items: start; }
.article-main { min-width: 0; }
.article-sidebar { position: sticky; top: 18px; }
.article-latest { padding-left: 24px; border-left: 1px solid var(--line); }
.article-body iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border: 0; }
.article-body pre { max-width: 100%; overflow: auto; padding: 18px; border-radius: 6px; color: #e7e9ee; background: var(--ink-deep); font: 13px/1.55 ui-monospace, monospace; }
.article-body video, .article-audio { width: 100%; margin: 0 0 28px; }
.article-page .plyr{--plyr-color-main:var(--brand);--plyr-video-control-color:#fff;--plyr-menu-background:#fff;--plyr-control-radius:7px;border-radius:12px;overflow:hidden;box-shadow:0 14px 34px rgb(20 29 44/.12)}
.article-body>.plyr--audio{margin:0 0 28px;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 8px 22px rgb(20 29 44/.07)}
.article-video-hero>.plyr{width:100%;height:100%;border-radius:0;box-shadow:none}
.article-topics > span { color: var(--muted); font-size: 10px; }
.article-body .fb-post, .article-body .instagram-media { margin: 30px auto !important; }
.article-topics { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; margin-top: 34px; padding-top: 22px; border-top: 1px solid var(--line); font-size: 11px; }
.article-topics a { padding: 6px 9px; border: 1px solid var(--line); border-radius: 20px; color: var(--brand-dark); }
.related-news { margin-top: 70px; padding-top: 34px; border-top: 2px solid var(--ink-deep); }
.related-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.related-grid .news-image { height: 150px; margin-bottom: 14px; }
.related-grid h3 { margin: 6px 0 0; color: var(--ink-deep); font-size: 17px; line-height: 1.25; }
.archive-header[style] { position: relative; isolation: isolate; min-height: 250px; display: grid; align-content: end; padding: 35px; color: white; background: var(--ink-deep); overflow: hidden; }
.archive-header[style]::before { content: ''; position: absolute; z-index: -2; inset: 0; background: var(--archive-image) center/cover; }
.archive-header[style]::after { content: ''; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgb(31 39 55 / .9), rgb(31 39 55 / .25)); }
.archive-header[style] h1 { color: white; }
.archive-header p { max-width: 660px; margin: 10px 0 0; font: 16px/1.5 var(--serif); }
.pagination { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin-top: 38px; }
.pagination a { min-width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.pagination a[aria-current="page"] { color: white; border-color: var(--brand); background: var(--brand); }
.footer-identity p { max-width: 330px; line-height: 1.6; }
.footer-identity > span { color: #7f8796; font-size: 10px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgb(255 255 255 / .16); border-radius: 50%; color: white; }
.developer-credit { margin-top: 22px; padding: 14px 20px; color: #5b2bbb; background: white; }
.developer-credit a { display: flex; align-items: center; justify-content: center; gap: 12px; }
.developer-credit span { color: var(--ink-deep); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.developer-credit img { width: 26px; height: 26px; color: #5b2bbb; }
.device-hidden { display: none !important; }
.home-layout-grid .lead-grid { grid-template-columns: 1fr; }.home-layout-grid .lead-card { display:grid;grid-template-columns:1.25fr 1fr;gap:28px;padding-right:0;border-right:0; }.home-layout-grid .side-news { grid-template-columns:repeat(2,1fr);margin-top:28px; }.home-layout-grid .compact-card { display:grid; }
.home-layout-hybrid .news-grid { grid-template-columns:repeat(3,1fr); }.home-layout-hybrid .news-card:first-child { grid-column:span 2; }.home-layout-hybrid .news-card:first-child .news-image { height:300px; }
.home-layout-list .lead-grid { grid-template-columns:1fr; }.home-layout-list .lead-card { padding-right:0;border-right:0; }.home-layout-list .side-news { grid-template-columns:1fr 1fr; }.home-layout-list .news-grid { grid-template-columns:1fr; }.home-layout-list .news-card { display:grid;grid-template-columns:260px 1fr;gap:20px; }.home-layout-list .news-card .news-copy { padding-top:0; }
.popular-widget { margin-bottom:34px; }.popular-widget > a { display:grid;grid-template-columns:28px 1fr;gap:10px;padding:11px 0;border-top:1px solid var(--line); }.popular-widget > a b { color:var(--brand);font-size:20px; }.popular-widget > a span { color:var(--ink-deep);font-size:13px;font-weight:700;line-height:1.3; }
.dynamic-section { margin-top:64px;padding-top:30px;border-top:2px solid var(--ink-deep); }.dynamic-section .section-heading a { color:var(--brand);font-size:10px;font-weight:800;white-space:nowrap; }.dynamic-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:24px; }.dynamic-grid .news-image { height:145px; }.dynamic-grid h3 { margin:12px 0 0;color:var(--ink-deep);font-size:17px;line-height:1.25; }

@media (max-width: 900px) {
    .section-bar { justify-content: flex-start; overflow-x: auto; }
    .drawer-inner nav { grid-template-columns: repeat(2, 1fr); }
    .article-sidebar { position: static; }
    .article-latest { display: block; padding-left: 0; border-left: 0; }
    .related-grid { grid-template-columns: repeat(2, 1fr); }
    .home-layout-grid .lead-card { grid-template-columns:1fr; }.home-layout-hybrid .news-grid { grid-template-columns:repeat(2,1fr); }.dynamic-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width: 640px) {
    .utility-inner { min-height: 34px; }
    .utility-inner time { max-width: 48%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .weather-chip small { display: none; }
    .search-toggle { display: grid; place-items: center; }
    .header-search { position: absolute; z-index: 12; top: 87px; left: 14px; right: 14px; max-width: none; padding: 8px 12px; border: 1px solid var(--line); background: white; box-shadow: 0 12px 30px rgb(30 38 55 / .12); }
    .header-search[hidden] { display: none; }
    .header-search input { display: block; width: 100%; }
    .section-bar { min-height: 39px; }
    .drawer-inner nav { grid-template-columns: 1fr; }
    .cover-track img { height: 470px; }
    .article-page { width: min(calc(100% - 28px), 1220px); }
    .article-header h1 { font-size: 40px; }
    .related-grid { grid-template-columns: 1fr; }
    .related-grid article { display: grid; grid-template-columns: 120px 1fr; column-gap: 15px; }
    .related-grid .news-image { grid-row: 1 / 3; height: 90px; margin: 0; }
    .developer-credit a { flex-direction: column; gap: 7px; }
    .home-layout-list .news-card { grid-template-columns:120px 1fr; }.home-layout-list .news-card .news-image { height:95px; }.dynamic-grid { grid-template-columns:1fr 1fr;gap:18px; }.dynamic-grid .news-image{height:110px}
    .home-layout-list .side-news { grid-template-columns: 1fr; }
}

/* Constructor modular, navegación y noticia v3 */
.utility-actions{display:flex;align-items:center;gap:24px}.utility-actions>a{color:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.masthead{min-height:104px}.site-logo img{max-height:72px}.section-bar{width:100%;border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:#fff}.section-bar-inner{min-height:45px;display:flex;align-items:center;justify-content:center;gap:clamp(14px,2vw,28px);overflow-x:auto}.section-bar-inner>a,.section-bar-inner>button{flex:0 0 auto;border:0;color:var(--ink-deep);background:transparent;font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.065em;cursor:pointer}.section-bar-inner>a:hover,.section-bar-inner>button:hover{color:var(--brand)}.section-bar-inner .nav-home{color:var(--brand)}.section-bar-inner>button i{margin-left:4px;font-size:8px}.headline-strip{border-bottom:1px solid var(--line);background:#f7f8fb}.headline-strip>.shell{min-height:36px;display:grid;grid-template-columns:auto 1fr;align-items:center;gap:16px;overflow:hidden}.headline-strip strong{padding:5px 9px;color:#fff;background:var(--brand);font-size:9px;text-transform:uppercase;letter-spacing:.08em}.headline-track{display:flex;gap:34px;overflow:hidden;white-space:nowrap}.headline-track a{position:relative;color:#4d5666;font-size:11px}.headline-track a+a::before{content:'•';position:absolute;left:-19px;color:var(--brand)}.search-panel{position:absolute;z-index:60;left:0;right:0;padding:28px 0;border-bottom:1px solid var(--line);background:rgb(255 255 255/.98);box-shadow:0 24px 55px rgb(30 38 55/.16)}.search-panel[hidden]{display:none}.search-panel form{display:grid;gap:10px}.search-panel label{color:var(--ink-deep);font-size:13px;font-weight:900}.search-panel form>div{display:grid;grid-template-columns:1fr auto}.search-panel input{height:54px;padding:0 18px;border:2px solid var(--ink-deep);border-radius:0;font-size:17px}.search-panel button{min-width:130px;border:0;color:#fff;background:var(--brand);font-weight:800}.search-panel button i{margin-right:7px}.search-toggle{display:grid;place-items:center}
.home-builder{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));grid-auto-flow:row dense;gap:36px 28px;padding-block:38px 80px}.home-module{grid-column:span var(--module-span,12);min-width:0}.home-module>.section-heading{margin-bottom:20px}.home-module .section-heading>a{color:var(--brand);font-size:10px;font-weight:900;white-space:nowrap}.module-hero-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(260px,.75fr);gap:28px}.module-lead{position:relative}.module-lead .news-image{height:520px}.module-lead .news-copy{position:absolute;inset:auto 0 0;padding:90px 28px 28px;color:#fff;background:linear-gradient(transparent,rgb(17 23 35/.92))}.module-lead h1{margin:12px 0 8px;font-size:clamp(30px,4.2vw,54px);line-height:1.03;letter-spacing:-.045em}.module-lead p{max-width:700px;margin:0;color:#e9ebef;font:17px/1.45 var(--serif)}.module-secondary{display:grid;gap:22px}.module-secondary article{padding-bottom:20px;border-bottom:1px solid var(--line)}.module-secondary .news-image{height:170px}.module-secondary h2{margin:7px 0 0;color:var(--ink-deep);font-size:19px;line-height:1.22}.module-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px 22px}.module-news-grid .news-image{height:185px}.module-news-grid h3{margin:7px 0;color:var(--ink-deep);font-size:19px;line-height:1.24}.module-news-grid p{margin:8px 0 0;color:var(--muted);font:14px/1.45 var(--serif)}.module-layout-list .module-news-grid{grid-template-columns:1fr}.module-layout-list .news-card{display:grid;grid-template-columns:210px 1fr;gap:18px;padding-bottom:18px;border-bottom:1px solid var(--line)}.module-layout-list .news-image{height:135px}.module-span-3 .module-news-grid,.module-span-4 .module-news-grid,.module-span-5 .module-news-grid,.module-span-6 .module-news-grid{grid-template-columns:1fr}.module-span-3 .news-card,.module-span-4 .news-card,.module-span-5.module-layout-list .news-card,.module-span-6.module-layout-list .news-card{grid-template-columns:120px 1fr}.module-span-3 .news-image,.module-span-4 .news-image{height:90px}.home-module-popular,.home-module-newspapers{padding:22px;border:1px solid var(--line);background:#fff}.home-module-popular .popular-widget{margin:0}.home-module-popular .popular-widget>a{grid-template-columns:30px 1fr;align-items:center}.home-module-popular .popular-widget small{grid-column:2;color:var(--muted);font-size:9px}.home-module-newspapers .cover-track img{height:390px}.ad-empty{min-height:110px;display:grid;place-items:center;border:1px dashed var(--line);color:var(--muted);background:var(--soft);font-size:10px;text-transform:uppercase;letter-spacing:.1em}
.article-page{padding-top:44px}.article-header{width:min(100%,930px);margin:0 auto}.article-kickers{gap:0}.article-category{padding:7px 11px;color:#fff!important;background:var(--brand)}.article-category::after{display:none!important}.article-eyebrow{padding-left:12px;color:#596273}.article-header h1{max-width:930px;margin:22px 0 18px;font-size:clamp(38px,5vw,62px);line-height:1.04;letter-spacing:-.047em}.article-deck{max-width:830px;font-size:21px}.article-meta-row{display:flex;align-items:center;justify-content:space-between;gap:22px;margin-top:24px;padding-top:17px;border-top:1px solid var(--line)}.article-meta{margin:0;padding:0;border:0}.share-row{margin:0}.article-hero{width:min(100%,1080px);margin:34px auto 46px}.article-hero img{width:100%;max-height:650px;object-fit:cover}.article-video-hero{aspect-ratio:16/9;background:#10131a}.article-video-hero iframe,.article-video-hero video{width:100%;height:100%;border:0}.article-layout{grid-template-columns:minmax(0,720px) 300px;gap:64px}.article-body{font-size:19px}.amp-link{display:inline-flex;align-items:center;gap:7px;margin-top:26px;color:var(--brand);font-size:11px;font-weight:900;text-transform:uppercase}.amp-link i{color:#f1ad20}
@media(max-width:900px){.home-module{grid-column:span 12}.module-hero-grid{grid-template-columns:1fr}.module-secondary{grid-template-columns:repeat(2,1fr)}.article-meta-row{align-items:flex-start;flex-direction:column}.section-bar-inner{justify-content:flex-start}.headline-track{overflow-x:auto}.home-module-popular,.home-module-newspapers{padding:18px}}
@media(max-width:640px){.utility-actions>a{display:none}.masthead{min-height:82px}.site-logo img{max-height:56px}.section-bar-inner{min-height:41px}.headline-strip>.shell{gap:10px}.headline-track{gap:28px}.search-panel{padding:20px 0}.search-panel button{min-width:54px}.search-panel button span{display:none}.home-builder{gap:28px;padding-top:24px}.module-lead .news-image{height:430px}.module-lead .news-copy{padding:75px 18px 20px}.module-lead h1{font-size:34px}.module-lead p{display:none}.module-secondary{grid-template-columns:1fr}.module-secondary article{display:grid;grid-template-columns:120px 1fr;column-gap:14px}.module-secondary .news-image{grid-row:1/3;height:90px}.module-news-grid{grid-template-columns:1fr 1fr;gap:20px 14px}.module-news-grid .news-image{height:115px}.module-news-grid h3{font-size:16px}.module-layout-list .news-card,.module-span-3 .news-card,.module-span-4 .news-card,.module-span-5.module-layout-list .news-card,.module-span-6.module-layout-list .news-card{grid-template-columns:110px 1fr}.module-layout-list .news-image{height:85px}.article-page{padding-top:28px}.article-header h1{font-size:38px}.article-deck{font-size:19px}.article-meta-row{margin-top:18px}.article-hero{width:calc(100% + 28px);margin-left:-14px;margin-top:28px}.article-layout{gap:38px}.share-row>span{display:none}}

/* Header pegajoso, programación semanal y encuestas */
.site-header{position:sticky;z-index:900;top:0;transition:box-shadow .2s ease;background:#fff}.site-header.is-scrolled{box-shadow:0 10px 32px rgb(25 33 48/.13)}.site-header.is-scrolled .utility-line,.site-header.is-scrolled .headline-strip,.site-header.is-scrolled .currency-strip{display:none}.site-header.is-scrolled .masthead{min-height:68px}.site-header.is-scrolled .site-logo img{max-height:48px}.site-header.is-scrolled .section-bar-inner{min-height:38px}.masthead{grid-template-columns:48px minmax(180px,1fr) auto auto;gap:clamp(12px,2vw,28px)}.site-logo{justify-self:start}.site-logo img{width:min(360px,32vw)}.header-live-group{display:flex;align-items:center;gap:10px}.header-live-link{display:flex;align-items:center;gap:7px;min-height:42px;padding:7px 12px;border-radius:7px;color:#fff;background:#171d29;text-transform:uppercase}.header-live-link strong{font-size:10px;letter-spacing:.08em}.header-live-link>span{padding-left:7px;border-left:1px solid rgb(255 255 255/.25);font-size:9px;font-weight:800}.live-dot{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#e00020;box-shadow:0 0 0 0 rgb(224 0 32/.65);animation:live-pulse 1.65s infinite}@keyframes live-pulse{70%{box-shadow:0 0 0 9px rgb(224 0 32/0)}100%{box-shadow:0 0 0 0 rgb(224 0 32/0)}}.header-schedule-link{display:grid;justify-items:center;gap:3px;color:var(--muted);font-size:8px;font-weight:900;text-transform:uppercase}.header-schedule-link i{color:var(--brand);font-size:16px}.drawer-live-card{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 22px;padding:15px 17px;border-radius:8px;color:#fff;background:#171d29}.drawer-live-card>span{display:flex;align-items:center;gap:9px;font-size:12px;font-weight:900;text-transform:uppercase}.drawer-live-card>small{color:#c9ced8;font-size:9px}.drawer-live-card:hover{color:#fff;background:var(--brand-dark)}
.live-player video{width:100%;height:100%;object-fit:contain}.live-news-item{grid-template-columns:18px 1fr}.live-news-item>span{color:var(--brand);font-size:10px}.live-ad-zone{margin-block:18px}.programming-page>header{max-width:780px}.schedule-tabs{display:flex;gap:7px;margin:30px 0 18px;padding-bottom:8px;overflow-x:auto}.schedule-tabs button{flex:0 0 auto;padding:11px 18px;border:1px solid var(--line);border-radius:40px;color:var(--ink-deep);background:#fff;font-size:10px;font-weight:900;text-transform:uppercase;cursor:pointer}.schedule-tabs button[aria-selected="true"]{color:#fff;border-color:var(--brand);background:var(--brand)}.schedule-day[hidden]{display:none}.schedule-table{border-top:2px solid var(--ink-deep)}.schedule-table article{display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:start;padding:22px 16px;border-bottom:1px solid var(--line)}.schedule-table time{color:var(--brand);font-size:12px;font-weight:900}.schedule-table h2{margin:0;color:var(--ink-deep);font-size:19px}.schedule-table p{margin:0;color:var(--muted);font:15px/1.5 var(--serif)}
.poll-page{padding-block:48px 85px}.poll-page>header{max-width:780px;margin-bottom:30px}.poll-page>header span{color:var(--brand);font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.poll-page>header h1{margin:8px 0;font-size:clamp(38px,6vw,68px);line-height:1}.poll-page>header p{color:var(--muted)}.poll-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.poll-card{padding:28px;border:1px solid var(--line);border-top:4px solid var(--brand);background:#fff;box-shadow:0 14px 35px rgb(30 38 55/.07)}.poll-card header>span{color:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.1em}.poll-card h2{margin:8px 0;color:var(--ink-deep);font-size:clamp(22px,3vw,31px);line-height:1.15}.poll-card header p{margin:0 0 22px;color:var(--muted);font:15px/1.5 var(--serif)}.poll-options{display:grid;gap:10px}.poll-options label{position:relative;display:block;cursor:pointer}.poll-options input{position:absolute;opacity:0;pointer-events:none}.poll-options label>span{display:grid;grid-template-columns:1fr auto;gap:7px 12px;align-items:center;padding:13px 14px;border:1px solid var(--line);border-radius:7px;background:#fbfbfc;transition:.15s ease}.poll-options input:checked+span{border-color:var(--brand);box-shadow:0 0 0 2px rgb(204 0 34/.1)}.poll-options b{color:var(--ink-deep);font-size:13px}.poll-options i{grid-column:1/2;height:5px;border-radius:10px;overflow:hidden;background:#e7e9ee}.poll-options i em{display:block;width:var(--poll-value);height:100%;background:var(--brand);transition:width .35s ease}.poll-options small{grid-row:1/3;grid-column:2;color:var(--brand);font-size:11px;font-weight:900}.poll-card form>button{margin-top:17px;padding:11px 20px;border:0;border-radius:6px;color:#fff;background:var(--brand);font-weight:900;cursor:pointer}.poll-card form>button:disabled{opacity:.55;cursor:not-allowed}.poll-message{min-height:20px;margin-top:8px;color:var(--muted);font-size:11px}.poll-message.is-error{color:#b00020}.poll-message.is-success{color:#18764b}.poll-card footer{display:flex;justify-content:space-between;gap:12px;margin-top:16px;padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:9px;text-transform:uppercase}.poll-card.is-voted .poll-options label{cursor:default}
.poll-card>header:empty{display:none}.poll-card>p{margin:0 0 22px;color:var(--muted);font:15px/1.5 var(--serif)}.poll-sponsor{display:flex;align-items:center;justify-content:flex-end;gap:9px;flex-wrap:wrap;margin-top:12px;color:var(--muted);font-size:9px}.poll-sponsor img{width:auto;max-width:90px;max-height:34px;object-fit:contain}.poll-sponsor a{color:var(--brand);text-decoration:underline}
@media(max-width:900px){.masthead{grid-template-columns:44px minmax(150px,1fr) auto auto;gap:12px}.header-schedule-link span{display:none}.schedule-table article{grid-template-columns:130px 1fr}.poll-grid{grid-template-columns:1fr}}
@media(max-width:640px){.site-header.is-scrolled .masthead{min-height:60px}.site-header.is-scrolled .site-logo img{max-height:40px}.masthead{min-height:76px;grid-template-columns:40px minmax(94px,1fr) auto 40px;gap:7px}.site-logo img{width:min(185px,34vw);max-height:52px}.header-live-group{gap:0}.header-live-link{min-height:37px;padding:6px 8px}.header-live-link strong{font-size:8px}.header-live-link>span{display:block;padding-left:2px;border-left:0;font-size:0}.header-live-link>span i{font-size:10px}.header-schedule-link{display:none}.search-toggle{width:40px;height:40px}.search-panel{top:auto}.schedule-table article{grid-template-columns:1fr;gap:7px;padding:18px 8px}.schedule-table h2{font-size:18px}.poll-page{padding-top:30px}.poll-grid{gap:18px}.poll-card{padding:21px 17px}.poll-card h2{font-size:24px}}

/* Canales simultáneos de radio y TV */
.header-channel-link{width:37px;height:37px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--brand);background:#fff}.drawer-live-card{display:grid;align-items:initial;justify-content:initial;gap:12px}.drawer-live-card>div{display:flex;align-items:center;gap:9px;font-size:12px;text-transform:uppercase}.drawer-live-card nav{display:flex;flex-wrap:wrap;gap:8px}.drawer-live-card nav a{padding:7px 10px;border:1px solid rgb(255 255 255/.2);border-radius:5px;color:#fff;font-size:9px;font-weight:900}.drawer-live-card nav a:hover{border-color:#fff;background:rgb(255 255 255/.08)}.live-channel-switch{display:flex;gap:7px;margin-top:16px}.live-channel-switch a{padding:8px 12px;border:1px solid var(--line);border-radius:30px;color:var(--ink-deep);font-size:10px;font-weight:900;text-transform:uppercase}.live-channel-switch a.active{color:#fff;border-color:var(--brand);background:var(--brand)}
@media(max-width:640px){.header-channel-link{display:none}}
.home-builder{grid-auto-flow:row}
.home-column{grid-column:span var(--module-span,12);display:grid;align-content:start;gap:36px;min-width:0}.home-column>.home-module{grid-column:auto;min-width:0}@media(max-width:900px){.home-column{grid-column:span 12}}

/* Menú lateral editorial */
body.menu-open{overflow:hidden}.site-menu-overlay{position:fixed;z-index:990;inset:0;background:rgb(12 16 24/.63);opacity:0;visibility:hidden;transition:opacity .28s ease,visibility .28s ease}.site-menu-overlay.is-open{opacity:1;visibility:visible}.site-menu-panel{position:fixed;z-index:1000;inset:0 auto 0 0;width:min(460px,92vw);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;background:#fff;box-shadow:24px 0 60px rgb(8 12 20/.24);transform:translateX(-104%);visibility:hidden;transition:transform .34s cubic-bezier(.22,.8,.25,1),visibility .34s}.site-menu-panel.is-open{transform:translateX(0);visibility:visible}.site-menu-panel>header{height:78px;display:grid;grid-template-columns:48px 1fr 48px;align-items:center;padding:0 22px;border-bottom:1px solid var(--line)}.site-menu-close{width:42px;height:42px;display:grid;place-items:center;border:0;color:var(--ink-deep);background:transparent;font-size:23px;cursor:pointer;transition:transform .2s,color .2s}.site-menu-close:hover{color:var(--brand);transform:rotate(90deg)}.site-menu-logo{justify-self:center}.site-menu-logo img{width:190px;max-height:54px;object-fit:contain}.site-menu-content{overflow-y:auto;padding:34px 42px}.drawer-search{display:grid;grid-template-columns:1fr 52px;margin-bottom:30px;border:1px solid #e3e6eb;border-radius:7px;background:#f7f8fa;overflow:hidden}.drawer-search input{min-width:0;height:48px;padding:0 16px;border:0;outline:0;background:transparent;font-size:15px}.drawer-search button{border:0;color:var(--ink-deep);background:transparent;font-size:19px;cursor:pointer}.site-menu-content nav{display:grid;border-top:1px solid var(--line)}.site-menu-content nav a{padding:15px 4px;border-bottom:1px solid #eceef2;color:#303744;font-size:15px;font-weight:650;transition:padding .18s,color .18s}.site-menu-content nav a:hover{padding-left:11px;color:var(--brand)}.site-menu-panel>footer{display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:68px;padding:14px 28px;border-top:1px solid var(--line);background:#fafbfc}.site-menu-panel>footer>a{display:flex;align-items:center;gap:8px;color:var(--ink-deep);font-size:10px;font-weight:900;text-transform:uppercase}.site-menu-panel>footer>a i{color:#e00018;font-size:11px}.site-menu-panel>footer>div{display:flex;gap:8px}.site-menu-panel>footer>div a{width:32px;height:32px;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;color:var(--brand)}
@media(max-width:520px){.site-menu-panel{width:92vw}.site-menu-panel>header{height:70px;padding:0 14px}.site-menu-logo img{width:160px}.site-menu-content{padding:24px}.site-menu-content nav a{padding:14px 2px}.site-menu-panel>footer{padding:12px 20px}}

/* Ticker continuo AHORA */
.headline-viewport{min-width:0;overflow:hidden}.headline-marquee{width:max-content;display:flex;animation:headline-marquee 42s linear infinite;will-change:transform}.headline-marquee:hover{animation-play-state:paused}.headline-group{display:flex;align-items:center;gap:38px;padding-right:38px;white-space:nowrap}.headline-group a{position:relative;color:#4d5666;font-size:11px}.headline-group a+a::before{content:'•';position:absolute;left:-21px;color:var(--brand)}@keyframes headline-marquee{to{transform:translateX(-50%)}}@media(prefers-reduced-motion:reduce){.headline-marquee{width:auto;animation:none}.headline-group[aria-hidden=true]{display:none}.headline-viewport{overflow-x:auto}}
.article-service-links{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:26px}.article-service-links .amp-link{margin-top:0}.google-news-link{display:inline-flex;align-items:center;gap:8px;padding:9px 12px;border:1px solid var(--line);border-radius:6px;color:var(--ink-deep);font-size:10px;font-weight:800}.google-news-link i{color:#4285f4}.google-news-link:hover{color:var(--brand);border-color:var(--brand)}
.ad-modal{width:min(620px,calc(100vw - 28px));max-width:none;padding:0;border:0;border-radius:12px;background:transparent;overflow:visible}.ad-modal::backdrop{background:rgb(7 12 21/.76);backdrop-filter:blur(4px)}.ad-modal-card{position:relative;aspect-ratio:1;display:grid;place-items:center;padding:24px;overflow:hidden;border-radius:12px;background:#fff;box-shadow:0 30px 90px rgb(0 0 0/.45)}.ad-modal-close{position:absolute;z-index:3;top:-12px;right:-12px;width:42px;height:42px;border:3px solid #fff;border-radius:50%;color:#fff;background:#1d2431;font-size:25px;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgb(0 0 0/.25)}.ad-modal .ad-label{z-index:2;top:10px;left:12px}.ad-modal-content{width:100%;height:100%;display:grid;place-items:center}.ad-modal-content>a:first-child{display:grid;width:100%;height:100%;place-items:center}.ad-modal-content img,.ad-modal-content video{display:block;max-width:100%;max-height:100%;object-fit:contain}.ad-modal-content iframe{max-width:100%;max-height:100%}@media(max-width:600px){.ad-modal-card{padding:18px}.ad-modal-close{top:6px;right:6px;border-width:2px}}
.live-player video{width:100%;height:100%;border:0;object-fit:contain}.live-player-empty{max-width:480px;padding:28px;color:#c6cbd4;font-size:13px;text-align:center}
.site-menu-content .drawer-live-card nav{display:flex;flex-wrap:wrap;gap:8px;border-top:0}.site-menu-content .drawer-live-card nav a{padding:8px 11px;border:1px solid rgb(255 255 255/.24);border-radius:5px;color:#fff;font-size:9px;font-weight:900}.site-menu-content .drawer-live-card nav a:hover{padding-left:11px;color:#fff;border-color:#fff;background:rgb(255 255 255/.08)}
.site-header:not(.is-sticky){position:static}.site-header.is-sticky{position:sticky;top:0}.cms-user-bar{position:sticky;z-index:950;top:0}.has-cms-user-bar .site-header.is-sticky{top:34px}

/* Reproductor editorial de radio */
.live-player-radio{min-height:430px;aspect-ratio:auto;padding:28px;background:radial-gradient(circle at 12% 12%,color-mix(in srgb,var(--brand) 42%,transparent),transparent 32%),linear-gradient(145deg,#0c1220,#1b2435)}.cms-radio-player{position:relative;width:min(100%,780px);display:grid;grid-template-columns:235px minmax(0,1fr);overflow:hidden;border:1px solid rgb(255 255 255/.14);border-radius:22px;color:#fff;background:rgb(12 18 31/.78);box-shadow:0 30px 75px rgb(0 0 0/.35);backdrop-filter:blur(16px)}.cms-radio-player:before{content:'';position:absolute;inset:0;background:linear-gradient(115deg,rgb(255 255 255/.08),transparent 32%);pointer-events:none}.radio-player-artwork{position:relative;min-height:330px;display:grid;place-items:center;padding:35px;background:linear-gradient(145deg,color-mix(in srgb,var(--brand) 90%,#101729),#111827);overflow:hidden}.radio-player-artwork:before,.radio-player-artwork:after{content:'';position:absolute;border:1px solid rgb(255 255 255/.12);border-radius:50%}.radio-player-artwork:before{width:300px;height:300px}.radio-player-artwork:after{width:210px;height:210px}.radio-player-artwork img{position:relative;z-index:2;width:180px;max-height:125px;object-fit:contain;filter:brightness(0) invert(1);opacity:.96}.radio-player-artwork>span{position:absolute;z-index:3;right:25px;bottom:24px;width:47px;height:47px;display:grid;place-items:center;border:1px solid rgb(255 255 255/.22);border-radius:50%;background:rgb(8 13 23/.35);box-shadow:0 8px 22px rgb(0 0 0/.2)}.radio-player-content{position:relative;z-index:2;display:grid;align-content:center;padding:34px 38px}.radio-player-topline{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px;text-transform:uppercase}.radio-player-topline>span{display:flex;align-items:center;gap:8px;color:#fff;font-size:9px;font-weight:900;letter-spacing:.11em}.radio-player-topline>span i{width:7px;height:7px;border-radius:50%;background:#f11935;box-shadow:0 0 0 0 rgb(241 25 53/.7);animation:radio-live-pulse 1.6s infinite}.radio-player-topline small{color:#7f8ba0;font-size:8px;font-weight:900;letter-spacing:.14em}.radio-player-kicker{color:#aeb7c7;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.13em}.radio-player-content h2{margin:7px 0 8px;color:#fff;font-size:clamp(25px,4vw,38px);line-height:1.04;letter-spacing:-.035em}.radio-player-content>p{min-height:38px;margin:0;color:#aeb7c7;font:13px/1.5 var(--serif)}.radio-equalizer{height:42px;display:flex;align-items:center;gap:4px;margin:17px 0 19px;overflow:hidden}.radio-equalizer i{width:4px;height:7px;border-radius:5px;background:color-mix(in srgb,var(--brand) 78%,#fff);transform-origin:center;opacity:.72}.cms-radio-player.is-playing .radio-equalizer i{animation:radio-bar .8s ease-in-out infinite alternate}.radio-equalizer i:nth-child(3n){animation-delay:-.18s}.radio-equalizer i:nth-child(4n){animation-delay:-.43s}.radio-equalizer i:nth-child(5n){animation-delay:-.67s}.radio-player-controls{display:flex;align-items:center;justify-content:space-between;gap:20px}.radio-play-button{min-height:47px;display:inline-flex;align-items:center;gap:11px;padding:10px 19px;border:0;border-radius:30px;color:#fff;background:var(--brand);font-size:10px;font-weight:900;cursor:pointer;box-shadow:0 9px 25px color-mix(in srgb,var(--brand) 35%,transparent)}.radio-play-button i{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255/.16)}.radio-volume-control{display:flex;align-items:center;gap:8px}.radio-volume-control button{width:32px;height:32px;border:0;color:#c8ced9;background:transparent;cursor:pointer}.radio-volume-control input{width:92px;height:4px;padding:0;border:0;accent-color:var(--brand);cursor:pointer}.radio-player-status{margin-top:14px;color:#7f8ba0;font-size:9px}.cms-radio-player[data-state=error] .radio-player-status{color:#ff9aaa}@keyframes radio-live-pulse{70%{box-shadow:0 0 0 8px rgb(241 25 53/0)}}@keyframes radio-bar{from{height:7px}to{height:35px}}@media(max-width:700px){.live-player-radio{min-height:0;padding:15px}.cms-radio-player{grid-template-columns:1fr}.radio-player-artwork{min-height:170px}.radio-player-artwork:before{width:230px;height:230px}.radio-player-artwork:after{width:160px;height:160px}.radio-player-artwork img{width:160px;max-height:92px}.radio-player-content{padding:27px 22px}.radio-player-topline{margin-bottom:19px}.radio-player-controls{align-items:flex-start;flex-direction:column}.radio-volume-control{width:100%}.radio-volume-control input{flex:1}}

/* Páginas, contacto, programación y fotogalería */
/* Portada temática, videos y anuncios intercalados */
/* Medidas seguras por zona publicitaria */
.home-module,.related-news,.article-gallery{content-visibility:auto;contain-intrinsic-size:auto 520px}
.ad-slot{width:100%;max-width:970px}.ad-slot img{display:block;width:auto;max-width:100%;height:auto;object-fit:contain}.ad-zone-home_top,.ad-zone-home_feed,.ad-zone-archive_feed,.ad-zone-article_top,.ad-zone-article_bottom,.ad-zone-live_before,.ad-zone-live_after,.ad-zone-footer{max-height:250px}.ad-zone-home_top img,.ad-zone-home_feed img,.ad-zone-archive_feed img,.ad-zone-article_top img,.ad-zone-article_bottom img,.ad-zone-live_before img,.ad-zone-live_after img,.ad-zone-footer img{max-height:248px}.ad-zone-home_top iframe,.ad-zone-home_feed iframe,.ad-zone-archive_feed iframe,.ad-zone-article_top iframe,.ad-zone-article_bottom iframe,.ad-zone-live_before iframe,.ad-zone-live_after iframe,.ad-zone-footer iframe{height:min(250px,25.78vw);min-height:90px;aspect-ratio:970/250}.ad-zone-article_middle{max-width:728px;max-height:120px}.ad-zone-article_middle img{max-height:118px}.ad-zone-article_sidebar_top,.ad-zone-article_sidebar_bottom,.ad-zone-home_sidebar_top,.ad-zone-home_sidebar_bottom{max-width:300px;max-height:600px}.ad-zone-article_sidebar_top img,.ad-zone-home_sidebar_top img{max-height:250px}.ad-zone-article_sidebar_bottom img,.ad-zone-home_sidebar_bottom img{max-height:600px}.article-sidebar .ad-slot{margin:0 0 24px}.ad-slot>*{max-width:100%}
@media(max-width:640px){.article-page{width:100%;padding:24px 16px 70px;overflow:hidden}.article-header{width:100%}.article-kickers{align-items:flex-start;flex-wrap:wrap;gap:7px}.article-category{padding:6px 9px}.article-eyebrow{width:100%;padding-left:0;font-size:10px;line-height:1.35}.article-header h1{margin:16px 0 13px;font-size:clamp(30px,9.2vw,38px);line-height:1.07;letter-spacing:-.038em;overflow-wrap:anywhere}.article-deck{font-size:18px;line-height:1.42}.article-meta-row{width:100%;gap:13px;margin-top:16px;padding-top:14px}.article-meta{flex-wrap:wrap;gap:8px;font-size:10px}.share-row{gap:6px}.share-row a,.share-row button{width:36px;height:36px}.article-hero{width:calc(100% + 32px);margin:24px -16px 32px}.article-hero img{max-height:70vh}.article-layout{display:block}.article-body{font-size:17.5px;line-height:1.68;overflow-wrap:anywhere}.article-body h2{font-size:25px}.article-body blockquote{margin-inline:0;padding-left:17px;font-size:20px}.article-body figure{max-width:100%;margin:24px 0}.article-body iframe,.article-body video{max-width:100%}.article-body table{display:block;max-width:100%;overflow-x:auto}.article-service-links{align-items:stretch;flex-direction:column}.article-service-links a{justify-content:center;text-align:center}.article-topics{align-items:flex-start}.article-gallery{width:calc(100% + 32px);margin:0 -16px 34px}.article-gallery-heading{align-items:flex-start;padding:0 16px}.article-gallery-heading>small{display:none}.article-gallery-grid{grid-template-rows:210px 115px}.article-gallery-lightbox{padding:55px 8px 30px}.article-gallery-lightbox>button{width:40px;height:40px}.related-news{margin-top:38px}.ad-slot{max-width:100%;max-height:none}.ad-zone-home_top,.ad-zone-home_feed,.ad-zone-archive_feed,.ad-zone-article_top,.ad-zone-article_bottom,.ad-zone-live_before,.ad-zone-live_after,.ad-zone-footer{max-height:190px}.ad-zone-home_top img,.ad-zone-home_feed img,.ad-zone-archive_feed img,.ad-zone-article_top img,.ad-zone-article_bottom img,.ad-zone-live_before img,.ad-zone-live_after img,.ad-zone-footer img{max-height:188px}}
.news-image{width:100%;min-width:0}.news-image>img{display:block}.news-image-placeholder{position:absolute;inset:0;display:grid;place-content:center;justify-items:center;gap:8px;color:#8d95a4;background:linear-gradient(145deg,#e8ebf1,#f7f8fb)}.news-image-placeholder i{font-size:25px}.news-image-placeholder span{font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.module-feed-ad{grid-column:1/-1;min-width:0}.module-feed-ad .ad-slot,.archive-feed-ad .ad-slot{width:100%;margin:4px 0 12px;border-style:solid}.module-feed-ad .ad-slot img,.archive-feed-ad .ad-slot img{display:block;max-width:100%;height:auto;object-fit:contain}.archive-feed-ad{width:100%;padding:16px 0 25px;border-bottom:1px solid var(--line)}.module-video-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px}.module-video-gallery article{min-width:0}.module-video-gallery .news-image{height:auto;aspect-ratio:16/9;background:#111827}.module-video-gallery h3{margin:7px 0 0;color:var(--ink-deep);font-size:18px;line-height:1.22}.video-gallery-play{position:absolute;z-index:2;left:14px;bottom:13px;width:42px;height:42px;display:grid;place-items:center;border:2px solid #fff;border-radius:50%;color:#fff;background:color-mix(in srgb,var(--brand) 84%,transparent);box-shadow:0 7px 20px rgb(0 0 0/.24)}.module-video-gallery article:first-child{grid-column:span 2}.module-video-gallery article:first-child h3{font-size:24px}.contact-captcha{min-height:65px;margin-top:18px}@media(max-width:900px){.module-video-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:640px){.module-video-gallery{grid-template-columns:1fr 1fr;gap:20px 12px}.module-video-gallery article:first-child{grid-column:1/-1}.module-video-gallery h3{font-size:15px}.module-video-gallery article:first-child h3{font-size:20px}.video-gallery-play{width:36px;height:36px}.archive-feed-ad{padding:8px 0 18px}}
@media(min-width:901px){.module-secondary .category-kicker{display:inline-flex;width:auto;margin:10px 0 0;padding:5px 8px;color:#fff;background:var(--brand);line-height:1;white-space:normal}.module-secondary h2{margin-top:9px}}
.static-page,.contact-page{padding-block:54px 86px}.static-page>header,.contact-page>header{max-width:860px;margin-bottom:34px}.static-page>header h1,.contact-page>header h1{margin:9px 0 13px;color:var(--ink-deep);font-size:clamp(40px,6vw,66px);line-height:1.02;letter-spacing:-.045em}.static-page>header p,.contact-page>header p{max-width:740px;color:var(--muted);font:20px/1.5 var(--serif)}.static-page-cover{margin:0 0 38px}.static-page-cover img{width:100%;max-height:580px;object-fit:cover}.static-page-body{max-width:790px;margin:auto}.contact-layout{display:grid;grid-template-columns:minmax(260px,.7fr) minmax(0,1.3fr);gap:46px}.contact-data{padding:28px;color:#fff;background:var(--ink-deep)}.contact-data h2{margin:0 0 24px;color:#fff}.contact-data p{display:grid;grid-template-columns:28px 1fr;gap:12px;margin:0;padding:16px 0;border-top:1px solid rgb(255 255 255/.14)}.contact-data p i{color:var(--brand)}.contact-data p span,.contact-data p strong{display:block}.contact-data p strong{margin-bottom:4px;color:#9ea8b9;font-size:9px;text-transform:uppercase;letter-spacing:.09em}.contact-data p a{color:#fff}.contact-form-card{padding:31px;border:1px solid var(--line);background:#fff}.contact-form-card h2{margin:0 0 22px;color:var(--ink-deep)}.contact-fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}.contact-fields label{display:grid;gap:7px;color:var(--ink-deep);font-size:10px;font-weight:900}.contact-fields .full{grid-column:1/-1}.contact-fields input,.contact-fields textarea{width:100%;padding:13px;border:1px solid var(--line);font:14px var(--sans)}.contact-submit{display:inline-flex;align-items:center;gap:10px;margin-top:18px;padding:13px 20px;border:0;color:#fff;background:var(--brand);font-weight:900;cursor:pointer}.contact-form-card form>small{display:block;margin-top:12px;color:var(--muted)}.contact-honeypot{position:absolute;left:-10000px}.schedule-table article.is-live-now{position:relative;border-color:color-mix(in srgb,var(--brand) 38%,var(--line));background:color-mix(in srgb,var(--brand) 7%,#fff);box-shadow:inset 4px 0 0 var(--brand)}.schedule-title-row{display:flex;align-items:center;justify-content:space-between;gap:15px}.schedule-live-badge{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;border-radius:20px;color:#fff;background:#ed1737;font-size:8px;font-weight:900;text-transform:uppercase;white-space:nowrap}.schedule-live-badge i{width:6px;height:6px;border-radius:50%;background:#fff;animation:radio-live-pulse 1.6s infinite}.article-gallery{width:min(100%,1080px);margin:-18px auto 48px}.article-gallery-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:15px}.article-gallery-heading span,.article-gallery-heading small{color:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.article-gallery-heading h2{margin:3px 0 0;color:var(--ink-deep);font-size:22px}.article-gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-template-rows:190px 190px;gap:8px}.article-gallery-grid>figure{position:relative;display:grid;grid-template-rows:minmax(0,1fr) auto;min-width:0;min-height:0;margin:0;overflow:hidden;background:#e9ebef}.article-gallery-grid>figure:first-child{grid-row:1/3}.article-gallery-grid button{position:relative;width:100%;min-height:0;padding:0;border:0;overflow:hidden;background:#e9ebef;cursor:zoom-in}.article-gallery-grid>figure>figcaption{padding:7px 9px;color:#5c6575;background:#fff;font:9px/1.35 var(--sans)}.article-gallery-grid img{width:100%;height:100%;object-fit:cover;transition:transform .25s}.article-gallery-grid button:hover img{transform:scale(1.035)}.article-gallery-grid button>span{position:absolute;left:16px;bottom:16px;padding:9px 12px;color:#fff;background:rgb(13 19 31/.75);font-size:9px;font-weight:900}.article-gallery-lightbox{width:100vw;max-width:none;height:100vh;max-height:none;padding:45px 75px;border:0;background:rgb(7 10 16/.96)}.article-gallery-lightbox::backdrop{background:#070a10}.article-gallery-lightbox figure{width:100%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;margin:0}.article-gallery-lightbox img{max-width:100%;max-height:calc(100vh - 120px);object-fit:contain}.article-gallery-lightbox figcaption{padding-top:12px;color:#c6cbd4;font-size:11px}.article-gallery-lightbox>button{position:absolute;z-index:2;top:50%;width:48px;height:48px;border:1px solid rgb(255 255 255/.2);border-radius:50%;color:#fff;background:rgb(255 255 255/.08);cursor:pointer}.article-gallery-lightbox [data-gallery-close]{top:18px;right:22px;font-size:28px}.article-gallery-lightbox [data-gallery-prev]{left:18px}.article-gallery-lightbox [data-gallery-next]{right:18px}@media(max-width:760px){.contact-layout{grid-template-columns:1fr;gap:20px}.contact-fields{grid-template-columns:1fr}.contact-fields .full{grid-column:auto}.schedule-title-row{align-items:flex-start;flex-direction:column}.article-gallery-grid{grid-template-columns:1fr 1fr;grid-template-rows:250px 125px}.article-gallery-grid>figure:first-child{grid-column:1/-1;grid-row:auto}.article-gallery-lightbox{padding:50px 16px}.article-gallery-lightbox [data-gallery-prev]{left:8px}.article-gallery-lightbox [data-gallery-next]{right:8px}}

/* Footer legal, volver arriba y portadas de diarios */
.home-module-newspapers .cover-track figcaption{display:grid;gap:3px;text-align:center}.home-module-newspapers .cover-track figcaption strong{color:var(--ink-deep);font-size:12px}.home-module-newspapers .cover-track figcaption time{color:var(--muted);font-size:9px;font-weight:600}.legal-page .static-page-body:empty:before{content:'Este documento todavía no fue configurado.';color:var(--muted)}

/* Diseños reales del constructor de portada */
.home-module .news-card{min-width:0}.home-module .news-copy{min-width:0}.home-module .news-copy h3{overflow-wrap:anywhere}.module-hero-grid{align-items:start}.module-hero-grid .module-lead{min-width:0;align-self:start;overflow:hidden}.module-hero-grid .module-lead .news-image{width:100%;height:auto;max-height:440px;aspect-ratio:16/10}.module-hero-grid-secondary-0{grid-template-columns:1fr}.module-hero-grid-secondary-0 .module-lead .news-image{max-height:360px;aspect-ratio:21/9}.module-hero-grid-secondary-1 .module-lead .news-image{max-height:390px;aspect-ratio:16/9}.module-hero-grid-secondary-2 .module-lead .news-image{max-height:440px;aspect-ratio:16/10}.module-hero-grid .module-lead h3{margin:12px 0 8px;color:#fff;font-size:clamp(27px,3.7vw,48px);line-height:1.04;letter-spacing:-.04em}.module-hero-grid .module-lead h3 a{color:inherit}.module-secondary article{min-width:0}.module-secondary article .news-copy{padding-top:0}.module-secondary h3{margin:9px 0 0;color:var(--ink-deep);font-size:19px;line-height:1.22}.module-secondary-count-1 .news-image{height:auto;aspect-ratio:16/10}.module-lead-more{margin-top:28px;padding-top:28px;border-top:1px solid var(--line)}.module-layout-grid .module-news-grid{align-items:start}.module-layout-cards .module-news-grid{align-items:stretch}.module-layout-cards .news-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:0 10px 26px rgb(25 33 48/.07);transition:transform .2s ease,box-shadow .2s ease}.module-layout-cards .news-card:hover{transform:translateY(-3px);box-shadow:0 16px 34px rgb(25 33 48/.12)}.module-layout-cards .news-card .news-copy{flex:1;padding:17px 17px 20px}.module-layout-cards .news-card .news-image{height:auto;aspect-ratio:16/10}.module-layout-list .module-news-grid{gap:18px}.module-layout-list .news-card{align-items:start}.module-layout-list .news-card .news-copy{padding-top:3px}.module-layout-list .news-card h3{font-size:21px}.module-layout-list .news-card:last-child{border-bottom:0}.module-span-7 .module-news-grid,.module-span-8 .module-news-grid,.module-span-9 .module-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-span-3:not(.module-layout-list) .news-card,.module-span-4:not(.module-layout-list) .news-card,.module-span-5:not(.module-layout-list) .news-card,.module-span-6:not(.module-layout-list) .news-card{display:block}.module-span-3:not(.module-layout-list) .news-image,.module-span-4:not(.module-layout-list) .news-image,.module-span-5:not(.module-layout-list) .news-image,.module-span-6:not(.module-layout-list) .news-image{height:auto;aspect-ratio:16/10}.module-span-3 .module-hero-grid,.module-span-4 .module-hero-grid,.module-span-5 .module-hero-grid,.module-span-6 .module-hero-grid,.module-span-7 .module-hero-grid,.module-span-8 .module-hero-grid{grid-template-columns:1fr}.module-span-5 .module-secondary,.module-span-6 .module-secondary,.module-span-7 .module-secondary,.module-span-8 .module-secondary{grid-template-columns:repeat(2,minmax(0,1fr))}.module-span-3 .module-lead .news-image,.module-span-4 .module-lead .news-image{height:auto;max-height:none;aspect-ratio:4/3}.module-span-5 .module-lead .news-image,.module-span-6 .module-lead .news-image,.module-span-7 .module-lead .news-image,.module-span-8 .module-lead .news-image{height:auto;max-height:380px;aspect-ratio:16/9}.module-span-3 .module-lead p,.module-span-4 .module-lead p,.module-span-5 .module-lead p,.module-span-6 .module-lead p{display:none}

/* Slideshow de noticias */
.module-news-slider{position:relative;overflow:hidden;border-radius:10px;background:#111827;box-shadow:0 16px 38px rgb(21 29 43/.13)}.module-news-slides{display:flex;transition:transform .48s cubic-bezier(.22,.75,.25,1);will-change:transform}.module-news-slide{position:relative;min-width:100%;height:clamp(360px,42vw,570px);overflow:hidden}.module-news-slide>.news-image{position:absolute;inset:0;height:100%}.module-news-slide>.news-image:after{content:'';position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgb(10 15 25/.94))}.module-news-slide .news-copy{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:95px 30px 34px;color:#fff}.module-news-slide h3{max-width:900px;margin:12px 0 8px;color:#fff;font-size:clamp(29px,4vw,50px);line-height:1.04;letter-spacing:-.042em}.module-news-slide h3 a{color:inherit}.module-news-slide p{max-width:760px;margin:0;color:#e8ebf1;font:16px/1.45 var(--serif)}.module-slider-controls{position:absolute;z-index:4;right:20px;bottom:21px;display:flex;align-items:center;gap:10px}.module-slider-controls>button{width:39px;height:39px;border:1px solid rgb(255 255 255/.35);border-radius:50%;color:#fff;background:rgb(12 18 30/.58);cursor:pointer}.module-slider-controls>div{display:flex;gap:5px}.module-slider-controls>div button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:rgb(255 255 255/.45);cursor:pointer}.module-slider-controls>div button.active{width:19px;border-radius:8px;background:#fff}.module-span-3 .module-news-slide,.module-span-4 .module-news-slide,.module-span-5 .module-news-slide,.module-span-6 .module-news-slide{height:360px}.module-span-3 .module-news-slide p,.module-span-4 .module-news-slide p,.module-span-5 .module-news-slide p,.module-span-6 .module-news-slide p{display:none}.module-span-3 .module-news-slide .news-copy,.module-span-4 .module-news-slide .news-copy,.module-span-5 .module-news-slide .news-copy,.module-span-6 .module-news-slide .news-copy{padding:70px 18px 65px}.module-span-3 .module-news-slide h3,.module-span-4 .module-news-slide h3,.module-span-5 .module-news-slide h3,.module-span-6 .module-news-slide h3{font-size:27px}.module-span-3 .module-slider-controls,.module-span-4 .module-slider-controls,.module-span-5 .module-slider-controls,.module-span-6 .module-slider-controls{right:15px;bottom:14px}

/* Ampliación de tapas de diarios */
.cover-open{position:relative;width:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in}.cover-open>span{position:absolute;right:10px;bottom:10px;display:flex;align-items:center;gap:6px;padding:7px 9px;border-radius:20px;color:#fff;background:rgb(13 19 31/.78);font-size:8px;font-weight:900;text-transform:uppercase;opacity:0;transform:translateY(5px);transition:.2s}.cover-open:hover>span,.cover-open:focus-visible>span{opacity:1;transform:none}.cover-lightbox{width:100vw;max-width:none;height:100vh;max-height:none;padding:32px 72px;border:0;background:rgb(7 10 16/.96)}.cover-lightbox::backdrop{background:#070a10}.cover-lightbox figure{width:100%;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto;place-items:center;margin:0}.cover-lightbox figure img{max-width:100%;max-height:calc(100vh - 105px);object-fit:contain;box-shadow:0 20px 60px rgb(0 0 0/.55)}.cover-lightbox figcaption{display:flex;align-items:center;gap:10px;padding-top:11px;color:#fff}.cover-lightbox figcaption time{color:#9fa9ba;font-size:10px}.cover-lightbox-close,.cover-lightbox-nav{position:absolute;z-index:2;width:46px;height:46px;border:1px solid rgb(255 255 255/.22);border-radius:50%;color:#fff;background:rgb(255 255 255/.08);cursor:pointer}.cover-lightbox-close{top:18px;right:22px;font-size:20px}.cover-lightbox-nav{top:50%;transform:translateY(-50%)}.cover-lightbox-nav.is-prev{left:18px}.cover-lightbox-nav.is-next{right:18px}

@media(max-width:900px){.module-span-7 .module-news-grid,.module-span-8 .module-news-grid,.module-span-9 .module-news-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.module-news-slide{height:480px}.module-hero-grid .module-lead h3{font-size:36px}}
@media(max-width:640px){.module-layout-grid .module-news-grid,.module-layout-cards .module-news-grid,.module-span-7 .module-news-grid,.module-span-8 .module-news-grid,.module-span-9 .module-news-grid{grid-template-columns:1fr 1fr}.module-layout-list .news-card{grid-template-columns:105px minmax(0,1fr)}.module-layout-list .news-card h3{font-size:16px}.module-layout-list .news-card p{display:none}.module-news-slide{height:430px}.module-news-slide .news-copy{padding:75px 18px 72px}.module-news-slide h3{font-size:32px}.module-news-slide p{display:none}.module-slider-controls{right:14px;bottom:15px}.module-slider-controls>button{width:36px;height:36px}.cover-open>span{opacity:1;transform:none}.cover-lightbox{padding:58px 8px 30px}.cover-lightbox-close{top:9px;right:10px}.cover-lightbox-nav{width:40px;height:40px}.cover-lightbox-nav.is-prev{left:7px}.cover-lightbox-nav.is-next{right:7px}}

/* Página meteorológica */
.weather-chip{border-radius:5px;transition:color .2s ease,background .2s ease}.weather-chip:hover{color:var(--brand);background:color-mix(in srgb,var(--brand) 7%,transparent)}.weather-chip>span{width:23px;text-align:center}.weather-page{padding-block:48px 85px}.weather-page-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:28px}.weather-page-heading h1{margin:6px 0 8px;color:var(--ink-deep);font-size:clamp(40px,6vw,68px);line-height:1;letter-spacing:-.05em}.weather-page-heading p{margin:0;color:var(--muted);font:19px/1.45 var(--serif)}.weather-location-button{display:inline-flex;align-items:center;gap:9px;flex:0 0 auto;padding:12px 16px;border:1px solid color-mix(in srgb,var(--brand) 35%,var(--line));border-radius:7px;color:var(--brand);background:#fff;font:800 10px var(--sans);text-transform:uppercase;cursor:pointer}.weather-location-button:hover{color:#fff;background:var(--brand)}.weather-location-button:disabled{opacity:.65;cursor:wait}.weather-current-card{position:relative;display:grid;grid-template-columns:auto minmax(220px,.8fr) minmax(360px,1.2fr);align-items:center;gap:30px;padding:34px 38px;overflow:hidden;border-radius:14px;color:#fff;background:linear-gradient(125deg,var(--ink-deep),color-mix(in srgb,var(--brand) 76%,#142137));box-shadow:0 18px 45px rgb(25 33 48/.18)}.weather-current-card:after{content:'';position:absolute;right:-85px;top:-135px;width:330px;height:330px;border:55px solid rgb(255 255 255/.055);border-radius:50%}.weather-current-icon{position:relative;z-index:1;width:112px;height:112px;display:grid;place-items:center;border-radius:50%;background:rgb(255 255 255/.12);font-size:53px}.weather-current-main{position:relative;z-index:1;display:grid;gap:4px}.weather-current-main>span{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.09em}.weather-current-main>strong{font-size:64px;line-height:1}.weather-current-main>small{color:#e3e8f1;font-size:11px}.weather-current-details{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,1fr);margin:0;border-left:1px solid rgb(255 255 255/.18)}.weather-current-details>div{padding:11px 20px;border-right:1px solid rgb(255 255 255/.13)}.weather-current-details dt{display:flex;align-items:center;gap:7px;color:#d4dae5;font-size:9px;font-weight:800;text-transform:uppercase}.weather-current-details dd{margin:9px 0 0;font-size:21px;font-weight:900}.weather-section{margin-top:42px}.weather-section-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px;padding-bottom:13px;border-bottom:2px solid var(--ink-deep)}.weather-section-heading h2{margin:4px 0 0;color:var(--ink-deep);font-size:26px}.weather-section-heading>i{color:var(--brand);font-size:22px}.weather-hourly{display:grid;grid-template-columns:repeat(8,minmax(92px,1fr));border:1px solid var(--line);border-radius:10px;overflow:hidden}.weather-hourly article{display:grid;justify-items:center;gap:10px;padding:20px 8px;border-right:1px solid var(--line)}.weather-hourly article:last-child{border:0}.weather-hourly time{color:var(--muted);font-size:10px;font-weight:800}.weather-hourly article>i{color:var(--brand);font-size:27px}.weather-hourly strong{color:var(--ink-deep);font-size:19px}.weather-hourly small{color:#5d6a7e;font-size:9px}.weather-daily{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:10px}.weather-daily article{display:grid;justify-items:center;gap:10px;padding:18px 12px;border:1px solid var(--line);border-radius:9px;background:#fff}.weather-daily article:first-child{border-color:color-mix(in srgb,var(--brand) 40%,var(--line));background:color-mix(in srgb,var(--brand) 5%,#fff)}.weather-daily header{width:100%;display:flex;align-items:center;justify-content:space-between}.weather-daily header strong{color:var(--ink-deep);font-size:11px}.weather-daily time{color:var(--muted);font-size:8px}.weather-daily article>i{margin:7px 0 2px;color:var(--brand);font-size:29px}.weather-daily p{min-height:26px;margin:0;color:var(--muted);font-size:9px;text-align:center}.weather-daily article>div{display:flex;align-items:baseline;gap:8px}.weather-daily article>div strong{color:var(--ink-deep);font-size:18px}.weather-daily article>div span{color:var(--muted);font-size:13px}.weather-daily article>small{color:#5d6a7e;font-size:9px}.weather-unavailable{display:flex;align-items:center;gap:20px;margin-top:35px;padding:25px;border:1px solid var(--line);background:#fafbfc}.weather-unavailable>i{color:var(--brand);font-size:38px}.weather-unavailable h2{margin:0 0 5px;color:var(--ink-deep);font-size:21px}.weather-unavailable p{margin:0;color:var(--muted)}.weather-source{margin-top:24px;color:var(--muted);font-size:9px;text-align:right}.weather-source i{margin-right:5px;color:var(--brand)}
@media(max-width:900px){.weather-current-card{grid-template-columns:auto 1fr}.weather-current-details{grid-column:1/-1;border-top:1px solid rgb(255 255 255/.18);border-left:0}.weather-hourly{grid-template-columns:repeat(4,1fr)}.weather-hourly article:nth-child(4){border-right:0}.weather-hourly article:nth-child(-n+4){border-bottom:1px solid var(--line)}.weather-daily{grid-template-columns:repeat(4,1fr)}}
@media(max-width:640px){.weather-page{padding:30px 16px 65px}.weather-page-heading{align-items:flex-start;flex-direction:column}.weather-page-heading h1{font-size:42px}.weather-location-button{width:100%;justify-content:center}.weather-current-card{grid-template-columns:82px 1fr;gap:16px;padding:24px 18px}.weather-current-icon{width:78px;height:78px;font-size:37px}.weather-current-main>strong{font-size:48px}.weather-current-details{grid-template-columns:1fr}.weather-current-details>div{display:flex;align-items:center;justify-content:space-between;padding:12px 2px;border-right:0;border-bottom:1px solid rgb(255 255 255/.13)}.weather-current-details>div:last-child{border-bottom:0}.weather-current-details dd{margin:0;font-size:17px}.weather-hourly{display:flex;overflow-x:auto}.weather-hourly article{min-width:104px;border-bottom:0!important}.weather-daily{display:flex;overflow-x:auto}.weather-daily article{min-width:142px}.weather-source{text-align:left}}

/* Ajustes de cierre: header, principal + laterales y paginación */
.site-header.is-scrolled .utility-line{display:block}.site-header.is-scrolled .utility-inner{min-height:29px;justify-content:flex-end}.site-header.is-scrolled .utility-inner>time,.site-header.is-scrolled .utility-actions>a:not(.weather-chip){display:none}.module-lead .news-copy{max-height:82%;overflow:hidden}.module-lead .media-format-badge{top:14px;right:14px;bottom:auto}.module-lead h1,.module-lead h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.module-lead p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.module-lead.has-long-title h1,.module-lead.has-long-title h3{font-size:clamp(25px,3vw,40px);line-height:1.07}.module-lead.has-long-title.has-long-deck p{-webkit-line-clamp:1}.module-secondary h3{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.module-span-3 .module-lead h1,.module-span-3 .module-lead h3,.module-span-4 .module-lead h1,.module-span-4 .module-lead h3,.module-span-5 .module-lead h1,.module-span-5 .module-lead h3,.module-span-6 .module-lead h1,.module-span-6 .module-lead h3{-webkit-line-clamp:2}.archive-pagination{display:grid;justify-items:center;gap:12px;margin-top:38px;padding-top:22px;border-top:1px solid var(--line)}.archive-pagination>p{margin:0;color:var(--muted);font-size:10px;text-transform:uppercase;letter-spacing:.06em}.archive-pagination>p strong{color:var(--ink-deep)}.archive-pagination .pagination{margin:0}.pagination{align-items:center}.pagination a{border-radius:6px;transition:color .15s,border-color .15s,background .15s}.pagination a:hover{color:var(--brand);border-color:var(--brand)}.pagination .pagination-direction{width:auto;padding:0 13px;display:flex;align-items:center;gap:8px}.pagination-gap{min-width:24px;color:var(--muted);text-align:center}
@media(max-width:640px){.utility-actions>.weather-chip{display:flex}.utility-actions{gap:8px}.weather-chip>span{width:20px}.weather-chip strong{font-size:13px}.module-lead .news-copy{max-height:76%}.module-lead p{display:none}.archive-pagination{margin-top:28px}.pagination{gap:5px}.pagination a{min-width:34px;height:34px}.pagination .pagination-direction{padding:0 10px}.pagination-direction span{display:none}}

/* Reproductor compacto de lectura */
.article-listen{width:max-content;max-width:100%;display:flex;grid-template-columns:none;align-items:center;gap:7px;margin:-18px 0 30px;padding:6px;border-color:#dce1e8;border-radius:999px;background:#fff;box-shadow:0 7px 22px rgb(20 29 44/.07)}.article-listen .article-listen-primary{min-height:38px;display:flex;align-items:center;gap:8px;padding:0 15px;border-radius:999px}.article-listen-status{max-width:160px;overflow:hidden;padding:0 7px;color:var(--muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.article-listen label{display:block}.article-listen select{height:34px;min-width:58px;padding:0 22px 0 8px;border-radius:999px;font-size:9px}.article-listen .article-listen-stop{width:34px;min-height:34px;padding:0;border-radius:50%;color:var(--brand);background:#fff}.article-listen .article-listen-stop:disabled{display:none}

/* Portadas editoriales */
.breaking-feature{border-top:1px solid color-mix(in srgb,var(--brand) 25%,#fff);border-bottom:1px solid color-mix(in srgb,var(--brand) 25%,#fff);background:linear-gradient(105deg,color-mix(in srgb,var(--brand) 10%,#fff),#fff 64%)}.breaking-feature-inner{min-height:185px;display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,450px);align-items:stretch;gap:30px;padding-block:22px}.breaking-feature-copy{display:grid;align-content:center;justify-items:start}.breaking-feature-copy>span{display:inline-flex;align-items:center;gap:7px;padding:6px 9px;color:#fff;background:#df2f2f;font-size:9px;font-weight:900;letter-spacing:.09em}.breaking-feature-copy>span i{animation:urgentPulse 1.3s infinite}.breaking-feature-copy h1,.breaking-feature-copy h2{max-width:820px;margin:10px 0 9px;color:var(--ink-deep);font-size:clamp(27px,3.2vw,45px);line-height:1.02;letter-spacing:-.035em}.breaking-feature-link{color:var(--brand);font-size:10px;font-weight:900}.breaking-feature-media{display:block;min-width:0;overflow:hidden;border-radius:7px;background:#111827}.breaking-feature-media img,.breaking-feature-media iframe{width:100%;height:100%;min-height:140px;border:0;object-fit:cover}@keyframes urgentPulse{50%{opacity:.4;transform:scale(.8)}}
.editorial-layout{min-width:0}.editorial-overlay-card{min-width:0}.editorial-overlay-card .news-image{height:100%;min-height:380px}.editorial-overlay-card .news-image:after{content:'';position:absolute;inset:25% 0 0;background:linear-gradient(transparent,rgb(13 19 29/.94))}.editorial-overlay-card img{width:100%;height:100%;object-fit:cover}.editorial-overlay-copy{position:absolute;z-index:2;right:0;bottom:0;left:0;display:grid;justify-items:start;gap:8px;padding:25px}.editorial-overlay-copy small{padding:5px 8px;color:#fff;background:var(--brand);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.editorial-overlay-copy strong{color:#fff;font-size:clamp(24px,3vw,42px);line-height:1.07;letter-spacing:-.025em}.layout-feature-stack{padding:28px 28px 0;background:color-mix(in srgb,var(--brand) 88%,#ff5d00)}.layout-feature-stack>.is-lead .news-image{min-height:500px}.editorial-bottom-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:20px -28px 0;padding:0 28px 26px;background:#fff}.editorial-bottom-row .news-image{height:auto;aspect-ratio:16/9}.editorial-bottom-row h3{margin:7px 0;font-size:18px;line-height:1.2}.layout-lead-sidebar{display:grid;grid-template-columns:minmax(0,2fr) minmax(260px,1fr);gap:24px}.layout-lead-sidebar>.is-lead .news-image{min-height:560px}.editorial-side-stack{display:grid;gap:22px}.editorial-side-stack .news-card{display:grid;align-content:start}.editorial-side-stack .news-image{height:auto;aspect-ratio:16/9}.editorial-side-stack h3{margin:8px 0;font-size:21px;line-height:1.2}.layout-overlay-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.layout-overlay-pair .news-image{min-height:500px}.layout-overlay-pair .editorial-overlay-copy strong{font-size:clamp(23px,2.4vw,35px)}.layout-classic-three,.editorial-layout-more{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.layout-classic-three .news-image,.editorial-layout-more .news-image{height:auto;aspect-ratio:16/9}.layout-classic-three h3,.editorial-layout-more h3{margin:8px 0;font-size:20px;line-height:1.2}.layout-portrait-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.layout-portrait-pair .news-image{height:auto;aspect-ratio:1/1}.layout-portrait-pair h3{margin:10px 0;font-size:25px;line-height:1.15}.editorial-layout-more{margin-top:24px;padding-top:24px;border-top:1px solid var(--line)}.editorial-layout-ad{margin-top:24px}.editorial-brand{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:22px;padding-bottom:9px;border-bottom:7px solid var(--editorial-accent)}.editorial-brand>img{max-width:280px;max-height:75px;object-fit:contain}.editorial-brand>strong{color:var(--editorial-accent);font-size:clamp(28px,4vw,54px);font-weight:950;letter-spacing:-.05em}.editorial-brand>a{padding-bottom:4px;color:var(--editorial-accent);font-size:10px;font-weight:900;text-transform:uppercase}.layout-brand-split{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:28px}.brand-lead .news-image{height:auto;aspect-ratio:16/9}.brand-lead h3{margin:9px 0;font-size:28px;line-height:1.15}.brand-list{display:grid}.brand-list article{padding:13px 0;border-bottom:1px dashed #b9bdc5}.brand-list article:first-child{padding-top:0}.brand-list a{display:grid;grid-template-columns:125px 1fr;align-items:center;gap:14px}.brand-list img{width:125px;height:78px;object-fit:cover}.brand-list strong{color:var(--ink-deep);font-size:15px;line-height:1.25}
@media(max-width:900px){.breaking-feature-inner{grid-template-columns:1fr minmax(240px,36%)}.layout-lead-sidebar,.layout-brand-split{grid-template-columns:1fr}.editorial-side-stack{grid-template-columns:repeat(2,1fr)}.layout-feature-stack>.is-lead .news-image,.layout-lead-sidebar>.is-lead .news-image,.layout-overlay-pair .news-image{min-height:430px}.layout-classic-three,.editorial-layout-more{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.article-listen{width:100%;margin:-10px 0 24px}.article-listen-status{min-width:0;flex:1}.article-listen .article-listen-primary span{display:none}.breaking-feature-inner{min-height:0;grid-template-columns:1fr;gap:14px}.breaking-feature-copy h1,.breaking-feature-copy h2{font-size:28px}.breaking-feature-media{aspect-ratio:16/9}.layout-feature-stack{padding:10px 10px 0}.layout-feature-stack>.is-lead .news-image,.layout-lead-sidebar>.is-lead .news-image,.layout-overlay-pair .news-image{min-height:340px}.editorial-bottom-row{grid-template-columns:1fr 1fr;gap:14px;margin:14px -10px 0;padding:0 10px 16px}.editorial-bottom-row .news-card:last-child{grid-column:1/-1}.editorial-side-stack,.layout-overlay-pair,.layout-classic-three,.layout-portrait-pair,.editorial-layout-more{grid-template-columns:1fr 1fr;gap:14px}.layout-overlay-pair .news-image{min-height:290px}.editorial-overlay-copy{padding:17px}.editorial-overlay-copy strong{font-size:22px}.layout-portrait-pair .news-image{aspect-ratio:4/5}.layout-portrait-pair h3,.layout-classic-three h3,.editorial-layout-more h3{font-size:16px}.editorial-brand>img{max-width:190px}.editorial-brand>strong{font-size:32px}.editorial-brand>a{font-size:8px}.brand-list a{grid-template-columns:105px 1fr}.brand-list img{width:105px;height:68px}}
.contact-local-captcha{display:grid;gap:8px;max-width:310px;margin-top:18px;color:var(--ink-deep);font-size:11px;font-weight:800}.contact-local-captcha>span:last-child{display:grid;grid-template-columns:auto 92px;align-items:center;gap:10px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:#f6f7fa}.contact-local-captcha strong{color:var(--brand);font-size:18px}.contact-local-captcha input{width:100%;padding:9px;text-align:center;background:#fff}

/* Cotización e instrumentos de lectura editorial */
.currency-grid>a{display:flex;align-items:center;justify-content:center;gap:14px;border-right:1px solid rgb(255 255 255/.14);color:#fff;transition:background .18s}.currency-grid>a:last-child{border-right:0}.currency-grid>a:hover{color:#fff;background:rgb(255 255 255/.07)}
.dollar-page{padding-block:48px 84px}.dollar-page-header{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:28px}.dollar-page-header h1{margin:7px 0 8px;color:var(--ink-deep);font-size:clamp(40px,6vw,68px);line-height:1;letter-spacing:-.05em}.dollar-page-header p{margin:0;color:var(--muted);font:19px/1.45 var(--serif)}.dollar-page-header>small{padding:10px 13px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:9px;white-space:nowrap}.dollar-page-header>small i{margin-right:6px;color:var(--brand)}.dollar-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dollar-card{padding:23px;border:1px solid var(--line);border-top:4px solid var(--brand);border-radius:9px;background:#fff;box-shadow:0 15px 35px rgb(22 31 48/.07)}.dollar-card>header{display:flex;align-items:start;justify-content:space-between;gap:12px}.dollar-card>header>div{display:grid;gap:4px}.dollar-card>header span:first-child{color:var(--ink-deep);font-size:15px;font-weight:900}.dollar-card>header small{color:var(--muted);font-size:8px;text-transform:uppercase}.dollar-card>strong{display:block;margin:20px 0 15px;color:var(--ink-deep);font-size:36px;letter-spacing:-.04em}.dollar-trend{display:inline-flex;align-items:center;gap:5px;padding:6px 8px;border-radius:20px;background:#f0f2f5!important;color:#687386!important;font-size:8px!important;text-transform:uppercase}.dollar-card.is-up{border-top-color:#d93a4b}.dollar-card.is-up .dollar-trend{color:#bc2438!important;background:#fff0f2!important}.dollar-card.is-down{border-top-color:#159567}.dollar-card.is-down .dollar-trend{color:#08754f!important;background:#eaf9f3!important}.dollar-values{display:flex;justify-content:space-between;gap:10px;padding-top:13px;border-top:1px solid var(--line)}.dollar-values span{display:grid;gap:3px;color:var(--muted);font-size:8px;text-transform:uppercase}.dollar-values b{color:var(--ink-deep);font-size:12px}.dollar-sparkline{height:54px;margin-top:16px}.dollar-sparkline svg{width:100%;height:100%;overflow:visible}.dollar-sparkline polyline{stroke:var(--brand);stroke-width:2}.dollar-sparkline>span{display:grid;place-items:center;height:100%;color:var(--muted);font-size:8px;text-align:center}.dollar-history-panel{margin-top:42px}.dollar-history-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.dollar-history-grid>article{padding:20px;border:1px solid var(--line);background:#fff}.dollar-history-grid h3{margin:0 0 14px;color:var(--ink-deep);font-size:17px}.dollar-history-list{display:grid}.dollar-history-list>div{display:grid;grid-template-columns:1fr auto auto;gap:12px;padding:10px 0;border-top:1px solid var(--line);font-size:9px}.dollar-history-list time{color:var(--muted)}.dollar-history-list span{color:var(--muted)}.dollar-history-list b{color:var(--ink-deep)}.dollar-source{margin-top:18px;color:var(--muted);font-size:9px}.dollar-source i{margin-right:5px;color:var(--brand)}
.article-hero{position:relative}.article-hero figcaption{color:#667085;font:12px/1.45 var(--sans)}.article-hero.has-caption-below figcaption{padding:10px 2px;border-bottom:1px solid var(--line)}.article-hero.has-caption-overlay figcaption{position:absolute;right:0;bottom:0;left:0;padding:32px 18px 13px;color:#fff;background:linear-gradient(transparent,rgb(10 15 24/.82))}.article-listen{width:min(100%,1080px);display:grid;grid-template-columns:auto 1fr auto auto auto;align-items:center;gap:12px;margin:-22px auto 38px;padding:14px 17px;border:1px solid var(--line);border-radius:9px;background:#fafbfc}.article-listen-icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;color:#fff;background:var(--brand)}.article-listen-copy{display:grid;gap:2px}.article-listen-copy strong{color:var(--ink-deep);font-size:12px}.article-listen-copy span{color:var(--muted);font-size:9px}.article-listen button{min-height:36px;padding:0 13px;border:1px solid var(--brand);border-radius:5px;color:#fff;background:var(--brand);font-weight:800;cursor:pointer}.article-listen button[data-listen-stop]{width:36px;padding:0;color:var(--brand);background:#fff}.article-listen button:disabled{opacity:.45;cursor:not-allowed}.article-listen label{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:8px;text-transform:uppercase}.article-listen select{height:36px;border:1px solid var(--line);background:#fff}.article-share-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-top:28px;padding:20px;border:1px solid var(--line);border-left:4px solid var(--brand);background:#fafbfc}.article-share-bottom>div:first-child{display:grid;gap:3px}.article-share-bottom>div:first-child span{color:var(--brand);font-size:8px;font-weight:900;text-transform:uppercase}.article-share-bottom>div:first-child strong{color:var(--ink-deep);font-size:13px}
.article-body figure figcaption{margin-top:7px;padding-bottom:8px;border-bottom:1px solid var(--line);color:#667085;font:11px/1.5 var(--sans)}
@media(max-width:900px){.dollar-card-grid,.dollar-history-grid{grid-template-columns:1fr}.article-listen{width:min(100%,930px)}}
@media(max-width:640px){.currency-grid{min-height:50px}.currency-grid>a{flex-direction:column;gap:2px;padding:7px 3px;text-align:center}.currency-grid span{font-size:7px;letter-spacing:.07em}.currency-grid strong{font-size:13px}.dollar-page{padding:30px 16px 65px}.dollar-page-header{align-items:flex-start;flex-direction:column}.dollar-page-header h1{font-size:42px}.dollar-card>strong{font-size:33px}.dollar-history-list>div{grid-template-columns:1fr auto}.dollar-history-list span:first-of-type{display:none}.article-hero.has-caption-below figcaption{padding:10px 16px}.article-listen{grid-template-columns:auto 1fr auto;margin:-14px 0 28px;padding:12px}.article-listen button[data-listen-stop]{display:none}.article-listen label{grid-column:2/4}.article-share-bottom{align-items:flex-start;flex-direction:column}.article-share-bottom .share-row{display:flex}}
