@import "https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,400;14..32,500;14..32,600;14..32,700&display=swap";:root{--c-bloom:#eeefe7;--c-ink:#1c2410;--c-culm:#445214;--c-amber:#d99b4e;--c-rose:#915856;--bg:var(--c-bloom);--text:var(--c-ink);--text-on-dark:var(--c-bloom);--link:var(--c-culm);--hairline:#1c24101f;--hairline-strong:#1c241033;--fill-culm:#4452141a;--fill-amber:#d99b4e24;--fill-rose:#9158561a;--glass-bg:#eeefe7b8;--glass-bg-solid:#eeefe7f5;--glass-edge:#ffffff73;--glass-shadow:0 8px 32px #1c24102e;--scrim:#1c241059;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, system-ui, sans-serif;--radius:16px;--radius-sm:10px}body,.brand-root{background:var(--bg);color:var(--text);font-family:var(--font);font-feature-settings:"cv11", "ss01";-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.6}.display{letter-spacing:-.022em;font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;line-height:1.05}h1,.h1{letter-spacing:-.018em;font-size:2rem;font-weight:600;line-height:1.15}h2,.h2{letter-spacing:-.012em;font-size:1.5rem;font-weight:600;line-height:1.2}h3,.h3{letter-spacing:-.005em;font-size:1.125rem;font-weight:600;line-height:1.3}small,.caption{letter-spacing:.005em;font-size:.8125rem;font-weight:500;line-height:1.45}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--c-culm);font-size:.75rem;font-weight:600;line-height:1}a,.link{color:var(--link);text-underline-offset:2px;text-decoration-thickness:1px}.rule{border:0;border-top:1px solid var(--hairline)}.btn{font-family:var(--font);border-radius:var(--radius-sm);cursor:pointer;border:0;padding:.6em 1.2em;font-size:.95rem;font-weight:500;transition:filter .15s,transform 50ms}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--c-culm);color:#fff}.btn-secondary{background:var(--c-amber);color:var(--c-ink)}.btn-tertiary{background:var(--c-rose);color:#fff}.btn-ghost{color:var(--c-ink);border:1px solid var(--hairline-strong);background:0 0}.btn:hover{filter:brightness(1.06)}.tag{border-radius:999px;padding:.25em .7em;font-size:.75rem;font-weight:500;display:inline-block}.tag-culm{background:var(--fill-culm);color:var(--c-culm)}.tag-amber{background:var(--fill-amber);color:var(--c-ink)}.tag-rose{background:var(--fill-rose);color:var(--c-rose)}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(30px)saturate(150%);backdrop-filter:blur(30px)saturate(150%);border:1px solid var(--glass-edge);box-shadow:var(--glass-shadow);border-radius:var(--radius)}.glass-sm{-webkit-backdrop-filter:blur(18px)saturate(140%);backdrop-filter:blur(18px)saturate(140%)}.glass-lg{-webkit-backdrop-filter:blur(38px)saturate(155%);backdrop-filter:blur(38px)saturate(155%)}.glass-scrim{background:var(--scrim);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);place-items:center;padding:1rem;display:grid;position:fixed;inset:0}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.glass,.glass-sm,.glass-lg{background:var(--glass-bg-solid)}}:root{--nav-h:64px;--maxw:1480px;--pad-x:clamp(1.5rem, 4vw, 4rem)}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;overflow-x:hidden}h1,h2,h3,p{margin:0}p{max-width:60ch}.section{scroll-margin-top:var(--nav-h);position:relative}.section--bloom{background:var(--c-bloom);color:var(--c-ink)}.section--ink{background:var(--c-ink);color:var(--c-bloom)}.section--ink .eyebrow,.section--ink a{color:var(--c-amber)}.block{max-width:var(--maxw);padding:clamp(3rem, 7vh, 5.5rem) var(--pad-x);margin:0 auto}.block.block--intro{padding-bottom:clamp(1.5rem,3vh,2.5rem)}.block.block--flush{padding-top:0}.section-intro{max-width:64ch}.section-intro .eyebrow{margin-bottom:.9rem;display:block}.section-intro h2,.section-intro .h1{margin-bottom:1rem}.section-intro .lede{color:color-mix(in srgb, currentColor 82%, transparent);max-width:56ch;font-size:1.15rem;line-height:1.6}.scrolly{position:relative}.scrolly__inner{max-width:var(--maxw);padding:0 var(--pad-x);grid-template-columns:58fr 42fr;align-items:stretch;gap:clamp(1.5rem,3vw,3.5rem);margin:0 auto;display:grid}.scrolly__graphic-col{position:relative}.scrolly__graphic{top:var(--nav-h);height:calc(100vh - var(--nav-h));place-items:center;display:grid;position:sticky;overflow:hidden}.scrolly__graphic>*{width:100%;height:100%}.scrolly__steps{flex-direction:column;padding:38vh 0;display:flex}.step{opacity:.35;align-items:center;min-height:64vh;transition:opacity .5s,transform .5s;display:flex;transform:translateY(8px)}.step.is-active{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.step{opacity:1;transition:none;transform:none}}.step__card{max-width:40ch}.step__n{letter-spacing:.12em;text-transform:uppercase;color:var(--c-amber);margin-bottom:.6rem;font-size:.75rem;font-weight:600;display:block}.section--bloom .step__n{color:var(--c-culm)}.step__card h3{margin-bottom:.6rem;font-size:1.35rem}.step__card p{font-size:1.02rem;line-height:1.62}.step__card p+p{margin-top:.8rem}.nav{z-index:50;height:var(--nav-h);border-bottom:1px solid #0000;justify-content:space-between;align-items:center;gap:1rem;padding:0 clamp(1.25rem,3vw,2.5rem);transition:background .35s,border-color .35s,-webkit-backdrop-filter .35s,backdrop-filter .35s;display:flex;position:fixed;inset:0 0 auto}.nav--solid{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px)saturate(135%);backdrop-filter:blur(12px)saturate(135%);border-bottom-color:var(--hairline)}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.nav--solid{background:var(--glass-bg-solid)}}.nav__brand{align-items:center;height:100%;display:flex}.nav__brand img{width:auto;height:21px;display:block}.nav__links{align-items:center;gap:clamp(.7rem,1.4vw,1.35rem);min-width:0;display:flex}.nav__link{color:var(--c-culm);white-space:nowrap;padding:.4rem 0;font-size:.82rem;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav__link:hover{color:var(--c-ink)}.nav--hero .nav__link{color:var(--c-bloom)}.nav--hero .nav__link:hover{color:#fff}.nav__link:after{content:"";background:var(--c-amber);transform-origin:0;height:2px;transition:transform .25s;position:absolute;bottom:-1px;left:0;right:0;transform:scaleX(0)}.nav__link.is-active:after{transform:scaleX(1)}.nav__menu-btn{display:none}.footer{background:var(--c-ink);color:var(--c-bloom)}.footer__inner{max-width:var(--maxw);padding:clamp(3rem, 6vh, 5rem) var(--pad-x);margin:0 auto}.footer__top{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem 3rem;display:flex}.footer__lead{max-width:46ch}.footer__tag{color:#eeefe7c7;margin:0 0 1.2rem}.footer__lockup{margin-left:auto}.footer__lockup img{width:auto;height:clamp(120px,13vw,168px);display:block}.footer__rule{border:0;border-top:1px solid #eeefe72e;margin:2.5rem 0 1.5rem}.footer__row{color:#eeefe7b3;flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:2rem;font-size:.85rem;display:flex}.footer__row a{color:var(--c-amber);text-decoration:none}.footer__cta{background:var(--c-amber);color:var(--c-ink);border-radius:var(--radius-sm);margin-top:.5rem;padding:.6em 1.3em;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-block}.legend{padding:.85rem 1rem;font-size:.78rem;line-height:1.5}.legend__title{letter-spacing:.1em;text-transform:uppercase;color:var(--c-culm);margin-bottom:.6rem;font-size:.7rem;font-weight:600}.legend__group+.legend__group{margin-top:.7rem}.legend__row{align-items:center;gap:.55rem;margin:.3rem 0;display:flex}.legend__row svg{flex:none}.tooltip{z-index:60;max-width:22rem;color:var(--c-ink);pointer-events:none;padding:.55rem .75rem;font-size:.82rem;line-height:1.45;position:fixed;transform:translate(-50%,calc(-100% - 12px))}.tooltip__label{font-weight:600}.popover{z-index:60;max-width:20rem;color:var(--c-ink);padding:.9rem 1rem;position:fixed}.popover__eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--c-culm);margin-bottom:.3rem;font-size:.66rem;font-weight:600}.popover__label{margin-bottom:.35rem;font-size:1.02rem;font-weight:600}.popover__role{color:var(--c-ink);opacity:.85;font-size:.85rem;line-height:1.5}.footnote{letter-spacing:.02em;opacity:.62;font-size:.72rem}.tag-dev{background:var(--fill-amber);color:var(--c-ink);letter-spacing:.04em;border-radius:999px;align-items:center;gap:.4rem;padding:.3em .75em;font-size:.72rem;font-weight:500;display:inline-flex}@media (width<=900px){.scrolly__inner{grid-template-columns:1fr}.scrolly__graphic{height:min(70vh,460px);margin-bottom:1.5rem;position:relative;top:0}.scrolly__steps{padding:0}.step{opacity:1;min-height:0;margin-bottom:2.5rem;transform:none}.nav__links{display:none}}.scenarios{max-width:var(--maxw);padding:0 var(--pad-x);flex-wrap:wrap;align-items:center;gap:1rem;margin:0 auto 1.6rem;display:flex}.scenarios__label{letter-spacing:.12em;text-transform:uppercase;color:var(--c-culm);font-size:.7rem;font-weight:600}.scenarios__chips{flex-wrap:wrap;gap:.5rem;display:flex}.scenario-chip{font-family:var(--font);color:var(--c-ink);border:1px solid var(--hairline-strong);cursor:pointer;background:0 0;border-radius:999px;padding:.42em .95em;font-size:.85rem;font-weight:500;transition:background .18s,color .18s,border-color .18s}.scenario-chip:hover{border-color:var(--c-culm)}.scenario-chip.is-active{background:var(--c-culm);color:#fff;border-color:var(--c-culm)}.scenarios--dark .scenarios__label{color:var(--c-amber)}.scenarios--dark .scenario-chip{color:var(--c-bloom);border-color:#eeefe74d}.scenarios--dark .scenario-chip:hover{border-color:var(--c-amber)}.scenarios--dark .scenario-chip.is-active{background:var(--c-amber);color:var(--c-ink);border-color:var(--c-amber)}.figure{max-width:var(--maxw);padding:0 var(--pad-x) clamp(3rem, 7vh, 5.5rem);grid-template-columns:1.62fr 1fr;align-items:stretch;gap:clamp(1.25rem,3vw,3rem);margin:0 auto;display:grid}.figure__stage{place-items:center;min-width:0;min-height:min(72vh,660px);display:grid;position:relative;overflow:visible}.figure__stage>svg{width:100%;height:100%;display:block}.figure__panel{flex-direction:column;align-self:center;gap:1.15rem;min-width:0;padding:.5rem 0;display:flex}.figure__caption{color:var(--c-ink);overflow-wrap:break-word;max-width:44ch;font-size:1.02rem;line-height:1.62}.figure__caption strong{color:var(--c-culm);font-weight:600}.section--ink .figure__caption{color:var(--c-bloom)}.section--ink .figure__caption strong{color:var(--c-amber)}.stages{flex-direction:column;gap:.25rem;display:flex}.stage-chip{text-align:left;font-family:var(--font);color:var(--c-ink);border:0;border-left:2px solid var(--hairline);cursor:pointer;background:0 0;border-radius:0 7px 7px 0;align-items:baseline;gap:.6rem;padding:.5em .85em;font-size:.96rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:flex}.stage-chip:hover{background:var(--fill-culm)}.stage-chip.is-active{background:var(--fill-culm);border-left-color:var(--c-culm);color:var(--c-culm);font-weight:600}.stage-chip__n{letter-spacing:.06em;opacity:.55;font-variant-numeric:tabular-nums;font-size:.72rem}.section--ink .stage-chip{color:#eeefe7d1;border-left-color:#eeefe733}.section--ink .stage-chip:hover{background:#eeefe714}.section--ink .stage-chip.is-active{border-left-color:var(--c-amber);color:var(--c-amber);background:#d99b4e29}@media (width<=900px){.figure{grid-template-columns:1fr}.figure__stage{min-height:min(64vh,460px)}}.hero{background:var(--c-ink);height:100vh;min-height:640px;position:relative;overflow:hidden}.hero__canvas{z-index:1;will-change:transform, opacity;position:absolute;inset:0}.hero__canvas canvas{display:block}.hero__overlay{z-index:2;height:100%;max-width:var(--maxw);padding:0 var(--pad-x);pointer-events:none;flex-direction:column;justify-content:center;margin:0 auto;display:flex;position:relative}.hero__overlay:before{content:"";z-index:-1;background:linear-gradient(100deg,#1c2410c7 0%,#1c241073 38%,#1c241000 68%);position:absolute;inset:0}.hero__eyebrow{color:var(--c-amber);margin-bottom:1.3rem}.hero__headline{color:var(--c-bloom);max-width:20ch;min-height:2.1em;margin:0}.hero__cycle{color:var(--c-amber);white-space:nowrap}.hero__caret{background:var(--c-amber);vertical-align:-.04em;width:.055em;height:.82em;margin-left:.06em;animation:1.05s step-end infinite heroCaret;display:inline-block}@keyframes heroCaret{0%,50%{opacity:1}50.01%,to{opacity:0}}@media (prefers-reduced-motion:reduce){.hero__caret{opacity:0;animation:none}}.hero__sub{color:#eeefe7bd;max-width:46ch;margin-top:1.4rem;font-size:clamp(1.05rem,1.5vw,1.25rem);line-height:1.55}.hero__cue{bottom:2rem;left:var(--pad-x);color:#eeefe780;letter-spacing:.14em;text-transform:uppercase;align-items:center;gap:.5rem;font-size:.72rem;display:flex;position:absolute}.hero__cue:after{content:"↓";animation:2s ease-in-out infinite heroCue;display:inline-block}@keyframes heroCue{0%,to{opacity:.5;transform:translateY(0)}50%{opacity:1;transform:translateY(4px)}}.hero__sentinel{width:1px;height:1px;position:absolute;bottom:0;left:0}.hero__fallback{z-index:0;background:radial-gradient(60% 60% at 70% 40%, #d99b4e1a, transparent 70%), radial-gradient(50% 50% at 30% 70%, #eeefe70f, transparent 70%), var(--c-ink);position:absolute;inset:0}@media (prefers-reduced-motion:reduce){.hero__cue:after{animation:none}}@media (width<=900px){.hero__headline{font-size:clamp(2rem,8vw,2.75rem)}}.web-figure .figure__stage{min-height:min(78vh,700px)}.web-stage{place-items:center;width:100%;max-width:min(100%,78vh,700px);height:100%;margin:0 auto;display:grid}.web-svg{width:100%;height:100%;display:block;overflow:visible}.web-node{transition:opacity var(--web-dur) var(--web-ease), transform var(--web-dur) var(--web-ease);transform-box:fill-box;transform-origin:50%}.web-node--enter{opacity:0;transform:scale(.4)}.web-node--in{opacity:1;transform:scale(1)}.web-node--dim{opacity:.55}.web-node__disc{fill:var(--c-culm)}.web-node__ring{fill:none;stroke:var(--c-culm);stroke-opacity:.25}.web-node__icon{color:var(--c-bloom)}.web-node__label{fill:var(--c-ink);font-family:var(--font);letter-spacing:.005em;font-size:13px;font-weight:500}.web-edge{fill:none;stroke:var(--c-culm);stroke-opacity:.28;stroke-width:1px;cursor:pointer;transition:stroke var(--web-dur) var(--web-ease), stroke-opacity var(--web-dur) var(--web-ease), stroke-width .2s var(--web-ease)}.web-edge--draw{stroke-dashoffset:var(--web-len)}.web-edge--shown{stroke-dashoffset:0}.web-edge--dim{stroke-opacity:.12}.web-edge.is-hot{stroke:var(--c-amber);stroke-opacity:.95;stroke-width:2.25px}.web-edge-hit{fill:none;stroke:#0000;stroke-width:16px;cursor:pointer}.web-edge-arrow{fill:var(--c-culm);fill-opacity:.4;transition:fill var(--web-dur) var(--web-ease), fill-opacity var(--web-dur) var(--web-ease), opacity var(--web-dur) var(--web-ease)}.web-edge-arrow.is-hot{fill:var(--c-amber);fill-opacity:1}.web-spoke{fill:none;stroke:var(--c-amber);stroke-opacity:.5;stroke-width:1px;transition:stroke-dashoffset var(--web-dur) var(--web-ease), opacity var(--web-dur) var(--web-ease)}.web-spoke--hidden{opacity:0;stroke-dashoffset:var(--web-len)}.web-spoke--shown{opacity:1;stroke-dashoffset:0}.web-thesis{transition:opacity var(--web-dur) var(--web-ease), transform var(--web-dur) var(--web-ease);transform-box:fill-box;transform-origin:50%}.web-thesis--hidden{opacity:0;transform:scale(.7)}.web-thesis--shown{opacity:1;transform:scale(1)}.web-thesis__halo{fill:var(--c-amber);fill-opacity:.14}.web-thesis__ring{fill:none;stroke:var(--c-amber);stroke-width:2.5px}.web-thesis__core{fill:var(--c-amber)}.web-thesis__label{fill:var(--c-ink);font-family:var(--font);letter-spacing:-.005em;text-anchor:middle;dominant-baseline:middle;font-size:14px;font-weight:600}@media (prefers-reduced-motion:reduce){.web-node,.web-edge,.web-edge-arrow,.web-spoke,.web-thesis{transition:none}}.cs-scrim{z-index:200}.cs-panel{width:min(94vw,1500px);height:90vh;color:var(--c-ink);flex-direction:column;padding:1.1rem 1.4rem 1.2rem;display:flex}.cs-head{flex:none;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.cs-eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--c-culm);font-size:.78rem;font-weight:600;display:block}.cs-sub{color:var(--c-ink);opacity:.62;margin-top:.25rem;font-size:.82rem;display:block}.cs-close{border:1px solid var(--hairline-strong);width:38px;height:38px;color:var(--c-ink);cursor:pointer;background:0 0;border-radius:999px;flex:none;place-items:center;transition:background .18s;display:grid}.cs-close:hover{background:var(--fill-culm)}.cs-svg{cursor:grab;touch-action:none;flex:1;width:100%;min-height:0;margin-top:.4rem}.cs-svg:active{cursor:grabbing}.cs-dot{fill:var(--c-culm)}.cs-node{cursor:grab;transition:opacity .2s}.cs-node:active{cursor:grabbing}.cs-label{fill:var(--c-ink);font-family:var(--font);text-anchor:middle;pointer-events:none;paint-order:stroke;stroke:var(--glass-bg-solid);stroke-width:3.5px;stroke-linejoin:round;font-size:12px;font-weight:500}.cs-edge{transition:opacity .2s,stroke-width .2s}.cs-legend{color:var(--c-ink);opacity:.78;flex-wrap:wrap;flex:none;gap:1.5rem;margin-top:.6rem;font-size:.8rem;display:flex}.cs-legend span{align-items:center;gap:.45rem;display:inline-flex}.cs-rm{opacity:.6;font-style:italic}.cld-grid{grid-template-columns:repeat(3,1fr);align-items:start;gap:clamp(1rem,2.4vw,2.4rem);margin-top:clamp(2rem,5vh,3.5rem);display:grid}.cld-card{border:1px solid var(--hairline);border-radius:var(--radius);background:color-mix(in srgb, var(--c-bloom) 60%, #fff);flex-direction:column;gap:.85rem;margin:0;padding:clamp(1rem,1.8vw,1.6rem);display:flex}.cld-card__head{flex-direction:column;gap:.35rem;display:flex}.cld-card__title{color:var(--c-ink);font-size:1.08rem}.cld-card__caption{color:color-mix(in srgb, var(--c-ink) 76%, transparent);max-width:38ch;font-size:.92rem;line-height:1.5}.cld-card__stage{place-items:center;width:100%;display:grid}.cld-loop{aspect-ratio:1;width:100%;max-width:430px;display:block;overflow:visible}.cld-edge__path{opacity:.95}.cld-node__dot{fill:var(--c-culm)}.cld-node__label{font-family:var(--font);fill:var(--c-ink);font-size:5.4px;font-weight:500}.cld-pol circle{fill:color-mix(in srgb, var(--c-bloom) 60%, #fff);stroke-width:.7px}.cld-pol text{font-family:var(--font);font-size:5px;font-weight:600}.cld-pol--pos circle{stroke:var(--c-culm)}.cld-pol--pos text{fill:var(--c-culm)}.cld-pol--neg circle{stroke:var(--c-rose)}.cld-pol--neg text{fill:var(--c-rose)}.cld-pill{font-family:var(--font);letter-spacing:.02em;border:1px solid #0000;border-radius:999px;align-self:flex-start;align-items:center;padding:.3em .8em;font-size:.74rem;font-weight:500;display:inline-flex}.cld-pill--reinforcing{background:var(--fill-culm);color:var(--c-culm);border-color:color-mix(in srgb, var(--c-culm) 28%, transparent)}.cld-pill--balancing{background:var(--fill-rose);color:var(--c-rose);border-color:color-mix(in srgb, var(--c-rose) 30%, transparent)}.cld-key{color:color-mix(in srgb, var(--c-ink) 72%, transparent);flex-wrap:wrap;gap:1.6rem;margin-top:1.4rem;font-size:.82rem;display:flex}.cld-key__item{align-items:center;gap:.5rem;display:inline-flex}.cld-key__chip{background:color-mix(in srgb, var(--c-bloom) 60%, #fff);border:1px solid;border-radius:999px;place-items:center;width:1.35rem;height:1.35rem;font-size:.82rem;font-weight:600;display:inline-grid}.cld-key__chip--pos{color:var(--c-culm)}.cld-key__chip--neg{color:var(--c-rose)}.cld-more{border-top:1px solid var(--hairline);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:clamp(1.75rem,4vh,2.75rem);padding-top:1.5rem;display:flex}.cld-more__text{color:color-mix(in srgb, var(--c-ink) 80%, transparent);max-width:52ch;margin:0;font-size:.95rem}.cld-cta{font-family:var(--font);color:#fff;background:var(--c-culm);border-radius:var(--radius-sm);cursor:pointer;border:0;flex:none;padding:.7em 1.3em;font-size:.95rem;font-weight:500;transition:filter .15s,transform 50ms}.cld-cta:hover{filter:brightness(1.08)}.cld-cta:active{transform:translateY(1px)}@media (width<=1080px){.cld-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.cld-grid{grid-template-columns:1fr}.cld-loop{max-width:280px}}@media (prefers-reduced-motion:reduce){.cld-card,.cld-edge__path,.cld-pol,.cld-node{transition:none;animation:none}}.at-block{padding-top:clamp(.5rem,1.5vh,1.5rem)}.at-switch-note{color:color-mix(in srgb, var(--c-ink) 70%, transparent);max-width:60ch;margin:0 0 clamp(1.5rem,3.5vh,2.75rem);font-size:.9rem;line-height:1.5}.at-diagram{max-width:var(--maxw);grid-template-columns:minmax(220px,300px) minmax(40px,7vw) 1fr;align-items:center;gap:clamp(.5rem,1.5vw,1.25rem);display:grid}.at-thesis{place-items:center;display:grid}.at-thesis-ring{text-align:center;aspect-ratio:1;background:var(--fill-amber);border:2px solid var(--c-amber);border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:264px;padding:clamp(1rem,2.5vw,1.75rem);display:flex}.at-thesis-eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--c-culm);margin-bottom:.5rem;font-size:.62rem;font-weight:600}.at-thesis-label{color:var(--c-ink);letter-spacing:-.005em;text-wrap:balance;font-size:clamp(.92rem,1.05vw,1.04rem);font-weight:600;line-height:1.3}.at-fan{align-self:stretch;min-height:220px;position:relative}.at-fan-svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.at-connector{fill:none;stroke:var(--c-culm);stroke-width:1.5px;stroke-linecap:round;opacity:.7}.at-lanes{min-width:0}.at-lanes-lede{color:color-mix(in srgb, var(--c-ink) 80%, transparent);max-width:60ch;margin:0 0 1.1rem;font-size:.95rem;line-height:1.55}.at-lanes-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1rem,2vw,1.75rem) clamp(1.25rem,2.5vw,2.25rem);display:grid}.at-lane{flex-direction:column;gap:.5rem;min-width:0;display:flex}.at-lane-head{color:var(--c-culm);letter-spacing:-.005em;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;line-height:1.1;display:flex}.at-lane-icon{width:1.15em;height:1.15em;color:var(--c-culm);flex:none}.at-lane-rule{border:0;border-top:1px solid var(--hairline);width:100%;margin:0}.at-lane-tags{flex-direction:column;align-items:flex-start;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.at-tag{align-items:baseline;gap:.45rem;max-width:100%;line-height:1.35;display:flex}.at-tag-dir{letter-spacing:.08em;font-variant-numeric:tabular-nums;flex:none;font-size:.62rem;font-weight:600}.at-tag-dir--long{color:var(--c-culm)}.at-tag-dir--short{color:var(--c-rose)}.at-tag .tag{white-space:normal;overflow-wrap:anywhere;max-width:100%;line-height:1.35;display:inline-block}@media (hover:hover){.at-lanes-grid:hover .at-lane{transition:opacity .2s}.at-lanes-grid:hover .at-lane:not(:hover){opacity:.55}}.at-footnote{margin-top:clamp(1.5rem,3.5vh,2.5rem)}.at-enter{animation:.42s both at-fade-in}.at-enter .at-lane{animation:.46s cubic-bezier(.4,0,.2,1) both at-rise;animation-delay:calc(var(--at-lane-i,0) * 55ms)}@keyframes at-fade-in{0%{opacity:0}to{opacity:1}}@keyframes at-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.at-static,.at-static .at-lane{animation:none}@media (prefers-reduced-motion:reduce){.at-enter,.at-enter .at-lane{animation:none}}@media (width<=1040px){.at-diagram{grid-template-columns:1fr;justify-items:center;gap:clamp(1.5rem,4vw,2.5rem)}.at-fan{display:none}.at-lanes{width:100%}}@media (width<=620px){.at-lanes-grid{grid-template-columns:1fr}}.vc-graph{width:100%;height:100%;position:relative}.vc-graph>svg{touch-action:none;width:100%;height:100%;display:block;overflow:visible}.vc-edge{transition:stroke .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1),stroke-width .25s}.vc-edge--pulse{animation:1.2s linear infinite vcPulse}@keyframes vcPulse{0%,to{opacity:.4}50%{opacity:1}}.vc-node-shape{transition:fill .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1)}.vc-node{cursor:default}.vc-graph.is-interactive .vc-node{cursor:pointer}.vc-label{fill:var(--c-bloom);font-family:var(--font);letter-spacing:.01em;paint-order:stroke;stroke:var(--c-ink);stroke-width:3px;stroke-linejoin:round;pointer-events:none;font-size:11px;font-weight:500;transition:opacity .4s}.vc-cluster{fill:#eeefe780;font-family:var(--font);letter-spacing:.12em;text-anchor:middle;pointer-events:none;font-size:11px;font-weight:600}.vc-halo{fill:none;stroke:var(--c-amber);opacity:.55;pointer-events:none}.vc-annot-line{stroke:var(--c-amber);stroke-width:1.5px;stroke-dasharray:2 3}.vc-annot-text{fill:var(--c-amber);font-family:var(--font);letter-spacing:.02em;paint-order:stroke;stroke:var(--c-ink);stroke-width:3px;stroke-linejoin:round;font-size:13px;font-weight:600}.vc-legend{grid-template-columns:1fr 1fr;gap:.1rem 1rem;padding:.8rem .95rem;display:grid}.vc-legend__row{align-items:center;gap:.5rem;margin:.22rem 0;font-size:.76rem;display:flex}.vc-legend__row svg{flex:none}.vc-legend__row span{white-space:nowrap}.vc-explore{color:#eeefe79e;max-width:42ch;font-size:.82rem;line-height:1.5}.vc-pop{z-index:60;max-width:19rem;position:fixed}.vc-pop__exposure{opacity:.7;margin-top:.45rem;font-size:.78rem;font-style:italic}.vc-legend{color:var(--c-ink)}.figure__stage>.vc-graph{width:100%;height:100%}.vc-selector{margin-bottom:.4rem}@media (prefers-reduced-motion:reduce){.vc-edge,.vc-node-shape,.vc-label{transition:none}}@media (width<=900px){.vc-legend{grid-template-columns:1fr}}.fc-selector{margin-bottom:.4rem}.fc-studio{max-width:var(--maxw);border:1px solid var(--hairline);border-radius:var(--radius);background:linear-gradient(#44521408,#44521408);margin:0 auto;padding:clamp(1rem,2.5vw,1.8rem)}.fc-studio__question{color:var(--c-ink);align-items:center;gap:.55rem;margin-bottom:1.1rem;font-size:1.05rem;font-weight:600;display:flex}.fc-studio__question .cn-icon{color:var(--c-culm)}.fc-charts{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(1rem,3vw,2.5rem);display:grid}.fc-pane{min-width:0}.fc-pane svg{width:100%;height:auto;display:block}.fc-pane__label{letter-spacing:.1em;text-transform:uppercase;color:var(--c-culm);margin-bottom:.4rem;font-size:.7rem;font-weight:600}.fc-branch{fill:none;stroke:var(--c-culm);stroke-linecap:round;transition:stroke-width .3s,opacity .3s}.fc-node{fill:var(--c-culm)}.fc-root{fill:var(--c-ink)}.fc-tlabel{fill:var(--c-ink);font-family:var(--font);font-size:12px;font-weight:500}.fc-tweight{fill:var(--c-culm);font-family:var(--font);font-size:12px;font-weight:600}.fc-area{fill:var(--fill-culm);stroke:var(--c-culm);stroke-width:1.8px;stroke-linejoin:round;transition:d .2s}.fc-prior{fill:none;stroke:var(--hairline-strong);stroke-width:1.4px;stroke-dasharray:4 4}.fc-axis{stroke:var(--hairline);stroke-width:1px}.fc-tick{fill:var(--c-ink);opacity:.6;font-family:var(--font);text-anchor:middle;font-size:11px}.fc-mean{stroke:var(--c-amber);stroke-width:1.6px;stroke-dasharray:3 3}.fc-mean-dot{fill:var(--c-amber)}.fc-mean-cap{fill:var(--c-ink);font-family:var(--font);text-anchor:middle;font-size:11px;font-weight:600}.fc-controls{border-top:1px solid var(--hairline);margin-top:1.3rem;padding-top:1.15rem}.fc-controls__head{flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:.85rem;display:flex}.fc-controls__title{letter-spacing:.12em;text-transform:uppercase;color:var(--c-culm);align-items:center;gap:.4rem;font-size:.72rem;font-weight:600;display:flex}.fc-controls__title .cn-icon{width:1em;height:1em}.fc-controls__hint{color:var(--c-ink);opacity:.6;font-size:.8rem}.fc-reset{font-family:var(--font);color:var(--c-ink);border:1px solid var(--hairline);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.4rem;margin-left:auto;padding:.4em .8em;font-size:.82rem;font-weight:500;display:inline-flex}.fc-reset:hover:not(:disabled){border-color:var(--hairline-strong)}.fc-reset:disabled{opacity:.4;cursor:default}.fc-reset .cn-icon{width:1em;height:1em}.fc-buttons{flex-wrap:wrap;gap:.6rem;display:flex}.fc-inject{font-family:var(--font);color:var(--c-culm);border:1px solid var(--hairline-strong);border-radius:var(--radius-sm);cursor:pointer;background:0 0;align-items:center;gap:.45rem;padding:.5em .9em;font-size:.85rem;font-weight:500;transition:background .18s,color .18s,border-color .18s;display:inline-flex}.fc-inject:hover{background:var(--fill-culm)}.fc-inject .cn-icon{width:1em;height:1em}.fc-inject.is-applied{background:var(--fill-amber);border-color:var(--c-amber);color:var(--c-ink)}.fc-inject.is-applied .cn-icon{color:var(--c-ink)}.fc-note{color:var(--c-ink);opacity:.85;max-width:80ch;margin-top:.9rem;font-size:.9rem;line-height:1.55}.fc-note strong{color:var(--c-culm);font-weight:600}.fc-legendline{opacity:.7;flex-wrap:wrap;gap:1.25rem;margin-top:.7rem;font-size:.74rem;display:flex}.fc-legendline span{align-items:center;gap:.4rem;display:inline-flex}@media (width<=900px){.fc-charts{grid-template-columns:1fr}.fc-reset{margin-left:0}}.cascade{place-items:center;min-height:56vh;display:grid}.cascade__card{text-align:center;max-width:660px;padding:clamp(2rem,5vw,3.5rem)}.cascade__mark{margin:0 auto 1.4rem}.cascade__card .eyebrow{margin-bottom:.8rem;display:block}.cascade__title{margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem)}.cascade__desc{color:var(--c-ink);opacity:.82;max-width:52ch;margin:0 auto 1.7rem}.cascade__mark .cn-icon{color:var(--c-ink)}.tag-dev .cn-icon{color:var(--c-ink);width:1em;height:1em}#backtest .figure__stage{align-self:start;min-height:0}.bt-svg{width:100%;height:auto;display:block}.bt-track-label{fill:var(--c-culm);font-family:var(--font);letter-spacing:.1em;text-transform:uppercase;font-size:13px;font-weight:600}.bt-known{fill:#d99b4e29;stroke:var(--c-amber);stroke-width:1.2px}.bt-boundary{stroke:var(--c-amber);stroke-width:2px;stroke-dasharray:4 3}.bt-pill{fill:var(--c-amber)}.bt-pill-text{fill:var(--c-ink);font-family:var(--font);font-size:12px;font-weight:600}.bt-known-label{fill:var(--c-ink);font-family:var(--font);font-size:13px;font-weight:600}.bt-future-label{fill:var(--c-rose);font-family:var(--font);opacity:.8;font-size:13px;font-style:italic}.bt-ends{fill:var(--c-ink);opacity:.5;font-family:var(--font);font-size:12px}.bt-box{fill:#fbfbf6;stroke:var(--hairline-strong);stroke-width:1.2px;transition:stroke .25s}.bt-halo{fill:none;stroke:var(--c-amber);stroke-width:2px;opacity:.55}.bt-box-label{fill:var(--c-ink);font-family:var(--font);text-anchor:middle;font-size:14px;font-weight:600}.bt-box-sub{fill:var(--c-ink);opacity:.6;font-family:var(--font);text-anchor:middle;font-size:11px}.bt-ico-use{color:var(--c-culm);transition:color .25s}.bt-stage.is-active .bt-box{stroke:var(--c-amber)}.bt-stage.is-active .bt-ico-use{color:var(--c-amber)}.bt-stage.is-active .bt-box-label{fill:var(--c-culm)}.bt-arrow{fill:none;stroke:var(--c-culm);stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round;opacity:.65}.bt-loop{fill:none;stroke:var(--c-culm);stroke-width:1.2px;stroke-dasharray:2 4;opacity:.4}.bt-loop-label{fill:var(--c-culm);font-family:var(--font);opacity:.7;font-size:12px}
