:root{color-scheme:light;--surface:#f4f7f5;--surface-strong:#fff;--surface-soft:#e7f4ef;--text:#20222c;--muted:#69717f;--line:#dfe5e2;--line-strong:#cbd5d1;--accent:#006f63;--accent-strong:#00584f;--accent-warm:#f06445;--positive:#006f50;--negative:#d91f4c;--shadow:0 18px 45px rgb(24 36 48/.09);--font-body:"Segoe UI Variable Text","Aptos","Inter","Segoe UI",ui-sans-serif,system-ui,sans-serif;--font-display:"Trebuchet MS","Aptos Display","Segoe UI Variable Display","Manrope","Inter",ui-sans-serif,system-ui,sans-serif;--font-meta:"IBM Plex Mono","SFMono-Regular","Cascadia Mono","Roboto Mono",ui-monospace,monospace;background:var(--surface);color:var(--text);font-family:var(--font-body)}
:root[data-theme=dark]{color-scheme:dark;--surface:#080f12;--surface-strong:#10191d;--surface-soft:#142924;--text:#f6f8f7;--muted:#9aacaa;--line:#213033;--line-strong:#35484c;--accent:#31d2bd;--accent-strong:#8ff5e7;--accent-warm:#ff8b6b;--positive:#5be0b2;--negative:#ff6688;--shadow:0 24px 60px rgb(0 0 0/.3)}
*{box-sizing:border-box}body{min-width:320px;margin:0;background:var(--surface);color:var(--text);letter-spacing:0}a{color:inherit;text-decoration:none}a:hover{color:var(--accent)}button,select,input{font:inherit}.site-header{position:sticky;top:0;z-index:10;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;min-height:58px;padding:8px 20px;border-bottom:1px solid var(--line);background:color-mix(in srgb,var(--surface-strong) 91%,transparent);backdrop-filter:blur(18px)}.brand{display:flex;min-width:0;align-items:center;gap:12px}.brand img{width:34px;height:34px;border-radius:6px;object-fit:contain}.brand span{min-width:0}.brand strong{display:block;font-family:var(--font-display);font-size:16px;line-height:1.1}.brand small{display:block;color:var(--muted);font-family:var(--font-meta);font-size:11px}.site-header nav{display:flex;align-items:center;gap:8px}.site-header nav a,.site-header select,.site-header button{height:38px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);font-family:var(--font-meta);font-size:12px;font-weight:700}.site-header nav a{display:inline-flex;align-items:center;padding:0 12px;color:var(--muted)}.site-header select{padding:0 8px}.site-header button{width:38px;cursor:pointer}main{width:min(118rem,100%);margin:0 auto;padding:34px 20px}.hero{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr);gap:24px;align-items:stretch}.hero>div,.dashboard,.feed,.article{border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow)}.hero>div{padding:32px}.eyebrow{margin:0 0 10px;color:var(--accent);font-family:var(--font-meta);font-size:12px;font-weight:800;text-transform:uppercase}.hero h1,.feed h1,.article h1{margin:0;font-family:var(--font-display);font-size:clamp(2rem,4vw,4.2rem);line-height:1.02}.hero p{max-width:68ch;color:var(--muted);font-size:17px;line-height:1.7}.dashboard{padding:22px}.dashboard h2,.feed h2{margin:0;font-family:var(--font-display);font-size:20px}.metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px}.metrics div{min-height:84px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:14px}.metrics span{display:block;color:var(--muted);font-family:var(--font-meta);font-size:11px;font-weight:800;text-transform:uppercase}.metrics strong{display:block;margin-top:8px;color:var(--accent);font-family:var(--font-meta);font-size:28px}.feed{margin-top:24px;padding:18px}.feed__head{display:flex;gap:16px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);padding:4px 6px 18px}.feed__head p{margin:4px 0 0;color:var(--muted);font-size:13px}.feed__head input{width:min(100%,420px);height:44px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 14px;outline:none}.story{border-bottom:1px solid var(--line);padding:18px 6px}.story[hidden]{display:none}.story__meta{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:var(--line);font-family:var(--font-meta)}.story__meta>span{display:block;min-width:0;padding:9px 10px;background:var(--surface-soft)}.story__meta small{display:block;color:var(--muted);font-size:9px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.story__meta time,.story__meta strong{display:block;margin-top:4px;color:var(--text);font-size:11px;line-height:1.25}.story h2{margin:16px 0 0;font-size:clamp(1.1rem,2vw,1.55rem);line-height:1.18}.story p{max-width:72ch;margin:10px 0 0;color:var(--muted);line-height:1.55}.story__read{display:inline-flex;margin-top:12px;border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--accent);font-family:var(--font-meta);font-size:12px;font-weight:800}.empty{padding:28px 6px;color:var(--muted)}.note{border-block:1px solid var(--line);background:color-mix(in srgb,var(--surface-soft) 82%,transparent);padding:16px 20px;color:var(--muted);font-size:13px}footer{display:flex;gap:20px;border-top:1px solid var(--line);padding:26px 20px;color:var(--muted)}.article{max-width:900px;margin:36px auto;padding:32px 24px}.article h1{margin-top:8px}.summary{font-size:1.2rem;color:var(--muted);line-height:1.65}.category,.tags span,time{font-family:var(--font-meta);font-size:.82rem;color:var(--muted)}.tags{display:flex;gap:8px;flex-wrap:wrap;margin:16px 0}.tags span{border:1px solid var(--line);border-radius:999px;padding:4px 8px}.body p{font-size:1.08rem;line-height:1.78}.article-impact{margin-top:28px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:14px}.article-impact__signal{display:inline-flex;align-items:center;gap:6px;font-family:var(--font-meta);font-size:12px}.article-impact p{margin:9px 0 0;color:var(--muted);font-size:14px;line-height:1.6}.neutral{color:var(--muted)!important}.related{border-top:1px solid var(--line);margin-top:32px;padding-top:20px}.static-shell{display:grid;grid-template-columns:9rem minmax(0,1fr);gap:28px;width:min(118rem,100%);margin:0 auto;padding:24px 20px}.section-navigation{position:sticky;top:82px;align-self:start;min-height:calc(100vh - 106px);border-right:1px solid var(--line);padding-right:14px}.section-nav-group{margin-bottom:4px}.section-nav-parent{display:block;border-left:2px solid transparent;padding:13px 10px;font-family:var(--font-meta);font-size:13px;font-weight:800}.section-nav-parent.active{border-color:var(--accent);background:var(--surface-soft);color:var(--accent)}.section-subnav{margin:2px 0 8px 14px;border-left:1px solid var(--line);padding-left:10px}.section-subnav a{display:block;padding:8px 4px;color:var(--muted);font-size:12px;font-weight:700}.section-subnav a.active{color:var(--accent)}.instrument-page{width:min(1100px,100%);margin:0;padding:10px 0 34px}.breadcrumbs{display:flex;gap:8px;align-items:center;color:var(--muted);font-size:13px;margin-bottom:20px}.instrument-directory-head,.instrument-profile{border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);padding:24px}.instrument-directory-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.instrument-directory-head h1,.instrument-profile h1{margin:0;font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem)}.instrument-directory-head p,.instrument-profile-head p,.instrument-copy p{color:var(--muted);line-height:1.65}.instrument-directory-head input{width:min(320px,100%);height:42px;border:1px solid var(--line);border-radius:8px;background:var(--surface);color:var(--text);padding:0 13px;outline:none}.instrument-list{margin-top:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong)}.instrument-row{border-bottom:1px solid var(--line)}.instrument-row:last-child{border-bottom:0}.instrument-row[hidden]{display:none}.instrument-row__main{display:grid;grid-template-columns:54px minmax(0,1fr) auto;gap:14px;align-items:center;padding:14px}.instrument-row__main:hover{background:var(--surface-soft)}.instrument-details{margin:0 14px 12px;border-top:1px solid var(--line);padding-top:8px}.instrument-details summary{width:max-content;cursor:pointer;color:var(--accent);font-size:12px;font-weight:800}.instrument-details div{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;padding:8px 0 4px}.instrument-details p{max-width:72ch;margin:0;color:var(--muted);font-size:14px;line-height:1.55}.instrument-details a{flex:none;color:var(--accent);font-size:12px;font-weight:800}.instrument-load-more{display:block;margin:18px auto 0;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);color:var(--text);padding:11px 18px;cursor:pointer}.instrument-mark{display:grid;place-items:center;width:46px;height:46px;border:1px solid var(--line-strong);border-radius:50%;background:var(--surface-soft);color:var(--accent);font-family:var(--font-meta);font-size:12px;font-weight:800}.instrument-mark--large{width:70px;height:70px;font-size:16px}.instrument-name strong,.instrument-name small,.instrument-price strong,.instrument-price small{display:block}.instrument-name small,.instrument-price small{margin-top:4px;color:var(--muted);font-family:var(--font-meta);font-size:12px}.instrument-price{text-align:right}.positive{color:var(--positive)!important}.negative{color:var(--negative)!important}.instrument-profile-head{display:flex;align-items:center;gap:18px}.quote-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.quote-panel>div{min-height:92px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:14px}.quote-panel span{display:block;color:var(--muted);font-size:12px}.quote-panel strong{display:block;margin-top:9px;font-family:var(--font-meta);font-size:19px}.quote-panel>p{grid-column:1/-1;margin:0;color:var(--muted);font-size:12px}.instrument-copy,.instrument-timeline,.instrument-news{border-top:1px solid var(--line);margin-top:28px;padding-top:24px}.instrument-copy h2,.instrument-timeline h2,.instrument-news h2{font-family:var(--font-display);font-size:22px}.instrument-timeline ol,.instrument-news ul{list-style:none;margin:0;padding:0}.instrument-timeline li,.instrument-news li{display:grid;grid-template-columns:110px minmax(0,1fr);gap:16px;border-top:1px solid var(--line);padding:14px 0}.instrument-timeline li div strong,.instrument-timeline li div a,.instrument-news li a strong{display:block}.instrument-timeline li div a{margin-top:5px;color:var(--muted);font-size:12px}.instrument-news li>a{min-width:0;font-size:16px;line-height:1.4}.instrument-news li>time{padding-top:2px}.instrument-timeline-empty>div,.instrument-news-empty{grid-column:1/-1;color:var(--muted)}.private-notice{border-left:3px solid var(--accent-warm);background:var(--surface-soft);padding:12px 14px}.instrument-updated{color:var(--muted);font-size:12px}@media(max-width:860px){.site-header{grid-template-columns:1fr;padding-inline:14px}.site-header nav{overflow-x:auto}.hero{grid-template-columns:1fr}.feed__head{align-items:stretch;flex-direction:column}.metrics{grid-template-columns:1fr 1fr}main{padding-inline:14px}.static-shell{grid-template-columns:1fr;padding-inline:14px}.section-navigation{position:static;display:flex;min-height:0;overflow-x:auto;border-right:0;border-bottom:1px solid var(--line);padding:0 0 10px}.section-nav-group{min-width:110px}.section-subnav{margin-left:8px}.instrument-directory-head{align-items:stretch;flex-direction:column}.quote-panel{grid-template-columns:1fr 1fr}}@media(max-width:520px){.site-header nav a{display:none}.metrics,.quote-panel{grid-template-columns:1fr}.hero>div,.dashboard,.feed,.article{padding:18px}.story__meta>span{padding:8px 7px}.instrument-row__main{grid-template-columns:46px minmax(0,1fr)}.instrument-price{grid-column:2;text-align:left}.instrument-details div{align-items:flex-start;flex-direction:column}.instrument-profile{padding:18px}.instrument-timeline li,.instrument-news li{grid-template-columns:1fr}.instrument-news li>time{order:2}}
.pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:22px 6px 6px;font-family:var(--font-meta);font-size:12px;font-weight:800}.pagination a{border:1px solid var(--line);border-radius:8px;padding:10px 12px;color:var(--accent)}.pagination span{color:var(--muted)}
.article-back{display:inline-flex;align-items:center;margin:0 0 22px;border:1px solid var(--line);border-radius:8px;padding:9px 13px;color:var(--accent);font-family:var(--font-meta);font-size:12px;font-weight:800}.article-back:hover{border-color:var(--accent);background:var(--surface-soft)}
.article-provenance{display:flex;flex-wrap:wrap;gap:6px 16px;margin:8px 0 14px;color:var(--muted);font-family:var(--font-meta);font-size:12px}.article-provenance a{color:var(--accent);font-weight:800;text-decoration:underline;text-underline-offset:2px}
.story__image{grid-column:1/-1;display:block;width:min(100%,760px);overflow:hidden;border-radius:8px;background:var(--surface-soft)}.story__image img{display:block;width:100%;height:280px;object-fit:cover}.article-media{margin:20px 0}.article-media img{display:block;width:100%;max-height:600px;border-radius:8px;object-fit:cover}.article-media figcaption{margin-top:8px;color:var(--muted);font-size:12px;line-height:1.5}
.article--analysis{max-width:1040px;padding:clamp(24px,5vw,64px)}.article--analysis h1{max-width:24ch;font-size:clamp(2rem,4vw,3.5rem);line-height:1.08}.article--analysis .summary{max-width:68ch;font-size:clamp(1.15rem,2vw,1.45rem)}.article--analysis .body{max-width:76ch;margin:32px auto 0}.article--analysis .body p{font-size:clamp(1.08rem,1.6vw,1.22rem);line-height:1.9}.content-type-badge{display:inline-flex;margin-left:8px;border:1px solid var(--accent);border-radius:999px;padding:4px 8px;color:var(--accent);font-size:11px;font-weight:800;text-transform:uppercase}.analysis-evidence{max-width:76ch;margin:38px auto 0;border-top:1px solid var(--line);padding-top:24px}.analysis-evidence h2{font-family:var(--font-display)}.analysis-evidence ol{padding-left:24px}.analysis-evidence li{margin:12px 0;line-height:1.5}.analysis-evidence a{color:var(--accent);font-weight:700}.analysis-evidence small{display:block;margin-top:3px;color:var(--muted)}
.structured-analysis{max-width:1120px}.structured-analysis>section,.structured-analysis-sections{margin-top:34px}.structured-analysis h2{margin:0 0 16px;font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.8rem)}.structured-analysis h3{margin:0 0 8px;font-size:1rem}.structured-hero{border-bottom:1px solid var(--line);padding-bottom:24px}.structured-hero h1{max-width:26ch;margin:12px 0;font-size:clamp(2rem,4vw,3.2rem);line-height:1.08}.structured-subheadline{max-width:72ch;color:var(--muted);font-size:1.15rem;line-height:1.55}.structured-asset{display:flex;align-items:baseline;gap:10px}.structured-asset strong{color:var(--accent);font-size:1.3rem}.structured-asset span{color:var(--muted)}.structured-summary,.structured-verdict{border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);padding:22px}.structured-summary>p{font-size:1.08rem;line-height:1.7}.structured-key-points{display:grid;gap:9px;margin-bottom:0;padding-left:22px}.structured-snapshot-grid,.structured-verdict-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.structured-field{min-width:0;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);padding:13px}.structured-field>strong{display:block;color:var(--muted);font-family:var(--font-meta);font-size:10px;text-transform:uppercase}.structured-field p{margin:6px 0 0;line-height:1.55}.structured-field--wide{grid-column:1/-1}.structured-nested{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.structured-section{margin-top:28px}.structured-section>p,.structured-section>.structured-field{max-width:80ch}.structured-section>.structured-field{margin-bottom:10px}.structured-timeline{display:grid;gap:0;margin:0;padding:0;list-style:none}.structured-timeline li{display:grid;grid-template-columns:110px 90px 1fr;gap:14px;border-bottom:1px solid var(--line);padding:12px 0}.structured-timeline p{margin:0}.structured-primary-scenario{display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid var(--accent);border-radius:9px;background:var(--accent-soft);padding:11px 14px}.structured-primary-scenario span{color:var(--muted);font-size:12px}.structured-primary-scenario strong{color:var(--accent)}.structured-scenarios{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.structured-scenario{border:1px solid var(--line);border-radius:10px;padding:16px}.structured-scenario header{display:grid;grid-template-columns:1fr auto;gap:4px}.structured-scenario header h3{font-family:var(--font-display);font-size:1.2rem}.structured-scenario header strong{grid-row:1/3;grid-column:2;color:var(--accent);font-size:1.5rem}.structured-scenario header span{color:var(--muted);font-size:12px}.structured-trade-plan{margin-top:14px;border-top:1px solid var(--line);padding-top:13px}.structured-trade-plan__header{display:flex;align-items:center;flex-wrap:wrap;gap:7px}.structured-trade-plan__header h4{flex:1;margin:0;font-size:.95rem}.structured-trade-plan__header span,.structured-trade-plan__header small{border-radius:999px;background:var(--accent-soft);color:var(--accent);padding:4px 8px;font-family:var(--font-meta);font-size:10px;text-transform:uppercase}.structured-trade-plan__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.structured-trade-plan__grid>div{border:1px solid var(--line);border-radius:7px;padding:9px}.structured-trade-plan__grid strong,.structured-trade-targets>strong{color:var(--muted);font-family:var(--font-meta);font-size:10px;text-transform:uppercase}.structured-trade-plan__grid p{margin:5px 0}.structured-trade-plan__grid small{color:var(--muted)}.structured-trade-targets{margin-top:10px}.structured-trade-targets ul{display:grid;gap:6px;margin:6px 0;padding:0;list-style:none}.structured-trade-targets li{display:flex;flex-direction:column;border-left:3px solid var(--accent);padding-left:9px}.structured-trade-targets li span{color:var(--muted);font-size:12px}.structured-forecast-tracking{border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);padding:18px}.structured-forecast-meta{display:flex;justify-content:space-between;gap:12px;margin:12px 0;color:var(--muted)}.structured-charts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.structured-chart{min-width:0;margin:0;border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);padding:15px}.structured-chart figcaption strong,.structured-chart figcaption span{display:block}.structured-chart figcaption span{margin-top:5px;color:var(--muted);font-size:13px}.structured-chart svg{display:block;width:100%;height:auto;margin-top:10px}.structured-chart svg line{stroke:var(--line);stroke-width:2}.structured-chart svg polyline{fill:none;stroke:var(--accent);stroke-width:4}.structured-chart svg rect{fill:var(--accent);opacity:.78}.structured-chart svg text{fill:var(--muted);font-size:11px}.structured-chart details{margin-top:8px}.structured-table-scroll{overflow-x:auto}.structured-analysis table{width:100%;border-collapse:collapse}.structured-analysis th,.structured-analysis td{border-bottom:1px solid var(--line);padding:10px;text-align:left;vertical-align:top;font-size:13px;line-height:1.45}.structured-refs{margin:10px 0 0}.structured-refs a{color:var(--accent);font-size:12px;font-weight:700}.structured-quality{display:grid;gap:10px}.structured-sources ol{padding-left:24px}.structured-sources li{margin:10px 0}.structured-sources li strong,.structured-sources li span{display:block}.structured-sources li span{margin-top:3px;color:var(--muted)}
@media(max-width:800px){.structured-snapshot-grid,.structured-verdict-grid,.structured-scenarios,.structured-charts,.structured-trade-plan__grid{grid-template-columns:1fr}.structured-nested{grid-template-columns:1fr}.structured-timeline li{grid-template-columns:1fr auto}.structured-timeline li p{grid-column:1/-1}.structured-analysis{padding-inline:18px}.structured-hero h1{font-size:clamp(1.8rem,8vw,2.4rem)}.structured-forecast-meta{flex-direction:column}}
.instrument-badges{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.story>.instrument-badges{grid-column:1/-1;margin:0}.instrument-badges a{align-items:center;border:1px solid var(--accent);border-radius:999px;color:var(--accent);display:inline-flex;gap:6px;padding:5px 9px;font-family:var(--font-meta);font-size:11px;font-weight:700}.instrument-badges img{border-radius:50%;object-fit:contain}.instrument-badges .positive{color:var(--positive)}.instrument-badges .negative{color:var(--negative)}
.hero--single{grid-template-columns:1fr}@media(max-width:860px){.story__image{width:100%}.story__image img{height:auto;max-height:280px}}
.portal-home{width:min(90rem,100%);margin:0 auto;padding:34px 20px}.portal-intro,.portal-card,.portal-links a,.portal-lead,.portal-section{border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);box-shadow:var(--shadow)}.portal-intro{padding:clamp(26px,5vw,54px)}.portal-intro h1{max-width:20ch;margin:0;font-family:var(--font-display);font-size:clamp(2.4rem,6vw,5.2rem);line-height:1}.portal-intro>p:last-child{max-width:68ch;color:var(--muted);font-size:18px;line-height:1.7}.portal-lead{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.85fr);overflow:hidden}.portal-lead__media{min-height:510px;background:var(--surface-soft)}.portal-lead__media img,.portal-section__media img{display:block;width:100%;height:100%;object-fit:cover}.portal-lead__copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(28px,5vw,64px)}.portal-lead h1{margin:10px 0 0;font-family:var(--font-display);font-size:clamp(2.2rem,4vw,4.4rem);line-height:1}.portal-lead__copy>p:not(.eyebrow){color:var(--muted);font-size:17px;line-height:1.65}.portal-button{display:inline-flex;width:max-content;margin-top:20px;border-radius:8px;background:var(--accent);padding:12px 15px;color:var(--surface)!important;font-weight:800}.portal-block{margin-top:52px}.portal-block>header{margin-bottom:18px}.portal-block>header h2,.portal-follow h2{margin:4px 0 0;font-family:var(--font-display);font-size:clamp(1.8rem,3vw,2.8rem)}.portal-top-stories{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.portal-top-stories article{background:var(--surface-strong);padding:20px}.portal-top-stories h3,.portal-analysis h3{margin:7px 0;font-family:var(--font-display);font-size:19px;line-height:1.3}.portal-top-stories article>p:last-child,.portal-analysis article>p:last-child{color:var(--muted);font-size:14px;line-height:1.55}.portal-sections{display:grid;gap:20px}.portal-section{display:grid;grid-template-columns:minmax(300px,.72fr) minmax(0,1.28fr);overflow:hidden}.portal-section__media{min-height:390px}.portal-section>div{padding:clamp(22px,4vw,38px)}.portal-section h2{margin:3px 0;font-family:var(--font-display);font-size:34px}.portal-section h3{font-family:var(--font-display);font-size:20px}.portal-section p{color:var(--muted);line-height:1.55}.portal-section ul{display:grid;grid-template-columns:1fr 1fr;gap:10px 20px;border-block:1px solid var(--line);padding:16px 0;list-style:none}.portal-section li a{font-weight:700;line-height:1.35}.portal-card__more{display:inline-flex;margin-top:8px;color:var(--accent);font-weight:800}.portal-analysis{border-radius:8px;background:var(--surface-soft);padding:clamp(24px,4vw,46px)}.portal-analysis>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:var(--line)}.portal-analysis article{background:var(--surface-strong);padding:22px}.portal-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-top:22px}.portal-links a{display:flex;min-height:150px;flex-direction:column;padding:22px;color:var(--text)}.portal-links strong{font-family:var(--font-display);font-size:20px}.portal-links span{margin-top:10px;color:var(--muted);line-height:1.5}.portal-follow{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:52px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);padding:clamp(24px,4vw,46px)}.portal-follow p:last-child{color:var(--muted)}.portal-footer{display:block;border-top:1px solid var(--line);padding:0;background:var(--surface-strong);color:var(--muted)}.portal-footer__grid{display:grid;grid-template-columns:1.4fr repeat(4,1fr);gap:34px;width:min(90rem,100%);margin:auto;padding:42px 20px}.portal-footer__grid section{display:grid;align-content:start;gap:10px}.portal-footer__grid section>strong{color:var(--text)}.portal-footer__grid p{max-width:34ch;line-height:1.55}.portal-footer__bottom{display:flex;justify-content:space-between;gap:18px;width:min(90rem,100%);margin:auto;border-top:1px solid var(--line);padding:18px 20px;font-size:12px}.article h2{font-family:var(--font-display)}@media(max-width:860px){.portal-lead,.portal-section{grid-template-columns:1fr}.portal-lead__media,.portal-section__media{min-height:auto;aspect-ratio:16/9}.portal-top-stories,.portal-analysis>div{grid-template-columns:1fr 1fr}.portal-grid,.portal-links{grid-template-columns:1fr 1fr}.portal-footer__grid{grid-template-columns:1fr 1fr}.portal-follow{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.portal-top-stories,.portal-analysis>div,.portal-links,.portal-footer__grid{grid-template-columns:1fr}.portal-section ul{grid-template-columns:1fr}.portal-lead h1{font-size:2rem}.portal-footer__bottom{flex-direction:column}}
.portal-home{width:min(80rem,100%)}.portal-lead{grid-template-columns:minmax(0,1.02fr) minmax(340px,.98fr);height:352px}.portal-lead__media{min-height:0}.portal-lead__copy{padding:24px clamp(24px,2.5vw,32px)}.portal-lead h1{font-size:clamp(1.65rem,2vw,2.15rem);line-height:1.05}.portal-lead__copy>p:not(.eyebrow){display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin:14px 0 0;font-size:15px;line-height:1.5}.portal-lead .portal-button{margin-top:14px}.portal-section__media{height:250px;min-height:0}.portal-intro--visual{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);height:340px;min-height:0;padding:0;overflow:hidden}.portal-intro--visual>div{display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,3vw,42px)}.portal-intro--visual>img{width:100%;height:100%;object-fit:cover}.portal-intro--visual>div>p:last-of-type{max-width:68ch;color:var(--muted);font-size:16px;line-height:1.55}.portal-intro--compact{padding:22px 28px}.portal-intro--compact h1{font-size:clamp(1.8rem,2.5vw,2.5rem)}.portal-intro--compact>p:last-child{font-size:16px;line-height:1.5}.portal-block{margin-top:36px}.portal-block>header{margin-bottom:13px}.portal-block>header h2,.portal-follow h2{font-size:clamp(1.55rem,2vw,2rem)}.portal-links{gap:12px;margin-top:14px}.portal-links a{min-height:108px;padding:17px 18px}.portal-links strong{font-size:17px}.portal-links span{margin-top:6px;font-size:14px;line-height:1.4}.portal-follow{gap:18px;margin-top:36px;padding:22px 26px}.portal-follow p{margin:7px 0 0;font-size:14px}.portal-follow .portal-button{margin-top:0;padding:10px 13px;font-size:14px}.portal-footer__grid{gap:18px;padding:18px 20px;font-size:14px}.portal-footer__grid section{gap:5px}.portal-footer__grid p{margin:4px 0;line-height:1.3}.portal-footer__follow-grid{display:grid;grid-template-columns:1fr 1fr;gap:4px 10px}.portal-footer__bottom{padding:8px 20px}@media(max-width:860px){.portal-intro--visual,.portal-lead{grid-template-columns:1fr;height:auto}.portal-intro--visual>img{max-height:360px;order:-1}.portal-section__media{height:auto}.portal-links a{min-height:120px}.portal-follow{align-items:flex-start;flex-direction:column}}@media(max-width:520px){.portal-intro--visual{min-height:0}.portal-intro--visual>div{padding:22px}}
@media(min-width:861px){.portal-block{margin-top:24px}.portal-block>header{margin-bottom:9px}.portal-block>header h2,.portal-follow h2{font-size:1.6rem}.portal-links{gap:9px;margin-top:10px}.portal-links a{min-height:82px;padding:12px 14px}.portal-links strong{font-size:15px;line-height:1.2}.portal-links span{margin-top:4px;font-size:12px;line-height:1.3}.portal-follow{gap:14px;margin-top:24px;padding:15px 18px}.portal-follow .eyebrow{margin-bottom:3px;font-size:10px}.portal-follow p{margin:3px 0 0;font-size:12px}.portal-follow .portal-button{padding:8px 11px;font-size:12px}.portal-footer__grid{gap:14px;padding:12px 20px;font-size:12px}.portal-footer__grid section{gap:3px}.portal-footer__grid p{margin:2px 0;line-height:1.25}.portal-footer__grid .brand img{width:28px;height:28px}.portal-footer__follow-grid{gap:2px 8px}.portal-footer__bottom{padding:6px 20px;font-size:11px}}
.analysis-hub-list{margin-top:18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-strong);padding:6px 24px}.analysis-hub-label{margin:0;border-bottom:1px solid var(--line);padding:14px 0;color:var(--accent);font-family:var(--font-meta);font-size:12px;text-transform:uppercase}.analysis-hub-item{border-bottom:1px solid var(--line);padding:18px 0}.analysis-hub-item:last-child{border-bottom:0}.analysis-hub-item span{color:var(--accent);font-family:var(--font-meta);font-size:12px;text-transform:uppercase}.analysis-hub-item h2{margin:6px 0;font-family:var(--font-display);font-size:clamp(1.15rem,1.8vw,1.45rem)}.analysis-hub-item p{max-width:75ch;color:var(--muted);line-height:1.55}
.portal-home--utility{width:min(68rem,100%);padding-top:24px;padding-bottom:24px}.portal-home--utility .portal-intro--compact{padding:18px 22px}.portal-home--utility .portal-intro--compact h1{font-size:clamp(1.65rem,2.2vw,2.15rem)}.portal-home--utility .portal-intro--compact>p:last-child{margin:8px 0 0;font-size:14px;line-height:1.45}.portal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.portal-grid .portal-card{min-height:0;padding:15px 17px}.portal-grid .portal-card h2{margin:0;font-family:var(--font-display);font-size:18px}.portal-grid .portal-card p{margin:9px 0 0;font-size:13px}.analysis-hub-list{margin-top:12px;padding:2px 20px}.analysis-hub-label{padding:11px 0;font-size:10px}.analysis-hub-item{padding:14px 0}.analysis-hub-meta{display:flex;flex-wrap:wrap;align-items:center;gap:7px 12px}.analysis-hub-meta span,.analysis-hub-meta time{color:var(--muted);font-family:var(--font-meta);font-size:10px;text-transform:uppercase}.analysis-hub-meta span:first-child{color:var(--accent)}.analysis-hub-item h2{margin:7px 0 0;font-size:clamp(1.05rem,1.5vw,1.3rem)}.analysis-hub-item .instrument-badges{margin:9px 0 0}.analysis-hub-item>p{margin:9px 0 0;font-size:14px;line-height:1.48}.article{max-width:780px;margin:24px auto;padding:24px 22px}.article h1{font-size:clamp(1.75rem,3vw,2.65rem);line-height:1.08}.article--analysis{max-width:900px;padding:28px 30px}.article--analysis h1{font-size:clamp(1.85rem,3vw,2.75rem)}.article--analysis .summary{font-size:clamp(1.05rem,1.5vw,1.2rem)}.article--analysis .body p,.body p{font-size:1rem;line-height:1.7}.instrument-directory-head h1,.instrument-profile h1{font-size:clamp(1.75rem,3vw,2.5rem)}
@media(max-width:700px){.portal-grid{grid-template-columns:1fr}.portal-home--utility{padding-top:16px;padding-bottom:16px}.portal-home--utility .portal-intro--compact{padding:17px}.analysis-hub-list{padding-inline:16px}.article,.article--analysis{margin:16px auto;padding:20px 18px}}
.article.structured-analysis{width:min(1180px,calc(100% - 32px));max-width:1180px;padding:clamp(24px,3vw,42px)}.structured-analysis .structured-hero h1{max-width:31ch;font-size:clamp(2rem,3.2vw,2.8rem);line-height:1.08}.structured-analysis .structured-subheadline{max-width:82ch;font-size:1.05rem}.structured-summary{max-width:920px}.structured-summary>p,.structured-prose,.structured-callout,.structured-editorial-list{max-width:82ch}.structured-key-details{margin-top:14px;border-top:1px solid var(--line);padding-top:12px}.structured-key-details>summary{cursor:pointer;color:var(--accent);font-size:13px;font-weight:800}.structured-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.structured-metric{display:flex;min-height:92px;flex-direction:column;justify-content:space-between;border:1px solid var(--line);border-radius:9px;background:var(--surface-strong);padding:14px}.structured-metric span{color:var(--muted);font-family:var(--font-meta);font-size:11px;text-transform:uppercase}.structured-metric strong{margin-top:10px;font-family:var(--font-display);font-size:clamp(1.35rem,2vw,1.75rem)}.structured-metric.positive strong{color:var(--positive)}.structured-metric.negative strong{color:var(--negative)}.structured-market-note,.structured-section-lead{max-width:82ch;color:var(--muted);font-size:13px;line-height:1.55}.structured-market-details{margin-top:12px;border-top:1px solid var(--line);padding-top:12px}.structured-market-details>summary,.structured-chart details>summary{cursor:pointer;color:var(--accent);font-size:13px;font-weight:700}.structured-snapshot-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:14px}.structured-chart-section{border-block:1px solid var(--line);padding-block:26px}.structured-charts{grid-template-columns:repeat(2,minmax(0,1fr))}.structured-chart:first-child{grid-column:1/-1}.structured-chart figcaption strong{font-family:var(--font-display);font-size:1.15rem}.structured-chart svg .chart-grid{stroke-width:1;opacity:.7}.structured-chart svg circle{fill:var(--surface-strong);stroke:var(--accent);stroke-width:3}.structured-chart svg .chart-value{fill:var(--text);font-size:11px;font-weight:800}.structured-analysis-sections{max-width:920px}.structured-prose p{margin:0 0 15px;font-size:1.02rem;line-height:1.75}.structured-editorial-list{margin:20px 0}.structured-editorial-list h3{font-family:var(--font-display);font-size:1.12rem}.structured-editorial-list ul{display:grid;gap:9px;margin:10px 0 0;padding-left:22px}.structured-editorial-list li{line-height:1.6}.structured-callout{margin:20px 0;border-left:3px solid var(--accent);background:var(--surface-soft);padding:15px 18px}.structured-callout>strong{color:var(--accent);font-size:12px;text-transform:uppercase}.structured-callout p{margin:7px 0 0;line-height:1.65}.structured-zones{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.structured-zones>h3{grid-column:1/-1}.structured-zone{border:1px solid var(--line);border-radius:9px;background:var(--surface-strong);padding:13px}.structured-zone .structured-field{border:0;padding:5px 0}.structured-zone .structured-field--wide{grid-column:auto}.structured-analysis .structured-section{border-top:1px solid var(--line);padding-top:25px}.structured-analysis .structured-section>h2{font-size:clamp(1.4rem,2vw,1.75rem)}
@media(max-width:800px){.article.structured-analysis{width:100%;padding-inline:18px}.structured-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.structured-charts,.structured-snapshot-details,.structured-zones{grid-template-columns:1fr}.structured-chart:first-child{grid-column:auto}.structured-metric{min-height:82px}.structured-analysis .structured-hero h1{font-size:clamp(1.8rem,8vw,2.4rem)}}
.article.structured-analysis{width:min(1040px,calc(100% - 32px));max-width:1040px;padding:28px 34px}.structured-analysis>section,.structured-analysis-sections{margin-top:26px}.structured-analysis h2,.structured-analysis .structured-section>h2{margin-bottom:11px;font-size:clamp(1.18rem,1.45vw,1.42rem)}.structured-analysis .structured-hero h1{font-size:clamp(1.75rem,2.45vw,2.3rem)}.structured-analysis .structured-subheadline{font-size:.96rem;line-height:1.5}.structured-summary{padding:16px 18px}.structured-summary>p{font-size:.96rem;line-height:1.58}.structured-key-points{gap:6px;font-size:.91rem}.structured-metrics{gap:8px}.structured-metric{min-height:68px;padding:10px 12px}.structured-metric span{font-size:9px}.structured-metric strong{margin-top:6px;font-size:clamp(1.05rem,1.5vw,1.32rem)}.structured-market-note,.structured-section-lead{font-size:12px}.structured-chart-section{padding-block:20px}.structured-chart{padding:12px}.structured-chart figcaption strong{font-size:1rem}.structured-chart figcaption span{font-size:12px}.structured-prose p{font-size:.96rem;line-height:1.65}.structured-editorial-list{margin:15px 0}.structured-editorial-list li{font-size:.94rem;line-height:1.52}.structured-callout{margin:15px 0;padding:12px 15px}.structured-callout p{font-size:.94rem;line-height:1.55}.structured-analysis .structured-section{padding-top:19px}.structured-timeline li{padding:9px 0;font-size:.91rem}.structured-scenario{padding:13px}.structured-analysis th,.structured-analysis td{padding:8px;font-size:12px}
@media(max-width:800px){.article.structured-analysis{width:100%;padding:18px 16px}.structured-analysis>section,.structured-analysis-sections{margin-top:22px}.structured-analysis .structured-hero h1{font-size:clamp(1.65rem,7vw,2rem)}.structured-metric{min-height:64px;padding:9px 10px}.structured-metric strong{font-size:1.05rem}}
.structured-charts{grid-template-columns:1fr}.structured-chart:first-child{grid-column:auto}.structured-chart svg text{fill:var(--text);font-size:13px;font-weight:600}.structured-chart svg .chart-value{fill:var(--text);font-size:15px;font-weight:900}.structured-chart svg .chart-category{font-size:14px;font-weight:750}.structured-chart svg .chart-grid{opacity:.9}.structured-chart-unit{margin-top:7px;color:var(--text)!important;font-family:var(--font-meta);font-size:11px!important;font-weight:800;text-transform:uppercase}.structured-chart details{margin-top:10px}.structured-chart details table{margin-top:8px}.structured-bar-svg{margin-top:4px!important}
.structured-range-chart{display:grid;gap:12px;margin-top:18px}.structured-range-row{display:grid;grid-template-columns:minmax(190px,1fr) auto;gap:6px 18px;align-items:center}.structured-range-row>strong{min-width:0;font-size:14px;line-height:1.35}.structured-range-value{color:var(--text)!important;font-family:var(--font-meta);font-size:14px!important;font-weight:900;white-space:nowrap}.structured-range-track{position:relative;grid-column:1/-1;height:12px;overflow:hidden;border-radius:999px;background:var(--surface-soft)}.structured-range-track i{position:absolute;top:0;bottom:0;min-width:8px;border-radius:999px;background:var(--accent)}.structured-technical-levels{border:1px solid var(--line);border-radius:10px;background:var(--surface-strong);padding:18px}.structured-long-range-levels{display:flex;align-items:center;flex-wrap:wrap;gap:8px 14px;margin-top:18px;border-top:1px solid var(--line);padding-top:13px}.structured-long-range-levels>strong{color:var(--muted);font-family:var(--font-meta);font-size:11px;text-transform:uppercase}.structured-long-range-levels>span{font-weight:800}
.structured-developments{margin-top:20px}.structured-developments ol{display:grid;gap:0;margin:0;padding:0;list-style:none}.structured-developments li{display:grid;grid-template-columns:110px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:12px 0}.structured-developments time{color:var(--muted);font-family:var(--font-meta);font-size:12px}.structured-developments p{margin:0;line-height:1.5}
.structured-trade-plan__grid>div:only-child{grid-column:1/-1}
@media(max-width:800px){.structured-chart svg text{font-size:14px}.structured-chart svg .chart-value{font-size:16px}.structured-chart svg .chart-category{font-size:15px}}
@media(max-width:520px){.structured-range-row{grid-template-columns:1fr}.structured-range-value{grid-row:2}.structured-range-track{grid-row:3}}
@media(min-width:861px){.story p{max-width:none}}
html{min-height:100%}body{min-height:100vh;display:flex;flex-direction:column}body>main,body>.static-shell{flex:1 0 auto}.site-header nav a.portal-nav-link.active{border-color:var(--accent);background:var(--surface-soft);color:var(--accent)}.portal-footer{margin-top:auto}