:root{--bg: #000000;--bg-trust: #030303;--bg-method: #020202;--bg-panel: #050505;--bg-step: #080808;--bg-table: #030303;--border: #222222;--text: #ffffff;--muted: #888888;--muted-30: rgba(136, 136, 136, .3);--green: #4d8b68;--red: #a94f4f;--yellow: #eab308;--font-sans: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, monospace;--header-h: 72px;--page-pad: clamp(20px, 4vw, 48px);--title-xl: clamp(40px, 8vw, 102.4px);--title-lg: clamp(32px, 5.2vw, 64px);--title-md: clamp(26px, 3.4vw, 38.4px);--display-num: clamp(64px, 10vw, 102.4px)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{background:var(--bg);color:var(--text);font-family:var(--font-mono);min-height:100%;max-width:100%}body.nav-open{overflow:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;background:none;border:0;cursor:pointer}img{display:block;max-width:100%}.page,.page-content{position:relative;max-width:100%}.page{background:var(--bg)}.page-grid{position:absolute;inset:0 0 auto;height:min(800px,100vh);opacity:.2;pointer-events:none;background-image:linear-gradient(90deg,#222 1px,transparent 1px),linear-gradient(180deg,#222 1px,transparent 1px);background-size:48px 48px;z-index:0}.page-content{z-index:1}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:16px;height:var(--header-h);padding:0 var(--page-pad);background:var(--bg);border-bottom:1px solid var(--border)}.logo{display:flex;align-items:center;flex-shrink:0;line-height:0}.logo img{display:block;width:auto;height:48px}.nav{display:none;align-items:center;gap:clamp(20px,3vw,48px);min-width:0}.nav-link{font-family:var(--font-mono);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1.4px;text-transform:uppercase;color:var(--muted);white-space:nowrap;transition:color .16s ease}.nav-link:hover,.nav-link.is-active,.header-cta:hover{color:var(--text)}.header-cta{font-family:var(--font-mono);font-weight:500;font-size:14px;line-height:20px;letter-spacing:1.4px;text-transform:uppercase;color:var(--text);white-space:nowrap}.desktop-cta{display:none}.menu-toggle{display:block;width:40px;height:40px;position:relative;flex-shrink:0;margin-right:-8px}.menu-toggle span,.menu-toggle span:before,.menu-toggle span:after{display:block;width:20px;height:1px;background:var(--text);position:absolute;left:10px;transition:transform .16s ease,top .16s ease,opacity .16s ease}.menu-toggle span{top:19.5px}.menu-toggle span:before,.menu-toggle span:after{content:""}.menu-toggle span:before{top:-6px}.menu-toggle span:after{top:6px}.menu-toggle[aria-expanded=true] span{background:transparent}.menu-toggle[aria-expanded=true] span:before{top:0;transform:rotate(45deg)}.menu-toggle[aria-expanded=true] span:after{top:0;transform:rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;gap:24px;position:absolute;top:var(--header-h);left:0;right:0;height:calc(100dvh - var(--header-h));background:var(--bg);border-bottom:1px solid var(--border);padding:32px var(--page-pad);overflow-y:auto}.mobile-nav[hidden]{display:none}.mobile-nav .header-cta{display:inline-flex;margin-top:8px}.btn{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;font-family:var(--font-mono);font-weight:500;font-size:clamp(16px,2vw,24px);line-height:1.35;text-transform:uppercase;border:1px solid var(--border);padding:14px 24px;text-align:center;min-width:0;transition:background .16s ease,color .16s ease,border-color .16s ease}.btn-solid{background:#fff;color:#000}.btn-solid:hover{background:#e8e8e8}.btn-ghost{background:transparent;color:var(--text)}.btn-ghost:hover{background:#0a0a0a;border-color:#444}.btn-sm{font-size:16px;line-height:24px;padding:13px 28px}.hero{display:flex;flex-direction:column;align-items:stretch;min-height:0;border-bottom:1px solid var(--border)}.hero-copy{width:100%;display:flex;flex-direction:column;justify-content:space-between;gap:40px;padding:32px var(--page-pad) 40px;background:#000000e6;border-bottom:1px solid var(--border);min-width:0}.hero-title{font-family:var(--font-sans);font-weight:700;font-size:var(--title-xl);line-height:1.08;letter-spacing:-.04em;color:var(--text);overflow-wrap:anywhere}.hero-title span{display:inline}.hero-title span:not(:last-child):after{content:" "}.hero-bottom{display:flex;flex-direction:column;gap:24px;max-width:672px}.hero-lede{font-family:var(--font-mono);font-weight:400;font-size:14px;line-height:22px;text-transform:uppercase;color:var(--muted)}.hero-actions{display:flex;flex-direction:column;gap:12px}.hero-actions .btn{width:100%}.hero-panel{width:100%;background:var(--bg-panel);display:flex;flex-direction:column;padding:24px var(--page-pad) 28px;min-width:0}.panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--border);font-size:13px;line-height:20px}.panel-head span:first-child{min-width:0;overflow-wrap:anywhere}.panel-status{color:var(--green);flex-shrink:0}.panel-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding-bottom:20px;margin-bottom:8px;border-bottom:1px solid var(--border)}.stat-label{font-size:12px;line-height:18px;color:var(--muted)}.stat-value{font-weight:500;font-size:clamp(18px,4vw,24px);line-height:1.3}.stat-value.is-up{color:var(--green)}.stat-value.is-down{color:var(--red)}.equity-chart{flex:1;min-height:220px;height:42vw;max-height:420px;margin-top:8px;border-left:1px solid var(--border);border-bottom:1px solid var(--border);position:relative}.equity-chart img{position:absolute;inset:0;width:100%;height:100%;max-width:none}.trust{background:var(--bg-trust);border-bottom:1px solid var(--border);display:flex;flex-direction:column}.trust-col{flex:1;display:flex;flex-direction:column;justify-content:space-between;min-height:0;min-width:0;padding:32px var(--page-pad);border-bottom:1px solid var(--border)}.trust-col:last-child{border-bottom:0}.trust-num{font-family:var(--font-mono);font-weight:600;font-size:var(--display-num);line-height:.95;letter-spacing:-.04em;color:var(--muted-30)}.trust-copy{padding-top:20px;display:flex;flex-direction:column;gap:12px}.trust-copy h3{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.15;letter-spacing:-.01em}.trust-copy p{font-size:15px;line-height:24px;color:var(--muted)}.strategies{padding:64px 0 0}.section-head{display:flex;flex-direction:column;align-items:flex-start;gap:24px;padding:0 var(--page-pad) 32px;border-bottom:1px solid var(--border)}.section-head h2{font-family:var(--font-sans);font-weight:700;font-size:var(--title-xl);line-height:1.05;letter-spacing:-.04em;overflow-wrap:anywhere}.section-head h2 span{display:block}.section-head-sm h2{font-size:var(--title-lg);letter-spacing:-.03em}.strategy-row{display:grid;grid-template-columns:1fr auto;grid-template-areas:"name go" "meta meta";align-items:center;min-width:0;border-bottom:1px solid var(--border);transition:background .16s ease}.strategy-row:hover{background:#080808}.strategy-row.is-dim{opacity:.6}.strategy-name,.strategy-cell,.strategy-go{min-width:0}.strategy-name{grid-area:name;padding:24px var(--page-pad) 8px}.strategy-name h3{font-family:var(--font-sans);font-weight:700;font-size:var(--title-lg);line-height:1.1;letter-spacing:-.02em;display:flex;flex-wrap:wrap;gap:0 .35em}.strategy-meta{grid-area:meta;display:grid;grid-template-columns:1fr 1fr;padding:8px var(--page-pad) 24px;gap:16px 20px}.strategy-cell{display:flex;flex-direction:column;gap:4px}.strategy-cell .label{font-size:12px;line-height:18px;color:var(--muted)}.strategy-cell .value{font-size:14px;line-height:22px}.strategy-cell .value.is-up{color:var(--green)}.strategy-cell .value.is-warn{color:var(--yellow)}.strategy-go{grid-area:go;padding:24px var(--page-pad) 8px 0;font-size:32px;line-height:1;font-weight:700}.trades{padding:64px 0 0}.trade-table-wrap{background:var(--bg-table);overflow-x:visible}.trade-table{width:100%;border-collapse:collapse}.trade-table thead{display:none}.trade-table tbody,.trade-table tr,.trade-table td{display:block;width:100%}.trade-table tr{display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;padding:20px var(--page-pad);border-bottom:1px solid var(--border)}.trade-table td{border:0;padding:0;white-space:normal;overflow-wrap:anywhere;font-size:14px;line-height:20px}.trade-table td:before{content:attr(data-label);display:block;color:var(--muted);font-size:11px;letter-spacing:.06em;margin-bottom:4px}.trade-table td:last-child{text-align:left}.trade-table .is-up{color:var(--green)}.trade-table .is-down{color:var(--red)}.trade-table tr.is-more{opacity:.5}.methodology{background:var(--bg-method);border-bottom:1px solid var(--border);padding:64px var(--page-pad);display:flex;flex-direction:column;gap:32px}.method-head{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.method-head h2{font-family:var(--font-sans);font-weight:700;font-size:var(--title-lg);line-height:1.1;letter-spacing:-.03em}.method-link{font-size:13px;line-height:20px;letter-spacing:1.2px;text-transform:uppercase;color:var(--muted);transition:color .16s ease}.method-link:hover{color:var(--text)}.method-steps{display:flex;flex-direction:column;border:1px solid var(--border)}.method-step{display:flex;align-items:center;padding:20px 24px;border-bottom:1px solid var(--border);font-weight:500;font-size:clamp(16px,3.4vw,24px);line-height:1.3;text-transform:uppercase}.method-step:nth-child(3){background:var(--bg-step)}.method-step:last-child{border-bottom:0}.prop{background:var(--bg-panel);border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:32px;padding:64px var(--page-pad)}.prop-copy{width:100%;display:flex;flex-direction:column;gap:16px}.prop-copy h2{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.15;letter-spacing:-.01em}.prop-copy p{font-size:15px;line-height:24px;color:var(--muted)}.prop-track{display:flex;flex-direction:column;align-items:flex-start;gap:0;background:var(--bg);border:1px solid var(--border);padding:24px}.prop-node{display:flex;flex-direction:row;align-items:center;gap:12px}.prop-node.is-next{opacity:.5}.prop-dot{width:16px;height:16px;flex:0 0 16px}.prop-dot.is-muted{background:var(--muted)}.prop-dot.is-white{background:#fff}.prop-dot.is-live{background:var(--green)}.prop-dot.is-empty{background:transparent;border:1px solid var(--muted)}.prop-node span{font-size:13px;line-height:20px;text-transform:uppercase}.prop-arrow{color:var(--muted);font-size:14px;line-height:20px;transform:rotate(90deg);margin:6px 0 6px 2px}.why{background:var(--bg);padding:64px var(--page-pad);display:flex;flex-direction:column;align-items:center}.why-inner{width:100%;max-width:1152px;padding:0 0 48px;display:flex;flex-direction:column;gap:40px}.why-inner h2{font-family:var(--font-sans);font-weight:700;font-size:var(--title-lg);line-height:1.15;letter-spacing:-.03em;text-align:left;text-wrap:balance}.why-grid{display:flex;flex-direction:column;gap:28px;border:1px solid var(--border);padding:28px 24px}.why-col{display:flex;flex-direction:column;gap:8px;min-width:0}.why-col h3{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.15;letter-spacing:-.01em}.why-col p{font-size:15px;line-height:24px;color:var(--muted)}.final-cta{width:100%;border:1px solid var(--border);display:flex;flex-direction:column;align-items:stretch;padding:40px 20px;scroll-margin-top:calc(var(--header-h) + 16px)}.final-cta h2{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.2;letter-spacing:-.01em;text-align:left;margin-bottom:24px;text-wrap:balance}.final-cta .hero-actions{width:100%}.waitlist-lede{max-width:560px;margin:-8px 0 24px;font-size:15px;line-height:24px;color:var(--muted)}.waitlist-form,.waitlist-done{width:100%;max-width:640px;display:grid;grid-template-columns:1fr;gap:12px}.waitlist-form .btn{width:100%;font-size:16px;line-height:24px;padding:16px 24px}.waitlist-input{width:100%;min-height:56px;padding:14px 16px;background:#050505;border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);font-size:16px;line-height:24px;letter-spacing:.08em;text-transform:uppercase}.waitlist-input::placeholder{color:var(--muted)}.waitlist-input:focus{outline:1px solid #444;border-color:#444}.waitlist-input:disabled,.waitlist-form .btn:disabled{opacity:.6;cursor:wait}.waitlist-note,.waitlist-error,.waitlist-done p{grid-column:1 / -1;font-size:13px;line-height:20px;color:var(--muted)}.waitlist-error{color:var(--red)}.waitlist-done-title{font-family:var(--font-sans);font-weight:600;font-size:clamp(18px,2.4vw,24px);line-height:1.3;letter-spacing:-.01em;color:var(--text)}.waitlist-hp,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-footer{background:var(--bg);border-top:1px solid var(--border);padding:48px var(--page-pad)}.footer-grid{display:grid;grid-template-columns:1fr;gap:36px}.footer-col{display:flex;flex-direction:column;gap:14px;min-width:0}.footer-brand{padding-bottom:4px;line-height:0}.footer-brand img{display:block;width:auto;height:72px}.footer-col p,.footer-col a{font-size:14px;line-height:20px;color:var(--muted)}.footer-col a:hover{color:var(--text)}.footer-heading{font-size:14px;line-height:20px;text-transform:uppercase;color:var(--text);padding-bottom:4px}.footer-legal{font-size:12px;line-height:19.5px;color:var(--muted);opacity:.6}@media(min-width:640px){.logo img{height:52px}.hero-lede{font-size:16px;line-height:24px}.hero-actions{flex-direction:row;flex-wrap:wrap}.hero-actions .btn{width:auto;flex:1 1 220px}.equity-chart{min-height:280px;height:360px}.footer-grid{grid-template-columns:1fr 1fr}.why-inner h2,.final-cta h2{text-align:center}.final-cta{align-items:center;padding:64px 40px}.final-cta .hero-actions{justify-content:center;width:auto}.final-cta .hero-actions .btn{flex:0 1 auto}.waitlist-lede{text-align:center;margin-left:auto;margin-right:auto}.waitlist-form{grid-template-columns:1fr auto;align-items:stretch}.waitlist-form .btn{width:auto;min-width:200px}.waitlist-done{text-align:center;margin:0 auto}}@media(min-width:900px){.trust{flex-direction:row}.trust-col{min-height:360px;padding:47px 32px 48px;border-bottom:0;border-right:1px solid var(--border)}.trust-col:last-child{border-right:0}.section-head{flex-direction:row;align-items:flex-end;justify-content:space-between;padding:48px var(--page-pad) 49px}.strategies,.trades{padding-top:96px}.strategy-row{display:flex;align-items:stretch;min-height:180px}.strategy-name{width:28%;padding:32px;display:flex;align-items:center;border-right:1px solid var(--border)}.strategy-name h3{flex-direction:column;gap:0}.strategy-meta{display:contents}.strategy-cell{width:16%;justify-content:center;padding:32px 20px;border-right:1px solid var(--border);gap:0}.strategy-cell.wide{width:20%}.strategy-cell.narrow{width:10%}.strategy-cell .label{font-size:14px;line-height:20px}.strategy-cell .value{font-size:16px;line-height:24px}.strategy-go{width:10%;padding:32px;display:flex;align-items:center;justify-content:flex-end;font-size:38.4px}.trade-table-wrap{overflow-x:auto}.trade-table{min-width:880px}.trade-table thead{display:table-header-group}.trade-table tbody{display:table-row-group}.trade-table tr{display:table-row;padding:0}.trade-table th,.trade-table td{display:table-cell;font-size:16px;line-height:24px;font-weight:400;padding:24px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;white-space:nowrap}.trade-table td:before{content:none}.trade-table th{color:var(--muted);background:var(--bg-table)}.trade-table th:last-child,.trade-table td:last-child{border-right:0;text-align:right}.methodology,.prop,.why{padding-top:96px;padding-bottom:96px}.method-head{flex-direction:row;align-items:flex-end;justify-content:space-between}.method-steps{flex-direction:row;overflow-x:auto}.method-step{border-bottom:0;border-right:1px solid var(--border);padding:48px 32px;white-space:nowrap}.method-step:nth-child(1){flex:0 0 180px}.method-step:nth-child(2){flex:0 0 223px}.method-step:nth-child(3){flex:0 0 281px}.method-step:nth-child(4){flex:1 0 240px}.method-step:nth-child(5){flex:0 0 180px;border-right:0}.why-inner{padding-bottom:96px;gap:64px}.why-grid{flex-direction:row;gap:32px;padding:49px 24px 32px}.why-col{flex:1}.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:48px}}@media(min-width:1025px){.nav,.desktop-cta{display:flex}.menu-toggle,.mobile-nav{display:none}.hero{flex-direction:row;min-height:calc(100vh - var(--header-h))}.hero-copy{width:60%;min-height:800px;padding:48px;border-bottom:0;border-right:1px solid var(--border)}.hero-title{padding-top:48px}.hero-title span{display:block}.hero-title span:not(:last-child):after{content:none}.hero-bottom{padding-bottom:24px;gap:32px}.hero-actions .btn{width:auto;flex:0 1 auto;padding:17px 33px}.hero-panel{width:40%;padding:32px}.panel-head{font-size:16px;line-height:24px}.panel-stats{display:flex;gap:32px;padding-bottom:33px}.stat-label{font-size:14px;line-height:20px}.equity-chart{min-height:420px;height:auto;max-height:none;margin-left:32px}.prop{flex-direction:row;align-items:center;gap:48px}.prop-copy{width:min(378px,36%);flex-shrink:0}.prop-track{flex:1;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:33px}.prop-node{flex-direction:column;gap:8px}.prop-arrow{transform:none;margin:0}}@media(min-width:1280px){.hero{min-height:1102px}.hero-title{padding-top:80px;letter-spacing:-4.096px}}.catalog-title{font-family:var(--font-sans);font-weight:700;font-size:var(--title-xl);line-height:1.05;letter-spacing:-.04em}.catalog-title span{display:block}.catalog-lede{max-width:520px;font-size:14px;line-height:22px;color:var(--muted)}.catalog-controls{display:flex;flex-direction:column;gap:16px;padding:24px var(--page-pad);border-bottom:1px solid var(--border);background:var(--bg-table)}.catalog-search{display:flex;flex-direction:column;gap:8px;min-width:0}.catalog-search-label{font-size:12px;letter-spacing:1.2px;color:var(--muted)}.catalog-search input{width:100%;background:var(--bg);border:1px solid var(--border);color:var(--text);font-family:var(--font-mono);font-size:14px;line-height:20px;letter-spacing:.08em;text-transform:uppercase;padding:16px 18px;border-radius:0;outline:none;appearance:none}.catalog-search input::placeholder{color:#555}.catalog-search input:focus{border-color:#444}.catalog-filters{display:flex;flex-wrap:wrap;gap:8px}.filter-chip{border:1px solid var(--border);color:var(--muted);font-size:12px;letter-spacing:1px;text-transform:uppercase;padding:10px 14px;transition:color .16s ease,background .16s ease,border-color .16s ease}.filter-chip:hover,.filter-chip.is-on{color:var(--text);border-color:#444}.filter-chip.is-on{background:#fff;color:#000;border-color:#fff}.catalog-count,.catalog-empty{padding:20px var(--page-pad);font-size:13px;letter-spacing:1.2px;color:var(--muted);border-bottom:1px solid var(--border)}.catalog-empty{color:var(--text);line-height:22px}.catalog .strategy-cell.wide{grid-column:span 2}.crumb{display:flex;flex-wrap:wrap;gap:10px;padding:24px var(--page-pad) 0;font-size:13px;letter-spacing:1.2px;color:var(--muted)}.crumb a:hover{color:var(--text)}.detail-hero{display:flex;flex-direction:column;gap:32px;padding:32px var(--page-pad) 48px;border-bottom:1px solid var(--border)}.detail-stage{font-size:13px;letter-spacing:1.4px;margin-bottom:16px}.detail-stage.is-up{color:var(--green)}.detail-stage.is-warn{color:var(--yellow)}.detail-hero h1{font-family:var(--font-sans);font-weight:700;font-size:var(--title-xl);line-height:1.05;letter-spacing:-.04em}.detail-hero h1 span{display:block}.detail-summary,.detail-block p,.detail-note,.risk-list li{font-size:15px;line-height:24px;color:var(--muted)}.detail-summary{max-width:640px;margin-top:20px}.detail-pair{margin-top:16px;font-size:13px;letter-spacing:1.2px;color:var(--text)}.detail-hero-stats{display:grid;grid-template-columns:1fr 1fr;gap:20px 16px;border:1px solid var(--border);padding:24px;background:var(--bg-panel)}.detail-hero-stats .label{font-size:12px;line-height:18px;color:var(--muted);margin-bottom:4px}.detail-hero-stats .value{font-size:18px;line-height:24px}.detail-block{padding:48px var(--page-pad);border-bottom:1px solid var(--border)}.detail-block h2{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.15;letter-spacing:-.01em;margin-bottom:20px}.detail-block-head{display:flex;flex-direction:column;gap:8px;margin-bottom:28px}.detail-block-head h2{margin-bottom:0}.detail-block-head p{letter-spacing:.04em;text-transform:uppercase;font-size:13px}.detail-split{display:flex;flex-direction:column;gap:32px}.detail-split p+p{margin-top:16px}.module-list,.risk-list,.prov-list{list-style:none}.module-list li,.prov-list>div{display:flex;flex-direction:column;gap:6px;padding:20px 0;border-top:1px solid var(--border)}.module-list li:last-child,.prov-list>div:last-child{border-bottom:1px solid var(--border)}.module-list strong,.prov-list dt{font-size:13px;letter-spacing:1.2px;font-weight:500}.module-list span,.prov-list dd{font-size:14px;line-height:22px;color:var(--muted)}.risk-list li{padding:12px 0;border-top:1px solid var(--border)}.risk-list li:last-child{border-bottom:1px solid var(--border)}.stat-grid{display:grid;grid-template-columns:1fr 1fr;border:1px solid var(--border);margin-top:28px}.stat-grid-cell{padding:18px 16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);min-width:0}.stat-grid-cell:nth-child(2n){border-right:0}.stat-grid dt{font-size:11px;letter-spacing:1px;color:var(--muted);margin-bottom:6px}.stat-grid dd{font-size:16px;line-height:22px;overflow-wrap:anywhere}.curve-frame{min-height:220px;height:42vw;max-height:320px;border:1px solid var(--border);border-left-width:1px;background:var(--bg-panel)}.curve-svg{display:block;width:100%;height:100%}.detail-cta{display:flex;flex-direction:column;gap:12px;padding:48px var(--page-pad) 64px}.detail-note{margin-bottom:16px}@media(min-width:640px){.detail-hero-stats,.stat-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.stat-grid-cell{border-right:1px solid var(--border)}.stat-grid-cell:nth-child(2n){border-right:1px solid var(--border)}.stat-grid-cell:nth-child(4n){border-right:0}.detail-cta{flex-direction:row;flex-wrap:wrap}.detail-cta .btn{width:auto}}@media(min-width:900px){.catalog-controls{flex-direction:row;align-items:flex-end;justify-content:space-between;gap:32px}.catalog-search{flex:1;max-width:560px}.catalog .strategy-row{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(0,3.4fr) 48px;grid-template-areas:"name meta go";align-items:stretch;min-height:168px}.catalog .strategy-name,.catalog .strategy-go,.catalog .strategy-cell{width:auto}.catalog .strategy-name{grid-area:name}.catalog .strategy-meta{display:grid;grid-area:meta;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;padding:0}.catalog .strategy-cell.wide{grid-column:auto}.catalog .strategy-go{grid-area:go}.detail-hero{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:48px;padding-top:48px}.detail-hero-copy{flex:1;min-width:0}.detail-hero-stats{width:min(520px,46%);flex-shrink:0;grid-template-columns:1fr 1fr}.detail-split{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.curve-frame{height:280px;max-height:none}}.doc-block{padding:48px var(--page-pad);border-bottom:1px solid var(--border)}.doc-block h2{font-family:var(--font-sans);font-weight:600;font-size:var(--title-md);line-height:1.15;letter-spacing:-.01em;margin-bottom:20px}.doc-block p{max-width:720px;font-size:15px;line-height:24px;color:var(--muted)}.doc-block p+p{margin-top:16px}.doc-block .method-link{display:inline-block;margin-top:24px}.doc-grid{margin-top:8px}.stage-list{list-style:none;border:1px solid var(--border)}.stage-list li{display:flex;flex-direction:column;gap:8px;padding:24px;border-bottom:1px solid var(--border)}.stage-list li:last-child{border-bottom:0}.stage-list strong{font-size:clamp(16px,3vw,24px);letter-spacing:.04em}.stage-list span{font-size:14px;line-height:22px;color:var(--muted)}.doc-cta{margin:0 var(--page-pad) 64px;width:auto}.page-foot-note{padding:24px var(--page-pad) 48px;font-size:13px;line-height:20px;color:var(--muted)}.page-foot-note a{color:var(--text);text-decoration:underline;text-underline-offset:3px}.ledger-stats{display:grid;grid-template-columns:1fr;gap:0;border-bottom:1px solid var(--border);background:var(--bg-panel)}.ledger-stats>div{padding:20px var(--page-pad);border-bottom:1px solid var(--border)}.ledger-stats>div:last-child{border-bottom:0}.ledger-stats .label{font-size:12px;letter-spacing:1.2px;color:var(--muted);margin-bottom:6px}.ledger-stats .value{font-size:20px;line-height:28px}.ledger-link{text-decoration:underline;text-underline-offset:3px}.ledger-link:hover{color:var(--muted)}.is-up{color:var(--green)}.is-down{color:var(--red)}.pipe-legend{display:none}.pipe-row{display:flex;flex-direction:column;gap:20px;padding:28px var(--page-pad);border-bottom:1px solid var(--border);transition:background .16s ease}.pipe-row:hover{background:#080808}.pipe-row.is-dim{opacity:.65}.pipe-name h2{font-family:var(--font-sans);font-weight:700;font-size:var(--title-md);letter-spacing:-.02em}.pipe-name p{margin-top:8px;font-size:13px;letter-spacing:1px;color:var(--muted)}.pipe-track{list-style:none;display:flex;flex-direction:column;gap:10px}.pipe-track li{display:flex;align-items:center;gap:12px;font-size:12px;letter-spacing:1px;color:var(--muted)}.pipe-dot{width:16px;height:16px;flex:0 0 16px;border:1px solid var(--muted)}.pipe-track .is-done .pipe-dot{background:var(--muted);border-color:var(--muted)}.pipe-track .is-now{color:var(--text)}.pipe-track .is-now .pipe-dot{background:#fff;border-color:#fff}.pipe-track .is-next{opacity:.5}.footer-heading a{color:var(--text)}.footer-heading a:hover{color:var(--muted)}@media(min-width:640px){.ledger-stats{grid-template-columns:repeat(3,minmax(0,1fr))}.ledger-stats>div{border-bottom:0;border-right:1px solid var(--border)}.ledger-stats>div:last-child{border-right:0}.stage-list li{padding:28px 32px}}@media(min-width:900px){.pipe-legend{display:grid;grid-template-columns:minmax(220px,.9fr) repeat(5,minmax(0,1fr));gap:12px;padding:16px var(--page-pad);border-bottom:1px solid var(--border);font-size:11px;letter-spacing:1px;color:var(--muted)}.pipe-legend span:first-child{grid-column:2}.pipe-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,5fr);align-items:center;gap:24px}.pipe-track{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.pipe-track li{flex-direction:column;align-items:flex-start;gap:8px}}
