:root{--ink:#101318;--muted:#667085;--line:#d8dee8;--paper:#f6f7f9;--accent:#0f766e}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:var(--paper)}a{color:inherit;text-decoration:none}.topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px clamp(16px,4vw,48px);border-bottom:1px solid var(--line);background:rgba(255,255,255,.95);position:sticky;top:0;z-index:5}.brand{display:flex;align-items:center;gap:11px;font-weight:850}.brand-mark{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--accent);font-weight:900}.nav{display:flex;flex-wrap:wrap;gap:8px}.nav a,.button,.chip{padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#263043;font-size:14px}.button.primary{background:var(--accent);color:#fff;border-color:transparent;font-weight:760}.hero{padding:18px clamp(16px,4vw,48px);display:grid;gap:9px}.hero h1{margin:0;max-width:940px;font-size:clamp(28px,4vw,48px);line-height:1.08}.hero p{margin:0;max-width:820px;color:#4a5568;font-size:15px;line-height:1.45}.ticker{overflow:hidden;border-block:1px solid var(--line);background:#fff;white-space:nowrap}.ticker span{display:inline-block;padding:9px 18px;color:#3d4758;font-size:13px}.band{padding:18px clamp(16px,4vw,48px)}.section-title{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:12px}.section-title h2{margin:0;font-size:clamp(22px,2.4vw,31px)}.section-title p{margin:0;color:var(--muted);max-width:620px;font-size:13px}.grid{display:grid;gap:12px}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px;min-width:0}.news-card{display:grid;gap:7px;align-content:start;overflow:hidden}.news-card img{width:100%;height:96px;object-fit:cover;display:block;border:1px solid var(--line);border-radius:6px}.meta{display:flex;gap:8px;flex-wrap:wrap;color:var(--muted);font-size:11px}.news-card h3{font-size:15px;line-height:1.22;margin:0}.news-card p{margin:0;color:#5b6473;font-size:12px;line-height:1.35}.source-line{padding-top:6px;border-top:1px solid var(--line);font-size:10px;color:var(--muted)}.metrics-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.metric{border:1px solid var(--line);border-radius:8px;padding:13px;background:#fff}.metric span{display:block;color:#52627a;font-size:13px}.metric strong{font-size:22px}.article-page{max-width:920px;margin:0 auto;padding:26px clamp(16px,4vw,42px) 54px}.back-link{display:inline-flex;margin-bottom:18px;color:var(--muted);font-size:14px}.article-hero{display:grid;gap:14px}.article-hero h1{margin:0;font-size:clamp(30px,5vw,54px);line-height:1.04}.article-hero img{width:100%;max-height:430px;object-fit:cover;border-radius:8px;border:1px solid var(--line)}.article-body{display:grid;gap:16px;margin-top:22px;font-size:18px;line-height:1.65;color:#344054}.article-body p{margin:0}.source-notes{margin-top:24px;padding:14px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#4b5565}.source-notes h2{margin:0 0 10px;font-size:18px}.source-notes dl{display:grid;grid-template-columns:150px 1fr;gap:8px 14px;margin:0}.source-notes dt{font-weight:800;color:#263043}.source-notes dd{margin:0;color:var(--muted)}.footer{padding:24px clamp(16px,4vw,48px);border-top:1px solid var(--line);color:var(--muted);background:#fff}@media(max-width:900px){.topbar,.section-title{display:grid;grid-template-columns:1fr}.grid.cols-3,.metrics-grid{grid-template-columns:1fr}.news-card img{height:130px}.source-notes dl{grid-template-columns:1fr}}

.archive-link{font-weight:760}
.archive-page{max-width:1160px;margin:0 auto;padding:28px clamp(16px,4vw,48px) 56px}
.archive-head{display:grid;gap:10px;margin-bottom:22px}
.archive-head h1{margin:0;font-size:clamp(30px,4vw,50px);line-height:1.04}
.archive-head p{margin:0;color:var(--muted);max-width:760px;line-height:1.5}
.archive-year{margin-top:26px}
.archive-year h2{font-size:28px;margin:0 0 12px}
.archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.archive-card{display:grid;gap:8px;background:#fff;border:1px solid var(--line);border-radius:8px;padding:12px;overflow:hidden}
.archive-card img{width:100%;height:112px;object-fit:cover;border-radius:6px;border:1px solid var(--line)}
.archive-card time{color:var(--muted);font-size:12px}
.archive-card h3{margin:0;font-size:16px;line-height:1.22}
.archive-card p{margin:0;color:#5b6473;font-size:13px;line-height:1.38}
@media(max-width:900px){.archive-grid{grid-template-columns:1fr}.archive-card img{height:150px}}

.hero{grid-template-columns:minmax(0,1fr) 280px;align-items:center;gap:20px;background:linear-gradient(120deg,#f6f7f9 0%,#eef7f5 58%,#dff5ed 100%);padding-block:22px}.hero h1{line-height:1.12}.hero p{line-height:1.5}.hero-panel{display:grid;gap:8px;padding:14px;border:1px solid var(--line);border-radius:8px;background:rgba(255,255,255,.86)}.hero-panel strong{font-size:15px}.hero-panel span{padding:8px 10px;border-radius:7px;background:#fff;border:1px solid var(--line);font-weight:750;color:var(--accent)}.search-band{padding-bottom:8px}.search-box{display:grid;grid-template-columns:1fr auto;gap:10px;max-width:780px}.search-box input{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;padding:12px 13px;font:inherit;color:var(--ink)}.search-box button{border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 14px;font:inherit;cursor:pointer}.search-status{margin:8px 0 0;color:var(--muted);font-size:13px}.news-card[hidden]{display:none}@media(max-width:900px){.hero{grid-template-columns:1fr}.search-box{grid-template-columns:1fr}}

.contact-page{max-width:1120px;margin:0 auto;padding:34px clamp(16px,4vw,48px) 58px}.contact-hero{display:grid;gap:10px;margin-bottom:18px}.contact-hero h1{margin:0;font-size:clamp(34px,5vw,58px);line-height:1.04}.contact-hero p{margin:0;max-width:760px;color:var(--muted);font-size:16px;line-height:1.55}.contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:18px}.contact-card{display:grid;gap:9px}.contact-card h2,.contact-note h2{margin:0;font-size:20px;line-height:1.2}.contact-card p,.contact-note p{margin:0;color:#5b6473;line-height:1.5}.contact-label{width:max-content;border-radius:7px;background:#e7f5f1;color:#0f766e;font-weight:800;font-size:12px;padding:6px 9px}.contact-note{margin-top:12px}@media(max-width:900px){.contact-grid{grid-template-columns:1fr}}

.legacy-page{max-width:1120px;margin:0 auto;padding:34px clamp(16px,4vw,48px) 58px}.legacy-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:18px 0 12px}.legacy-card{display:grid;gap:9px}.legacy-card h2{margin:0;font-size:20px;line-height:1.2}.legacy-card p{margin:0;color:#5b6473;line-height:1.5}@media(max-width:900px){.legacy-grid{grid-template-columns:1fr}}

.legacy-entry{margin-bottom:28px}.legacy-entry .archive-grid{grid-template-columns:minmax(0,420px)}.archive-placeholder{height:112px;display:grid;place-items:center;border-radius:6px;border:1px solid var(--line);background:linear-gradient(135deg,#0f766e,#dff5ed);color:#fff;font-size:46px;font-weight:900}.legacy-entry .archive-card{border-color:#9ccfc6;background:#fbfffe}

.nav-search-toggle{padding:8px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#263043;font:inherit;font-size:14px;cursor:pointer}.nav-search-toggle:hover,.search-box button:hover{border-color:#9fb3c8}.header-search{padding:10px clamp(16px,4vw,48px);border-bottom:1px solid var(--line);background:#fff}.header-search[hidden]{display:none}.search-box.compact{max-width:620px;margin-left:auto}.search-box.compact input{padding:10px 12px}.search-box.compact button{min-height:40px}.header-search .search-status{max-width:620px;margin-left:auto}@media(max-width:900px){.search-box.compact,.header-search .search-status{max-width:none;margin-left:0}}

.nav-search-field{display:flex;align-items:center;width:190px;height:44px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:0 10px}.nav-search-field input{width:100%;min-width:0;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:#263043}.nav-search-field:focus-within{border-color:#0f766e;box-shadow:0 0 0 3px rgba(15,118,110,.12)}@media(max-width:1100px){.nav-search-field{width:150px}}@media(max-width:900px){.nav-search-field{width:100%}}

:root{--ink:#111827;--muted:#64748b;--line:#d6dde8;--paper:#f3f6f4;--accent:#0f766e;--dark:#071f1a;--warm:#eab308}.market-header{position:sticky;top:0;z-index:20;display:grid;grid-template-columns:auto minmax(260px,1fr) auto;gap:14px;align-items:center;padding:12px clamp(16px,4vw,42px);background:#fff;border-bottom:1px solid var(--line)}.market-header .brand{display:flex;align-items:center;gap:10px;font-size:17px;white-space:nowrap}.market-header .brand-mark{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;background:var(--accent);color:#fff;font-weight:900}.global-search{height:42px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:6px;background:#f8fafc;padding:0 12px;min-width:0}.global-search span{font-size:11px;text-transform:uppercase;font-weight:800;color:var(--accent)}.global-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;font-size:14px;color:var(--ink);min-width:0}.global-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(15,118,110,.14)}.market-header .nav{display:flex;gap:7px;align-items:center;justify-content:flex-end;flex-wrap:wrap}.market-header .nav a,.market-header .button{border:1px solid var(--line);background:#fff;border-radius:6px;padding:10px 12px;font-size:13px;font-weight:700;color:#253044}.market-header .button.primary{background:var(--accent);border-color:var(--accent);color:#fff}.quote-strip{overflow:hidden;white-space:nowrap;background:var(--dark);color:#fff;border-bottom:3px solid var(--warm)}.quote-strip span{display:inline-block;padding:9px clamp(16px,4vw,42px);font-size:13px}main{max-width:1280px;margin:0 auto}.front-grid{display:grid;grid-template-columns:minmax(0,1.35fr) 330px;grid-template-areas:"lead rail" "stack rail";gap:14px;padding:18px clamp(16px,4vw,42px)}.lead-story,.right-rail,.side-story,.news-card,.source-policy{background:#fff;border:1px solid var(--line);border-radius:6px;overflow:hidden}.lead-story{grid-area:lead;padding:14px}.desk-line{display:flex;justify-content:space-between;gap:10px;color:var(--accent);font-size:12px;text-transform:uppercase;font-weight:900;margin-bottom:10px}.lead-story img{width:100%;height:260px;object-fit:cover;border-radius:4px;border:1px solid var(--line)}.lead-story h1{margin:12px 0 8px;font-size:clamp(30px,4.4vw,54px);line-height:1.02;letter-spacing:0}.lead-story p{margin:0;color:#435166;font-size:16px;line-height:1.48}.right-rail{grid-area:rail;padding:14px;background:var(--dark);color:#fff;border-color:var(--dark)}.rail-title{display:flex;justify-content:space-between;align-items:center;text-transform:uppercase;font-size:12px;color:#cbd5e1}.rail-title strong{color:var(--warm)}.terminal-grid{display:grid;gap:8px;margin:14px 0}.terminal-cell{border:1px solid rgba(255,255,255,.2);border-radius:5px;padding:10px;background:rgba(255,255,255,.06)}.terminal-cell span{display:block;color:#cbd5e1;font-size:12px}.terminal-cell strong{display:block;margin-top:4px;font-size:24px;color:#fff}.rail-note{border-top:1px solid rgba(255,255,255,.22);padding-top:12px}.rail-note p{margin:6px 0 0;color:#dbe4f0;line-height:1.4}.top-stack{grid-area:stack;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.side-story,.news-card{padding:12px;display:grid;gap:8px;align-content:start}.side-story .media img,.news-card .media img{width:100%;height:126px;object-fit:cover;border-radius:4px;border:1px solid var(--line)}.story-meta{display:flex;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:11px;text-transform:uppercase;font-weight:800}.side-story h3,.news-card h3{margin:0;font-size:18px;line-height:1.18}.side-story p,.news-card p{margin:0;color:#4b5565;font-size:13px;line-height:1.38}.story-band{padding:0 clamp(16px,4vw,42px) 18px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:4px 0 12px}.section-head h2{margin:0;font-size:28px}.section-head p{margin:0;color:var(--muted);font-size:13px}.story-grid.dense{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.source-policy{margin:0 clamp(16px,4vw,42px) 24px;padding:16px}.source-policy h2{margin:0 0 6px;font-size:20px}.source-policy p{margin:0;color:#4b5565;line-height:1.5}.article-page{max-width:860px;margin:24px auto;padding:0 18px}.back-link{display:inline-block;margin-bottom:14px;color:var(--accent);font-weight:800}.article-hero{background:#fff;border:1px solid var(--line);border-radius:6px;padding:16px}.article-hero .meta{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:12px;text-transform:uppercase;font-weight:800}.article-hero h1{font-size:clamp(30px,5vw,56px);line-height:1.03;margin:12px 0}.article-hero img{width:100%;height:auto;border-radius:4px;border:1px solid var(--line)}.article-body{background:#fff;border:1px solid var(--line);border-radius:6px;margin-top:14px;padding:22px;font-size:18px;line-height:1.65}.footer{padding:24px clamp(16px,4vw,42px);background:#fff;border-top:1px solid var(--line);color:var(--muted)}[hidden]{display:none!important}@media(max-width:1050px){.market-header{grid-template-columns:1fr}.market-header .nav{justify-content:flex-start}.front-grid{grid-template-columns:1fr;grid-template-areas:"lead" "rail" "stack"}.story-grid.dense{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.top-stack,.story-grid.dense{grid-template-columns:1fr}.lead-story img{height:190px}.market-header .nav a,.market-header .button{padding:9px 10px}.lead-story h1{font-size:30px}}
.terminal-grid.indicators{gap:10px}.terminal-cell.indicator{position:relative;overflow:hidden;padding:12px 12px 12px 16px}.terminal-cell.indicator:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#94a3b8}.terminal-cell.indicator.up:before{background:#22c55e}.terminal-cell.indicator.down:before{background:#f59e0b}.terminal-cell.indicator.flat:before{background:#38bdf8}.terminal-cell.indicator span{font-size:11px;letter-spacing:.02em;text-transform:uppercase}.terminal-cell.indicator strong{font-size:18px;line-height:1.15;text-transform:none}
/* Bloomberg-style dense editorial grid */
body{background:#f7f7f3;overflow-x:hidden}.bb-page{max-width:1500px;margin:0 auto}.bloomberg-head{grid-template-columns:auto minmax(260px,520px) auto;border-bottom:3px solid #111827}.bloomberg-head .nav a{border-color:#c9ced8;background:#fff}.bb-ticker{background:#111827;border-bottom:4px solid var(--accent)}.bb-lede{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(300px,.7fr) 330px;gap:0;padding:0 clamp(18px,3vw,46px);border-bottom:1px solid var(--line);align-items:start}.bb-lede>*,.topic-section{border-left:1px solid var(--line)}.bb-lede>*:last-child{border-right:1px solid var(--line)}.bb-main{background:#fff;padding:18px;min-width:0}.bb-main .news-card{border:0;border-radius:0;padding:0;background:transparent;overflow:hidden}.bb-main .news-card .media img{height:290px;border-radius:0;object-fit:cover}.bb-main .news-card h3{font-size:clamp(28px,3.1vw,44px);line-height:1.02;font-weight:900;letter-spacing:0;overflow-wrap:anywhere}.bb-main .news-card p{font-size:16px;line-height:1.45}.bb-column{background:#fff;padding:14px 16px;display:grid;grid-template-columns:1fr;gap:0;align-content:start;min-width:0}.section-kicker{font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);border-bottom:2px solid #111827;padding-bottom:8px}.bb-column .news-card{border:0;border-radius:0;border-bottom:1px solid var(--line);padding:13px 0;background:transparent;overflow:hidden}.bb-column .news-card .media img{height:112px;border-radius:0}.bb-column .news-card h3{font-size:18px;line-height:1.13;overflow-wrap:anywhere}.bb-lede .right-rail{position:sticky;top:84px;border-radius:0;border:0;background:#111827;min-width:0}.bb-latest{padding-top:18px}.topic-section{padding:16px clamp(18px,3vw,46px);border-bottom:1px solid var(--line);background:#fff}.topic-section .section-head{align-items:center;margin:0 0 12px;border-top:3px solid #111827;padding-top:10px}.topic-section .section-head h2{font-size:24px;text-transform:uppercase;letter-spacing:0}.topic-section .story-grid.dense{grid-template-columns:repeat(5,minmax(0,1fr));gap:0;border-top:1px solid var(--line);border-left:1px solid var(--line)}.topic-section .news-card{border:0;border-right:1px solid var(--line);border-bottom:1px solid var(--line);border-radius:0;padding:10px;background:#fff;overflow:hidden}.topic-section .news-card .media img{height:95px;border-radius:0;object-fit:cover}.topic-section .news-card h3{font-size:15px;line-height:1.15;overflow-wrap:anywhere}.topic-section .news-card p{font-size:12px;line-height:1.32}.story-meta{font-size:10px}.source-policy{border-radius:0;background:#fff}.footer{background:#111827;color:#dbe4f0}@media(max-width:1180px){.bb-lede{grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"main rail" "column rail"}.bb-main{grid-area:main}.bb-column{grid-area:column}.bb-lede .right-rail{grid-area:rail}.topic-section .story-grid.dense{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:820px){.bloomberg-head{grid-template-columns:1fr}.bb-lede{grid-template-columns:1fr;padding:0 14px}.bb-lede>*{border-right:1px solid var(--line)}.bb-lede .right-rail{position:static}.bb-main .news-card .media img{height:220px}.bb-main .news-card h3{font-size:30px}.topic-section{padding:14px}.topic-section .story-grid.dense{grid-template-columns:1fr}.topic-section .news-card .media img{height:150px}}
/* Stable newsroom frame: prevents oversized art, cropped text and drifting columns */
.bb-page{width:min(100%,1680px);max-width:1680px;margin:0 auto;background:#fff}
.bb-lede{grid-template-columns:minmax(0,1.35fr) minmax(280px,.82fr) minmax(300px,360px);padding:0 24px;gap:0}
.bb-main,.bb-column,.bb-lede .right-rail{width:100%;max-width:100%;min-width:0}
.news-card{min-width:0;max-width:100%}
.news-card .media{display:block;width:100%;min-width:0;overflow:hidden;background:#eef2f7;border:1px solid var(--line)}
.news-card .media img,.side-story .media img,.lead-story img{display:block;width:100%;max-width:100%;object-fit:contain;background:#eef2f7;border:0;border-radius:0}
.bb-main .news-card .media img{height:260px}
.bb-column .news-card .media img{height:98px}
.topic-section .news-card .media img{height:88px}
.bb-main .news-card h3{font-size:34px;line-height:1.04;margin:12px 0 8px}
.bb-column .news-card h3{font-size:17px;line-height:1.14;margin:7px 0 6px}
.topic-section .news-card h3{font-size:14px;line-height:1.18;margin:6px 0}
.news-card h3,.news-card p{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}
.bb-main .news-card h3{-webkit-line-clamp:4}.bb-main .news-card p{-webkit-line-clamp:3}
.bb-column .news-card h3{-webkit-line-clamp:3}.bb-column .news-card p{-webkit-line-clamp:2}
.topic-section .news-card h3{-webkit-line-clamp:3}.topic-section .news-card p{-webkit-line-clamp:2}
.bb-column .news-card{min-height:0}
.right-rail{align-self:start}
.topic-section .story-grid.dense{grid-template-columns:repeat(4,minmax(0,1fr))}
@media(min-width:1450px){.topic-section .story-grid.dense{grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(max-width:1180px){.bb-lede{grid-template-columns:minmax(0,1fr) 320px;grid-template-areas:"main rail" "column rail";padding:0 18px}.topic-section .story-grid.dense{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.bb-lede{grid-template-columns:1fr;grid-template-areas:"main" "column" "rail";padding:0 12px}.bb-main .news-card .media img{height:210px}.bb-main .news-card h3{font-size:28px}.topic-section .story-grid.dense{grid-template-columns:1fr}.topic-section .news-card .media img{height:145px}.bloomberg-head{grid-template-columns:1fr}.global-search{width:100%}}
/* Full-width newspaper lock: keep the page filled instead of leaving a blank right side */
html,body{width:100%;min-width:0}
main.bb-page{display:block;width:100%;max-width:none;margin:0;background:#fff}
.bb-ticker span{display:block;padding:11px clamp(18px,2.6vw,52px)}
.bb-lede{width:100%;display:grid!important;grid-template-columns:minmax(280px,1.2fr) minmax(260px,.86fr) minmax(260px,.82fr)!important;grid-template-areas:"main column rail"!important;padding:0 clamp(18px,2.6vw,52px)!important;align-items:start}
.bb-main{grid-area:main!important}.bb-column{grid-area:column!important}.bb-lede .right-rail{grid-area:rail!important;position:static!important;display:block!important;margin:0!important}
.bb-main,.bb-column,.right-rail{min-height:620px}
.bb-main .news-card .media,.bb-column .news-card .media,.topic-section .news-card .media{aspect-ratio:16/9;height:auto}
.bb-main .news-card .media img,.bb-column .news-card .media img,.topic-section .news-card .media img{height:100%!important;object-fit:contain!important;object-position:center center!important}
.bb-main .news-card h3{font-size:clamp(26px,2.2vw,42px)!important;max-height:4.2em}
.bb-main .news-card p{font-size:16px!important;max-height:4.4em}
.bb-column .news-card{padding:12px 0!important}.bb-column .news-card h3{font-size:18px!important;max-height:3.45em}.bb-column .news-card p{font-size:14px!important;max-height:2.9em}
.right-rail{border-left:1px solid var(--line)!important;border-right:1px solid var(--line)!important;padding:18px!important}
.terminal-cell strong{font-size:20px!important}
.topic-section{padding-left:clamp(18px,2.6vw,52px)!important;padding-right:clamp(18px,2.6vw,52px)!important}
.topic-section .story-grid.dense{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.topic-section .news-card{min-height:238px}.topic-section .news-card h3{font-size:14px!important;max-height:3.55em}.topic-section .news-card p{font-size:12px!important;max-height:2.75em}
@media(max-width:1350px){.bb-lede{grid-template-columns:minmax(260px,1.05fr) minmax(250px,.9fr) minmax(240px,.78fr)!important}.topic-section .story-grid.dense{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:900px){.bb-lede{grid-template-columns:1fr!important;grid-template-areas:"main" "column" "rail"!important}.bb-main,.bb-column,.right-rail{min-height:0}.topic-section .story-grid.dense{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.topic-section .story-grid.dense{grid-template-columns:1fr!important}.bb-main .news-card h3{font-size:28px!important}}
/* Fix5: wide newsroom layout with no empty right gutter */
body{background:#fff!important}
main.bb-page{display:block!important;width:100%!important;max-width:none!important;margin:0!important;background:#fff!important}
.bb-ticker span{display:block!important;padding:12px clamp(22px,2.8vw,56px)!important}
.bb-lede{display:flex!important;flex-wrap:nowrap!important;width:100%!important;max-width:none!important;gap:0!important;padding:0 clamp(22px,2.8vw,56px)!important;align-items:stretch!important;border-bottom:1px solid var(--line)!important}
.bb-main{flex:0 1 42%!important;max-width:42%!important;min-width:0!important;padding:20px 20px 20px 0!important;border-left:0!important}
.bb-column{flex:0 1 30%!important;max-width:30%!important;min-width:0!important;padding:20px!important;border-left:1px solid var(--line)!important}
.bb-lede .right-rail{flex:1 1 28%!important;max-width:none!important;min-width:240px!important;position:static!important;margin:0!important;padding:20px!important;border-left:1px solid var(--line)!important;border-right:0!important;background:#111827!important;color:#fff!important}
.bb-main,.bb-column,.right-rail{min-height:0!important}
.bb-main .news-card,.bb-column .news-card{width:100%!important;max-width:100%!important;overflow:hidden!important}
.bb-main .news-card .media,.bb-column .news-card .media{width:100%!important;height:auto!important;aspect-ratio:16/9!important;margin:0 0 12px!important;background:#eef2f7!important;overflow:hidden!important}
.bb-main .news-card .media img,.bb-column .news-card .media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border-radius:0!important}
.bb-main .news-card h3{font-size:clamp(26px,1.9vw,38px)!important;line-height:1.05!important;max-height:4.25em!important;overflow:hidden!important}
.bb-main .news-card p{font-size:16px!important;line-height:1.38!important;max-height:4.2em!important;overflow:hidden!important}
.bb-column .news-card h3{font-size:18px!important;line-height:1.12!important;max-height:3.4em!important;overflow:hidden!important}
.bb-column .news-card p{font-size:14px!important;line-height:1.35!important;max-height:2.8em!important;overflow:hidden!important}
.topic-section{padding:18px clamp(22px,2.8vw,56px)!important}
.topic-section .story-grid.dense{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important}
.topic-section .news-card .media{aspect-ratio:16/9!important;height:auto!important}
.topic-section .news-card .media img{width:100%!important;height:100%!important;object-fit:contain!important}
.topic-section .news-card h3{font-size:15px!important;line-height:1.16!important;max-height:3.5em!important;overflow:hidden!important}
.topic-section .news-card p{font-size:12px!important;line-height:1.35!important;max-height:2.8em!important;overflow:hidden!important}
@media(max-width:1120px){.bb-lede{padding:0 18px!important}.bb-main{flex-basis:45%!important;max-width:45%!important}.bb-column{flex-basis:32%!important;max-width:32%!important}.bb-lede .right-rail{flex-basis:23%!important;min-width:200px!important;padding:16px!important}.topic-section .story-grid.dense{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:820px){.bb-lede{display:block!important;padding:0 14px!important}.bb-main,.bb-column,.bb-lede .right-rail{max-width:none!important;width:100%!important;padding:16px 0!important;border-left:0!important}.bb-lede .right-rail{padding:16px!important}.bb-main .news-card h3{font-size:28px!important}.topic-section .story-grid.dense{grid-template-columns:1fr!important}}
/* Fix6: fill every column with stories instead of leaving tall empty spaces */
.filled-lede{display:grid!important;grid-template-columns:minmax(0,1.2fr) minmax(0,1.15fr) minmax(260px,.7fr)!important;gap:0!important;align-items:start!important;padding:0 clamp(22px,2.8vw,56px)!important}
.filled-lede .bb-main,.filled-lede .bb-column{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:0!important;align-content:start!important;max-width:none!important;width:100%!important;border-left:1px solid var(--line)!important;padding:0!important}
.filled-lede .bb-column{border-right:1px solid var(--line)!important}
.filled-lede .section-kicker{grid-column:1/-1;margin:0;padding:12px 14px 10px!important;border-bottom:2px solid #111827!important;background:#fff!important}
.filled-lede .bb-main .news-card,.filled-lede .bb-column .news-card{border:0!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;background:#fff!important;padding:12px!important;min-height:0!important}
.filled-lede .bb-main .news-card:nth-child(2n),.filled-lede .bb-column .news-card:nth-child(2n+1){border-right:0!important}
.filled-lede .news-card .media{width:100%!important;aspect-ratio:16/9!important;height:auto!important;margin:0 0 9px!important;background:#edf2f7!important;overflow:hidden!important}
.filled-lede .news-card .media img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important}
.filled-lede .bb-main .news-card h3,.filled-lede .bb-column .news-card h3{font-size:18px!important;line-height:1.14!important;max-height:3.5em!important;margin:6px 0!important;overflow:hidden!important}
.filled-lede .bb-main .news-card:first-child h3{font-size:24px!important;line-height:1.08!important;max-height:3.3em!important}
.filled-lede .news-card p{font-size:13px!important;line-height:1.35!important;max-height:2.8em!important;overflow:hidden!important}
.filled-lede .right-rail{grid-column:auto!important;grid-area:auto!important;min-width:0!important;max-width:none!important;width:100%!important;height:auto!important;align-self:stretch!important;position:static!important}
.topic-section .story-grid.dense{grid-template-columns:repeat(6,minmax(0,1fr))!important}
@media(max-width:1500px){.topic-section .story-grid.dense{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:1180px){.filled-lede{grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important}.filled-lede .right-rail{grid-column:1/-1!important}.topic-section .story-grid.dense{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:760px){.filled-lede{grid-template-columns:1fr!important}.filled-lede .bb-main,.filled-lede .bb-column{grid-template-columns:1fr!important;border-right:1px solid var(--line)!important}.filled-lede .right-rail{grid-column:auto!important}.topic-section .story-grid.dense{grid-template-columns:1fr!important}}
/* Fix7: full-width Bloomberg-inspired mosaic, no side voids */
.wide-page{width:100%!important;max-width:none!important;margin:0!important;background:#fff!important}
.wide-hero{display:grid!important;grid-template-columns:minmax(0,1.7fr) minmax(320px,.8fr) minmax(280px,.55fr)!important;gap:0!important;padding:0 clamp(22px,2.8vw,56px)!important;border-bottom:1px solid var(--line)!important}
.lead-mosaic{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:0!important;border-left:1px solid var(--line)!important}
.lead-mosaic .news-card{border:0!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:12px!important;background:#fff!important;min-height:260px!important;overflow:hidden!important}
.lead-mosaic .news-card:first-child{grid-column:span 2!important;grid-row:span 2!important;min-height:520px!important}
.lead-mosaic .news-card .media,.headline-rail .news-card .media,.topic-section .news-card .media{display:block!important;width:100%!important;aspect-ratio:16/9!important;height:auto!important;background:#eef2f7!important;overflow:hidden!important;margin:0 0 9px!important}
.lead-mosaic .news-card .media img,.headline-rail .news-card .media img,.topic-section .news-card .media img{display:block!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;border:0!important;border-radius:0!important}
.lead-mosaic .news-card h3{font-size:18px!important;line-height:1.13!important;margin:6px 0!important;max-height:3.45em!important;overflow:hidden!important}
.lead-mosaic .news-card:first-child h3{font-size:clamp(30px,2.8vw,52px)!important;line-height:1.03!important;max-height:4.15em!important}
.lead-mosaic .news-card p,.headline-rail .news-card p{font-size:13px!important;line-height:1.35!important;max-height:2.8em!important;overflow:hidden!important}
.headline-rail{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:0!important;border-right:1px solid var(--line)!important;background:#fff!important}
.headline-rail .section-kicker{padding:12px 14px 10px!important;border-bottom:2px solid #111827!important;color:var(--accent)!important;font-weight:900!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.headline-rail .news-card{border:0!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:12px!important;background:#fff!important;min-height:0!important;overflow:hidden!important}
.headline-rail .news-card h3{font-size:17px!important;line-height:1.14!important;margin:6px 0!important;max-height:3.45em!important;overflow:hidden!important}
.wide-hero .right-rail{position:static!important;border-radius:0!important;border:0!important;background:#111827!important;color:#fff!important;min-width:0!important;width:100%!important;max-width:none!important;padding:18px!important;align-self:stretch!important}
.wide-hero .terminal-grid{display:grid!important;grid-template-columns:1fr!important}
.story-band.bb-latest{padding:18px clamp(22px,2.8vw,56px) 8px!important}
.topic-section{padding:18px clamp(22px,2.8vw,56px)!important}
.topic-section .story-grid.dense{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:0!important;border-left:1px solid var(--line)!important;border-top:1px solid var(--line)!important}
.topic-section .news-card{border:0!important;border-right:1px solid var(--line)!important;border-bottom:1px solid var(--line)!important;border-radius:0!important;padding:10px!important;min-height:238px!important}
.topic-section .news-card h3{font-size:15px!important;line-height:1.15!important;max-height:3.45em!important;overflow:hidden!important}
.topic-section .news-card p{font-size:12px!important;line-height:1.32!important;max-height:2.7em!important;overflow:hidden!important}
@media(max-width:1500px){.wide-hero{grid-template-columns:minmax(0,1.45fr) minmax(300px,.85fr) minmax(260px,.7fr)!important}.lead-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))!important}.topic-section .story-grid.dense{grid-template-columns:repeat(5,minmax(0,1fr))!important}}
@media(max-width:1160px){.wide-hero{grid-template-columns:minmax(0,1fr) minmax(280px,.72fr)!important}.wide-hero .right-rail{grid-column:1/-1!important}.lead-mosaic{grid-template-columns:repeat(3,minmax(0,1fr))!important}.topic-section .story-grid.dense{grid-template-columns:repeat(4,minmax(0,1fr))!important}}
@media(max-width:860px){.wide-hero{grid-template-columns:1fr!important;padding:0 14px!important}.lead-mosaic{grid-template-columns:repeat(2,minmax(0,1fr))!important}.lead-mosaic .news-card:first-child{grid-column:span 2!important;min-height:360px!important}.headline-rail{border-left:1px solid var(--line)!important}.topic-section .story-grid.dense{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.lead-mosaic,.topic-section .story-grid.dense{grid-template-columns:1fr!important}.lead-mosaic .news-card:first-child{grid-column:auto!important;min-height:0!important}.lead-mosaic .news-card:first-child h3{font-size:28px!important}}
/* Fix8: Bloomberg-like editorial sheet */
body{background:#f8f8f5!important;color:#000!important;font-family:Arial,Helvetica,sans-serif!important}
.market-header.bloomberg-head{position:sticky!important;top:0!important;z-index:50!important;display:grid!important;grid-template-columns:auto minmax(300px,650px) auto!important;gap:18px!important;align-items:center!important;max-width:1658px!important;margin:0 auto!important;padding:14px 44px!important;background:#fff!important;border-left:1px solid #b9b9b9!important;border-right:1px solid #b9b9b9!important;border-bottom:1px solid #b9b9b9!important}
.market-header .brand-mark{border-radius:7px!important}.market-header .nav a{border:1px solid #c8c8c8!important;border-radius:7px!important;background:#fff!important;color:#000!important;font-weight:700!important}
.global-search{height:52px!important;border:1px solid #cfd6e2!important;border-radius:7px!important;background:#f8fafc!important}.global-search span{font-weight:900!important;text-transform:uppercase!important;color:var(--accent)!important}
.global-search{position:relative!important;align-content:center!important}


.bbg-shell{max-width:1658px!important;margin:0 auto!important;background:#fff!important;border-left:1px solid #b9b9b9!important;border-right:1px solid #b9b9b9!important}
.security-strip{height:66px!important;display:flex!important;align-items:center!important;gap:14px!important;overflow:hidden!important;padding:0 44px!important;border-bottom:1px solid #b9b9b9!important;white-space:nowrap!important}
.security-strip>strong{font-size:18px!important;margin-right:6px!important}.quote-pill{display:inline-flex!important;align-items:center!important;gap:6px!important;background:#111!important;color:#fff!important;border-radius:8px!important;padding:9px 12px!important;font-size:18px!important;line-height:1!important}.quote-pill b{font-weight:900!important}.quote-pill em{font-style:normal!important;font-weight:900!important}.quote-pill.up em{color:#22c55e!important}.quote-pill.down em{color:#ef4444!important}.quote-pill.flat em{color:#d1d5db!important}
.bbg-title{padding:42px 44px 16px!important;border-bottom:1px solid #b9b9b9!important}.bbg-title h1{margin:0 0 18px!important;font-size:clamp(54px,5.2vw,76px)!important;line-height:.95!important;font-weight:900!important;letter-spacing:0!important}.section-tabs{display:flex!important;gap:26px!important;align-items:center!important;overflow:auto!important;border-top:1px solid #e5e5e5!important;padding-top:16px!important}.section-tabs a{font-size:21px!important;white-space:nowrap!important;color:#000!important}
.bbg-hero{display:grid!important;grid-template-columns:minmax(0,1.45fr) minmax(360px,1fr) 530px!important;gap:0!important;border-bottom:1px solid #b9b9b9!important}.hero-main{padding:40px 44px!important;border-right:1px solid #d7d7d7!important}.hero-stack{padding:40px 22px!important;border-right:1px solid #b9b9b9!important}.subscribe-panel{padding:40px 44px!important;background:#fff!important}
.hero-main .news-card,.hero-stack .news-card,.bbg-card-row .news-card{border:0!important;border-radius:0!important;background:#fff!important;padding:0!important;overflow:hidden!important}.hero-stack .news-card{padding:0 0 18px!important;margin:0 0 18px!important;border-bottom:1px solid #e1e1e1!important}
.hero-main .news-card .media,.hero-stack .news-card .media,.bbg-card-row .news-card .media{display:block!important;width:100%!important;aspect-ratio:16/9!important;background:#eef2f7!important;overflow:hidden!important;margin:0 0 12px!important}.hero-main .news-card .media img,.hero-stack .news-card .media img,.bbg-card-row .news-card .media img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;border:0!important;border-radius:0!important}
.hero-main .news-card h3{font-size:clamp(36px,3vw,54px)!important;line-height:1.02!important;margin:8px 0!important;font-weight:900!important;max-height:none!important}.hero-main .news-card p{font-size:20px!important;line-height:1.32!important;color:#1f2937!important;max-height:none!important}.hero-stack .news-card h3{font-size:23px!important;line-height:1.08!important;margin:8px 0!important}.hero-stack .news-card p{font-size:15px!important;line-height:1.35!important;color:#374151!important}
.story-meta{font-size:13px!important;text-transform:none!important;color:#111!important;font-weight:500!important}.story-meta span:first-child{font-weight:500!important}.story-meta span+span:before{content:"";display:none}
.subscribe-panel h3{font-size:28px!important;line-height:1.05!important;margin:0 0 10px!important}.subscribe-panel p{font-size:18px!important;line-height:1.25!important;margin:0 0 28px!important}.mini-list{border:1px solid #b9b9b9!important;border-radius:10px!important;padding:18px!important}.mini-list strong{font-size:18px!important}.mini-list ul{margin:10px 0 0 18px!important;padding:0!important}.mini-list li{margin:10px 0!important;font-size:17px!important;line-height:1.25!important;font-weight:700!important}
.bbg-row{padding:40px 44px!important;border-bottom:1px solid #b9b9b9!important}.bbg-row h2{margin:0 0 18px!important;font-size:24px!important;line-height:1!important}.bbg-card-row{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:22px!important}.bbg-card-row .news-card h3{font-size:22px!important;line-height:1.08!important;margin:8px 0!important}.bbg-card-row .news-card p{display:none!important}
.article-page{max-width:1040px!important;margin:0 auto!important;background:#fff!important;padding:34px 28px 70px!important}.article-hero h1{font-size:clamp(42px,5vw,68px)!important;line-height:1!important}.article-body{font-size:20px!important;line-height:1.62!important}
@media(max-width:1420px){.bbg-hero{grid-template-columns:minmax(0,1.3fr) minmax(320px,.9fr) 360px!important}.subscribe-panel{padding:34px 28px!important}.bbg-card-row{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:1080px){.market-header.bloomberg-head{grid-template-columns:1fr!important;padding:12px 18px!important}.bbg-hero{grid-template-columns:1fr!important}.hero-main,.hero-stack,.subscribe-panel{border-right:0!important;border-bottom:1px solid #b9b9b9!important;padding:28px 22px!important}.bbg-card-row{grid-template-columns:repeat(2,minmax(0,1fr))!important}.bbg-title,.bbg-row,.security-strip{padding-left:22px!important;padding-right:22px!important}}
@media(max-width:620px){.bbg-title h1{font-size:46px!important}.section-tabs{gap:16px!important}.section-tabs a{font-size:17px!important}.quote-pill{font-size:14px!important}.bbg-card-row{grid-template-columns:1fr!important}.hero-main .news-card h3{font-size:34px!important}}
/* Fix9: replace the short indicator column with a filled news rail */
.market-header.bloomberg-head{grid-template-columns:auto minmax(300px,760px) auto!important}
.market-header .nav a[href="#stats"]{display:none!important}
.bbg-hero{grid-template-columns:minmax(0,1.35fr) minmax(360px,.95fr) minmax(360px,.9fr)!important}
.news-side-rail{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:0!important;padding:40px 28px!important;background:#fff!important;border-right:0!important}
.news-side-rail h3{margin:0 0 16px!important;font-size:24px!important;line-height:1!important}
.news-side-rail .news-card{border:0!important;border-bottom:1px solid #d8d8d8!important;border-radius:0!important;background:#fff!important;padding:0 0 14px!important;margin:0 0 14px!important;display:grid!important;grid-template-columns:118px minmax(0,1fr)!important;gap:12px!important;align-items:start!important;min-height:0!important;overflow:hidden!important}
.news-side-rail .news-card .media{width:118px!important;aspect-ratio:16/10!important;margin:0!important;background:#eef2f7!important;overflow:hidden!important}
.news-side-rail .news-card .media img{width:100%!important;height:100%!important;object-fit:cover!important}
.news-side-rail .news-card .story-meta{grid-column:2!important;font-size:11px!important;line-height:1.1!important}
.news-side-rail .news-card h3{grid-column:2!important;font-size:18px!important;line-height:1.08!important;margin:0!important;max-height:3.3em!important;overflow:hidden!important}
.news-side-rail .news-card p{grid-column:2!important;display:none!important}
.bbg-row{clear:both!important}
@media(max-width:1420px){.bbg-hero{grid-template-columns:minmax(0,1.25fr) minmax(320px,.88fr) minmax(300px,.82fr)!important}.news-side-rail{padding:34px 22px!important}.news-side-rail .news-card{grid-template-columns:96px minmax(0,1fr)!important}.news-side-rail .news-card .media{width:96px!important}}
@media(max-width:1080px){.bbg-hero{grid-template-columns:1fr!important}.news-side-rail{padding:24px 22px!important;border-bottom:1px solid #b9b9b9!important}.news-side-rail .news-card{grid-template-columns:130px minmax(0,1fr)!important}.news-side-rail .news-card .media{width:130px!important}}
@media(max-width:560px){.news-side-rail .news-card{grid-template-columns:1fr!important}.news-side-rail .news-card .media{width:100%!important}.news-side-rail .news-card .story-meta,.news-side-rail .news-card h3{grid-column:auto!important}}
/* Latest updates feed fills the formerly empty left-side depth */
.latest-updates{margin-top:34px!important;border-top:1px solid #b9b9b9!important;padding-top:18px!important;display:grid!important;gap:0!important}
.latest-updates h2{margin:0 0 12px!important;font-size:24px!important;line-height:1!important}
.update-item{display:grid!important;grid-template-columns:64px minmax(0,1fr) 120px!important;gap:14px!important;align-items:start!important;padding:13px 0!important;border-top:1px solid #e2e2e2!important;color:#000!important}
.update-item:first-of-type{border-top:0!important}
.update-time{font-weight:900!important;font-size:14px!important;color:var(--accent)!important}
.update-item strong{font-size:20px!important;line-height:1.12!important;font-weight:900!important}
.update-item em{font-style:normal!important;text-align:right!important;font-size:13px!important;color:#4b5563!important}
@media(max-width:1080px){.update-item{grid-template-columns:58px minmax(0,1fr)!important}.update-item em{text-align:left!important;grid-column:2!important}}
@media(max-width:560px){.update-item{grid-template-columns:1fr!important;gap:4px!important}.update-item em{grid-column:auto!important}}
/* Top Themes Today block */
.daily-themes{padding:30px 44px!important;border-bottom:1px solid #b9b9b9!important;background:#fff!important}
.themes-head{display:flex!important;align-items:end!important;justify-content:space-between!important;gap:20px!important;margin-bottom:16px!important}
.themes-head h2{margin:0!important;font-size:28px!important;line-height:1!important;font-weight:900!important}
.themes-head p{margin:0!important;color:#4b5563!important;font-size:15px!important}
.theme-grid{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;border-top:1px solid #111!important;border-left:1px solid #d8d8d8!important}
.theme-tile{display:grid!important;grid-template-rows:auto 1fr auto auto!important;gap:8px!important;min-height:154px!important;padding:14px!important;border-right:1px solid #d8d8d8!important;border-bottom:1px solid #d8d8d8!important;background:#fff!important;color:#000!important}
.theme-tile span{font-size:12px!important;font-weight:900!important;color:var(--accent)!important}
.theme-tile strong{font-size:22px!important;line-height:1.05!important;font-weight:900!important}
.theme-tile em{font-style:normal!important;color:#4b5563!important;font-size:13px!important}
.theme-tile b{justify-self:start!important;border-radius:999px!important;background:#111!important;color:#fff!important;padding:5px 8px!important;font-size:12px!important;line-height:1!important}
.theme-tile.up b{color:#22c55e!important}.theme-tile.down b{color:#ef4444!important}.theme-tile.flat b{color:#e5e7eb!important}
@media(max-width:1320px){.theme-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}}
@media(max-width:760px){.daily-themes{padding:24px 22px!important}.themes-head{display:block!important}.themes-head p{margin-top:8px!important}.theme-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){.theme-grid{grid-template-columns:1fr!important}}
#searchStatus,.search-status{display:none!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;overflow:hidden!important}


.historical-feed{border-top:1px solid var(--line);padding-top:32px}.history-intro{font-size:18px;color:#374151;margin:0 0 18px}.history-year{border-top:1px solid var(--line);padding:22px 0}.history-year h3{font-size:28px;margin:0 0 16px}.historical-card .media img{object-fit:cover}


/* month-breakdown:start */
.month-breakdown{border-top:1px solid #c8cdd4;border-bottom:1px solid #c8cdd4;padding:28px 48px;margin:28px 0;background:#fff}
.month-breakdown>div:first-child p,.month-hero p{margin:0 0 8px;text-transform:uppercase;font-size:13px;font-weight:800;letter-spacing:0;color:var(--accent,#111)}
.month-breakdown h2,.month-hero h1{margin:0;font-size:clamp(32px,4vw,64px);line-height:.96;letter-spacing:0}
.month-open{display:inline-block;margin:18px 0;color:#000;text-decoration:none;border-bottom:2px solid #000;font-weight:800}
.month-chip-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:10px;margin-top:12px}
.month-chip{display:flex;justify-content:space-between;gap:12px;align-items:center;color:#000;text-decoration:none;border:1px solid #c8cdd4;border-radius:0;padding:12px 14px;background:#f7f8fa}
.month-chip span{font-weight:900;color:var(--accent,#111)}
.month-page{max-width:1656px;margin:0 auto;border-left:1px solid #c8cdd4;border-right:1px solid #c8cdd4;background:#fff}
.month-hero{padding:44px 48px;border-bottom:1px solid #c8cdd4}
.month-hero div{max-width:760px;margin-top:14px;font-size:20px;line-height:1.35;color:#243247}
.month-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(360px,1fr));align-items:start}
.month-group{padding:28px;border-right:1px solid #d6dbe3;border-bottom:1px solid #d6dbe3;min-height:220px}
.month-group h2{margin:0;font-size:28px;line-height:1.05}
.month-group p{margin:8px 0 18px;color:#51627a}
.month-group ul{list-style:none;margin:0;padding:0}
.month-group li{border-top:1px solid #e1e5eb;padding:11px 0}
.month-group li a{display:block;color:#000;text-decoration:none;font-size:18px;line-height:1.12;font-weight:800}
.month-group li span{display:block;margin-top:5px;color:#52627a;font-size:13px}
@media (max-width:760px){.month-breakdown,.month-hero{padding:24px 18px}.month-list{grid-template-columns:1fr}.month-group{padding:20px 18px;border-right:0}.month-breakdown h2,.month-hero h1{font-size:38px}}
/* month-breakdown:end */

/* finnovosti-red-layout:start */
.red-news-layout{margin:0;background:#f3f3f1;color:#151515;font-family:Arial,"Segoe UI",Helvetica,sans-serif}
.red-news-layout a{color:inherit;text-decoration:none}
.microbar{height:28px;background:#151515;color:#fff;display:flex;align-items:center;gap:28px;padding:0 46px;font-size:12px}
.red-masthead{background:linear-gradient(135deg,#aa0000,#d80000);color:#fff;display:grid;grid-template-columns:330px 1fr;gap:34px;align-items:center;padding:30px 46px}
.red-brand strong{display:block;font-size:50px;line-height:.88;letter-spacing:-1px}
.red-brand span{display:block;margin-top:10px;font-size:12px;letter-spacing:4px;text-transform:uppercase}
.masthead-banner{height:94px;border:1px solid rgba(255,255,255,.48);background:linear-gradient(90deg,rgba(0,0,0,.24),rgba(0,0,0,.04));display:grid;grid-template-columns:165px 1fr 120px;align-items:center}
.masthead-banner img{width:165px;height:92px;object-fit:cover;display:block}
.masthead-banner span{padding:0 24px;text-transform:uppercase}
.masthead-banner span b{display:block;font-size:14px;letter-spacing:1px}
.masthead-banner strong{display:block;margin-top:4px;font-size:21px;line-height:1.05}
.masthead-banner em{height:100%;display:flex;align-items:center;justify-content:center;border-left:1px solid rgba(255,255,255,.34);font-style:normal;font-size:14px;text-transform:uppercase}
.red-nav{height:48px;background:#202020;color:#fff;display:flex;align-items:center;padding:0 46px;gap:0;position:sticky;top:0;z-index:40;box-shadow:0 8px 20px rgba(0,0,0,.18)}
.menu-button{width:54px;height:48px;border:0;background:#1a1a1a;color:#fff;font-size:20px}
.menu-button[aria-expanded="true"]{background:#df0000}
.red-nav>a{height:48px;display:flex;align-items:center;padding:0 17px;border-left:1px solid rgba(255,255,255,.08);font-size:12px;text-transform:uppercase;font-weight:700}
.red-nav>a.active{background:#df0000}
.red-search{margin-left:auto;height:34px;width:265px;display:flex;align-items:center;background:#111;border:1px solid #3a3a3a;position:relative;z-index:70}
.red-search span{padding:0 10px;color:#fff;font-size:12px;text-transform:uppercase;font-weight:700}
.red-search input{height:32px;min-width:0;flex:1;border:0;background:#fff;color:#111;padding:0 10px;font-size:14px;outline:0}
.search-results{position:absolute;right:0;top:calc(100% + 8px);z-index:80;width:min(560px,calc(100vw - 32px));max-height:520px;overflow:auto;background:#fff;color:#111;border:1px solid #cfcfca;box-shadow:0 18px 45px rgba(0,0,0,.24)}
.search-results[hidden]{display:none}
.search-results a{display:block;padding:12px 14px;border-bottom:1px solid #ecece8;color:#111}
.search-results a:hover{background:#f5f5f1}
.search-results span{display:block;color:#df0000;font-size:11px;text-transform:uppercase;font-weight:800}
.search-results strong{display:block;margin-top:4px;font-size:16px;line-height:1.15}
.search-results em{display:block;margin-top:5px;color:#555;font-style:normal;font-size:13px;line-height:1.3}
.search-results p{margin:0;padding:14px;color:#555}
.topic-menu{position:absolute;left:46px;top:229px;z-index:20;width:260px;background:#202020;color:#fff;border:1px solid #343434;box-shadow:0 16px 35px rgba(0,0,0,.28);display:grid;grid-template-columns:1fr 1fr}
.topic-menu[hidden]{display:none}
.topic-menu a{padding:14px 16px;border-bottom:1px solid rgba(255,255,255,.08);font-size:13px;font-weight:800;text-transform:uppercase}
.topic-menu a:nth-child(odd){border-right:1px solid rgba(255,255,255,.08)}
.topic-menu a:hover{background:#df0000}
.topic-strip{height:40px;background:rgba(255,255,255,.96);border-bottom:1px solid #d8d8d4;display:flex;align-items:center;gap:18px;padding:0 46px;font-size:13px;position:sticky;top:48px;z-index:39;backdrop-filter:blur(10px)}
.topic-strip strong{font-weight:700}.topic-strip a{font-weight:700}
.breaking{width:calc(100% - 92px);margin:18px 46px 0;background:#fff;display:grid;grid-template-columns:150px 1fr 260px 260px 48px;border:1px solid #e1e1dd;align-items:stretch;min-height:52px}
.breaking b{height:100%;display:flex;align-items:center;justify-content:center;background:#df0000;color:#fff;text-transform:uppercase;font-size:13px}
.breaking>span{padding:0 18px;font-size:14px;display:flex;align-items:center}.breaking>a{height:100%;display:flex;align-items:center;justify-content:center;background:#c90000;color:#fff;font-size:26px;font-weight:700}
.breaking .mini-row{grid-template-columns:62px 1fr;padding:6px 10px;border-left:1px solid #e1e1dd;border-bottom:0}.breaking .mini-row img{width:62px;height:40px}.breaking .mini-row strong{font-size:12px;max-height:30px;overflow:hidden}.breaking .mini-row em{display:none}
.red-shell{width:calc(100% - 92px);margin:24px 46px 0}
.top-grid{display:grid;grid-template-columns:330px minmax(520px,1fr) 330px;gap:24px}
.editors,.main-news,.trending,.featured-block,.express-grid,.more-feed{min-width:0}
.red-shell h2{margin:0 0 16px;font-size:18px;line-height:1.1;font-weight:800;display:flex;align-items:center;gap:9px}
.red-shell h2:before{content:"";width:28px;height:3px;background:#df0000;display:block}
.side-row{display:grid;grid-template-columns:108px 1fr;gap:12px;background:#fff;border-bottom:1px solid #e4e4df;min-height:96px;padding:0}
.side-thumb{position:relative;display:block;overflow:hidden;background:#edf1f5}.side-thumb img{width:100%;height:96px;object-fit:contain;display:block;opacity:1}
.side-thumb b{position:absolute;left:0;top:0;background:#df0000;color:#fff;width:28px;height:28px;display:grid;place-items:center;font-size:15px;z-index:1}
.side-row em,.mini-row em,.story-meta span:first-child{font-style:normal;color:#df0000;text-transform:uppercase;font-size:11px;font-weight:800}
.side-row>span:last-child{padding:10px 8px 8px 0}.side-row strong{display:block;margin-top:4px;font-size:14px;line-height:1.15}.side-row small{display:block;margin-top:6px;color:#666;font-size:12px}
.lead-card{display:flex;flex-direction:column;background:#fff;border:1px solid #e4e4df;overflow:hidden}
.lead-media{display:block;order:2;background:#edf1f5;padding:16px;border-top:1px solid #e4e4df}.lead-media img{display:block;width:100%;height:330px;object-fit:contain;opacity:1}
.lead-card:after{display:none}
.lead-overlay{order:1;position:relative;left:auto;right:auto;bottom:auto;color:#050505;z-index:2;padding:18px 20px 14px;background:#fff}.lead-overlay .story-meta{display:flex;gap:10px;margin-bottom:10px}.lead-overlay .story-meta span{color:#fff;background:#df0000;padding:4px 8px;line-height:1.1}
.lead-overlay h1{margin:0 0 10px;font-size:clamp(24px,2.4vw,38px);line-height:1.08;letter-spacing:0;max-width:760px}.lead-overlay p{margin:0;max-width:720px;color:#333;font-size:15px;line-height:1.35}
.featured-block{margin-top:34px}.block-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #d8d8d4;margin-bottom:18px}.block-head a{font-size:13px;font-weight:800;text-transform:uppercase}
.featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.news-card{background:#fff;border:1px solid #e4e4df;overflow:hidden}.news-card .media{display:block;background:#edf1f5;position:relative}.news-card img{width:100%;height:150px;object-fit:contain;display:block;opacity:1}
.news-card .story-meta{display:flex;gap:9px;padding:13px 14px 0;color:#666;font-size:12px}.news-card h3{margin:8px 14px 10px;font-size:18px;line-height:1.12}.news-card p{margin:0 14px 16px;color:#444;font-size:14px;line-height:1.35}
.express-grid{display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:28px;margin-top:36px}.express-lead img{height:230px}.mini-row{display:grid;grid-template-columns:112px 1fr;gap:12px;background:#fff;border-bottom:1px solid #e4e4df;padding:10px}
.mini-row img{width:112px;height:78px;object-fit:contain;opacity:1;background:#edf1f5}.mini-row strong{display:block;margin-top:5px;font-size:15px;line-height:1.15}
.more-feed{margin-top:36px}.more-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.news-card.compact img{height:120px}.news-card.compact h3{font-size:16px}
.topic-news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:36px}
.topic-news-block,.featured-block,.express-grid,.more-feed{scroll-margin-top:110px}
.topic-news-block{background:#fff;border:1px solid #e4e4df;padding:16px}
.topic-news-block h2{border-bottom:1px solid #e4e4df;padding-bottom:12px}
.topic-news-block .news-card{border:0;border-bottom:1px solid #e4e4df;margin-bottom:12px}
.topic-news-block .news-card:last-child{border-bottom:0;margin-bottom:0}
.topic-news-block .news-card img{height:92px}
.footer{margin-top:42px;background:#151515;color:#fff;padding:28px 46px;font-size:14px}
.scroll-top{position:fixed;right:28px;bottom:28px;z-index:45;width:48px;height:48px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:rgba(17,17,17,.58);color:#fff;font-size:26px;line-height:1;display:grid;place-items:center;opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .18s ease,transform .18s ease,background .18s ease;backdrop-filter:blur(10px)}
.scroll-top.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.scroll-top:hover{background:rgba(223,0,0,.82)}
@media (max-width:1200px){.top-grid{grid-template-columns:300px minmax(420px,1fr) 300px}.breaking{grid-template-columns:150px 1fr 220px 220px 48px}.topic-news-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:900px){.red-masthead{grid-template-columns:1fr}.masthead-banner{grid-template-columns:1fr;height:auto}.masthead-banner img{width:100%;height:120px}.masthead-banner em{min-height:44px}.red-brand strong{font-size:38px}.red-nav{height:auto;flex-wrap:wrap;padding:0 14px}.topic-strip{top:96px}.topic-menu{left:14px;top:260px;width:calc(100% - 28px)}.search-results{left:auto;right:0;top:calc(100% + 8px);width:min(560px,calc(100vw - 32px))}.red-search{order:10;width:100%;margin:8px 0}.topic-strip{height:auto;flex-wrap:wrap;padding:10px 14px}.breaking{width:auto;margin:14px;grid-template-columns:1fr}.breaking b,.breaking a{min-height:42px}.red-shell{width:auto;margin:18px 14px}.top-grid,.featured-grid,.express-grid,.more-grid,.topic-news-grid{grid-template-columns:1fr}.lead-media img{height:230px}.microbar,.red-masthead{padding-left:14px;padding-right:14px}.footer{padding-left:14px;padding-right:14px}.scroll-top{right:16px;bottom:16px;width:44px;height:44px}}
/* finnovosti-red-layout:end */

/* Long front-page feed */
.micro-feed{max-width:1680px;margin:34px auto 0;padding:0 28px 46px}
.micro-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-top:1px solid #d8d8d8;padding-top:18px;margin-bottom:14px}
.micro-head h2{font-size:24px;line-height:1.1;margin:0;font-weight:900}
.micro-head p{margin:0;color:#555;max-width:560px;font-size:14px;line-height:1.35}
.micro-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1px;background:#dedede;border:1px solid #dedede}
.micro-card{background:#fff;padding:13px 14px;min-height:128px;scroll-margin-top:220px}
.micro-card .story-meta{margin-bottom:8px}
.micro-card h3{font-size:16px;line-height:1.16;margin:0 0 8px;font-weight:900}
.micro-card p{font-size:13px;line-height:1.3;margin:0;color:#333}
@media (max-width:1280px){.micro-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media (max-width:1000px){.micro-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.micro-head{display:block}.micro-head p{margin-top:8px}}
@media (max-width:620px){.micro-feed{padding:0 16px 34px}.micro-grid{grid-template-columns:1fr}.micro-card{min-height:auto}}

.micro-card[data-url]{cursor:pointer;transition:background .15s,box-shadow .15s,transform .15s}
.micro-card[data-url]:hover,.micro-card[data-url]:focus{background:#fffdf5;box-shadow:inset 0 0 0 2px #c40000;outline:0;transform:translateY(-1px)}
.micro-card[data-url] h3{color:#111}
.micro-card[data-url]:hover h3,.micro-card[data-url]:focus h3{color:#c40000}

.history-feed{margin:24px 0 48px;border-top:1px solid #d8dde3;padding-top:18px}.history-feed h2{font-size:24px;margin:0 0 16px}.history-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.history-story{display:grid;grid-template-columns:180px minmax(0,1fr);gap:14px;border-bottom:1px solid #e1e4e8;padding:0 0 16px;min-width:0}.history-story img{width:180px;aspect-ratio:3/2;object-fit:cover;display:block}.history-story h3{font-size:18px;line-height:1.25;margin:5px 0}.history-story a{color:inherit;text-decoration:none}.history-story a:hover{text-decoration:underline}.history-story p{margin:0;line-height:1.4}.history-date{font-size:12px;color:#b90000;font-weight:700}@media(max-width:850px){.history-list{grid-template-columns:1fr}}@media(max-width:480px){.history-story{grid-template-columns:120px minmax(0,1fr)}.history-story img{width:120px}.history-story h3{font-size:16px}.history-story p{font-size:13px}}

/* Full front-page feed, 2021-2026 */
.full-feed{max-width:1680px;margin:34px auto 0;padding:0 28px 56px}
.full-feed-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;border-top:3px solid #d40000;padding-top:18px;margin-bottom:14px}
.full-feed-head h2{font-size:26px;line-height:1.1;margin:0;font-weight:900}
.full-feed-head p{margin:0;color:#555;max-width:640px;font-size:14px;line-height:1.35}
.full-feed-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#dedede;border:1px solid #dedede}
.full-feed-card{background:#fff;min-height:188px;display:flex;flex-direction:column;scroll-margin-top:220px}
.full-feed-card.has-image{min-height:250px}
.full-feed-card img{width:100%;aspect-ratio:16/9;object-fit:cover;display:block;background:#eceff3}
.full-feed-body{padding:13px 14px 15px}
.full-feed-card .story-meta{margin-bottom:8px}
.full-feed-card h3{font-size:17px;line-height:1.15;margin:0 0 8px;font-weight:900}
.full-feed-card h3 a{color:inherit;text-decoration:none}
.full-feed-card h3 a:hover{text-decoration:underline}
.full-feed-card p{font-size:13px;line-height:1.32;margin:0;color:#333}
@media (max-width:1280px){.full-feed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media (max-width:900px){.full-feed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.full-feed-head{display:block}.full-feed-head p{margin-top:8px}}
@media (max-width:620px){.full-feed{padding:0 16px 38px}.full-feed-grid{grid-template-columns:1fr}.full-feed-card{min-height:auto}}
