@import url("assets/avds4.css");

:root { --qz-ink:#0f1d2b; --qz-muted:#607082; --qz-line:#dce5eb; --qz-paper:#f5f8f9; --qz-surface:#fff; --qz-teal:#0f766e; --qz-cyan:#0ea5c6; --qz-dark:#10222b; --qz-warm:#f4c95d; --sans:Inter,"IBM Plex Sans","Helvetica Neue",Arial,sans-serif; --display:Inter,"IBM Plex Sans","Helvetica Neue",Arial,sans-serif; }
* { box-sizing:border-box; } html { background:var(--qz-paper); scroll-behavior:smooth; } body { min-width:320px; margin:0; color:var(--qz-ink); background:var(--qz-paper); font:400 16px/1.55 var(--sans); } a { color:inherit; text-decoration:none; } button,input,select { font:inherit; } .noise { display:none; }.container { width:min(1240px,calc(100% - 48px)); margin-inline:auto; }
.site-header,.site-topbar { position:sticky; z-index:20; top:0; min-height:72px; display:flex; align-items:center; gap:28px; border-bottom:1px solid var(--qz-line); background:rgb(255 255 255 / .94); backdrop-filter:blur(12px); }.site-header { justify-content:space-between; }.site-topbar { width:min(1240px,calc(100% - 48px)); margin:auto; }.brand { display:inline-flex; align-items:baseline; color:var(--qz-ink); font:800 23px/1 var(--display); letter-spacing:-.075em; white-space:nowrap; }.brand span { color:var(--qz-teal); }.brand i { color:var(--qz-cyan); font-style:normal; }.brand strong { font:inherit; } nav { display:flex; gap:4px; margin-inline:auto; } nav a,.header-link { padding:9px 11px; border-radius:7px; color:var(--qz-muted); font-size:13px; font-weight:700; } nav a:hover,nav a[aria-current="page"],.header-link:hover { color:var(--qz-teal); background:#edf8f6; }.header-link { margin-left:auto; }
h1,h2,h3,p { margin-top:0; } h1,h2,h3 { font-family:var(--display); letter-spacing:-.055em; line-height:1.02; } h1 { max-width:790px; margin-bottom:22px; font-size:clamp(40px,5.3vw,72px); } h2 { font-size:clamp(28px,3.2vw,46px); } h3 { font-size:22px; } h1 em,h2 em { color:var(--qz-teal); font-style:normal; }.eyebrow { display:flex; align-items:center; gap:9px; margin-bottom:16px; color:var(--qz-teal); font-size:11px; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }.eyebrow span { width:20px; height:2px; background:currentColor; }.button { display:inline-flex; align-items:center; justify-content:center; gap:9px; min-height:42px; padding:0 15px; border:1px solid var(--qz-line); border-radius:8px; color:var(--qz-ink); background:var(--qz-surface); font-size:13px; font-weight:750; transition:transform .12s,box-shadow .12s,border-color .12s; }.button:hover { transform:translateY(-1px); border-color:#93b7b3; box-shadow:0 4px 12px rgb(15 29 43 / .08); }.primary { border-color:var(--qz-teal); color:#fff; background:var(--qz-teal); }.quiet { color:var(--qz-ink); background:#fff; }

/* Homepage: a compact editorial/data desk, not a poster. */
.portal-hero { padding:46px 0 34px; }.news-desk { display:grid; grid-template-columns:1.1fr .9fr 250px; overflow:hidden; border:1px solid var(--qz-line); border-radius:16px 16px 0 0; background:var(--qz-surface); box-shadow:0 14px 34px rgb(15 29 43 / .06); }.desk-intro,.lead-story,.release-terminal { min-height:344px; padding:30px; }.desk-intro { background:linear-gradient(140deg,#effaf8 0%,#fff 72%); }.desk-intro h1 { font-size:clamp(34px,3.9vw,56px); }.desk-intro>p:not(.eyebrow) { max-width:560px; color:var(--qz-muted); font-size:16px; }.lead-story { border-inline:1px solid var(--qz-line); background:#fff; }.desk-label { margin:0 0 13px; color:var(--qz-teal); font-size:11px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.lead-story h2 { font-size:clamp(25px,2.6vw,38px); }.lead-story p { color:var(--qz-muted); }.lead-story a { color:var(--qz-teal); font-size:13px; font-weight:800; }.release-terminal { color:#e2f5f2; background:var(--qz-dark); }.terminal-head { display:flex; justify-content:space-between; gap:10px; color:#a4c9c4; font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.terminal-head strong { color:#91e7c9; }.release-terminal>p { overflow-wrap:anywhere; font:750 18px/1.15 var(--display); }.terminal-rows { display:grid; gap:0; border-top:1px solid rgb(255 255 255 / .15); }.terminal-row { display:flex; justify-content:space-between; gap:8px; padding:10px 0; border-bottom:1px solid rgb(255 255 255 / .12); color:#a4c9c4; font-size:11px; }.terminal-row strong { color:#91e7c9; font-size:10px; }.front-grid { display:grid; grid-template-columns:1.1fr 1.15fr 1fr 250px; border:1px solid var(--qz-line); border-top:0; border-radius:0 0 16px 16px; overflow:hidden; background:#fff; }.front-panel { min-height:255px; padding:22px; border-right:1px solid var(--qz-line); }.front-panel:last-child { border:0; }.panel-head { display:flex; align-items:center; justify-content:space-between; gap:10px; margin-bottom:18px; }.panel-head a { color:var(--qz-teal); font-size:11px; font-weight:800; }.front-metrics { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; }.front-metrics article { min-height:84px; padding:12px; border-radius:8px; background:#f4f8f8; }.front-metrics span,.front-metrics em { display:block; color:var(--qz-muted); font-size:10px; font-style:normal; }.front-metrics strong { display:block; margin:4px 0; color:var(--qz-teal); font:800 26px/1 var(--display); letter-spacing:-.07em; }.source-ticker { display:grid; gap:10px; }.ticker-row { display:grid; grid-template-columns:88px 1fr; gap:5px 10px; padding-bottom:10px; border-bottom:1px solid var(--qz-line); }.ticker-row:last-child { border-bottom:0; }.ticker-row span,.ticker-row em { color:var(--qz-muted); font-size:10px; font-style:normal; }.ticker-row strong { font-size:13px; line-height:1.25; }.ticker-row em { grid-column:2; color:var(--qz-teal); }.mini-map { display:block; height:70px; margin-bottom:14px; overflow:hidden; border-radius:8px; background:linear-gradient(140deg,#eef7f5,#dfeeed); position:relative; }.mini-map::before { content:""; position:absolute; inset:14px 12px; background:linear-gradient(165deg,transparent 46%,#0ea5c6 47% 49%,transparent 50%),linear-gradient(18deg,transparent 46%,#f4b03c 47% 49%,transparent 50%),linear-gradient(90deg,transparent 46%,#0f766e 47% 49%,transparent 50%); }.mini-map i { position:absolute; width:9px; height:9px; border-radius:50%; background:var(--qz-teal); box-shadow:0 0 0 3px #fff; }.mini-map i:nth-child(1){left:21%;top:55%}.mini-map i:nth-child(2){left:42%;top:31%}.mini-map i:nth-child(3){left:60%;top:52%}.mini-map i:nth-child(4){left:74%;top:22%}.mini-map i:nth-child(5){left:82%;top:63%}.front-assets { display:grid; gap:7px; }.asset-chip { padding:9px 0; border-bottom:1px solid var(--qz-line); }.asset-chip strong,.asset-chip span { display:block; }.asset-chip strong { font-size:12px; }.asset-chip span { color:var(--qz-muted); font-size:10px; }.workflow-panel { background:#f7fbfb; }.workflow-list { display:grid; gap:12px; margin:0; padding:0; list-style:none; counter-reset:workflow; }.workflow-list li { position:relative; padding:12px 12px 12px 38px; border-radius:8px; background:#fff; font-size:12px; }.workflow-list li::before { content:counter(workflow); counter-increment:workflow; position:absolute; left:12px; top:12px; display:grid; place-items:center; width:18px; height:18px; border-radius:50%; color:#fff; background:var(--qz-teal); font-size:10px; font-weight:800; }.workflow-list span { display:block; color:var(--qz-muted); font-size:10px; }.home-directory { padding:42px 0 70px; }.home-directory-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:22px; }.home-directory-head h2 { max-width:660px; margin:0; }.home-directory-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }.home-section-card { display:flex; min-height:220px; flex-direction:column; padding:22px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; box-shadow:var(--av-shadow-sm); transition:transform .15s,border-color .15s,box-shadow .15s; }.home-section-card:hover { transform:translateY(-3px); border-color:#83b6af; box-shadow:var(--av-shadow-lg); }.home-section-card span { color:var(--qz-teal); font-size:10px; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }.home-section-card strong { margin:23px 0 10px; font-size:22px; line-height:1.05; letter-spacing:-.045em; }.home-section-card p { color:var(--qz-muted); font-size:13px; }.home-section-card b { margin-top:auto; color:var(--qz-teal); font-size:12px; }.home-section-card--media { background:linear-gradient(150deg,#e8f6f2,#fff); }

/* Section pages */
.section-hero,.hero { padding:64px 0 38px; }.section-hero-grid { display:grid; grid-template-columns:minmax(0,1fr) 240px; gap:56px; align-items:end; }.section-hero h1,.hero h1 { max-width:800px; }.section-hero>div>p,.hero-copy>.lead { max-width:670px; color:var(--qz-muted); font-size:17px; }.section-hero-note { min-height:156px; padding:22px; border-radius:12px; color:#e8f8f5; background:var(--qz-dark); }.section-hero-note strong,.section-hero-note span,.section-hero-note a { display:block; }.section-hero-note strong { color:#9ce5d0; font:800 46px/1 var(--display); letter-spacing:-.07em; }.section-hero-note span { margin:6px 0 16px; color:#b8d4d0; font-size:12px; line-height:1.35; }.section-hero-note a { color:#9ce5d0; font-size:12px; font-weight:800; }.hero { display:block; min-height:0; }.hero-copy { max-width:820px; }.hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin:24px 0 0; }.methodology { padding:26px 0 36px; }.method-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:48px; padding:30px; border:1px solid var(--qz-line); border-radius:14px; background:#eaf5f3; }.method-grid h2 { margin:0; font-size:34px; }.method-grid p { margin:0; color:#405363; }.method-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:20px; }.stories-section { padding:28px 0 70px; }.story-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.story { display:flex; min-height:245px; flex-direction:column; padding:22px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; box-shadow:var(--av-shadow-sm); }.story:hover { border-color:#86b8b1; }.story-meta { display:flex; justify-content:space-between; gap:12px; color:var(--qz-teal); font-size:10px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }.story h3 { margin:18px 0 10px; font-size:21px; }.story-context { color:var(--qz-muted); font-size:13px; }.story .method-actions { margin-top:auto; }.story .button { min-height:34px; padding-inline:10px; font-size:11px; }.empty-state { padding:24px; color:var(--qz-muted); }
.media-layout { display:grid; grid-template-columns:minmax(0,1fr) 290px; gap:22px; padding-bottom:70px; }.media-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }.media-story { display:flex; min-height:250px; flex-direction:column; padding:25px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; box-shadow:var(--av-shadow-sm); }.media-story.featured { grid-column:1 / -1; min-height:300px; color:#eefaf8; background:linear-gradient(125deg,#104a47,#10222b); }.media-story>p:first-child { color:var(--qz-teal); font-size:11px; font-weight:800; }.media-story.featured>p:first-child { color:#a8e6d4; }.media-story h2,.media-story h3 { margin:14px 0 12px; font-size:clamp(24px,2.6vw,38px); }.media-story h3 { font-size:24px; }.media-story>p:not(:first-child) { color:var(--qz-muted); }.media-story.featured>p:not(:first-child) { color:#c1d9d5; }.media-story a { margin-top:auto; color:var(--qz-teal); font-size:13px; font-weight:800; }.media-story.featured a { color:#a8e6d4; }.media-rail { align-self:start; position:sticky; top:94px; padding:24px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; }.media-rail ol { display:grid; gap:17px; margin:20px 0; padding:0; list-style:none; }.media-rail li { display:grid; gap:3px; }.media-rail li strong { font-size:14px; }.media-rail li span { color:var(--qz-muted); font-size:12px; }
.directory-toolbar { display:grid; grid-template-columns:minmax(0,1fr) 250px auto; align-items:end; gap:14px; padding:18px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; box-shadow:var(--av-shadow-sm); }.directory-toolbar label { display:grid; gap:6px; color:var(--qz-muted); font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }.directory-toolbar p { margin:0 0 9px; color:var(--qz-muted); font-size:12px; white-space:nowrap; }
.indicator-dashboard { padding:8px 0 18px; }.indicator-summary { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }.indicator-kpi { min-height:138px; padding:20px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; box-shadow:var(--av-shadow-sm); }.indicator-kpi span,.indicator-kpi em { display:block; color:var(--qz-muted); font-size:11px; font-style:normal; }.indicator-kpi strong { display:block; margin:18px 0 6px; color:var(--qz-teal); font:800 clamp(30px,3.2vw,44px)/.95 var(--display); letter-spacing:-.075em; }.indicator-analysis-grid { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-top:14px; }.indicator-analysis-card { min-height:360px; padding:26px; border:1px solid var(--qz-line); border-radius:14px; background:#fff; box-shadow:var(--av-shadow-sm); }.indicator-analysis-card h2 { max-width:470px; margin-bottom:30px; font-size:31px; }.generation-row,.mix-row { margin:18px 0; }.generation-row-head,.mix-row-head { display:flex; justify-content:space-between; gap:15px; font-size:13px; }.generation-row-head span,.mix-row-head span,.generation-row p { color:var(--qz-muted); font-size:12px; }.generation-row p { margin:8px 0 0; }.generation-rail,.mix-rail { height:10px; overflow:hidden; border-radius:999px; background:#e7efef; }.generation-fill,.mix-fill { display:block; height:100%; border-radius:inherit; }.generation-fill { background:linear-gradient(90deg,var(--qz-teal),var(--qz-cyan)); }.indicator-analysis-card .button { margin-top:20px; }.data-section-heading { display:flex; align-items:end; justify-content:space-between; gap:32px; margin-bottom:22px; }.data-section-heading h2 { margin:0; font-size:35px; }.data-section-heading>p { max-width:360px; margin:0; color:var(--qz-muted); font-size:13px; }
.article-shell { display:grid; grid-template-columns:minmax(0,1fr) 260px; gap:54px; padding:62px 0 80px; }.article-body { max-width:800px; }.article-body h1 { max-width:800px; font-size:clamp(39px,5vw,65px); }.article-meta { color:var(--qz-teal); font-size:11px; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }.article-deck { max-width:680px; margin:0 0 42px; color:#32495a; font-size:21px; line-height:1.45; }.article-body h2 { margin:38px 0 14px; font-size:30px; }.article-body>p:not(.article-meta):not(.article-deck) { max-width:720px; font-size:17px; }.article-questions,.article-source { margin-top:32px; padding:24px; border-radius:12px; background:#eaf5f3; }.article-questions h2,.article-source h2 { margin-top:0; }.article-questions ul { margin:0; padding-left:20px; }.article-questions li+li { margin-top:8px; }.article-rail { align-self:start; position:sticky; top:94px; padding:20px; border:1px solid var(--qz-line); border-radius:12px; background:#fff; }.article-rail strong,.article-rail span { display:block; }.article-rail span { margin:5px 0 16px; color:var(--qz-muted); font-size:13px; }
.live-map-shell { margin-bottom:70px; overflow:hidden; border:1px solid var(--qz-line); border-radius:14px; background:#fff; box-shadow:var(--av-shadow-lg); }.map-toolbar { display:flex; align-items:center; gap:8px; padding:14px; border-bottom:1px solid var(--qz-line); background:#fff; }.map-filter { display:inline-flex; align-items:center; min-height:34px; gap:8px; padding:0 11px; border:1px solid transparent; border-radius:7px; color:var(--qz-muted); background:transparent; cursor:pointer; font-size:12px; font-weight:750; }.map-filter::before { width:8px; height:8px; border-radius:50%; background:var(--layer-color,#0f766e); content:""; }.map-filter.is-active { border-color:#b8d8d3; color:#0f5e57; background:#edf8f6; }.live-map-grid { display:grid; grid-template-columns:minmax(0,1fr) 300px; min-height:550px; }.actual-map { position:relative; min-width:0; overflow:hidden; background:radial-gradient(circle at 60% 30%,#e2f4ee,#eff5f4 50%,#e8eff4); }.actual-map svg { display:block; width:100%; height:550px; touch-action:none; }.map-base { fill:#cde0de; }.map-region { fill:#eef6f5; stroke:#9ab8b4; stroke-width:1.2; vector-effect:non-scaling-stroke; }.map-corridor { fill:none; stroke-width:5; stroke-linecap:round; vector-effect:non-scaling-stroke; cursor:pointer; filter:drop-shadow(0 2px 2px rgb(15 29 43 / .22)); }.map-corridor:hover { stroke-width:7; }.map-project { cursor:pointer; }.map-project:focus-visible,.map-corridor:focus-visible { outline:none; }.map-project circle:last-child { opacity:.65; }.map-controls { position:absolute; top:16px; left:16px; display:grid; gap:6px; }.map-control { display:grid; place-items:center; width:34px; height:34px; border:1px solid var(--qz-line); border-radius:7px; color:var(--qz-ink); background:#fff; box-shadow:var(--av-shadow-sm); cursor:pointer; font-weight:800; }.map-live-status { position:absolute; right:16px; top:16px; }.map-inspector { padding:28px; border-left:1px solid var(--qz-line); background:#fff; }.map-inspector h2 { margin:10px 0 14px; font-size:28px; }.map-inspector>p:not(.eyebrow) { color:var(--qz-muted); font-size:14px; }.map-fact { display:grid; gap:3px; padding:12px 0; border-top:1px solid var(--qz-line); }.map-fact span { color:var(--qz-muted); font-size:10px; font-weight:750; letter-spacing:.06em; text-transform:uppercase; }.map-fact strong { font-size:13px; }.map-inspector .button { width:100%; margin-top:16px; }.map-disclaimer { margin:0; padding:13px 18px; border-top:1px solid var(--qz-line); color:var(--qz-muted); background:#f8fbfb; font-size:11px; }.map-disclaimer a { color:var(--qz-teal); font-weight:800; }
.site-footer { display:flex; min-height:86px; align-items:center; justify-content:space-between; gap:20px; padding-block:22px; border-top:1px solid var(--qz-line); }.site-footer p { margin:0; color:var(--qz-muted); font-size:11px; }.avds-mark { display:inline-flex; align-items:center; gap:7px; color:var(--qz-muted); font-size:11px; }.avds-mark b { color:var(--qz-teal); }.release-proof { margin-top:20px; padding:18px; border:1px solid #b6d8d2; border-radius:10px; background:#fff; }.release-proof-head { display:flex; justify-content:space-between; gap:14px; }.release-proof-head p { color:var(--qz-teal); font-size:11px; font-weight:800; }.release-proof-head span { color:var(--qz-muted); font-size:11px; }.release-proof>strong { display:block; margin:8px 0; }.release-proof-list { display:grid; margin:14px 0; border-top:1px solid var(--qz-line); }.release-proof-row { display:flex; justify-content:space-between; gap:10px; padding:8px 0; border-bottom:1px solid var(--qz-line); font-size:11px; }.release-proof-row span { color:var(--qz-muted); }.release-proof-link { color:var(--qz-teal); font-size:12px; font-weight:800; }
@media (max-width:980px) { .news-desk { grid-template-columns:1fr 1fr; }.release-terminal { grid-column:1 / -1; min-height:0; }.front-grid { grid-template-columns:repeat(2,1fr); }.front-panel:nth-child(2) { border-right:0; }.front-panel:nth-child(n+3) { border-top:1px solid var(--qz-line); }.home-section-card strong { font-size:19px; }.home-directory-grid { grid-template-columns:repeat(2,1fr); }.live-map-grid { grid-template-columns:1fr; }.map-inspector { border-left:0; border-top:1px solid var(--qz-line); }.section-hero-grid { gap:28px; }.article-shell { grid-template-columns:1fr; }.article-rail,.media-rail { position:static; }.media-layout { grid-template-columns:1fr; }.directory-toolbar { grid-template-columns:1fr 1fr; }.directory-toolbar p { grid-column:1 / -1; margin:0; }.indicator-summary { grid-template-columns:repeat(2,1fr); }.indicator-analysis-grid { grid-template-columns:1fr; } }
@media (max-width:680px) { .container,.site-topbar { width:min(100% - 28px,1240px); }.site-header,.site-topbar { min-height:64px; gap:12px; }.brand { font-size:21px; }.site-topbar { flex-wrap:wrap; padding:9px 0; }.site-topbar nav { display:flex; order:3; width:100%; min-width:0; margin:0; gap:3px; overflow-x:auto; scrollbar-width:none; }.site-topbar nav::-webkit-scrollbar { display:none; }.site-topbar nav a { flex:0 0 auto; padding:7px 9px; font-size:12px; }.header-link { margin-left:auto; padding-inline:0; font-size:12px; }.portal-hero,.section-hero,.hero { padding-top:30px; }.news-desk,.front-grid { grid-template-columns:1fr; border-radius:12px; }.desk-intro,.lead-story { min-height:0; padding:23px; }.lead-story { border:0; border-top:1px solid var(--qz-line); }.release-terminal { grid-column:auto; }.front-panel { min-height:0; border:0; border-top:1px solid var(--qz-line); }.home-directory { padding:30px 0 46px; }.home-directory-head { display:block; }.home-directory-head h2 { margin-top:9px; }.home-directory-grid,.story-grid,.media-list,.indicator-summary { grid-template-columns:1fr; }.home-section-card { min-height:180px; }.section-hero-grid,.method-grid { grid-template-columns:1fr; gap:20px; }.section-hero-note { min-height:0; }.method-grid { padding:22px; }.stories-section { padding-bottom:46px; }.media-story.featured { grid-column:auto; }.live-map-shell { width:100%; border-radius:0; }.map-toolbar { overflow-x:auto; }.map-filter { flex:0 0 auto; }.actual-map svg { height:360px; }.live-map-grid { min-height:0; }.data-section-heading { display:block; }.data-section-heading>p { margin-top:14px; }.site-footer { align-items:flex-start; flex-direction:column; }.site-footer p:last-of-type { display:none; } }
.final-demand-card { grid-column:1 / -1; min-height:auto; }
.final-demand-card h2 { max-width:820px; margin-bottom:22px; }
.final-demand-card .mix-row { max-width:820px; }
.final-demand-card .mix-fill { width:var(--final-demand-share); background:linear-gradient(90deg,var(--qz-teal),var(--qz-cyan)); }
.final-demand-card .final-demand-oil { --final-demand-share:31.18%; background:linear-gradient(90deg,#0f766e,#13b8a6); }
.final-demand-card .final-demand-gas { --final-demand-share:21.29%; background:linear-gradient(90deg,#0ea5c6,#4ad8ff); }
.final-demand-card .final-demand-heat { --final-demand-share:17.46%; background:linear-gradient(90deg,#e5a91c,#ffd166); }
.final-demand-card .final-demand-power { --final-demand-share:16.97%; background:linear-gradient(90deg,#2563eb,#67e8f9); }
.final-demand-card .final-demand-coal { --final-demand-share:13.02%; background:linear-gradient(90deg,#334155,#94a3b8); }
.final-demand-card > p:not(.eyebrow) { max-width:760px; margin-top:20px; color:var(--qz-muted); font-size:13px; }
.capacity-market-card { grid-column:1 / -1; min-height:auto; background:linear-gradient(135deg,#06272b,#0b3e42); color:#f4fbfb; }
.capacity-market-card h2 { max-width:860px; margin-bottom:22px; color:#fff; }
.capacity-market-card .mix-row { max-width:900px; }
.capacity-market-card .mix-rail { background:rgba(255,255,255,.14); }
.capacity-market-card .mix-row-head span,.capacity-market-card > p:not(.eyebrow) { color:rgba(244,251,251,.72); }
.capacity-market-card .capacity-market-north-south { width:100%; background:linear-gradient(90deg,#27e0c0,#4ad8ff); }
.capacity-market-card .capacity-market-west { width:5.9%; min-width:34px; background:linear-gradient(90deg,#ffd166,#f59e0b); }
.capacity-market-card .capacity-market-wko { width:6.7%; min-width:34px; background:linear-gradient(90deg,#8bfff0,#0ea5c6); }
.coal-heat-balance-card { grid-column:1 / -1; min-height:auto; background:linear-gradient(135deg,#fffaf1,#ffffff); }
.coal-heat-balance-card h2 { max-width:860px; margin-bottom:22px; }
.coal-heat-balance-card .mix-row { max-width:900px; }
.coal-heat-balance-card .coal-heat-coal-input { width:100%; background:linear-gradient(90deg,#334155,#0f766e); }
.coal-heat-balance-card .coal-heat-output { width:29.3%; min-width:42px; background:linear-gradient(90deg,#e5a91c,#13b8a6); }
.coal-heat-balance-card .coal-heat-final { width:23.3%; min-width:42px; background:linear-gradient(90deg,#0ea5c6,#67e8f9); }
.coal-heat-balance-card .coal-heat-loss { width:2.4%; min-width:34px; background:linear-gradient(90deg,#f97316,#ffd166); }
