.hero{padding-top:10rem;padding-bottom:5rem;position:relative}.hero-glow{z-index:0;pointer-events:none;position:absolute;inset:-4rem 0 -10rem;-webkit-mask-image:linear-gradient(#000 0% 52%,#0000 94%);mask-image:linear-gradient(#000 0% 52%,#0000 94%)}[data-theme=light] .hero-glow{background:radial-gradient(820px 460px at 80% 0%,#2ed1ed4d 0%,transparent 64%),radial-gradient(560px 340px at 92% 34%,#2ed1ed29 0%,transparent 62%),radial-gradient(620px 460px at 6% 10%,#1872881c 0%,transparent 62%),radial-gradient(760px 420px at 30% 100%,#2ed1ed24 0%,transparent 64%),radial-gradient(680px 260px at 6% 0px,var(--hero-violet)0%,var(--hero-violet)26%,transparent 78%)}[data-theme=dark] .hero-glow{background:radial-gradient(680px 420px at 84% 2%,#2ed1ed29 0%,transparent 62%),radial-gradient(560px 400px at 10% 20%,#2ed1ed0f 0%,transparent 60%),radial-gradient(680px 260px at 6% 0px,var(--hero-violet)0%,var(--hero-violet)26%,transparent 78%)}.hero-inner{z-index:1;grid-template-columns:minmax(0,1fr);gap:3rem;max-width:80rem;display:grid;position:relative}.hero-copy{flex-direction:column;align-items:flex-start;display:flex}.hero-heading{max-width:56rem;margin-top:1.25rem}.hero-heading-accent{color:var(--accent)}.hero-subhead{max-width:38rem;margin-top:1.5rem}.hero-ctas{flex-wrap:wrap;gap:.75rem;margin-top:2.25rem;display:flex}.hero-ctas .btn-primary{box-shadow:0 6px 20px #18728847}[data-theme=dark] .hero-ctas .btn-primary{box-shadow:0 6px 24px #2ed1ed47}.hero-visual{justify-content:flex-start;display:flex}.hero-composite{flex-direction:column;width:100%;max-width:34rem;display:flex}.hero-card{background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:.875rem;padding:1rem 1.125rem}.hero-card-label{font-family:var(--font-mono);letter-spacing:.18em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500}.hero-card-label-accent{color:var(--accent-violet)}.hero-card-meta{margin-top:.5rem}.hero-link{background:linear-gradient(to bottom,var(--border-strong),var(--accent));width:1px;height:1.25rem;margin-inline-start:1.75rem}.hero-link:last-of-type{background:linear-gradient(to bottom,var(--accent),var(--accent-violet))}.hero-metric{justify-content:space-between;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.hero-metric-main{flex-direction:column;gap:.375rem;display:flex}.hero-metric-figure{align-items:baseline;gap:.5rem;display:flex}.hero-question{color:var(--text);font-size:.875rem;font-weight:500;line-height:1.3}.hero-metric-period{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}.hero-spark{flex-shrink:0;width:5rem;height:1.75rem}.hero-spark-line,.hero-spark-fall{fill:none;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.hero-spark-line{stroke:var(--border-strong)}.hero-spark-fall{stroke:var(--negative);stroke-width:2px}.hero-spark-dot{fill:var(--negative)}.hero-metric-delta{color:var(--negative);align-items:baseline;gap:.25rem;display:inline-flex}.hero-metric-value{letter-spacing:-.01em;color:var(--negative);font-size:1.75rem;font-weight:700;line-height:1}.hero-why-row{align-items:center;gap:.75rem;margin-top:.75rem;display:flex}.hero-driver{color:var(--text-secondary);margin-top:.5rem;font-size:.875rem;line-height:1.4}.hero-driver-scope{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);font-size:.6875rem}.hero-share-value{color:var(--text);flex-shrink:0;font-size:1rem;font-weight:600;line-height:1}.hero-share{background:var(--surface-sunken);border:1px solid var(--border);border-radius:9999px;flex:1;height:.5rem;overflow:hidden}.hero-share-fill{background:var(--accent);border-radius:9999px;width:80%;height:100%;display:block}.hero-card-evidence{border-color:var(--accent-violet);background:var(--accent-violet-soft);box-shadow:0 8px 30px #7851a92e}[data-theme=dark] .hero-card-evidence{box-shadow:0 8px 30px #9b6fe029}.hero-query{font-family:var(--font-mono);letter-spacing:.06em;color:var(--accent-violet);margin-top:.375rem;font-size:.6875rem}.hero-definition-name{letter-spacing:-.01em;color:var(--text);margin-top:.25rem;font-size:1.125rem;font-weight:600;line-height:1.2}.hero-definition{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem;line-height:1.4}.hero-provenance{border-top:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-secondary);flex-wrap:wrap;align-items:center;gap:.375rem .75rem;margin-top:.875rem;padding-top:.75rem;font-size:.6875rem;display:flex}.hero-provenance-read{color:var(--text);align-items:center;gap:.4375rem;font-weight:500;display:inline-flex}.hero-provenance-dot{background:var(--accent);border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}.hero-provenance-mode{color:var(--text-secondary)}.hero-version{color:var(--text-secondary);margin-top:.4375rem;font-size:.75rem;line-height:1.4}@keyframes hero-card-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes hero-share-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes hero-spark-draw{0%{stroke-dashoffset:var(--spark-dash)}to{stroke-dashoffset:0}}@keyframes hero-dot-pop{0%{opacity:0;transform:scale(.2)}to{opacity:1;transform:scale(1)}}.hero-composite>*{animation:.5s both hero-card-in}.hero-composite>:first-child{animation-delay:.1s}.hero-composite>:nth-child(2){animation-delay:.3s}.hero-composite>:nth-child(3){animation-delay:.35s}.hero-composite>:nth-child(4){animation-delay:.55s}.hero-composite>:nth-child(5){animation-delay:.6s}.hero-spark-line{--spark-dash:110;stroke-dasharray:var(--spark-dash);animation:.9s .45s both hero-spark-draw}.hero-spark-fall{--spark-dash:30;stroke-dasharray:var(--spark-dash);animation:.35s 1.25s both hero-spark-draw}.hero-spark-dot{transform-box:fill-box;transform-origin:50%;animation:.3s 1.55s both hero-dot-pop}.hero-share-fill{transform-origin:0;animation:.6s .75s both hero-share-in}@media (prefers-reduced-motion:reduce){.hero-composite>*,.hero-share-fill,.hero-spark-line,.hero-spark-fall,.hero-spark-dot{opacity:1;stroke-dasharray:none;animation:none;transform:none}}@media (min-width:768px){.hero{padding-top:10.5rem;padding-bottom:6rem}}@media (min-width:1024px){.hero-inner{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:3.5rem 4rem}.hero-visual{justify-content:flex-end;padding-top:2.375rem}.hero-composite{width:28rem;max-width:28rem}}
.df{position:relative;overflow:clip}.df-inner{z-index:1;position:relative}.df[data-beat="0"]{--df-beat-dur:4s}.df[data-beat="1"]{--df-beat-dur:5s}.df[data-beat="2"],.df[data-beat="3"]{--df-beat-dur:4s}.df[data-beat="4"]{--df-beat-dur:5s}.df.df-scrubbed[data-beat="0"]{--df-beat-dur:7s}.df.df-scrubbed[data-beat="1"]{--df-beat-dur:8s}.df.df-scrubbed[data-beat="2"],.df.df-scrubbed[data-beat="3"]{--df-beat-dur:7s}.df.df-scrubbed[data-beat="4"]{--df-beat-dur:8s}.df-glow{z-index:0;pointer-events:none;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%);mask-image:linear-gradient(#0000 0%,#000 18% 82%,#0000 100%)}[data-theme=light] .df-glow{background:radial-gradient(720px 420px at 88% 14%,#2ed1ed29 0%,#0000 64%),radial-gradient(620px 400px at 4% 82%,#18728814 0%,#0000 62%)}[data-theme=dark] .df-glow{background:radial-gradient(680px 420px at 88% 12%,#2ed1ed1a 0%,#0000 62%),radial-gradient(560px 380px at 6% 86%,#2ed1ed0d 0%,#0000 60%)}.df-layout{grid-template-columns:minmax(0,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.df-rail{overscroll-behavior-x:contain;scrollbar-width:none;padding:0;gap:.5rem;margin:0;padding-block:.25rem;list-style:none;display:flex;overflow-x:auto}.df-rail::-webkit-scrollbar{display:none}.df-rail>li{flex:none}.df-railwrap{flex-direction:column;align-items:flex-start;gap:.75rem;min-width:0;display:flex}.df-rail{align-self:stretch;min-width:0}.df-step{border:1px solid var(--border-interactive);cursor:pointer;text-align:left;background:0 0;border-radius:9999px;align-items:center;gap:.5rem;min-height:2.75rem;padding:.5rem .875rem;transition:color .2s,border-color .2s,background-color .2s;display:flex;position:relative;overflow:hidden}.df-step-fill{z-index:0;transform-origin:0;background:var(--accent-wash-step);animation:df-fill var(--df-beat-dur,11s)linear forwards;position:absolute;inset:0}.df-paused .df-step-fill{animation-play-state:paused}.df-step-num,.df-step-label{z-index:1;position:relative}.df-step-num{font-family:var(--font-mono);letter-spacing:.14em;color:var(--text-muted);font-size:.6875rem;font-weight:500;transition:color .2s}.df-step-label{color:var(--text-secondary);font-size:.875rem;font-weight:500;transition:color .2s}.df-step:hover{border-color:var(--accent)}.df-step:hover .df-step-label{color:var(--text)}.df-step-active{border-color:var(--accent);background:var(--accent-soft)}.df-step-active .df-step-num{color:var(--accent)}.df-step-active .df-step-label{color:var(--text);font-weight:600}.df-narration{grid-template-columns:minmax(0,1fr);grid-template-areas:"narration";margin-bottom:1.25rem;display:grid}.df-narration-item{opacity:0;pointer-events:none;flex-direction:column;grid-area:narration;gap:.5rem;transition:opacity .45s,transform .45s;display:flex;transform:translateY(6px)}.df-narration-active{opacity:1;pointer-events:auto;transform:none}.df-reduced .df-narration-item{transition:none;transform:none}@media (prefers-reduced-motion:reduce){.df-narration-item{transform:none}}.df-stage{background:var(--surface-raised);border:1px solid var(--border);box-shadow:var(--shadow-card);border-radius:1rem;overflow:hidden}.df-chrome{border-bottom:1px solid var(--border);background:var(--surface-sunken);align-items:center;gap:.375rem;padding:.75rem 1rem;display:flex}.df-chrome-dot{background:var(--border-strong);border-radius:9999px;width:.625rem;height:.625rem}.df-chrome-url{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);border:1px solid var(--border);background:var(--surface);border-radius:9999px;margin-left:.75rem;padding:.125rem .625rem;font-size:.6875rem}.df-scenes{scroll-snap-type:x mandatory;overscroll-behavior-x:contain;scrollbar-width:none;display:flex;overflow-x:auto}.df-scenes::-webkit-scrollbar{display:none}.df-scene{scroll-snap-align:start;flex-direction:column;flex:0 0 100%;min-width:0;padding:1.5rem;display:flex}@media (min-width:900px){.df-scenes{scroll-snap-type:none;grid-template-columns:minmax(0,1fr);grid-template-areas:"stage";padding:1.75rem;display:grid;overflow-x:visible}.df-scene{flex:initial;scroll-snap-align:none;opacity:0;pointer-events:none;grid-area:stage;padding:0;transition:opacity .45s,transform .45s;transform:translateY(8px)}.df-scene-active{opacity:1;pointer-events:auto;transform:none}}.df-scene-body{max-width:42rem}.df-scene-viz{flex-direction:column;gap:.75rem;margin-top:.25rem;display:flex}.df-play{flex-shrink:0;min-width:8.5rem}@keyframes df-fill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.df-disclaimer{margin-top:.75rem}.df-mono-line{font-family:var(--font-mono);letter-spacing:.05em;color:var(--text-muted);font-size:.6875rem}.df-badges{flex-wrap:wrap;gap:.5rem;display:flex}.df-badge{border:1px solid var(--border);font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-secondary);background:var(--surface);white-space:nowrap;border-radius:9999px;align-items:center;padding:.25rem .625rem;font-size:.6875rem;font-weight:500;display:inline-flex}.df-badge-accent{color:var(--accent);border-color:var(--accent);background:var(--accent-soft)}.df-badge-violet{color:var(--accent-violet);border-color:var(--accent-violet);background:var(--accent-violet-soft)}.df-block,.df-gate,.df-record,.df-recover,.df-proof{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;padding:.75rem .875rem}.df-block-label,.df-gate-label,.df-record-label,.df-recover-label,.df-proof-label{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent);font-size:.6875rem;font-weight:500}.df-gate,.df-record,.df-recover,.df-proof{border-color:var(--accent-violet);background:var(--accent-violet-soft)}.df-gate .df-gate-label,.df-record .df-record-label,.df-recover .df-recover-label,.df-proof .df-proof-label{color:var(--accent-violet)}[data-theme=dark] .df-badge-violet,[data-theme=dark] .df-gate,[data-theme=dark] .df-record,[data-theme=dark] .df-recover,[data-theme=dark] .df-proof{background:var(--surface)}.df-ask{background:var(--accent-soft);border:1px solid var(--accent);max-width:90%;color:var(--text);border-radius:.875rem .875rem .25rem;align-self:flex-end;padding:.625rem .875rem;font-size:.9375rem}.df-plan{flex-direction:column;gap:.5rem;margin-top:.5rem;padding:0;list-style:none;display:flex}.df-plan-step{color:var(--text-secondary);align-items:baseline;gap:.625rem;font-size:.875rem;line-height:1.45;display:flex}.df-plan-num{font-family:var(--font-mono);color:var(--accent);flex-shrink:0;font-size:.6875rem;font-weight:500}.df-gate-text{color:var(--text);margin-top:.25rem;font-size:.9375rem;line-height:1.5}.df-trail{flex-wrap:wrap;align-items:center;gap:.375rem .5rem;padding:0;list-style:none;display:flex}.df-trail-step{align-items:center;gap:.5rem;display:inline-flex}.df-trail-arrow{color:var(--text-muted);font-size:.875rem}.df-trail-label{border:1px solid var(--border);background:var(--accent-soft);font-family:var(--font-mono);letter-spacing:.04em;color:var(--text);border-radius:9999px;padding:.1875rem .5625rem;font-size:.6875rem}.df-hyps{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.df-hyp{grid-template-columns:4.75rem minmax(0,1fr);align-items:baseline;gap:.125rem .75rem;display:grid}.df-hyp-verdict{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;font-size:.625rem;font-weight:500}.df-hyp-confirmed .df-hyp-verdict{color:var(--accent)}.df-hyp-partial .df-hyp-verdict,.df-hyp-ruled-out .df-hyp-verdict{color:var(--text-muted)}.df-hyp-claim{color:var(--text);font-size:.875rem}.df-hyp-note{color:var(--text-muted);grid-column:2;font-size:.8125rem;line-height:1.4}.df-activity{border-top:1px solid var(--border);flex-wrap:wrap;gap:.75rem 1.75rem;padding-top:.75rem;list-style:none;display:flex}.df-activity-item{align-items:baseline;gap:.375rem;display:inline-flex}.df-activity-value{font-variant-numeric:tabular-nums;letter-spacing:-.01em;color:var(--text);font-size:1.25rem;font-weight:700}.df-activity-label{font-family:var(--font-mono);letter-spacing:.08em;color:var(--text-muted);font-size:.6875rem}.df-attr{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.df-attr-row{grid-template-columns:minmax(0,1fr) auto;align-items:baseline;gap:.375rem .75rem;display:grid}.df-attr-label{color:var(--text);font-size:.875rem}.df-attr-note{color:var(--text-muted)}.df-attr-track{background:var(--surface-sunken);border:1px solid var(--border);border-radius:9999px;grid-column:1/-1;height:.5rem;overflow:hidden}.df-attr-fill{background:var(--border-strong);border-radius:9999px;height:100%;display:block}.df-attr-fill-80{background:var(--series-1);width:80%}.df-attr-fill-13{background:var(--series-2);width:13%}.df-attr-fill-7{background:var(--border-interactive);width:7%}.df-attr-share{color:var(--text);justify-self:end;font-size:.9375rem;font-weight:600}.df-finding-headline{color:var(--text-secondary);font-size:1.0625rem;line-height:1.35}.df-finding-figure{letter-spacing:-.02em;color:var(--text);font-size:1.625rem;font-weight:700}.df-finding-sub{color:var(--text);margin-top:.25rem;font-size:.9375rem;line-height:1.5}.df-attr-pct{color:var(--text-muted);font-weight:400}.df-recover-value{letter-spacing:-.01em;color:var(--text);margin-top:.25rem;font-size:1.375rem;font-weight:700;line-height:1.2}.df-recover-note{color:var(--text-secondary);margin-top:.25rem;font-size:.8125rem;line-height:1.45}@media (min-width:900px){.df-deliver-split{grid-template-columns:minmax(0,15rem) minmax(0,1fr);align-items:start;gap:1.5rem;display:grid}}.df-delivs{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.df-deliv{grid-template-columns:8.5rem minmax(0,1fr);align-items:baseline;gap:.125rem .75rem;display:grid}@media (min-width:900px){.df-deliver-split .df-deliv{grid-template-columns:minmax(0,1fr);gap:.25rem}}.df-deliv-kind{color:var(--text);font-size:.9375rem;font-weight:600}.df-deliv-note{color:var(--text-secondary);font-size:.875rem;line-height:1.45}.df-kpis{grid-template-columns:repeat(auto-fit,minmax(8.5rem,1fr));gap:.5rem;padding:0;list-style:none;display:grid}.df-kpi{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;padding:.625rem .75rem}.df-kpi-label{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500}.df-kpi-value{letter-spacing:-.01em;color:var(--text);margin-top:.25rem;font-size:1.375rem;font-weight:700;line-height:1.1}.df-kpi-delta{color:var(--text-secondary);align-items:center;gap:.3125rem;margin-top:.125rem;font-size:.75rem;line-height:1.4;display:flex}.df-kpi-arrow{background:var(--text-muted);clip-path:polygon(50% 0,100% 100%,0 100%);flex-shrink:0;width:.5rem;height:.4375rem;display:inline-block}.df-kpi-arrow-down{clip-path:polygon(0 0,100% 0,50% 100%)}.df-kpi-arrow-alarm{background:var(--negative)}.df-chart{border:1px solid var(--border);background:var(--surface);border-radius:.75rem;padding:.75rem .875rem}.df-chart-caption{font-family:var(--font-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);font-size:.6875rem;font-weight:500}.df-legend{flex-wrap:wrap;gap:.375rem 1rem;margin-top:.5rem;padding:0;list-style:none;display:flex}.df-legend-item{color:var(--text-secondary);align-items:baseline;gap:.375rem;font-size:.8125rem;display:inline-flex}.df-legend-dot{border-radius:9999px;flex-shrink:0;align-self:center;width:.5rem;height:.5rem}.df-legend-value{font-family:var(--font-mono);color:var(--text);font-size:.75rem}.df-plot{width:100%;height:7rem;margin-top:.5rem;display:block;overflow:visible}.df-plot-grid{stroke:var(--border);stroke-width:1px}.df-plot-line{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round}.df-brief-line-1{stroke:var(--series-1);background:var(--series-1)}.df-brief-line-2{stroke:var(--series-2);background:var(--series-2)}.df-brief-line-3{stroke:var(--series-3);background:var(--series-3)}.df-chart-axis{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-muted);justify-content:space-between;margin-top:.375rem;font-size:.625rem;display:flex}.df-proof-text{color:var(--text);margin-top:.25rem;font-size:.9375rem;line-height:1.5}.df-def{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.df-def-name{font-family:var(--font-mono);color:var(--text);font-size:.8125rem}.df-sql{border:1px solid var(--border);background:var(--surface-sunken);border-radius:.75rem;padding:.75rem .875rem;overflow-x:auto}.df-sql code{font-family:var(--font-mono);color:var(--text-secondary);flex-direction:column;font-size:.6875rem;line-height:1.7;display:flex}.df-sql-line{white-space:pre}.df-sql-kw{color:var(--accent)}.df-sources{flex-direction:column;gap:.375rem;padding:0;list-style:none;display:flex}.df-source{font-family:var(--font-mono);letter-spacing:.04em;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-size:.6875rem;display:flex}.df-source-table{color:var(--text)}.df-source-detail{color:var(--text-muted)}.df-record{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.df-record-vals{font-family:var(--font-mono);color:var(--text);font-size:.75rem}@media (min-width:900px){.df-layout{grid-template-columns:12rem minmax(0,50rem);justify-content:start;align-items:start;gap:2.5rem}.df-rail{flex-flow:column;padding-block:0;overflow-x:visible}.df-rail>li{flex:initial}.df-railwrap{align-self:start;gap:1rem;position:sticky;top:6.25rem}.df-play{width:auto;min-width:0}.df-step{border-radius:.75rem;width:100%}.df-plot{height:8.5rem}}@keyframes df-rewind-in{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:none}}.df-rewinding .df-scene-active{animation:.42s df-rewind-in}.df-reduced .df-scene,.df-reduced .df-step,.df-reduced .df-step-num,.df-reduced .df-step-label{transition:none}.df-reduced .df-scene{transform:none}.df-reduced .df-scene-active{animation:none}@media (prefers-reduced-motion:reduce){.df-scene{transform:none}.df-rewinding .df-scene-active{animation:none}}
.wyg-grid{margin-top:3rem;padding:0}.wyg-card{padding:2rem 1.75rem;transition:border-color .15s}.wyg-card:hover{border-color:var(--border-strong)}.wyg-marker{font-family:var(--font-mono);letter-spacing:.18em;color:var(--accent);font-size:.6875rem;font-weight:500;display:block}.wyg-title{margin-top:1rem}.wyg-description{margin-top:.75rem}@media (min-width:64rem){.wyg-grid{grid-template-columns:repeat(3,1fr);margin-top:3.5rem}.wyg-card{padding:2.5rem 2rem}}.wyg-more{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.5rem;display:flex}
