:root { --navy-950:#020617; --navy-900:#0b1220; --navy-800:#111827; --navy-700:#1e293b; --line:rgb(148 163 184 / .2); --text:#f1f5f9; --muted:#94a3b8; --cyan:#00b5f1; --blue:#0039a6; --kaavi:#ff5e14; --green:#34d399; --red:#f87171; }
* { box-sizing:border-box; } html { scroll-behavior:smooth; } body { margin:0; background:linear-gradient(180deg,var(--navy-950),#050b1a 45%,var(--navy-900)); color:var(--text); font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; line-height:1.6; } a { color:var(--cyan); text-decoration:none; } a:hover { color:#7bd7ff; }.trade-container { width:min(100% - 40px,1240px); margin:auto; }
.site-header { position:sticky; top:0; z-index:10; border-bottom:1px solid rgb(255 255 255 / .06); background:rgb(2 6 23 / .86); backdrop-filter:blur(12px); }.site-header .trade-container { display:flex; align-items:center; height:72px; gap:28px; }.brand img { display:block; width:158px; height:auto; }.site-nav { display:flex; gap:28px; margin-left:auto; }.site-nav a { color:#cbd5e1; font-size:.92rem; font-weight:600; }.site-nav a:hover { color:#fff; }
.header-action,.primary-action,.footer-action { display:inline-flex; align-items:center; justify-content:center; padding:10px 18px; border:1px solid rgb(0 181 241 / .65); border-radius:7px; background:linear-gradient(135deg,var(--cyan),var(--blue)); box-shadow:0 5px 16px rgb(0 181 241 / .18); color:#fff; font-size:.88rem; font-weight:750; transition:transform .2s ease,filter .2s ease; }.header-action:hover,.primary-action:hover,.footer-action:hover { color:#fff; filter:brightness(1.1); transform:translateY(-1px); }
.page-hero { position:relative; overflow:hidden; padding:54px 0 46px; }.hero-orb { position:absolute; border-radius:50%; filter:blur(100px); pointer-events:none; }.hero-orb-one { top:-150px; right:-80px; width:440px; height:440px; background:rgb(0 57 166 / .25); }.hero-orb-two { bottom:-200px; left:-160px; width:500px; height:500px; background:rgb(0 181 241 / .12); }.breadcrumbs,.hero-layout { position:relative; z-index:1; }.breadcrumbs { display:flex; flex-wrap:wrap; gap:8px; margin-bottom:22px; color:#64748b; font-size:.8rem; }.breadcrumbs a { color:#94a3b8; }.breadcrumbs span[aria-current="page"] { color:var(--cyan); }.hero-layout { display:grid; grid-template-columns:minmax(0,1fr) 325px; align-items:center; gap:52px; }.eyebrow,.section-kicker { margin:0 0 5px; color:var(--kaavi); font-size:.75rem; font-weight:800; letter-spacing:.09em; text-transform:uppercase; }.page-hero h1 { max-width:800px; margin:0; color:#fff; font-size:clamp(2.1rem,4vw,3.1rem); letter-spacing:-.035em; line-height:1.1; }.hero-copy { max-width:700px; margin:15px 0; color:#cbd5e1; font-size:1.04rem; }.hero-meta { display:flex; flex-wrap:wrap; gap:8px; margin:0 0 23px; }.hero-meta span { border:1px solid var(--line); border-radius:6px; background:rgb(15 23 42 / .72); color:#94a3b8; padding:5px 10px; font-size:.78rem; }.hero-stat-stack { display:grid; gap:12px; }.hero-stat { border:1px solid var(--line); border-left:3px solid var(--cyan); border-radius:12px; background:linear-gradient(145deg,rgb(17 24 39 / .78),rgb(15 23 42 / .55)); padding:19px; box-shadow:0 12px 28px rgb(0 0 0 / .2); }.hero-stat-secondary { border-left-color:#4877d5; }.hero-stat p { margin:0; color:#94a3b8; font-size:.74rem; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }.hero-stat strong { display:block; margin:3px 0; color:#fff; font-size:1.85rem; line-height:1.2; }.hero-stat span { color:#64748b; font-size:.78rem; }
.kpi-section,.trade-section,.editorial-section { padding:46px 0; }.kpi-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:16px; }.kpi-card { position:relative; overflow:hidden; border:1px solid var(--line); border-radius:12px; background:#111827; padding:20px; }.kpi-card::before { position:absolute; top:0; left:0; width:100%; height:2px; background:#334155; content:""; }.kpi-card p,.kpi-card small { margin:0; color:#94a3b8; font-size:.82rem; }.kpi-card strong { display:block; margin:5px 0; color:#fff; font-size:1.65rem; line-height:1.2; }
.section-tint { border-block:1px solid rgb(255 255 255 / .05); background:rgb(15 23 42 / .34); }.section-heading { margin-bottom:22px; }.section-heading h2,.editorial-copy h2,.evidence-panel h2,.narrative-card h2,.insight-card h2,.detail-card h2,.callout-card h2 { margin:0; color:#fff; font-size:clamp(1.35rem,2vw,1.75rem); line-height:1.25; }.section-heading > p:last-child { margin:4px 0 0; color:#94a3b8; font-size:.93rem; }.table-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:12px; background:#111827; box-shadow:0 10px 25px rgb(0 0 0 / .16); -webkit-overflow-scrolling:touch; }.table-scroll-hint { display:none; } table { width:100%; border-collapse:collapse; font-size:.88rem; } th { border-bottom:1px solid #334155; background:#0f172a; color:#e2e8f0; font-size:.73rem; letter-spacing:.02em; white-space:nowrap; } th,td { padding:13px 15px; text-align:left; } td { border-bottom:1px solid rgb(255 255 255 / .06); color:#f1f5f9; } tbody tr:last-child td { border-bottom:0; } tbody tr:hover td { background:rgb(255 255 255 / .02); } th[data-column-type="numeric"],td[data-column-type="numeric"] { text-align:right; } td[data-trend="positive"] { color:var(--green); font-weight:700; } td[data-trend="negative"] { color:var(--red); font-weight:700; }.empty-state { color:#94a3b8; text-align:left !important; }
.editorial-grid,.content-split { display:grid; grid-template-columns:1.15fr 1fr; gap:34px; align-items:start; }.content-split-reverse { grid-template-columns:1fr 1.15fr; }.evidence-panel,.narrative-card,.insight-card,.detail-card,.callout-card { border:1px solid var(--line); border-radius:12px; background:rgb(17 24 39 / .7); padding:24px; }.editorial-copy p,.narrative-card p,.insight-card p,.detail-card p,.callout-card p { color:#cbd5e1; }.editorial-copy h3,.narrative-card h3 { margin:20px 0 6px; color:#e2e8f0; font-size:1.05rem; }.supporting-copy { color:#94a3b8 !important; font-size:.85rem; }.chart-card { margin:16px 0 0; border:1px solid var(--line); border-radius:10px; background:#0f172a; padding:16px; }.chart-card svg { width:100%; height:auto; color:var(--cyan); }.chart-card line { stroke:#334155; stroke-dasharray:4; }.chart-card circle { fill:var(--navy-950); stroke:var(--cyan); stroke-width:2; }.chart-card text,figcaption { fill:#94a3b8; color:#94a3b8; font-size:.76rem; }.detail-card > div { display:grid; gap:3px; padding:10px 0; border-bottom:1px solid rgb(255 255 255 / .07); }.detail-card > div:last-child { border:0; }.detail-card span,dt { color:#94a3b8; font-size:.79rem; }.detail-card strong,dd { margin:0; color:#fff; font-size:.88rem; }.insight-card dl { display:grid; gap:12px; }.callout-card a { display:inline-block; margin-top:6px; font-weight:700; }
.related-links { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }.related-links a { position:relative; border:1px solid var(--line); border-radius:10px; background:#111827; color:#e2e8f0; padding:16px 38px 16px 16px; font-size:.88rem; font-weight:700; }.related-links a::after { position:absolute; right:16px; color:var(--cyan); content:"→"; }.coverage-note { margin:12px 0 0; color:#64748b; font-size:.8rem; }.notes-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }.notes-grid h2 { margin:0 0 7px; color:#fff; font-size:1rem; }.notes-grid p { margin:0; color:#94a3b8; font-size:.86rem; }.bottom-cta { display:flex; align-items:center; justify-content:space-between; gap:28px; border:1px solid rgb(255 94 20 / .42); border-radius:16px; background:linear-gradient(135deg,rgb(255 94 20 / .1),rgb(0 57 166 / .16)); padding:28px; }.bottom-cta h2 { margin:3px 0 6px; color:#fff; font-size:1.45rem; }.bottom-cta p:not(.section-kicker) { margin:0; color:#cbd5e1; }.bottom-cta .primary-action,.site-footer .footer-action { border-color:rgb(255 94 20 / .7); background:linear-gradient(135deg,#c5420c,var(--kaavi)); box-shadow:0 7px 18px rgb(184 58 10 / .25); white-space:nowrap; }
.site-footer { margin-top:45px; border-top:1px solid var(--line); background:#020617; padding:42px 0 20px; }.footer-grid { display:grid; grid-template-columns:1.5fr repeat(4,1fr); gap:26px; }.footer-brand { display:inline-block; color:#fff; font-size:1.2rem; font-weight:800; }.footer-brand::before { display:block; width:28px; height:3px; margin-bottom:10px; border-radius:99px; background:var(--kaavi); content:""; }.site-footer p { color:#94a3b8; font-size:.84rem; }.footer-note { color:#d8a27b !important; font-size:.77rem !important; }.site-footer h2 { margin:0 0 8px; color:#fff; font-size:.73rem; letter-spacing:.08em; text-transform:uppercase; }.site-footer nav { display:grid; gap:7px; }.site-footer nav a { color:#cbd5e1; font-size:.84rem; }.social-link { display:flex; align-items:center; gap:9px; line-height:1.35; }.social-link svg { width:20px; height:20px; flex:0 0 auto; padding:3px; border:1px solid #475569; border-radius:4px; fill:#e2e8f0; }.footer-bottom { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:30px; padding-top:16px; border-top:1px solid var(--line); }.footer-bottom small { color:#94a3b8; }.footer-bottom nav { display:flex; gap:18px; }
@media (max-width:900px) { .hero-layout,.editorial-grid,.content-split,.content-split-reverse { grid-template-columns:1fr; }.hero-stat-stack { grid-template-columns:repeat(2,1fr); }.kpi-grid { grid-template-columns:repeat(2,1fr); }.related-links { grid-template-columns:repeat(2,1fr); }.footer-grid { grid-template-columns:1.5fr repeat(2,1fr); } }
@media (max-width:620px) { .trade-container { width:min(100% - 24px,1240px); }.site-header .trade-container { height:62px; gap:12px; }.brand img { width:134px; }.site-nav { display:none; }.header-action { margin-left:auto; padding:8px 11px; }.page-hero { padding:26px 0; }.hero-orb,.hero-stat-stack { display:none; }.breadcrumbs { margin-bottom:15px; font-size:.7rem; }.page-hero h1 { font-size:1.9rem; }.hero-copy { font-size:.91rem; }.hero-meta { margin-bottom:16px; }.hero-meta span:last-child { display:none; }.kpi-section,.trade-section,.editorial-section { padding:28px 0; }.kpi-grid { gap:10px; }.kpi-card { padding:15px; }.kpi-card strong { font-size:1.4rem; }.section-heading { margin-bottom:14px; }.section-heading h2 { font-size:1.3rem; }.primary-evidence .section-heading > p,.secondary-evidence .section-heading > p,.editorial-copy { display:none; }
  body[data-template-code="TS1"] .primary-evidence .table-wrap,body[data-template-code="TS1"] .secondary-evidence .table-wrap { position:relative; overflow-x:scroll; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:9px; } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar-track,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar-track { border-radius:9px; background:#1e293b; } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border:2px solid #1e293b; border-radius:9px; background:#00b5f1; } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb:hover,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb:hover { background:#7bd7ff; } body[data-template-code="TS1"] .primary-evidence .table-wrap table,body[data-template-code="TS1"] .secondary-evidence .table-wrap table { min-width:540px; table-layout:fixed; font-size:.68rem; } body[data-template-code="TS1"] .primary-evidence .table-wrap th,body[data-template-code="TS1"] .secondary-evidence .table-wrap th { padding:7px 8px; font-size:.56rem; white-space:normal; } body[data-template-code="TS1"] .primary-evidence .table-wrap td,body[data-template-code="TS1"] .secondary-evidence .table-wrap td { padding:7px 8px; font-size:.68rem; white-space:nowrap; } body[data-template-code="TS1"] .primary-evidence .table-wrap th:first-child,body[data-template-code="TS1"] .primary-evidence .table-wrap td:first-child,body[data-template-code="TS1"] .secondary-evidence .table-wrap th:first-child,body[data-template-code="TS1"] .secondary-evidence .table-wrap td:first-child { width:88px; } body[data-template-code="TS1"] .table-wrap::after { position:absolute; top:8px; right:8px; z-index:2; padding:3px 6px; border:1px solid rgb(0 181 241 / .35); border-radius:4px; background:rgb(2 6 23 / .88); color:#9eeaff; content:"Swipe →"; font-size:.62rem; pointer-events:none; } body[data-template-code="TS1"] .table-scroll-hint { display:block; position:sticky; left:0; width:max-content; margin:0; border-top:1px solid rgb(148 163 184 / .14); background:#111827; color:#94a3b8; padding:5px 9px; font-size:.66rem; }
  .related-links,.notes-grid { grid-template-columns:1fr; }.bottom-cta { display:block; padding:22px; }.bottom-cta .primary-action { margin-top:15px; }.footer-grid { grid-template-columns:repeat(2,minmax(0,1fr)); gap:24px 18px; }.footer-grid > :first-child { grid-column:1 / -1; }.footer-bottom { flex-direction:column; gap:10px; }.footer-bottom nav { display:flex; }.evidence-panel,.narrative-card,.insight-card,.detail-card,.callout-card { padding:18px; } }
:root { --table-scroll-cue:none; }
@media (max-width:620px) { body[data-template-code="TS1"] .table-wrap::after { display:none; content:none; } body[data-template-code="TS1"] .table-scroll-hint { display:none; } }
@media (max-width:620px) { body[data-template-code="TS1"] .table-scroll-hint { display:none; } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:14px; } body[data-template-code="TS1"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,body[data-template-code="TS1"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border-width:3px; background:#008ed0; } }
body[data-template-code="TS2"] .chart-card rect,body[data-template-code="TS3"] .chart-card rect { fill:var(--cyan); }
body[data-template-code="TS2"] .chart-card rect,body[data-template-code="TS3"] .chart-card rect,body[data-template-code="TS4"] .chart-card rect { fill:var(--cyan); }
body[data-template-code="TS2"] .chart-card text,body[data-template-code="TS3"] .chart-card text,body[data-template-code="TS4"] .chart-card text { fill:#94a3b8; }
@media (max-width:620px) {
  body[data-template-code="TS2"] .primary-evidence .table-wrap,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap { overflow-x:scroll; position:relative; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); }
  body[data-template-code="TS2"] .primary-evidence .table-wrap::-webkit-scrollbar,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:14px; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap::-webkit-scrollbar-track,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap::-webkit-scrollbar-track { border-radius:9px; background:#1e293b; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border:3px solid #1e293b; border-radius:9px; background:#008ed0; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap table,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap table { min-width:620px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap th,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap th { padding:7px 8px; font-size:.56rem; white-space:normal; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap td,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap td { padding:7px 8px; font-size:.68rem; white-space:nowrap; }
  body[data-template-code="TS2"] .primary-evidence .table-wrap th:first-child,
  body[data-template-code="TS2"] .primary-evidence .table-wrap td:first-child,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap th:first-child,
  body[data-template-code="TS2"] .secondary-evidence .table-wrap td:first-child { width:150px; }
  body[data-template-code="TS2"] .chart-card { padding:10px; overflow:hidden; }
  body[data-template-code="TS2"] .chart-card svg { display:block; width:100%; max-width:100%; height:auto; }
  body[data-template-code="TS2"] .chart-card text { font-size:10px; }
}
@media (max-width:620px) {
  body[data-template-code="TS4"] .primary-evidence .table-wrap,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap { overflow-x:scroll; position:relative; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); }
  body[data-template-code="TS4"] .primary-evidence .table-wrap::-webkit-scrollbar,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:14px; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap::-webkit-scrollbar-track,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap::-webkit-scrollbar-track { border-radius:9px; background:#1e293b; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border:3px solid #1e293b; border-radius:9px; background:#008ed0; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap table { min-width:900px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS4"] .secondary-evidence .table-wrap table { min-width:600px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap th,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap th { padding:7px 8px; font-size:.56rem; white-space:normal; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap td,
  body[data-template-code="TS4"] .secondary-evidence .table-wrap td { padding:7px 8px; font-size:.68rem; white-space:nowrap; }
  body[data-template-code="TS4"] .primary-evidence .table-wrap th:first-child,
  body[data-template-code="TS4"] .primary-evidence .table-wrap td:first-child { width:190px; white-space:normal; }
  body[data-template-code="TS4"] .chart-card { padding:10px; overflow:hidden; }
  body[data-template-code="TS4"] .chart-card svg { display:block; width:100%; max-width:100%; height:auto; }
  body[data-template-code="TS4"] .chart-card text { font-size:10px; }
}
@media (max-width:620px) {
  body[data-template-code="TS5"] .primary-evidence .table-wrap,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap { overflow-x:scroll; position:relative; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); }
  body[data-template-code="TS5"] .primary-evidence .table-wrap::-webkit-scrollbar,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:14px; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap::-webkit-scrollbar-track,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap::-webkit-scrollbar-track { border-radius:9px; background:#1e293b; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border:3px solid #1e293b; border-radius:9px; background:#008ed0; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap table { min-width:760px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS5"] .secondary-evidence .table-wrap table { min-width:600px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap th,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap th { padding:7px 8px; font-size:.56rem; white-space:normal; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap td,
  body[data-template-code="TS5"] .secondary-evidence .table-wrap td { padding:7px 8px; font-size:.68rem; white-space:nowrap; }
  body[data-template-code="TS5"] .primary-evidence .table-wrap th:nth-child(2),
  body[data-template-code="TS5"] .primary-evidence .table-wrap td:nth-child(2) { width:190px; white-space:normal; }
  body[data-template-code="TS5"] .chart-card { padding:10px; overflow:hidden; }
  body[data-template-code="TS5"] .chart-card svg { display:block; width:100%; max-width:100%; height:240px; }
  body[data-template-code="TS5"] .chart-card text { font-size:10px; }
}
@media (max-width:620px) {
  body[data-template-code="TS3"] .primary-evidence .table-wrap,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap { overflow-x:scroll; position:relative; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); }
  body[data-template-code="TS3"] .primary-evidence .table-wrap::-webkit-scrollbar,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap::-webkit-scrollbar { height:14px; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap::-webkit-scrollbar-track,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap::-webkit-scrollbar-track { border-radius:9px; background:#1e293b; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap::-webkit-scrollbar-thumb,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap::-webkit-scrollbar-thumb { border:3px solid #1e293b; border-radius:9px; background:#008ed0; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap table,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap table { min-width:700px; table-layout:fixed; font-size:.68rem; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap th,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap th { padding:7px 8px; font-size:.56rem; white-space:normal; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap td,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap td { padding:7px 8px; font-size:.68rem; white-space:nowrap; }
  body[data-template-code="TS3"] .primary-evidence .table-wrap th:first-child,
  body[data-template-code="TS3"] .primary-evidence .table-wrap td:first-child,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap th:first-child,
  body[data-template-code="TS3"] .secondary-evidence .table-wrap td:first-child { width:150px; white-space:normal; }
  body[data-template-code="TS3"] .chart-card { padding:10px; overflow:hidden; }
  body[data-template-code="TS3"] .chart-card svg { display:block; width:100%; max-width:100%; height:auto; }
  body[data-template-code="TS3"] .chart-card text { font-size:10px; }
}
body[data-template-code="T13"] .evidence-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
body[data-template-code="T13"] .fact-row { display:flex; align-items:baseline; justify-content:space-between; gap:18px; padding:11px 0; border-bottom:1px solid rgb(255 255 255 / .07); }
body[data-template-code="T13"] .fact-row:last-child { border-bottom:0; }
body[data-template-code="T13"] .fact-row span { color:#94a3b8; font-size:.82rem; }
body[data-template-code="T13"] .fact-row strong { color:#fff; font-size:.92rem; text-align:right; }
body[data-template-code="T13"] .signal-pill { border:1px solid rgb(52 211 153 / .38); border-radius:999px; background:rgb(52 211 153 / .12); color:#6ee7b7; font-weight:700; }
body[data-template-code="T13"] .signal-pill.declining,body[data-template-code="T13"] .signal-pill.slowing { border-color:rgb(248 113 113 / .4); background:rgb(248 113 113 / .1); color:#fca5a5; }
body[data-template-code="T13"] .signal-pill.stable { border-color:rgb(251 191 36 / .4); background:rgb(251 191 36 / .1); color:#fcd34d; }
@media (max-width:900px) { body[data-template-code="T13"] .evidence-grid { grid-template-columns:1fr; } }
body[data-template-code="T13"] .page-hero { padding-bottom:38px; }
body[data-template-code="T13"] .page-hero h1 { max-width:760px; }
body[data-template-code="T13"] .hero-copy { max-width:760px; }
body[data-template-code="T13"] .hero-stat-stack { align-self:stretch; }
body[data-template-code="T13"] .hero-stat { display:flex; min-height:138px; flex-direction:column; justify-content:center; }
body[data-template-code="T13"] .hero-stat:first-child strong { max-width:250px; font-size:1.05rem; line-height:1.35; }
body[data-template-code="T13"] .kpi-section { padding-top:28px; padding-bottom:42px; }
body[data-template-code="T13"] .kpi-card { min-height:126px; border-radius:14px; box-shadow:0 14px 30px rgb(0 0 0 / .16); }
body[data-template-code="T13"] .primary-evidence { border-top:1px solid rgb(0 181 241 / .12); background:linear-gradient(180deg,rgb(15 23 42 / .5),rgb(2 6 23 / .14)); }
body[data-template-code="T13"] .primary-evidence .section-heading { max-width:760px; margin-bottom:18px; }
body[data-template-code="T13"] .evidence-panel { border-radius:14px; box-shadow:0 14px 30px rgb(0 0 0 / .16); }
body[data-template-code="T13"] .t13-data-table { margin-top:22px; border-radius:14px; box-shadow:0 16px 34px rgb(0 0 0 / .2); }
body[data-template-code="T13"] .t13-data-table table { table-layout:fixed; }
body[data-template-code="T13"] .t13-data-table th,
body[data-template-code="T13"] .t13-data-table td { padding:13px 16px; vertical-align:top; }
body[data-template-code="T13"] .t13-data-table thead th { height:46px; color:#7dd3fc; font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; }
body[data-template-code="T13"] .t13-data-table thead th:nth-child(1) { width:27%; }
body[data-template-code="T13"] .t13-data-table thead th:nth-child(2) { width:20%; }
body[data-template-code="T13"] .t13-data-table thead th:nth-child(3) { width:53%; }
body[data-template-code="T13"] .t13-data-table tbody tr:nth-child(even) td,
body[data-template-code="T13"] .t13-data-table tbody tr:nth-child(even) th { background:rgb(255 255 255 / .018); }
body[data-template-code="T13"] .t13-data-table tbody th[scope="row"] { color:#e2e8f0; font-size:.86rem; font-weight:700; }
body[data-template-code="T13"] .t13-data-table tbody td:nth-child(2) { color:#67e8f9; font-weight:750; white-space:nowrap; }
body[data-template-code="T13"] .t13-data-table tbody td:nth-child(3) { color:#94a3b8; font-size:.83rem; }
body[data-template-code="T13"] .content-split { gap:24px; }
body[data-template-code="T13"] .narrative-card,
body[data-template-code="T13"] .detail-card { border-radius:14px; box-shadow:0 14px 30px rgb(0 0 0 / .14); }
body[data-template-code="T13"] .notes-grid { gap:16px; }
body[data-template-code="T13"] .notes-grid article { border:1px solid var(--line); border-radius:14px; background:rgb(17 24 39 / .62); padding:20px; box-shadow:0 12px 26px rgb(0 0 0 / .12); }
body[data-template-code="T13"] .notes-grid h2 { color:#e2e8f0; font-size:.96rem; }
body[data-template-code="T13"] .research-list { display:grid; gap:10px; margin:16px 0 0; padding-left:20px; color:#cbd5e1; }
body[data-template-code="T13"] .research-list li::marker { color:var(--cyan); }
body[data-template-code="T13"] .related-links { margin:24px 0 0; padding-top:18px; border-top:1px solid var(--line); color:#94a3b8; line-height:1.8; }
body[data-template-code="T13"] .related-links { display:flex; align-items:center; flex-wrap:wrap; gap:9px; }
body[data-template-code="T13"] .related-links strong { flex:0 0 100%; color:#cbd5e1; font-size:.85rem; }
body[data-template-code="T13"] .related-links a { color:#67e8f9; }
body[data-template-code="T13"] .related-links a::after { content:""; }
body[data-template-code="T13"] .t13-mid-cta { padding-top:12px; padding-bottom:12px; }
body[data-template-code="T13"] .t13-mid-cta .bottom-cta { border-color:rgb(0 181 241 / .28); background:linear-gradient(110deg,rgb(0 181 241 / .09),rgb(15 23 42 / .72)); }
.research-list { display:grid; gap:10px; margin:16px 0 0; padding-left:20px; color:#cbd5e1; }
.research-list li::marker { color:var(--cyan); }
body[data-template-code="T13"] .bottom-cta { border-radius:14px; box-shadow:0 16px 34px rgb(0 0 0 / .16); }
@media (max-width:620px) {
  body[data-template="TS-HS6-MARKET-02-PRODUCT-IMPORT-MARKET"] .table-wrap { overflow-x:scroll; position:relative; border-radius:9px; overscroll-behavior-x:contain; touch-action:auto; scrollbar-color:#00b5f1 #1e293b; scrollbar-width:auto; box-shadow:inset -24px 0 18px -18px rgb(0 181 241 / .7); }
  body[data-template="TS-HS6-MARKET-02-PRODUCT-IMPORT-MARKET"] .table-wrap table { min-width:700px; }
  body[data-template="TS-HS6-MARKET-02-PRODUCT-IMPORT-MARKET"] .table-wrap::-webkit-scrollbar { height:14px; }
  body[data-template="TS-HS6-MARKET-02-PRODUCT-IMPORT-MARKET"] .table-wrap::-webkit-scrollbar-thumb { border:3px solid #1e293b; border-radius:9px; background:#008ed0; }
}
body[data-template-code="T13"] .t13-page-nav { position:sticky; top:72px; z-index:8; border-block:1px solid rgb(148 163 184 / .16); background:rgb(2 6 23 / .92); box-shadow:0 10px 22px rgb(0 0 0 / .14); backdrop-filter:blur(14px); }
body[data-template-code="T13"] .t13-page-nav .trade-container { display:flex; align-items:center; gap:6px; overflow-x:auto; padding-block:11px; scrollbar-width:none; }
body[data-template-code="T13"] .t13-page-nav .trade-container::-webkit-scrollbar { display:none; }
body[data-template-code="T13"] .t13-page-nav span { flex:0 0 auto; margin-right:7px; color:#94a3b8; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
body[data-template-code="T13"] .t13-page-nav a { flex:0 0 auto; border:1px solid rgb(148 163 184 / .2); border-radius:999px; background:rgb(15 23 42 / .75); color:#cbd5e1; padding:5px 10px; font-size:.77rem; font-weight:650; }
body[data-template-code="T13"] .t13-page-nav a:hover { border-color:rgb(0 181 241 / .65); color:#7dd3fc; }
body[data-template-code="T13"] #trade-evidence,body[data-template-code="T13"] #product-scope,body[data-template-code="T13"] #interpretation,body[data-template-code="T13"] #faq,body[data-template-code="T13"] #methodology,body[data-template-code="T13"] .section-anchor { scroll-margin-top:132px; }
body[data-template-code="T13"] .trade-section { padding-block:62px; }
body[data-template-code="T13"] .primary-evidence { padding-top:58px; }
body[data-template-code="T13"] .evidence-table-heading { margin-top:34px; border:1px solid rgb(0 181 241 / .18); border-bottom:0; border-radius:14px 14px 0 0; background:linear-gradient(110deg,rgb(0 181 241 / .09),rgb(15 23 42 / .75)); padding:18px 20px 16px; }
body[data-template-code="T13"] .evidence-table-heading h3 { margin:0; color:#f8fafc; font-size:1.05rem; }
body[data-template-code="T13"] .evidence-table-heading p:last-child { margin:4px 0 0; color:#94a3b8; font-size:.84rem; }
body[data-template-code="T13"] .evidence-table-heading + .t13-data-table { margin-top:0; border-top-left-radius:0; border-top-right-radius:0; }
body[data-template-code="T13"] #product-scope { border-top:1px solid rgb(148 163 184 / .1); }
body[data-template-code="T13"] #faq .notes-grid { grid-template-columns:repeat(2,1fr); }
body[data-template-code="T13"] #faq .notes-grid article { min-height:142px; }
body[data-template-code="T13"] #faq h3 { margin:0 0 8px; color:#e2e8f0; font-size:.95rem; line-height:1.35; }
@media (max-width:620px) {
  body[data-template-code="T13"] .t13-page-nav { top:62px; }
  body[data-template-code="T13"] .t13-page-nav .trade-container { padding-block:8px; }
  body[data-template-code="T13"] .t13-page-nav span { display:none; }
  body[data-template-code="T13"] .trade-section { padding-block:36px; }
  body[data-template-code="T13"] #faq .notes-grid { grid-template-columns:1fr; }
  body[data-template-code="T13"] #faq .notes-grid article { min-height:auto; }
  body[data-template-code="T13"] .evidence-table-heading { margin-top:22px; border-radius:11px 11px 0 0; padding:14px; }
  body[data-template-code="T13"] .t13-data-table { margin-top:16px; border-radius:11px; }
  body[data-template-code="T13"] .evidence-table-heading + .t13-data-table { margin-top:0; border-top-left-radius:0; border-top-right-radius:0; }
  body[data-template-code="T13"] .t13-data-table table { min-width:700px; }
  body[data-template-code="T13"] .t13-data-table th,
  body[data-template-code="T13"] .t13-data-table td { padding:10px 12px; }
  body[data-template-code="T13"] .t13-data-table thead th:nth-child(1) { width:190px; }
  body[data-template-code="T13"] .t13-data-table thead th:nth-child(2) { width:130px; }
  body[data-template-code="T13"] .t13-data-table thead th:nth-child(3) { width:360px; }
  body[data-template-code="T13"] .hero-stat:first-child strong { max-width:none; }
}
body[data-template-code="T3"] .hero-actions { display:flex; flex-wrap:wrap; gap:10px; margin:18px 0 20px; }
body[data-template-code="T3"] .secondary-action { display:inline-flex; align-items:center; justify-content:center; padding:10px 18px; border:1px solid rgb(148 163 184 / .3); border-radius:7px; background:rgb(15 23 42 / .72); color:#e2e8f0; font-size:.88rem; font-weight:750; }
body[data-template-code="T3"] .secondary-action:hover { border-color:rgb(0 181 241 / .65); color:#fff; }
body[data-template-code="T3"] .t3-page-nav { position:sticky; top:72px; z-index:8; border-block:1px solid rgb(148 163 184 / .16); background:rgb(2 6 23 / .92); box-shadow:0 10px 22px rgb(0 0 0 / .14); backdrop-filter:blur(14px); }
body[data-template-code="T3"] .t3-page-nav .trade-container { display:flex; align-items:center; gap:6px; overflow-x:auto; padding-block:11px; scrollbar-width:none; }
body[data-template-code="T3"] .t3-page-nav .trade-container::-webkit-scrollbar { display:none; }
body[data-template-code="T3"] .t3-page-nav span { flex:0 0 auto; margin-right:7px; color:#94a3b8; font-size:.72rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
body[data-template-code="T3"] .t3-page-nav a { flex:0 0 auto; border:1px solid rgb(148 163 184 / .2); border-radius:999px; background:rgb(15 23 42 / .75); color:#cbd5e1; padding:5px 10px; font-size:.77rem; font-weight:650; }
body[data-template-code="T3"] .t3-page-nav a:hover { border-color:rgb(0 181 241 / .65); color:#7dd3fc; }
body[data-template-code="T3"] #exporter-evidence,body[data-template-code="T3"] #destinations,body[data-template-code="T3"] #prices,body[data-template-code="T3"] #history,body[data-template-code="T3"] #economy,body[data-template-code="T3"] #faq { scroll-margin-top:132px; }
body[data-template-code="T3"] .evidence-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
body[data-template-code="T3"] .evidence-panel { display:flex; min-height:100%; flex-direction:column; border-radius:14px; box-shadow:0 14px 30px rgb(0 0 0 / .16); }
body[data-template-code="T3"] .evidence-panel .fact-row { min-height:42px; }
body[data-template-code="T3"] .primary-evidence > .trade-container > .table-wrap { margin-top:22px; }
body[data-template-code="T3"] .t3-destination-table { margin-top:22px; border-radius:14px; box-shadow:0 16px 34px rgb(0 0 0 / .2); }
body[data-template-code="T3"] .t3-destination-table table { min-width:820px; table-layout:fixed; }
body[data-template-code="T3"] .t3-destination-table th,body[data-template-code="T3"] .t3-destination-table td { vertical-align:middle; }
body[data-template-code="T3"] .t3-destination-table th:first-child { width:24%; }
body[data-template-code="T3"] .t3-destination-table th:nth-child(2) { width:17%; }
body[data-template-code="T3"] .t3-destination-table th:nth-child(3) { width:15%; }
body[data-template-code="T3"] .t3-destination-table th:nth-child(4) { width:14%; }
body[data-template-code="T3"] .t3-destination-table th:nth-child(5) { width:16%; }
body[data-template-code="T3"] .t3-destination-table th:nth-child(6) { width:14%; }
body[data-template-code="T3"] .t3-destination-table thead th { height:46px; color:#7dd3fc; font-size:.7rem; letter-spacing:.08em; text-transform:uppercase; }
body[data-template-code="T3"] .t3-destination-table tbody tr:nth-child(even) td,body[data-template-code="T3"] .t3-destination-table tbody tr:nth-child(even) th { background:rgb(255 255 255 / .018); }
body[data-template-code="T3"] .t3-destination-table tbody th[scope="row"] { color:#e2e8f0; font-size:.86rem; }
body[data-template-code="T3"] .t3-destination-table tbody td:nth-child(2) { color:#67e8f9; font-weight:750; white-space:nowrap; }
body[data-template-code="T3"] .t3-mid-cta { padding-top:12px; padding-bottom:12px; }
body[data-template-code="T3"] .t3-mid-cta .bottom-cta { border-color:rgb(0 181 241 / .28); background:linear-gradient(110deg,rgb(0 181 241 / .09),rgb(15 23 42 / .72)); }
body[data-template-code="T3"] .t3-faq-heading { max-width:760px; margin-bottom:28px; }
body[data-template-code="T3"] .t3-faq-list { border-top:1px solid rgb(255 255 255 / .09); border-bottom:1px solid rgb(255 255 255 / .09); }
body[data-template-code="T3"] .t3-faq-item { border-bottom:1px solid rgb(255 255 255 / .09); }
body[data-template-code="T3"] .t3-faq-item:last-child { border-bottom:0; }
body[data-template-code="T3"] .t3-faq-item summary { display:flex; align-items:center; justify-content:space-between; gap:22px; min-height:72px; padding:19px 4px; color:#f8fafc; cursor:pointer; list-style:none; font-size:1rem; font-weight:700; }
body[data-template-code="T3"] .t3-faq-item summary::-webkit-details-marker { display:none; }
body[data-template-code="T3"] .t3-faq-item summary:focus-visible { outline:2px solid #60d3ff; outline-offset:5px; border-radius:4px; }
body[data-template-code="T3"] .t3-faq-item summary:hover { color:#7dd3fc; }
body[data-template-code="T3"] .t3-faq-item summary b { display:grid; flex:0 0 30px; place-items:center; width:30px; height:30px; border:1px solid rgb(255 255 255 / .18); border-radius:50%; color:#60d3ff; font-size:1.25rem; font-weight:400; line-height:1; transition:transform .2s ease,background .2s ease; }
body[data-template-code="T3"] .t3-faq-item[open] summary b { transform:rotate(45deg); background:rgb(0 181 241 / .12); }
body[data-template-code="T3"] .t3-faq-answer { max-width:760px; padding:0 56px 23px 4px; color:#94a3b8; font-size:.94rem; line-height:1.8; }
body[data-template-code="T3"] .t3-faq-answer p { margin:0; }
body[data-template-code="T3"] .site-footer { margin-top:60px; background:linear-gradient(180deg,#030817,#020617); }
body[data-template-code="T3"] .site-footer .footer-grid { grid-template-columns:minmax(260px,1.6fr) repeat(2,minmax(150px,1fr)); align-items:start; }
body[data-template-code="T3"] .site-footer a { color:#cbd5e1; }
body[data-template-code="T3"] .site-footer a:hover { color:#7dd3fc; }
body[data-template-code="T3"] .site-footer .footer-brand { color:#fff; }
body[data-template-code="T3"] .site-footer .social-link { width:max-content; margin-top:14px; color:#94a3b8; font-size:.8rem; }
body[data-template-code="T3"] .site-footer .social-link:hover { color:#7dd3fc; }
body[data-template-code="T3"] .site-footer .footer-bottom a { color:#94a3b8; font-size:.78rem; }
body[data-template-code="T3"] .site-footer .footer-bottom a:hover { color:#7dd3fc; }
body[data-template-code="T3"] .t3-destination-cards { display:none; }
body[data-template-code="T3"] .t3-destination-card { border:1px solid var(--line); border-radius:12px; background:#0f172a; padding:16px; box-shadow:0 8px 18px rgb(0 0 0 / .16); }
body[data-template-code="T3"] .t3-destination-card h3 { margin:4px 0 10px; color:#fff; font-size:1.05rem; }
body[data-template-code="T3"] .t3-destination-card dl { display:grid; gap:10px; margin:0; }
body[data-template-code="T3"] .t3-destination-card dt { color:#94a3b8; font-size:.8rem; }
body[data-template-code="T3"] .t3-destination-card dd { margin:0; color:#e2e8f0; font-size:.96rem; font-weight:700; }
@media (max-width:900px) { body[data-template-code="T3"] .evidence-grid { grid-template-columns:1fr; } }
@media (max-width:620px) {
  body[data-template-code="T3"] .t3-page-nav { top:62px; }
  body[data-template-code="T3"] .t3-page-nav .trade-container { padding-block:8px; }
  body[data-template-code="T3"] .t3-page-nav span { display:none; }
  body[data-template-code="T3"] .trade-section { padding-block:36px; }
  body[data-template-code="T3"] .t3-destination-table { margin-top:16px; border-radius:11px; }
  body[data-template-code="T3"] .t3-destination-table table { min-width:720px; }
  body[data-template-code="T3"] .t3-destination-table th,body[data-template-code="T3"] .t3-destination-table td { padding:9px 10px; font-size:.82rem; }
  body[data-template-code="T3"] .t3-destination-table th:first-child { width:170px; }
  body[data-template-code="T3"] .hero-actions { margin-top:15px; }
  body[data-template-code="T3"] .hero-actions a { flex:1 1 auto; }
  body[data-template-code="T3"] .t3-faq-item summary { min-height:66px; padding-block:16px; font-size:.94rem; }
  body[data-template-code="T3"] .t3-faq-answer { padding:0 42px 20px 0; font-size:.88rem; }
  body[data-template-code="T3"] .hero-stat-stack { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; margin-top:20px; }
  body[data-template-code="T3"] .hero-stat { min-height:112px; padding:15px; }
  body[data-template-code="T3"] .hero-stat strong { font-size:1.25rem; }
}
@media (max-width:520px) {
  body[data-template-code="T3"] .t3-destination-table { display:none; }
  body[data-template-code="T3"] .t3-destination-cards { display:grid; gap:12px; }
  body[data-template-code="T3"] .t3-destination-card { padding:14px; }
  body[data-template-code="T3"] .t3-destination-card h3 { font-size:1rem; }
}

/* T3 visual system follows the supplied marketing-page composition. */
body[data-template-code="T3"] { overflow-x:hidden; background:linear-gradient(180deg,#020617,#060913 48%,#0b1220); font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif; -webkit-font-smoothing:antialiased; }
body[data-template-code="T3"] .trade-container { width:auto; max-width:1280px; padding-inline:24px; }
body[data-template-code="T3"] .site-header { background:rgb(2 6 23 / .82); backdrop-filter:blur(12px); }
body[data-template-code="T3"] .site-header .trade-container { height:72px; justify-content:space-between; }
body[data-template-code="T3"] .brand img { width:auto; height:36px; }
body[data-template-code="T3"] .site-nav { margin-left:0; gap:28px; }
body[data-template-code="T3"] .site-nav a { color:#94a3b8; font-size:.875rem; font-weight:500; }
body[data-template-code="T3"] .site-nav a:hover { color:#f8fafc; }
body[data-template-code="T3"] .header-action { border-color:rgb(255 255 255 / .1); border-radius:6px; background:rgb(255 255 255 / .07); color:#f8fafc; font-weight:600; }
body[data-template-code="T3"] .header-action:hover { border-color:var(--cyan); background:var(--cyan); color:#fff; }
body[data-template-code="T3"] .page-hero { padding:80px 0 60px; background:linear-gradient(180deg,rgb(99 102 241 / .05),transparent); }
body[data-template-code="T3"] .hero-orb { filter:blur(120px); opacity:.15; }
body[data-template-code="T3"] .hero-orb-one { top:-10%; left:5%; right:auto; background:var(--blue); }
body[data-template-code="T3"] .hero-orb-two { right:5%; bottom:10%; left:auto; background:var(--cyan); opacity:.2; }
body[data-template-code="T3"] .hero-layout { grid-template-columns:1.2fr .8fr; gap:48px; }
body[data-template-code="T3"] .page-hero h1 { max-width:none; margin-bottom:16px; font-size:clamp(2rem,4vw,2.5rem); letter-spacing:-.02em; }
body[data-template-code="T3"] .hero-copy { max-width:600px; margin-bottom:32px; font-size:1.125rem; color:#94a3b8; }
body[data-template-code="T3"] .hero-actions { gap:16px; margin-bottom:40px; }
body[data-template-code="T3"] .hero-actions .primary-action,body[data-template-code="T3"] .hero-actions .secondary-action { width:auto; padding:12px 28px; border-radius:10px; font-size:.938rem; }
body[data-template-code="T3"] .hero-actions .secondary-action { border-color:rgb(255 255 255 / .08); background:rgb(255 255 255 / .04); color:#f8fafc; }
body[data-template-code="T3"] .hero-actions .secondary-action:hover { border-color:#94a3b8; background:rgb(255 255 255 / .08); }
body[data-template-code="T3"] .hero-meta { gap:12px; }
body[data-template-code="T3"] .hero-meta span { border-radius:50px; background:#131b31; padding:6px 14px; font-weight:500; }
body[data-template-code="T3"] .hero-stat-stack { gap:16px; }
body[data-template-code="T3"] .hero-stat { border:1px solid rgb(255 255 255 / .08); border-left:0; border-radius:16px; background:#0c1122; padding:24px; }
body[data-template-code="T3"] .hero-stat::before { position:absolute; top:20%; left:0; width:4px; height:60%; border-radius:0 4px 4px 0; background:#6366f1; content:""; }
body[data-template-code="T3"] .hero-stat-secondary::before { background:#06b6d4; }
body[data-template-code="T3"] .hero-stat strong { font-size:2.25rem; }
body[data-template-code="T3"] .t3-page-nav { top:72px; background:#0c1122; }
body[data-template-code="T3"] .t3-page-nav .trade-container { height:56px; gap:24px; padding-inline:24px; }
body[data-template-code="T3"] .t3-page-nav a { border:0; border-radius:0; background:transparent; padding:0; font-size:.875rem; font-weight:500; }
body[data-template-code="T3"] .kpi-section { padding:40px 0; }
body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(5,1fr); gap:16px; }
body[data-template-code="T3"] .kpi-card { border:1px solid rgb(255 255 255 / .08); border-radius:16px; background:#0c1122; padding:24px; }
body[data-template-code="T3"] .kpi-card:hover { background:#131b31; }
body[data-template-code="T3"] .kpi-card strong { font-size:2rem; }
body[data-template-code="T3"] .trade-section { padding:80px 0; }
body[data-template-code="T3"] .section-heading { max-width:800px; margin-bottom:48px; }
body[data-template-code="T3"] .section-heading h2 { margin-bottom:16px; font-size:2rem; }
body[data-template-code="T3"] .section-heading > p:last-child { font-size:1.063rem; }
body[data-template-code="T3"] .evidence-grid { gap:24px; margin-bottom:40px; }
body[data-template-code="T3"] .evidence-panel { border:1px solid rgb(255 255 255 / .08); border-radius:16px; background:#0c1122; padding:32px; }
body[data-template-code="T3"] .evidence-panel .section-kicker { border-bottom:1px solid rgb(255 255 255 / .08); padding-bottom:16px; margin-bottom:20px; }
body[data-template-code="T3"] .fact-row { padding:12px 0; }
body[data-template-code="T3"] .table-wrap { border:1px solid rgb(255 255 255 / .08); border-radius:16px; background:#0c1122; }
body[data-template-code="T3"] table { font-size:.875rem; }
body[data-template-code="T3"] th,body[data-template-code="T3"] td { padding:16px 24px; }
body[data-template-code="T3"] thead { background:#131b31; }
body[data-template-code="T3"] thead th { font-size:.75rem; letter-spacing:.05em; }
body[data-template-code="T3"] .t3-destination-table table { min-width:820px; }
body[data-template-code="T3"] .content-split { gap:64px; }
body[data-template-code="T3"] .narrative-card h2 { margin-bottom:20px; font-size:2rem; }
body[data-template-code="T3"] .narrative-card p { margin-bottom:32px; }
body[data-template-code="T3"] .detail-card { border-radius:16px; padding:40px; }
body[data-template-code="T3"] .bottom-cta { border:0; border-radius:16px; background:linear-gradient(135deg,#4f46e5,#2e1065); padding:48px; box-shadow:0 10px 30px rgb(0 0 0 / .3); }
body[data-template-code="T3"] .bottom-cta h2 { font-size:1.875rem; }
body[data-template-code="T3"] .bottom-cta .primary-action { background:#fff; color:#060913; }
body[data-template-code="T3"] .t3-faq-list { display:flex; flex-direction:column; gap:12px; margin-top:32px; border:0; }
body[data-template-code="T3"] .t3-faq-item { border:1px solid rgb(255 255 255 / .08); border-radius:10px; background:#0c1122; overflow:hidden; }
body[data-template-code="T3"] .t3-faq-item summary { min-height:auto; padding:20px 24px; }
body[data-template-code="T3"] .t3-faq-item summary b { border:0; width:auto; height:auto; color:#6366f1; font-size:1.25rem; }
body[data-template-code="T3"] .t3-faq-answer { padding:0 24px 20px; font-size:.938rem; }
body[data-template-code="T3"] .site-footer { margin-top:0; border-top:1px solid rgb(255 255 255 / .08); background:#03050a; padding:80px 0 40px; }
body[data-template-code="T3"] .site-footer .footer-grid { grid-template-columns:1.5fr 1fr 1fr; gap:64px; margin-bottom:60px; }
body[data-template-code="T3"] .footer-brand { margin-bottom:16px; font-size:1.5rem; }
body[data-template-code="T3"] .footer-brand::before { display:none; }
body[data-template-code="T3"] .site-footer h2 { margin-bottom:20px; font-size:.813rem; }
body[data-template-code="T3"] .site-footer nav { gap:12px; }
body[data-template-code="T3"] .site-footer .social-link { margin-top:24px; }
body[data-template-code="T3"] .footer-bottom { padding-top:32px; }
@media (max-width:1024px) {
  body[data-template-code="T3"] .hero-layout { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(3,1fr); }
  body[data-template-code="T3"] .content-split,body[data-template-code="T3"] .content-split-reverse { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .bottom-cta { flex-direction:column; align-items:flex-start; padding:32px; }
}
@media (max-width:768px) {
  body[data-template-code="T3"] .trade-container { padding-inline:18px; }
  body[data-template-code="T3"] .site-header .trade-container { height:64px; }
  body[data-template-code="T3"] .brand img { height:32px; }
  body[data-template-code="T3"] .site-nav { display:none; }
  body[data-template-code="T3"] .page-hero { padding:52px 0 42px; }
  body[data-template-code="T3"] .hero-actions { flex-direction:column; margin-bottom:28px; }
  body[data-template-code="T3"] .hero-actions .primary-action,body[data-template-code="T3"] .hero-actions .secondary-action { width:100%; text-align:center; }
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(2,1fr); }
  body[data-template-code="T3"] .evidence-grid { grid-template-columns:1fr; }
  body[data-template-code="T3"] .trade-section { padding:56px 0; }
  body[data-template-code="T3"] .section-heading { margin-bottom:30px; }
  body[data-template-code="T3"] .section-heading h2 { font-size:1.7rem; }
  body[data-template-code="T3"] .t3-destination-table { display:block; overflow-x:auto; }
  body[data-template-code="T3"] .t3-destination-table table { min-width:720px; }
  body[data-template-code="T3"] .t3-destination-cards { display:none; }
  body[data-template-code="T3"] .narrative-card h2 { font-size:1.7rem; }
  body[data-template-code="T3"] .bottom-cta { padding:32px 24px; }
  body[data-template-code="T3"] .site-footer { padding:56px 0 30px; }
  body[data-template-code="T3"] .site-footer .footer-grid { grid-template-columns:1fr; gap:40px; margin-bottom:40px; }
  body[data-template-code="T3"] .footer-bottom { flex-direction:column-reverse; align-items:flex-start; gap:16px; }
}
@media (max-width:520px) {
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:1fr; }
  body[data-template-code="T3"] .page-hero { padding:40px 0; }
  body[data-template-code="T3"] .t3-destination-table { display:none; }
  body[data-template-code="T3"] .t3-destination-cards { display:grid; gap:16px; }
}

/* Final T3 reference layout: mirrors the supplied desktop/mobile composition. */
body[data-template-code="T3"] {
  --t3-bg-base:#060913;
  --t3-bg-surface:#0c1122;
  --t3-bg-elevated:#131b31;
  --t3-bg-hover:#192440;
  --t3-border:rgb(255 255 255 / .08);
  --t3-border-glow:rgb(0 181 241 / .25);
  --t3-text:#f8fafc;
  --t3-secondary:#94a3b8;
  --t3-muted:#64748b;
  --t3-primary:#0039a6;
  --t3-primary-hover:#002d85;
  --t3-cyan:#00b5f1;
  --t3-emerald:#34d399;
  --t3-orange:#ff5e14;
  background:var(--t3-bg-base);
  color:var(--t3-text);
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
  line-height:1.5;
}
body[data-template-code="T3"] *,body[data-template-code="T3"] *::before,body[data-template-code="T3"] *::after { box-sizing:border-box; }
body[data-template-code="T3"] h1,body[data-template-code="T3"] h2,body[data-template-code="T3"] h3,body[data-template-code="T3"] h4 { font-weight:700; letter-spacing:-.02em; line-height:1.2; }
body[data-template-code="T3"] a { color:inherit; text-decoration:none; transition:all .25s cubic-bezier(.4,0,.2,1); }
body[data-template-code="T3"] .trade-container { position:relative; z-index:2; width:auto; max-width:1280px; margin:0 auto; padding-inline:24px; }
body[data-template-code="T3"] .site-header { position:sticky; top:0; z-index:100; border-bottom:1px solid var(--t3-border); background:rgb(6 9 19 / .8); backdrop-filter:blur(12px); }
body[data-template-code="T3"] .site-header .trade-container { display:flex; align-items:center; justify-content:space-between; height:72px; }
body[data-template-code="T3"] .brand img { display:block; width:auto; height:36px; }
body[data-template-code="T3"] .site-nav { display:flex; gap:28px; margin:0; }
body[data-template-code="T3"] .site-nav a { color:var(--t3-secondary); font-size:.875rem; font-weight:500; }
body[data-template-code="T3"] .site-nav a:hover { color:var(--t3-text); }
body[data-template-code="T3"] .header-action { border:1px solid var(--t3-border); border-radius:6px; background:rgb(255 255 255 / .08); color:var(--t3-text); padding:8px 18px; font-size:.875rem; font-weight:600; }
body[data-template-code="T3"] .header-action:hover { border-color:var(--t3-primary); background:var(--t3-primary); }
body[data-template-code="T3"] .page-hero { position:relative; overflow:hidden; padding:80px 0 60px; background:linear-gradient(180deg,rgb(0 181 241 / .05),transparent); }
body[data-template-code="T3"] .hero-orb { z-index:1; opacity:.15; filter:blur(120px); }
body[data-template-code="T3"] .hero-orb-one { top:-10%; right:auto; left:5%; width:400px; height:400px; background:var(--t3-primary); }
body[data-template-code="T3"] .hero-orb-two { right:5%; bottom:10%; left:auto; width:350px; height:350px; background:var(--t3-cyan); }
body[data-template-code="T3"] .breadcrumbs { display:flex; gap:8px; margin-bottom:24px; color:var(--t3-muted); font-size:.813rem; }
body[data-template-code="T3"] .breadcrumbs a:hover { color:var(--t3-secondary); }
body[data-template-code="T3"] .hero-layout { grid-template-columns:1.2fr .8fr; gap:48px; }
body[data-template-code="T3"] .page-hero h1 { max-width:none; margin-bottom:16px; color:var(--t3-text); font-size:2.5rem; }
body[data-template-code="T3"] .hero-copy { max-width:600px; margin-bottom:32px; color:var(--t3-secondary); font-size:1.125rem; }
body[data-template-code="T3"] .hero-actions { gap:16px; margin-bottom:40px; }
body[data-template-code="T3"] .hero-actions .primary-action { width:auto; padding:12px 28px; border-radius:10px; background:var(--t3-primary); box-shadow:0 4px 14px var(--t3-border-glow); font-size:.938rem; }
body[data-template-code="T3"] .hero-actions .primary-action:hover { background:var(--t3-primary-hover); }
body[data-template-code="T3"] .hero-actions .secondary-action { width:auto; padding:12px 28px; border:1px solid var(--t3-border); border-radius:10px; background:rgb(255 255 255 / .04); color:var(--t3-text); font-size:.938rem; }
body[data-template-code="T3"] .hero-actions .secondary-action:hover { border-color:var(--t3-secondary); background:rgb(255 255 255 / .08); }
body[data-template-code="T3"] .hero-meta { gap:12px; }
body[data-template-code="T3"] .hero-meta span { border-radius:50px; background:var(--t3-bg-elevated); padding:6px 14px; color:var(--t3-secondary); font-size:.813rem; font-weight:500; }
body[data-template-code="T3"] .hero-stat-stack { display:flex; flex-direction:column; gap:16px; }
body[data-template-code="T3"] .hero-stat { position:relative; border:1px solid var(--t3-border); border-left:0; border-radius:16px; background:var(--t3-bg-surface); padding:24px; box-shadow:inset 0 1px 0 rgb(255 255 255 / .05); }
body[data-template-code="T3"] .hero-stat::before { position:absolute; top:20%; left:0; width:4px; height:60%; border-radius:0 4px 4px 0; background:var(--t3-cyan); content:""; }
body[data-template-code="T3"] .hero-stat-secondary::before { background:var(--t3-orange); }
body[data-template-code="T3"] .hero-stat p { margin-bottom:8px; color:var(--t3-secondary); font-size:.813rem; }
body[data-template-code="T3"] .hero-stat strong { margin-bottom:4px; font-size:2.25rem; }
body[data-template-code="T3"] .hero-stat span { color:var(--t3-secondary); font-size:.813rem; }
body[data-template-code="T3"] .t3-page-nav { top:72px; border-block:1px solid var(--t3-border); background:var(--t3-bg-surface); }
body[data-template-code="T3"] .t3-page-nav .trade-container { display:flex; align-items:center; gap:24px; height:56px; overflow-x:auto; white-space:nowrap; }
body[data-template-code="T3"] .t3-page-nav span { margin-right:12px; color:var(--t3-muted); font-size:.813rem; }
body[data-template-code="T3"] .t3-page-nav a { border:0; background:transparent; color:var(--t3-secondary); font-size:.875rem; }
body[data-template-code="T3"] .t3-page-nav a:hover { color:var(--t3-text); }
body[data-template-code="T3"] .kpi-section { padding:40px 0; }
body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(5,1fr); gap:16px; }
body[data-template-code="T3"] .kpi-card { border:1px solid var(--t3-border); border-radius:16px; background:var(--t3-bg-surface); padding:24px; }
body[data-template-code="T3"] .kpi-card:hover { border-color:rgb(255 255 255 / .15); background:var(--t3-bg-elevated); }
body[data-template-code="T3"] .kpi-card strong { font-size:2rem; }
body[data-template-code="T3"] .kpi-card-cyan strong { color:var(--t3-cyan); }
body[data-template-code="T3"] .kpi-card-emerald strong { color:var(--t3-emerald); }
body[data-template-code="T3"] .kpi-card-violet strong { color:#7dd3fc; }
body[data-template-code="T3"] .kpi-card-orange strong { color:var(--t3-orange); }
body[data-template-code="T3"] .trade-section { padding:80px 0; border-top:1px solid var(--t3-border); }
body[data-template-code="T3"] .section-tint { background:rgb(12 17 34 / .5); }
body[data-template-code="T3"] .section-heading { max-width:800px; margin-bottom:48px; }
body[data-template-code="T3"] .section-heading h2 { margin-bottom:16px; font-size:2rem; }
body[data-template-code="T3"] .section-heading > p:last-child { color:var(--t3-secondary); font-size:1.063rem; }
body[data-template-code="T3"] .evidence-grid { gap:24px; margin-bottom:40px; }
body[data-template-code="T3"] .evidence-panel { display:flex; min-height:100%; flex-direction:column; border:1px solid var(--t3-border); border-radius:16px; background:var(--t3-bg-surface); padding:32px; }
body[data-template-code="T3"] .evidence-panel .section-kicker { border-bottom:1px solid var(--t3-border); padding:0 0 16px 12px; margin-bottom:10px; border-left:3px solid var(--t3-cyan); }
body[data-template-code="T3"] .evidence-panel:nth-child(2) .section-kicker { border-left-color:var(--t3-primary); }
body[data-template-code="T3"] .evidence-panel:nth-child(3) .section-kicker { border-left-color:var(--t3-orange); }
body[data-template-code="T3"] .fact-row { display:flex; align-items:baseline; justify-content:space-between; gap:18px; min-height:52px; padding:13px 0; border-bottom:1px solid rgb(255 255 255 / .06); }
body[data-template-code="T3"] .fact-row:last-child { border-bottom:0; }
body[data-template-code="T3"] .fact-row span { min-width:0; color:var(--t3-secondary); font-size:.9rem; }
body[data-template-code="T3"] .fact-row strong { flex:0 0 auto; max-width:58%; color:var(--t3-text); font-size:1.02rem; font-weight:750; text-align:right; }
body[data-template-code="T3"] .evidence-panel:nth-child(1) .fact-row strong { color:#67e8f9; }
body[data-template-code="T3"] .evidence-panel:nth-child(2) .fact-row strong { color:#bfdbfe; }
body[data-template-code="T3"] .evidence-panel:nth-child(3) .fact-row strong { color:#fdba74; }
body[data-template-code="T3"] .table-wrap { border:1px solid var(--t3-border); border-radius:16px; background:var(--t3-bg-surface); }
body[data-template-code="T3"] table { font-size:.875rem; }
body[data-template-code="T3"] th,body[data-template-code="T3"] td { padding:16px 24px; border-bottom-color:var(--t3-border); }
body[data-template-code="T3"] thead { background:var(--t3-bg-elevated); }
body[data-template-code="T3"] thead th { color:var(--t3-secondary); font-size:.75rem; letter-spacing:.05em; }
body[data-template-code="T3"] th[scope="row"] { color:var(--t3-text); font-weight:500; }
body[data-template-code="T3"] .status-active { background:rgb(52 211 153 / .1); color:var(--t3-emerald); }
body[data-template-code="T3"] .t3-destination-table table { min-width:820px; }
body[data-template-code="T3"] .t3-destination-cards { display:none; gap:16px; grid-template-columns:1fr; }
body[data-template-code="T3"] .t3-destination-card { border:1px solid var(--t3-border); border-radius:16px; background:var(--t3-bg-surface); padding:24px; }
body[data-template-code="T3"] .t3-destination-card h3 { margin:4px 0 16px; font-size:1.125rem; }
body[data-template-code="T3"] .t3-destination-card dl { display:grid; grid-template-columns:1fr 1fr; gap:12px 16px; margin:0; }
body[data-template-code="T3"] .t3-destination-card dt { color:var(--t3-secondary); font-size:.75rem; }
body[data-template-code="T3"] .t3-destination-card dd { color:var(--t3-text); font-size:.875rem; font-weight:600; }
body[data-template-code="T3"] .content-split { gap:64px; }
body[data-template-code="T3"] .narrative-card h2 { margin-bottom:20px; font-size:2rem; }
body[data-template-code="T3"] .narrative-card p { margin-bottom:32px; color:var(--t3-secondary); }
body[data-template-code="T3"] .detail-card { border:1px solid var(--t3-border); border-radius:16px; background:linear-gradient(135deg,var(--t3-bg-surface),rgb(30 41 59 / .3)); padding:40px; }
body[data-template-code="T3"] .bottom-cta { border:0; border-radius:16px; background:linear-gradient(135deg,var(--t3-orange),var(--t3-primary)); padding:48px; box-shadow:0 10px 30px rgb(0 0 0 / .3); }
body[data-template-code="T3"] .bottom-cta h2 { font-size:1.875rem; }
body[data-template-code="T3"] .bottom-cta .primary-action { background:#fff; color:var(--t3-bg-base); }
body[data-template-code="T3"] .t3-faq-list { display:flex; flex-direction:column; gap:12px; margin-top:32px; border:0; }
body[data-template-code="T3"] .t3-faq-item { border:1px solid var(--t3-border); border-radius:10px; background:var(--t3-bg-surface); overflow:hidden; }
body[data-template-code="T3"] .t3-faq-item[open] { border-color:rgb(0 181 241 / .4); }
body[data-template-code="T3"] .t3-faq-item summary { min-height:auto; padding:20px 24px; }
body[data-template-code="T3"] .t3-faq-item summary b { width:auto; height:auto; border:0; color:var(--t3-cyan); font-size:1.25rem; }
body[data-template-code="T3"] .t3-faq-answer { padding:0 24px 20px; color:var(--t3-secondary); font-size:.938rem; }
body[data-template-code="T3"] .site-footer { margin-top:0; border-top:1px solid var(--t3-border); background:#03050a; padding:80px 0 40px; }
body[data-template-code="T3"] .site-footer .footer-grid { grid-template-columns:1.5fr 1fr 1fr; gap:64px; margin-bottom:60px; }
body[data-template-code="T3"] .footer-brand { margin-bottom:16px; font-size:1.5rem; }
body[data-template-code="T3"] .footer-brand::before { display:none; }
body[data-template-code="T3"] .site-footer h2 { margin-bottom:20px; font-size:.813rem; }
body[data-template-code="T3"] .site-footer nav { gap:12px; }
body[data-template-code="T3"] .site-footer .social-link { margin-top:24px; }
body[data-template-code="T3"] .footer-bottom { padding-top:32px; }
@media (max-width:1024px) {
  body[data-template-code="T3"] .hero-layout { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(3,1fr); }
  body[data-template-code="T3"] .content-split,body[data-template-code="T3"] .content-split-reverse { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .bottom-cta { flex-direction:column; align-items:flex-start; padding:32px; }
}
@media (max-width:768px) {
  body[data-template-code="T3"] .trade-container { padding-inline:24px; }
  body[data-template-code="T3"] .site-header .trade-container { height:72px; }
  body[data-template-code="T3"] .site-nav { display:none; }
  body[data-template-code="T3"] .page-hero { padding:52px 0 42px; }
  body[data-template-code="T3"] .page-hero h1 { font-size:2rem; }
  body[data-template-code="T3"] .hero-actions { flex-direction:column; }
  body[data-template-code="T3"] .hero-actions .primary-action,body[data-template-code="T3"] .hero-actions .secondary-action { width:100%; text-align:center; }
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:repeat(2,1fr); }
  body[data-template-code="T3"] .evidence-grid { grid-template-columns:1fr; gap:16px; }
  body[data-template-code="T3"] .content-split,body[data-template-code="T3"] .content-split-reverse { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .t3-destination-table { display:none; }
  body[data-template-code="T3"] .t3-destination-cards { display:grid; }
  body[data-template-code="T3"] .notes-grid { grid-template-columns:1fr; }
  body[data-template-code="T3"] .site-footer .footer-grid { grid-template-columns:1fr; gap:40px; }
  body[data-template-code="T3"] .footer-bottom { flex-direction:column-reverse; align-items:flex-start; gap:16px; }
}
@media (max-width:480px) {
  body[data-template-code="T3"] .trade-container { padding-inline:16px; }
  body[data-template-code="T3"] .kpi-grid { grid-template-columns:1fr; }
  body[data-template-code="T3"] .page-hero { padding:40px 0; }
  body[data-template-code="T3"] .hero-stat { padding:20px; }
  body[data-template-code="T3"] .t3-destination-card { padding:20px; }
  body[data-template-code="T3"] .evidence-panel { padding:22px 20px; }
  body[data-template-code="T3"] .fact-row { gap:12px; min-height:48px; padding:11px 0; }
  body[data-template-code="T3"] .fact-row span { font-size:.84rem; }
  body[data-template-code="T3"] .fact-row strong { max-width:55%; font-size:.94rem; }
}
