html,body{margin:0;padding:0;height:100%;overflow:hidden}html:has(.single-viz-page),html:has(.story-page),.single-viz-page,.story-page{overflow:auto;overflow-x:hidden;height:auto}.single-viz-topbar{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:48px;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);font-family:Sora,system-ui,sans-serif;gap:.75rem}.single-viz-topbar-left{display:flex;align-items:center;gap:.75rem;min-width:0}.single-viz-topbar-left .slide-logo{text-decoration:none}.single-viz-breadcrumb{font-size:.75rem;color:var(--muted);display:flex;align-items:center;gap:.4rem;min-width:0;overflow:hidden}.single-viz-breadcrumb a{color:var(--brand);text-decoration:none;font-weight:500}.single-viz-breadcrumb a:hover{text-decoration:underline}.single-viz-topbar-right{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.single-viz-main{max-width:1200px;margin:0 auto;padding:1.5rem 2rem 3rem;width:100%;min-width:0;overflow-x:hidden}.single-viz-header{margin-bottom:1.5rem}.single-viz-header h1{font-family:Sora,system-ui,sans-serif;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:var(--ink);margin:0 0 .3rem}.single-viz-header .muted{font-size:.9rem;margin:0 0 .75rem}.single-viz-header .viz-narrative{font-family:Literata,Georgia,serif;font-size:.88rem;line-height:1.6;color:var(--ink-sec, #475569);font-style:italic;max-width:65ch;margin:0}.single-viz-header .viz-narrative strong{font-style:normal;color:var(--ink)}.single-viz-body{height:calc(100vh - 300px);min-height:350px;display:flex;flex-direction:column;min-width:0;max-width:100%}.single-viz-body .viz-chart{grid-column:unset;grid-row:unset;flex:1 1 0;min-height:0;min-width:0;max-width:100%;overflow:hidden}.single-viz-body .viz-controls{flex-shrink:0;margin-bottom:.5rem;min-width:0;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.single-viz-article{max-width:680px;margin:2rem auto;padding:0 1.5rem;font-family:Literata,Iowan Old Style,Georgia,serif;font-size:.95rem;line-height:1.75;color:var(--ink-sec, #475569);min-width:0;overflow-wrap:anywhere}.single-viz-article h2{font-family:Sora,Inter,system-ui,sans-serif;font-size:1.25rem;font-weight:700;color:var(--ink, #1a2024);margin:0 0 .75rem}.single-viz-article p{margin:0 0 1rem}.single-viz-article-links{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}.single-viz-article-links a{padding:.5rem 1rem;border-radius:999px;background:var(--surface-dim, #f0f2f0);color:var(--brand, #0a6b56);font-family:Sora,system-ui,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;max-width:100%;overflow-wrap:anywhere}.single-viz-article-links a:hover{background:var(--brand-soft, #e0f2ed)}.single-viz-nav{position:fixed;bottom:1.25rem;left:50%;transform:translate(-50%);z-index:100;display:flex;align-items:center;gap:.5rem;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid var(--line);border-radius:999px;padding:.35rem .5rem;box-shadow:var(--shadow-lg, 0 10px 25px rgba(0,0,0,.1));font-family:Sora,system-ui,sans-serif;max-width:calc(100vw - 2rem)}.single-viz-nav-link{display:flex;align-items:center;gap:.35rem;text-decoration:none;color:var(--ink-secondary);font-size:.8rem;font-weight:500;padding:.35rem .65rem;border-radius:999px;transition:background .15s ease,color .15s ease}.single-viz-nav-link:hover{background:var(--brand);color:#fff}.single-viz-nav-arrow{font-size:1rem;flex-shrink:0}.single-viz-nav-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:18ch}.single-viz-nav-counter{font-size:.78rem;font-weight:600;color:var(--muted);font-variant-numeric:tabular-nums;flex-shrink:0}@media(max-width:640px){.single-viz-main{padding:1rem}.single-viz-topbar{padding:0 .75rem;gap:.5rem}.single-viz-topbar-left,.single-viz-topbar-right{gap:.45rem}.single-viz-breadcrumb span:last-child{display:none}.single-viz-body{height:auto;min-height:380px}.single-viz-body .viz-chart{min-height:360px}.single-viz-body .viz-controls{padding-bottom:.25rem}.single-viz-nav{padding:.75rem 1rem}.single-viz-nav-label{display:none}}.slide-deck{width:100%;height:100vh;overflow-y:scroll;scroll-snap-type:y mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.slide{width:100%;height:100vh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.slide-content{width:100%;max-width:1200px;height:calc(100vh - 130px);padding:.5rem 2rem 0;display:flex;flex-direction:column;overflow:hidden}.slide-content--hero{justify-content:flex-start;align-items:center;text-align:center;overflow-y:auto}.slide-hero{background:linear-gradient(160deg,var(--surface) 0%,var(--brand-soft, #e0f3ed) 100%);align-items:flex-start;padding-top:56px;overflow-y:auto;overflow-x:hidden}.slide-hero>.slide-content{height:auto;min-height:calc(100vh - 130px);overflow:visible;padding-bottom:2rem}.slide-hero h1{font-family:Sora,system-ui,sans-serif;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;color:var(--ink);margin:0 0 .5rem;line-height:1.1}.slide-hero .lead{font-size:.95rem;color:var(--ink-secondary);max-width:50ch;margin:0 auto 1.75rem;line-height:1.5}.slide-stories-cta{padding-bottom:1.5rem;margin-bottom:1.5rem;border-bottom:1px solid rgba(255,255,255,.15);text-align:center}.slide-stories-heading{font-family:Sora,system-ui,sans-serif;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#ffffff8c;margin:0 0 .6rem}.slide-stories-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem}.slide-stories-link{display:inline-block;padding:.45rem .9rem;border-radius:999px;font-family:Sora,system-ui,sans-serif;font-size:.78rem;font-weight:500;line-height:1.4;text-decoration:none;color:#0a6b56;background:#ffffffd9;border:1px solid rgba(255,255,255,.3);-webkit-tap-highlight-color:transparent;transition:background .15s ease,color .15s ease,border-color .15s ease}.slide-stories-link:hover,.slide-stories-link:active{background:#0a6b56;color:#fff;border-color:#0a6b56}.slide-toc{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1.5rem;text-align:left;max-width:960px;margin:0 auto;width:100%}.slide-toc-group h2,.slide-toc-group h3{font-family:Sora,system-ui,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--brand);margin:0 0 .5rem;padding-bottom:.35rem;border-bottom:2px solid var(--brand-soft, #e0f3ed)}.slide-toc-btn{display:flex;align-items:flex-start;gap:.5rem;width:100%;padding:.55rem .75rem;margin-bottom:3px;border:1px solid transparent;border-radius:var(--radius-sm);background:#ffffff80;font-family:Sora,system-ui,sans-serif;font-size:.82rem;font-weight:500;color:var(--ink-secondary);text-align:left;text-decoration:none;cursor:pointer;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease;line-height:1.35}.slide-toc-btn:hover{background:#fff;border-color:var(--brand-muted, #b2ddd0);box-shadow:0 1px 4px #0a6b560f}.slide-toc-num{flex-shrink:0;font-size:.72rem;font-weight:600;color:var(--muted);min-width:1.5em;padding-top:1px}.slide-toc-text{display:flex;flex-direction:column;gap:1px}.slide-toc-title{font-weight:600;color:var(--ink);font-size:.82rem}.slide-toc-sub{font-size:.72rem;font-weight:400;color:var(--muted);line-height:1.4}.slide-topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;background:#ffffffeb;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--line);font-family:Sora,system-ui,sans-serif;transition:opacity .3s ease}.slide-topbar-left{display:flex;align-items:center;gap:.75rem}.slide-logo{font-size:.78rem;font-weight:700;color:var(--brand);letter-spacing:-.01em;text-decoration:none}.slide-title{font-size:.72rem;font-weight:500;color:var(--muted)}.slide-topbar-right{display:flex;align-items:center;gap:.75rem}.slide-topbar-link{font-size:.75rem;font-weight:500;color:var(--ink-secondary);text-decoration:none;transition:color .15s ease}.slide-topbar-link:hover{color:var(--brand)}.slide-counter{font-size:.78rem;font-weight:600;color:var(--muted);min-width:60px;text-align:center;font-variant-numeric:tabular-nums}.viz-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:var(--muted);gap:1rem}.viz-loading.hidden{display:none}.viz-loading-spinner{width:32px;height:32px;border:3px solid var(--line);border-top-color:var(--brand);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.viz-panel{width:100%;flex:1 1 0;min-height:0;display:grid;grid-template-columns:280px 1fr;grid-template-rows:auto 1fr;gap:0 1.5rem;animation:rise-in var(--duration-slow, .4s) var(--ease-out, ease-out) both;overflow:hidden}@media(prefers-reduced-motion:reduce){.slide-deck{scroll-behavior:auto!important}.viz-panel,.viz-loading-spinner{animation:none}.kiosk-fs-overlay{animation:none!important}.kiosk-progress-fill{transition:none!important}}.viz-panel--hero{border:2px solid var(--brand-muted, #b2d8ce);border-radius:var(--radius-lg, 12px);padding:1.25rem;background:linear-gradient(135deg,var(--surface) 0%,var(--brand-soft, #e0f3ed) 100%)}.viz-panel-head{grid-column:1;grid-row:1 / -1;display:flex;flex-direction:column;justify-content:center;padding-right:1rem;border-right:1px solid var(--line, #dfe5e2);overflow-y:auto;scrollbar-width:thin;scrollbar-color:var(--line) transparent}.viz-panel-head h2,.viz-panel-head h3{margin:0 0 .3rem;font-size:1rem;line-height:1.25}.viz-panel-head h2 a,.viz-panel-head h3 a{color:inherit;text-decoration:none}.viz-panel-head h2 a:hover,.viz-panel-head h3 a:hover{color:var(--brand)}.viz-panel-head .muted{font-size:.78rem;margin:0 0 .5rem;color:var(--muted)}.viz-panel-head .viz-narrative{font-family:Literata,Georgia,serif;font-size:.82rem;line-height:1.5;color:var(--ink-sec, #475569);margin:0;font-style:italic}.viz-panel-head .viz-narrative strong{font-style:normal;color:var(--ink, #1e293b)}.viz-panel .viz-controls{grid-column:2;grid-row:1}.viz-chart{grid-column:2;grid-row:2;width:100%;min-height:0;position:relative;overflow:hidden;display:flex;flex-direction:column}.viz-chart:focus{outline:2px solid var(--brand, #0a6b56);outline-offset:2px}.viz-chart svg{width:100%;flex:1 1 0;min-height:0;display:block}.viz-chart .viz-legend,.viz-chart .viz-color-legend{flex-shrink:0}.viz-controls{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;margin-bottom:.5rem;min-height:0}.viz-controls:empty{display:none}.viz-controls label{display:inline-flex;align-items:center;gap:.35rem;font-size:.8rem;font-weight:500;color:var(--muted)}.viz-controls select{-webkit-appearance:none;appearance:none;padding:.35rem 1.6rem .35rem .6rem;font-size:.8rem;font-family:Sora,system-ui,sans-serif;border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%2364787e'/%3E%3C/svg%3E") no-repeat right .5rem center;background-size:10px 6px;color:var(--ink);cursor:pointer}.viz-chart text{font-family:Sora,system-ui,sans-serif;fill:var(--ink-secondary)}.viz-chart .axis text{font-size:11px;fill:var(--muted)}.viz-chart .axis line,.viz-chart .axis path{stroke:var(--line)}.viz-chart .axis-label{font-size:12px;font-weight:600;fill:var(--ink-secondary)}.viz-chart .grid line{stroke:var(--line-soft);stroke-dasharray:2 3}.viz-chart .grid path{stroke:none}.viz-tooltip{position:fixed;pointer-events:none;z-index:200;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius-sm);box-shadow:var(--shadow-lg);padding:.6rem .8rem;font-size:.78rem;line-height:1.45;color:var(--ink);max-width:280px;opacity:0;transition:opacity var(--duration-fast, .12s) ease}.viz-tooltip.visible{opacity:1}.viz-tooltip strong{display:block;font-weight:700;margin-bottom:.2rem;color:var(--ink)}.viz-tooltip .tt-row{display:flex;justify-content:space-between;gap:1rem}.viz-tooltip .tt-label{color:var(--muted)}.viz-tooltip .tt-value{font-weight:600;font-variant-numeric:tabular-nums}.viz-legend{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-top:.5rem;font-size:.75rem;color:var(--muted)}.viz-legend-item{display:inline-flex;align-items:center;gap:.3rem}.viz-legend-swatch{width:12px;height:12px;border-radius:3px;flex-shrink:0}.viz-split{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.viz-split-label{text-align:center;font-size:.78rem;font-weight:600;color:var(--muted);margin-bottom:.25rem}.bump-line{fill:none;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;opacity:.7;transition:opacity var(--duration-fast, .12s) ease,stroke-width var(--duration-fast, .12s) ease}.bump-line:hover,.bump-line.highlighted{opacity:1;stroke-width:4}.sankey-link{fill:none;stroke-opacity:.3;transition:stroke-opacity var(--duration-fast, .12s) ease}.sankey-link:hover{stroke-opacity:.6}.sunburst-arc{stroke:var(--surface);stroke-width:1;cursor:pointer;transition:opacity var(--duration-fast, .12s) ease}.sunburst-arc:hover{opacity:.8}@media(max-width:960px){.viz-panel{grid-template-columns:1fr;grid-template-rows:auto auto 1fr;gap:.5rem 0}.viz-panel-head{grid-column:1;grid-row:1;border-right:none;border-bottom:1px solid var(--line, #dfe5e2);padding-right:0;padding-bottom:.5rem;overflow-y:visible}.viz-panel .viz-controls{grid-column:1;grid-row:2}.viz-chart{grid-column:1;grid-row:3}.slide-content{padding:0 1rem;height:calc(100vh - 130px);overflow-y:auto}.slide-toc{grid-template-columns:1fr;gap:1.25rem}.viz-split{grid-template-columns:1fr}}@media(max-width:480px){.slide-content{padding:0 .75rem;height:calc(100vh - 130px)}.slide-hero h1{font-size:1.75rem}.slide-topbar-right{gap:.4rem}.slide-topbar-link{font-size:.68rem}}.viz-mobile-toggle{display:none}@media(max-width:768px){.viz-mobile-toggle{display:inline-flex;align-items:center;justify-content:center;margin-top:.75rem;padding:.55rem 1.1rem;font-family:inherit;font-size:.82rem;font-weight:600;color:var(--brand, #0a6b56);background:var(--brand-soft, #e0f3ed);border:1px solid var(--brand-muted, #b2d8ce);border-radius:8px;cursor:pointer;transition:background .15s ease,color .15s ease}.viz-mobile-toggle:hover,.viz-mobile-toggle:focus-visible{background:var(--brand, #0a6b56);color:#fff}.viz-mobile-toggle .viz-toggle-hide{display:none}.viz-mobile-toggle .viz-toggle-show,.viz-panel--expanded .viz-mobile-toggle .viz-toggle-hide{display:inline}.viz-panel--expanded .viz-mobile-toggle .viz-toggle-show,.viz-panel .viz-controls,.viz-panel .viz-chart{display:none}.viz-panel--expanded .viz-controls,.viz-panel--expanded .viz-chart{display:flex}.viz-panel--expanded .viz-chart{margin-top:.5rem}.viz-panel--expanded .viz-mobile-toggle{background:var(--surface-dim, #f9faf8);color:var(--muted, #566266);border-color:var(--line, #dfe5e2)}.viz-controls select{padding:.5rem 1.8rem .5rem .6rem;font-size:.85rem;min-height:2.75rem}.viz-chart svg{overflow:visible}.viz-chart .axis text{font-size:11px}.viz-chart .axis-label{font-size:10px}}@media print{html,body{overflow:visible;height:auto}.slide-deck{overflow:visible;height:auto;scroll-snap-type:none}.slide{height:auto;min-height:0;scroll-snap-align:none;break-inside:avoid;page-break-inside:avoid;margin-bottom:2rem}.slide-topbar,.viz-controls{display:none}.viz-panel .viz-chart{display:flex!important}}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.kiosk-mode .slide-topbar,.kiosk-mode .viz-controls{display:none}.kiosk-mode .slide-content{height:calc(100vh - 24px);padding-top:1rem}.kiosk-progress{position:fixed;bottom:0;left:0;right:0;height:3px;background:#0000000f;z-index:300}.kiosk-progress-fill{height:100%;width:0%;background:var(--brand, #0a6b56);border-radius:0 2px 2px 0}.kiosk-indicator{position:fixed;bottom:10px;right:16px;z-index:300;display:flex;align-items:center;gap:.75rem;font-family:Sora,system-ui,sans-serif;opacity:.4;transition:opacity .3s ease;pointer-events:none}.kiosk-logo{font-size:.72rem;font-weight:700;color:var(--brand, #0a6b56)}.kiosk-slide-label{font-size:.68rem;font-weight:500;color:var(--muted, #566266)}.kiosk-counter{font-size:.62rem;font-weight:600;color:var(--muted, #566266);font-variant-numeric:tabular-nums}.kiosk-fs-overlay{position:fixed;inset:0;z-index:400;display:flex;align-items:center;justify-content:center;background:#0000008c;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);cursor:pointer;animation:kiosk-fade-in .4s ease both}.kiosk-fs-overlay-inner{text-align:center;color:#fff;font-family:Sora,system-ui,sans-serif}.kiosk-fs-overlay-inner h2{font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.kiosk-fs-overlay-inner p{font-size:.9rem;opacity:.7;margin:0}@keyframes kiosk-fade-in{0%{opacity:0}to{opacity:1}}.kiosk-paused-badge{position:fixed;top:16px;right:16px;z-index:300;font-family:Sora,system-ui,sans-serif;font-size:.72rem;font-weight:600;color:var(--muted, #566266);background:#ffffffd9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--line, #dfe5e2);border-radius:999px;padding:.35rem .85rem;opacity:0;transition:opacity .2s ease;pointer-events:none}.kiosk-paused-badge.visible{opacity:1}.viz-drilldown{margin-left:.5rem;font-size:.78rem;color:var(--brand, #0a6b56);text-decoration:none;white-space:nowrap}.viz-drilldown:hover{text-decoration:underline}.embed-mode .single-viz-topbar,.embed-mode .single-viz-nav,.embed-mode .single-viz-article,.embed-mode .site-footer{display:none!important}.embed-mode .single-viz-main{padding-top:.75rem}.embed-mode .single-viz-header h1{font-size:1.15rem}.embed-mode .single-viz-header .muted{font-size:.78rem}.embed-mode .single-viz-header .viz-narrative{display:none}.embed-mode .single-viz-body{height:calc(100vh - 120px)}.embed-watermark{display:none}.embed-mode .embed-watermark{display:block;position:fixed;bottom:6px;right:10px;font-family:Sora,system-ui,sans-serif;font-size:.65rem;font-weight:600;color:var(--muted, #566266);opacity:.55;text-decoration:none;z-index:10;transition:opacity .15s ease}.embed-mode .embed-watermark:hover{opacity:1;text-decoration:underline}.embed-trigger-btn{padding:.3rem .7rem;font-size:.75rem;font-weight:600;font-family:Sora,system-ui,sans-serif;color:var(--brand, #0a6b56);background:var(--brand-soft, #e0f3ed);border:1px solid var(--brand-muted, #b2d8ce);border-radius:999px;cursor:pointer;transition:background .15s ease,color .15s ease}.embed-trigger-btn:hover{background:var(--brand, #0a6b56);color:#fff}.embed-modal-backdrop{position:fixed;inset:0;z-index:500;display:flex;align-items:center;justify-content:center;background:#00000073;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.embed-modal-backdrop[hidden]{display:none}.embed-modal{background:var(--surface, #fff);border-radius:12px;box-shadow:0 16px 48px #0000002e;padding:1.5rem;max-width:540px;width:calc(100% - 2rem);font-family:Sora,system-ui,sans-serif}.embed-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.embed-modal-header h2{font-size:1.1rem;font-weight:700;margin:0;color:var(--ink, #1a2024)}.embed-modal-close{background:none;border:none;font-size:1.5rem;color:var(--muted, #566266);cursor:pointer;padding:0 .25rem;line-height:1}.embed-modal .muted{font-size:.82rem;margin:0 0 .75rem}.embed-code{width:100%;padding:.6rem .75rem;font-family:ui-monospace,SF Mono,monospace;font-size:.78rem;color:var(--ink, #1a2024);background:var(--surface-dim, #f9faf8);border:1px solid var(--line, #dfe5e2);border-radius:8px;resize:vertical;box-sizing:border-box}.embed-modal-actions{display:flex;align-items:center;gap:.75rem;margin-top:.75rem}.embed-copy-btn{padding:.5rem 1.25rem;font-size:.82rem;font-weight:600;font-family:Sora,system-ui,sans-serif;color:#fff;background:var(--brand, #0a6b56);border:none;border-radius:999px;cursor:pointer;transition:background .15s ease}.embed-copy-btn:hover{background:var(--brand-strong, #064d3e)}.embed-preview-link{font-size:.82rem;font-weight:500;color:var(--brand, #0a6b56);text-decoration:none}.embed-preview-link:hover{text-decoration:underline}.viz-global-filters{display:inline-flex;align-items:center;gap:.5rem;font-family:Sora,system-ui,sans-serif}.viz-global-filters label{display:inline-flex;align-items:center;gap:.25rem;font-size:.72rem;font-weight:500;color:var(--muted, #566266)}.viz-global-filters select{-webkit-appearance:none;appearance:none;padding:.2rem 1.4rem .2rem .4rem;font-size:.72rem;border:1px solid var(--line, #dfe5e2);border-radius:var(--radius-sm, 6px);background:var(--surface, #fff) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5'%3E%3Cpath d='M0 0l4 5 4-5z' fill='%2364787e'/%3E%3C/svg%3E") no-repeat right .4rem center;background-size:8px 5px;color:var(--ink, #1a2024);font-family:Sora,system-ui,sans-serif;cursor:pointer}.viz-global-filters.is-filtered select{border-color:var(--brand, #0a6b56)}.viz-filter-count{font-size:.68rem;color:var(--brand, #0a6b56);font-weight:600;white-space:nowrap}.embed-mode .viz-global-filters,.kiosk-mode .viz-global-filters{display:none}.viz-empty-state{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px;font-family:Sora,system-ui,sans-serif;font-size:.9rem;color:var(--muted, #566266);text-align:center;padding:2rem}@media(max-width:768px){.viz-global-filters{gap:.3rem}.viz-global-filters label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.viz-global-filters select{font-size:.7rem}}.story-main{max-width:860px;margin:0 auto;padding:64px 1.5rem 3rem}.story-page .viz-loading{padding:2rem 0}.story-header{text-align:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid var(--brand-soft, #e0f3ed)}.story-header h1{font-family:Sora,system-ui,sans-serif;font-size:clamp(1.5rem,3.5vw,2.25rem);font-weight:800;color:var(--ink, #1a2024);margin:0 0 .5rem;line-height:1.15}.story-subtitle{font-family:Literata,Georgia,serif;font-size:1rem;color:var(--ink-sec, #475569);margin:0;font-style:italic}.story-intro,.story-outro{font-family:Literata,Georgia,serif;font-size:.95rem;line-height:1.75;color:var(--ink-sec, #475569);max-width:680px;margin:0 auto 2rem}.story-intro p,.story-outro p{margin:0 0 1rem}.story-section{margin-bottom:3rem}.story-prose{font-family:Literata,Georgia,serif;font-size:.95rem;line-height:1.75;color:var(--ink-sec, #475569);max-width:680px;margin:0 auto 1.25rem}.story-prose h2{font-family:Sora,system-ui,sans-serif;font-size:1.35rem;font-weight:700;color:var(--ink, #1a2024);margin:0 0 .75rem}.story-prose p{margin:0 0 1rem}.story-viz-wrapper{background:var(--surface-dim, #f9faf8);border:1px solid var(--line, #dfe5e2);border-radius:12px;padding:1rem 1.25rem;margin:0 0 1rem}.story-viz-body{height:480px;min-height:350px;display:flex;flex-direction:column}.story-viz-body[data-viz-height=tall]{height:600px}.story-viz-body[data-viz-height=short]{height:380px;min-height:280px}.story-viz-body .viz-chart{grid-column:unset;grid-row:unset;flex:1 1 0;min-height:0;overflow:visible}.story-viz-body .viz-controls{flex-shrink:0;margin-bottom:.5rem}.story-viz-caption{font-family:Sora,system-ui,sans-serif;font-size:.78rem;color:var(--muted, #566266);text-align:center;margin:.5rem 0 0;font-style:italic}.story-viz-link{display:inline-block;margin-top:.5rem;font-family:Sora,system-ui,sans-serif;font-size:.78rem;font-weight:500;color:var(--brand, #0a6b56);text-decoration:none}.story-viz-link:hover{text-decoration:underline}.story-footer-nav{max-width:680px;margin:3rem auto 0;padding-top:1.5rem;border-top:1px solid var(--line, #dfe5e2);text-align:center}.story-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:.75rem}.story-footer-links a{padding:.5rem 1rem;border-radius:999px;background:var(--surface-dim, #f0f2f0);color:var(--brand, #0a6b56);font-family:Sora,system-ui,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none}.story-footer-links a:hover{background:var(--brand-soft, #e0f2ed)}@media(max-width:640px){.story-main{padding:56px 1rem 2rem}.story-viz-body{height:380px;min-height:280px}.story-viz-body[data-viz-height=tall]{height:480px}.story-viz-body[data-viz-height=short]{height:320px;min-height:240px}.story-viz-wrapper{padding:.75rem;margin-left:-.5rem;margin-right:-.5rem;border-radius:8px}}.viz-table-toggle{display:block;margin:.5rem auto 0;padding:.35rem .9rem;border:1px solid var(--line, #dfe5e2);border-radius:999px;background:var(--surface, #fff);color:var(--ink-sec, #3d4f54);font-size:.78rem;font-weight:500;cursor:pointer;transition:background .15s ease,border-color .15s ease}.viz-table-toggle:hover{background:var(--surface-dim, #f9faf8);border-color:var(--brand-muted, #b2ddd0)}.viz-table-fallback{margin-top:.75rem;max-height:400px;overflow:auto;border:1px solid var(--line, #dfe5e2);border-radius:8px}.viz-a11y-table{width:100%;font-size:.78rem}.viz-a11y-table th,.viz-a11y-table td{padding:.3rem .5rem;text-align:left;white-space:nowrap}.viz-a11y-table thead th{position:sticky;top:0;background:var(--surface-dim, #f9faf8);border-bottom:2px solid var(--line, #dfe5e2);z-index:1}.viz-a11y-table tbody tr:nth-child(2n){background:var(--surface-dim, #f9faf8)}.single-viz-header .share-btn{margin-top:.75rem;background:var(--brand, #0a6b56);border:none;cursor:pointer}
