: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; }
}
