.immersive-report{--font-serif:var(--font-report-poppins), "Poppins", system-ui, sans-serif;--font-sans:var(--font-report-poppins), "Poppins", system-ui, sans-serif;--color-bg:#0a0a0a;--color-bg-card:#141414e6;--color-text:#f5f5f5;--color-text-muted:#a0a0a0;--color-accent:#ff6b35;--color-accent-secondary:#3b82f6;--color-negative:#ef4444;--color-positive:#22c55e;--color-neutral:#6b7280;--content-width:680px;--section-padding:100vh;background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-serif);font-size:18px;line-height:1.7;overflow-x:clip}.hero-section{text-align:center;background:linear-gradient(to bottom, transparent 0%, #0006 50%, var(--color-bg) 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.hero-title{font-family:var(--font-serif);max-width:900px;margin-bottom:1rem;font-size:clamp(2.5rem,6vw,4.5rem);font-weight:700;line-height:1.1}.hero-subtitle{font-family:var(--font-serif);color:var(--color-text-muted);max-width:600px;margin-bottom:2rem;font-size:clamp(1.1rem,2.5vw,1.5rem)}.hero-meta{font-family:var(--font-sans);color:var(--color-text-muted);flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;font-size:.875rem;display:flex}.hero-badge{background:var(--color-accent);color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600}.hero-summary{max-width:var(--content-width);color:var(--color-text-muted);margin-top:3rem;font-size:1.125rem}.hero-stat{background:var(--color-bg-card);border:1px solid #ffffff1a;border-radius:.5rem;margin-top:2rem;padding:1.5rem 2rem}.hero-stat-value{color:var(--color-accent);font-size:2.5rem;font-weight:700}.hero-stat-label{font-family:var(--font-sans);color:var(--color-text-muted);margin-top:.25rem;font-size:.875rem}.scrolly-section{min-height:100vh;position:relative}.scrolly-sticky{z-index:1;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh;display:flex;position:sticky;top:0}.scrolly-chart-container{flex:1;width:100%;max-width:1200px;min-height:0;padding:.5rem 1.5rem 1rem}.scrolly-narrative{z-index:10;padding-top:60vh;padding-bottom:30vh;position:relative}.narrative-trigger{pointer-events:none;min-height:80vh}.narrative-step{justify-content:center;align-items:flex-end;min-height:auto;margin-bottom:20vh;padding:2rem 2rem 10vh;display:flex}.narrative-card{background:var(--color-bg-card);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:.75rem;max-width:600px;padding:1.5rem 2rem}.narrative-card--centered{text-align:center;margin:0 auto}.narrative-card-title{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin-bottom:.75rem;font-size:.75rem;font-weight:600}.narrative-card-content{color:var(--color-text);overflow-wrap:anywhere;word-break:break-word;font-size:1rem;line-height:1.6}.section-header{text-align:center;margin-bottom:0;padding:.75rem 2rem .25rem}.section-number{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:.5rem;font-size:.75rem;font-weight:600}.section-title{font-family:var(--font-serif);white-space:nowrap;max-width:900px;margin:0 auto;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:600}@media (max-width:768px){.section-title{white-space:normal}}.chart-annotation{background:var(--color-accent);color:#fff;font-family:var(--font-sans);white-space:nowrap;pointer-events:none;border-radius:.25rem;padding:.5rem 1rem;font-size:.75rem;font-weight:600;position:absolute}.chart-annotation:after{content:"";border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--color-accent);position:absolute;bottom:-6px;left:50%;transform:translate(-50%)}.treemap-cell{cursor:default;border-radius:4px;justify-content:center;align-items:center;padding:1rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.treemap-cell-content{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;display:flex}.treemap-cell-label{font-family:var(--font-sans);color:#fff;text-shadow:0 1px 2px #00000080;font-size:.75rem;font-weight:600;line-height:1.2}.treemap-cell-value{font-family:var(--font-sans);color:#fffc;font-size:.625rem;font-weight:500}.treemap-cell--highlighted{box-shadow:0 0 0 3px var(--color-accent), 0 0 30px #ff6b3580;z-index:10;transform:scale(1.03)}.treemap-cell--highlighted .treemap-cell-label{color:#fff;font-weight:700}.treemap-cell--dimmed{filter:grayscale(.7)}.takeaways-section{background:linear-gradient(to bottom, var(--color-bg) 0%, #111 100%);flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem;display:flex}.takeaways-container{max-width:var(--content-width);margin:0 auto}.takeaways-title{font-family:var(--font-serif);text-align:center;margin-bottom:3rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600}.takeaway-item{border-left:3px solid var(--color-accent);margin-bottom:2.5rem;padding-left:1.5rem}.takeaway-title{font-family:var(--font-sans);margin-bottom:.5rem;font-size:1.125rem;font-weight:600}.takeaway-description{color:var(--color-text-muted);line-height:1.7}.fade-in{animation:.6s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-transition{transition:all .5s cubic-bezier(.4,0,.2,1)}@media (max-width:1024px){.narrative-trigger{min-height:70vh}}@media (max-width:768px){.section-header{padding:1.5rem 1rem .75rem}.section-title{white-space:normal;font-size:clamp(1.25rem,5vw,1.75rem)}.narrative-card{max-width:100%;margin-left:0;margin-right:0;padding:1.25rem}.narrative-card-title{font-size:.65rem}.narrative-card-content{font-size:.875rem;line-height:1.5}.scrolly-chart-container{padding:.25rem .75rem .5rem}.scrolly-narrative{padding-top:50vh;padding-bottom:20vh}.narrative-trigger{min-height:60vh}.narrative-step{justify-content:center;margin-bottom:12vh;padding:1rem 1rem 6vh}.hero-title{font-size:clamp(1.75rem,7vw,2.5rem)}.hero-subtitle{font-size:clamp(.95rem,3vw,1.2rem)}}
