@import"https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700&family=Barlow:wght@300;400;500;600;700&display=swap";:root{--color-primary: #2563eb;--color-secondary: #64748b;--color-accent: #8870e0;--color-text: #1e293b;--color-background: #ffffff;--color-map-background: #f8fafc;--color-border: #e2e8f0;--color-muted: #94a3b8;--font-heading: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", Menlo, monospace;--font-gfx-headline: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-gfx-headline-weight: 700;--font-gfx-headline-transform: none;--font-gfx-headline-spacing: normal;--font-gfx-copy: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-gfx-copy-weight: 400;--font-gfx-copy-transform: none;--font-gfx-copy-spacing: normal;--font-gfx-body-copy: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-gfx-body-copy-weight: 400;--font-gfx-body-copy-transform: none;--font-gfx-body-copy-spacing: normal;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: .75rem;--radius-xl: 1rem;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1);--z-base: 0;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-overlay: 400;--z-modal: 500;--z-tooltip: 600}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:var(--font-body);font-weight:var(--font-weight-normal);color:var(--color-text);background-color:var(--color-background);line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:var(--font-weight-bold);line-height:1.2;margin-bottom:var(--space-md)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:var(--space-md)}a{color:var(--color-primary);text-decoration:none;transition:color .2s ease}a:hover{text-decoration:underline}code,pre{font-family:var(--font-mono);font-size:.875rem}pre{background-color:var(--color-map-background);border-radius:var(--radius-md);padding:var(--space-md);overflow-x:auto}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.text-center{text-align:center}.text-muted{color:var(--color-muted)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-map-background)}::-webkit-scrollbar-thumb{background:var(--color-muted);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--color-secondary)}html,body{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%}.scrolly-container{position:relative;width:100%;min-height:100vh}.scrolly-text{position:relative;padding:var(--space-2xl) var(--space-lg);max-width:40rem;margin:0 auto}.scrolly-step{padding:var(--space-3xl) var(--space-lg);min-height:60vh;display:flex;align-items:center}.scrolly-step.active{opacity:1}.scrolly-step:not(.active){opacity:.3;transition:opacity .3s ease}.map-container{width:100%;height:100%;position:relative}.mapboxgl-map{width:100%;height:100%}.mapboxgl-ctrl-attrib{font-size:.75rem}.mapboxgl-ctrl-logo,.mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact{display:none!important}.map-legend{position:absolute;bottom:var(--space-lg);left:var(--space-lg);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-md);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);max-width:300px}.map-legend-title{font-weight:var(--font-weight-semibold);margin-bottom:var(--space-sm);font-size:.875rem}.slider-container{position:absolute;bottom:var(--space-lg);left:50%;transform:translate(-50%);background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);z-index:var(--z-dropdown);min-width:300px}.tooltip{position:absolute;background:rgba(0,0,0,.9);color:#fff;padding:var(--space-sm) var(--space-md);border-radius:var(--radius-md);font-size:.875rem;pointer-events:none;z-index:var(--z-tooltip);white-space:nowrap;box-shadow:var(--shadow-xl)}.loading{display:flex;align-items:center;justify-content:center;min-height:100vh;color:var(--color-muted)}.loading:after{content:"...";animation:loading 1.5s infinite}@keyframes loading{0%,20%{content:"."}40%{content:".."}60%,to{content:"..."}}@media (max-width: 768px){.scrolly-step{min-height:50vh;padding:var(--space-xl) var(--space-md)}.map-legend{bottom:var(--space-md);left:var(--space-md);max-width:250px}.slider-container{min-width:auto;left:var(--space-md);right:var(--space-md);transform:none}}@media (max-width: 480px){.scrolly-step{padding:var(--space-lg) var(--space-sm)}.map-legend{font-size:.75rem}}@media print{.scrolly-graphic{position:relative;height:auto}.scrolly-step{page-break-inside:avoid}.map-legend,.slider-container{position:static;transform:none}}svelte-scroller-outer.svelte-1yjh2jm{display:block;position:relative}svelte-scroller-background.svelte-1yjh2jm{display:block;position:relative;width:100%}svelte-scroller-foreground.svelte-1yjh2jm{display:block;position:relative;z-index:2}svelte-scroller-foreground.svelte-1yjh2jm:after{content:" ";display:block;clear:both}svelte-scroller-background-container.svelte-1yjh2jm{display:block;position:absolute;width:100%;max-width:100%;pointer-events:none;will-change:transform}.fixed-container.svelte-pax5h.svelte-pax5h{position:fixed;top:0;left:0;width:100%;max-width:100%;height:100vh;margin:0;padding:0;z-index:0;display:flex;flex-direction:column;background:#000000}.network-viz.svelte-pax5h.svelte-pax5h{width:100%;height:100%;background:#000000;pointer-events:auto!important;position:relative;z-index:1}.section.svelte-pax5h.svelte-pax5h{height:125vh;display:flex;place-items:center;justify-content:center}.section.no-pointer.svelte-pax5h.svelte-pax5h{pointer-events:none}.section.is-spacer.svelte-pax5h.svelte-pax5h{height:50vh}.section.is-last.svelte-pax5h.svelte-pax5h{height:175vh}.step-content.svelte-pax5h.svelte-pax5h{background:rgba(26,26,26,.8);color:#fff;padding:2rem;border-radius:.25rem;max-width:650px;margin:12rem 1rem 0;box-shadow:0 2px 8px #0006;pointer-events:auto}.tooltip.svelte-pax5h.svelte-pax5h{position:fixed;background:rgba(20,20,20,.95);color:#fff;padding:.75rem 1rem;border-radius:.25rem;font-family:var(--font-gfx-copy);font-size:.875rem;box-shadow:0 4px 12px #00000080;pointer-events:none;z-index:1000;max-width:280px;border:1px solid rgba(255,255,255,.1)}.tooltip-name.svelte-pax5h.svelte-pax5h{font-weight:600;font-size:1rem;margin-bottom:.5rem;color:#fff}.tooltip-row.svelte-pax5h.svelte-pax5h{font-size:.8rem;color:#ccc;margin-bottom:.25rem}.tooltip-sanctioned.svelte-pax5h.svelte-pax5h{color:#ff3636;font-weight:500;text-transform:uppercase;font-size:.7rem;margin-top:.25rem}.tooltip-notes.svelte-pax5h.svelte-pax5h{font-size:.75rem;color:#aaa;margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(255,255,255,.1);line-height:1.4;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.connector-overlay.svelte-pax5h.svelte-pax5h{position:fixed;top:0;left:0;width:100vw;height:100vh;pointer-events:none;z-index:950}.connector-line.svelte-pax5h.svelte-pax5h{stroke-linecap:round;animation:svelte-pax5h-fadeInConnector .4s ease-out forwards}.connector-dot.svelte-pax5h.svelte-pax5h{animation:svelte-pax5h-fadeInDot .3s ease-out .2s forwards;opacity:0}@keyframes svelte-pax5h-fadeInConnector{0%{opacity:0;stroke-dasharray:200;stroke-dashoffset:200}to{opacity:1;stroke-dasharray:200;stroke-dashoffset:0}}@keyframes svelte-pax5h-fadeInDot{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.node-popup.svelte-pax5h.svelte-pax5h{position:fixed;background:rgba(15,15,15,.95);color:#fff;padding:.5rem .75rem;border-radius:.25rem;font-family:var(--font-gfx-copy);font-size:.75rem;box-shadow:0 4px 12px #00000080;pointer-events:none;z-index:900;max-width:220px;border:1px solid rgba(255,255,255,.15);animation:svelte-pax5h-fadeInPopup .4s ease-out .2s forwards;opacity:0}@media (max-width: 768px){.node-popup.svelte-pax5h.svelte-pax5h{max-width:280px;padding:.4rem .6rem}}.connector-line.mobile-case-study.svelte-pax5h.svelte-pax5h,.connector-dot.mobile-case-study.svelte-pax5h.svelte-pax5h{animation:none!important;opacity:0}.node-popup.mobile-case-study.svelte-pax5h.svelte-pax5h{animation:none;opacity:0}@keyframes svelte-pax5h-fadeInPopup{0%{opacity:0}to{opacity:1}}.popup-name.svelte-pax5h.svelte-pax5h{font-weight:600;font-size:.8rem;margin-bottom:.15rem;color:#fff}.popup-meta.svelte-pax5h.svelte-pax5h{font-size:.7rem;color:#999;margin-bottom:.25rem;text-transform:capitalize}.popup-notes.svelte-pax5h.svelte-pax5h{font-size:.7rem;color:#bbb;line-height:1.35;word-wrap:break-word;overflow-wrap:break-word;white-space:normal}.step-content.svelte-pax5h h2.svelte-pax5h{margin-top:0;font-family:var(--font-gfx-headline);font-weight:var(--font-gfx-headline-weight);text-transform:var(--font-gfx-headline-transform);letter-spacing:var(--font-gfx-headline-spacing);font-size:1.75rem;line-height:1.2;margin-bottom:.75rem;color:#fff;text-align:center}.step-content.svelte-pax5h p.svelte-pax5h{font-family:var(--font-gfx-copy);font-weight:var(--font-gfx-copy-weight);text-transform:var(--font-gfx-copy-transform);letter-spacing:var(--font-gfx-copy-spacing);font-size:1.125rem;line-height:1.5;color:#e0e0e0;margin:0;text-align:center}@media (max-width: 768px){.section.svelte-pax5h.svelte-pax5h{height:150vh}.section.is-case-study.svelte-pax5h.svelte-pax5h{height:250vh}.step-content.svelte-pax5h.svelte-pax5h{padding:1.5rem;max-width:100%;margin-top:6rem}.step-content.svelte-pax5h h2.svelte-pax5h{font-size:1.5rem}.step-content.svelte-pax5h p.svelte-pax5h{font-size:1rem}}.card-legend.svelte-pax5h.svelte-pax5h{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2)}.legend-row.svelte-pax5h.svelte-pax5h{display:flex;flex-direction:row;flex-wrap:wrap;gap:.75rem 1.25rem;justify-content:center}.legend-item.svelte-pax5h.svelte-pax5h{display:flex;align-items:center;gap:.4rem}.legend-item-special.svelte-pax5h.svelte-pax5h{gap:.5rem}.legend-dot.svelte-pax5h.svelte-pax5h{width:12px;height:12px;border-radius:50%;border:1px solid rgba(255,255,255,.5);flex-shrink:0}.legend-dot-sanctioned.svelte-pax5h.svelte-pax5h{background-color:transparent;border:1px solid #ff3636}.legend-node.svelte-pax5h.svelte-pax5h{width:24px;height:24px;border-radius:50%;border:1.5px solid rgba(255,255,255,.7);flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.legend-node.svelte-pax5h img.svelte-pax5h{width:80%;height:80%;-o-object-fit:contain;object-fit:contain}.legend-label.svelte-pax5h.svelte-pax5h{font-family:var(--font-gfx-copy);font-size:.85rem;color:#fff}.legend-label-sanctioned.svelte-pax5h.svelte-pax5h{color:#ff3636}.legend-row-links.svelte-pax5h.svelte-pax5h{margin-top:.25rem}.legend-line.svelte-pax5h.svelte-pax5h{width:24px;height:2px;background-color:#fff;flex-shrink:0}.legend-line-dotted.svelte-pax5h.svelte-pax5h{background:repeating-linear-gradient(to right,#ffffff 0px,#ffffff 3px,transparent 3px,transparent 6px)}@media (max-width: 768px){.card-legend.svelte-pax5h.svelte-pax5h{gap:.5rem 1rem}.legend-dot.svelte-pax5h.svelte-pax5h{width:10px;height:10px}.legend-node.svelte-pax5h.svelte-pax5h{width:20px;height:20px}.legend-label.svelte-pax5h.svelte-pax5h{font-size:.75rem}}.network-container{transition:transform .3s ease}svelte-scroller,svelte-scroller-outer{pointer-events:none!important}svelte-scroller-foreground button,svelte-scroller-foreground input,svelte-scroller-foreground select,svelte-scroller-foreground a{pointer-events:auto!important}.slideshow.svelte-1nusq23.svelte-1nusq23{position:relative;width:100%;height:66vh;overflow:hidden;background:#000}@media (max-width: 768px){.slideshow.svelte-1nusq23.svelte-1nusq23{height:80vh}}.track.svelte-1nusq23.svelte-1nusq23{display:flex;height:100%;gap:0;will-change:transform}.slide.svelte-1nusq23.svelte-1nusq23{flex-shrink:0;height:100%}.slide.svelte-1nusq23 img.svelte-1nusq23{height:100%;width:auto;display:block}.title-overlay.svelte-1nusq23.svelte-1nusq23{position:absolute;bottom:60px;left:50%;transform:translate(-50%);opacity:0;transition:opacity .4s ease-in-out;pointer-events:auto;z-index:10;text-align:center;max-width:80vw;background:rgba(255,255,255,.9);padding:.75em 1.25em}.title-overlay.visible.svelte-1nusq23.svelte-1nusq23{opacity:1}.title.svelte-1nusq23.svelte-1nusq23{font-family:var(--font-gfx-headline, "Barlow Condensed", sans-serif);font-weight:var(--font-gfx-headline-weight, 700);text-transform:var(--font-gfx-headline-transform, uppercase);letter-spacing:var(--font-gfx-headline-spacing, normal);font-size:clamp(1.5rem,4vw,3rem);color:#000;margin:0}.caption.svelte-1nusq23.svelte-1nusq23{font-family:var(--font-gfx-body-copy, "Barlow", sans-serif);font-weight:var(--font-gfx-body-copy-weight, 400);font-size:.875rem;line-height:1.4;color:#000;margin:.5em 0 0}@media (min-width: 769px){.caption.svelte-1nusq23.svelte-1nusq23{font-size:1rem;line-height:1.5}}.caption.svelte-1nusq23 a{color:#15c;text-decoration:underline;pointer-events:auto;cursor:pointer}.caption.svelte-1nusq23 a:hover{color:#0d3f8f}.credit.svelte-1nusq23.svelte-1nusq23{font-family:var(--font-gfx-body-copy, "Barlow", sans-serif);font-weight:var(--font-gfx-body-copy-weight, 400);font-size:.65rem;color:#666;margin:.5em 0 0}.nav-arrow.svelte-1nusq23.svelte-1nusq23{display:none;position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.2);border:none;color:#fffc;width:48px;height:48px;border-radius:50%;cursor:pointer;z-index:20;transition:all .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.nav-arrow.svelte-1nusq23.svelte-1nusq23:hover{background:rgba(255,255,255,.3);color:#fff;transform:translateY(-50%) scale(1.1)}.nav-arrow.svelte-1nusq23.svelte-1nusq23:active{transform:translateY(-50%) scale(.95)}.nav-arrow-left.svelte-1nusq23.svelte-1nusq23{left:20px}.nav-arrow-right.svelte-1nusq23.svelte-1nusq23{right:20px}@media (min-width: 769px){.nav-arrow.svelte-1nusq23.svelte-1nusq23{display:flex;align-items:center;justify-content:center}}.credit-label.svelte-1nusq23.svelte-1nusq23{text-transform:uppercase;letter-spacing:.05em}.dots.svelte-1nusq23.svelte-1nusq23{position:absolute;bottom:20px;left:50%;transform:translate(-50%);display:flex;gap:10px;z-index:10}.dot.svelte-1nusq23.svelte-1nusq23{width:12px;height:12px;border-radius:50%;border:2px solid rgba(255,255,255,.8);background:transparent;cursor:pointer;padding:0;transition:all .3s ease}.dot.svelte-1nusq23.svelte-1nusq23:hover{background:rgba(255,255,255,.5);transform:scale(1.2)}.dot.active.svelte-1nusq23.svelte-1nusq23{background:white;transform:scale(1.1)}@keyframes svelte-1nusq23-pulse{0%,to{box-shadow:0 0 #fff6}50%{box-shadow:0 0 0 4px #fff0}}.dots.svelte-1nusq23:not(:hover) .dot.active.svelte-1nusq23{animation:svelte-1nusq23-pulse 2s ease-in-out infinite}
