body{background:var(--sx-paper);color:var(--sx-ink);font-family:var(--font-sans);margin:0;padding:0;line-height:1.55}.ov-page{max-width:980px;margin:0 auto;padding:56px 40px 96px}.ov-eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--sx-ink-soft);font-family:ui-monospace,Geist Mono,monospace}.ov-h1{font-size:40px;font-weight:600;letter-spacing:-.025em;margin:10px 0 16px;color:var(--sx-ink);max-width:720px}.ov-sub{font-size:18px;color:var(--sx-ink-2);max-width:640px;margin:0 0 18px}.ov-lede{font-size:14px;color:var(--sx-ink-2);max-width:680px;margin:0 0 18px}.ov-chip{display:inline-block;padding:4px 12px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;font-family:ui-monospace,Geist Mono,monospace;border:1px solid var(--sx-line);border-radius:var(--r-button);color:var(--sx-ink-soft);background:var(--sx-paper-warm)}.ov-banner{margin:28px 0 48px;padding:16px 20px;border:1px solid var(--sx-line);border-radius:4px;background:var(--sx-inset);display:flex;flex-direction:column;gap:6px}.ov-banner-main{font-size:13px;font-weight:600;color:var(--sx-ink)}.ov-banner-sub{font-size:12.5px;color:var(--sx-ink-mid)}.ov-section{margin-top:64px;padding-top:36px;border-top:1px solid var(--sx-line)}.ov-h2{font-size:22px;font-weight:600;letter-spacing:-.015em;margin:0 0 8px;color:var(--sx-ink)}.ov-h2-sub{font-size:13.5px;color:var(--sx-ink-mid);margin:0 0 22px;max-width:640px}.ov-triad{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ov-triad-card{border:1px solid var(--sx-line);border-radius:4px;padding:18px 18px 20px;background:var(--sx-paper-warm);position:relative}.ov-triad-card.is-sextant{border-color:var(--sx-accent)}.ov-triad-num{font-family:ui-monospace,Geist Mono,monospace;font-size:11px;color:var(--sx-ink-soft);letter-spacing:.06em}.ov-triad-title{font-size:15px;font-weight:600;color:var(--sx-ink);margin:6px 0 8px;letter-spacing:.01em}.ov-triad-body{font-size:12.5px;color:var(--sx-ink-2)}.ov-triad-flag{margin-top:12px;font-size:10.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--sx-accent);font-family:ui-monospace,Geist Mono,monospace}.ov-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.ov-step{border:1px solid var(--sx-line);border-radius:4px;padding:18px}.ov-step-label{font-size:13px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--sx-ink);font-family:ui-monospace,Geist Mono,monospace}.ov-step-body{font-size:12.5px;color:var(--sx-ink-2);margin-top:8px}.ov-timeline{border:1px solid var(--sx-line);border-radius:4px;overflow:hidden;position:relative}.ov-timeline-row{display:grid;grid-template-columns:84px 1fr;gap:16px;padding:12px 18px;border-bottom:1px solid var(--sx-line-soft)}.ov-timeline-row:last-child{border-bottom:none}.ov-timeline-day{font-family:ui-monospace,Geist Mono,monospace;font-size:12px;color:var(--sx-ink-soft)}.ov-timeline-body{font-size:13px;color:var(--sx-ink-2)}.ov-timeline-body strong{color:var(--sx-ink);font-weight:600}.ov-timeline-note{margin-top:12px;font-size:12px;color:var(--sx-ink-mid)}.ov-explore-group{margin-bottom:26px}.ov-explore-heading{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--sx-ink-soft);margin-bottom:10px;font-family:ui-monospace,Geist Mono,monospace}.ov-explore-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ov-explore-card{display:block;border:1px solid var(--sx-line);border-radius:4px;padding:14px 16px;text-decoration:none;color:inherit;position:relative;transition:border-color var(--t-fast) var(--ease),opacity var(--t-fast) var(--ease),transform .22s var(--ease-settle)}.ov-explore-card:hover{border-color:var(--sx-ink-soft);transform:translateY(-1px)}.ov-explore-name{font-size:14px;font-weight:600;color:var(--sx-ink)}.ov-explore-desc{font-size:12.5px;color:var(--sx-ink-2);margin-top:4px}.ov-explore-who{font-size:11px;color:var(--sx-ink-soft);margin-top:8px;font-family:ui-monospace,Geist Mono,monospace}.ov-trust-item{padding:14px 18px;margin-bottom:14px;font-size:13px;color:var(--sx-ink-2);background:var(--sx-inset);border:1px solid var(--sx-line-soft);border-radius:4px}.ov-trust-item strong{color:var(--sx-ink)}.ov-foot{margin-top:80px;padding:24px 0;border-top:1px solid var(--sx-line);font-size:11px;color:var(--sx-ink-soft);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}:root{--ease-settle: cubic-bezier(.16, 1, .3, 1)}html.js [data-reveal]{opacity:0;transform:translateY(10px);transition:opacity .42s var(--ease-settle),transform .42s var(--ease-settle)}html.js [data-reveal].in{opacity:1;transform:none}html.js [data-reveal].d1{transition-delay:90ms}html.js [data-reveal].d2{transition-delay:.18s}html.js [data-reveal].d3{transition-delay:.27s}html.js [data-reveal].d4{transition-delay:.36s}@keyframes ov-hero-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}html.js .hero-seq>.hero-item{opacity:0}html.js.hero-go .hero-seq>.hero-item{animation:ov-hero-in .38s var(--ease-settle) forwards}html.js.hero-go .hero-seq>.hero-item:nth-child(2){animation-delay:70ms}html.js.hero-go .hero-seq>.hero-item:nth-child(3){animation-delay:.14s}html.js.hero-go .hero-seq>.hero-item:nth-child(4){animation-delay:.21s}html.js.hero-go .hero-seq>.hero-item:nth-child(5){animation-delay:.28s}.phase-track{position:relative;height:13px;margin:4px 2px 14px}.phase-track-line{position:absolute;left:0;right:0;top:6px;height:1px;background:var(--sx-line)}.phase-track-marker{position:absolute;top:2.5px;left:0;width:8px;height:8px;border-radius:50%;background:var(--tonal-strong)}html.js .phase-track-marker{transition:left .76s var(--ease-settle)}html.js .ov-section.in .phase-track-marker{left:calc(16.66% - 4px)}html.js .ov-triad-flag{opacity:0;transition:opacity .3s var(--ease) .65s}html.js .ov-section.in .ov-triad-flag{opacity:1}.steps-wrap{position:relative}.step-connector{position:absolute;top:-14px;left:16.6%;width:66.6%;height:1px;display:flex}.step-connector span{flex:1;height:1px;background:var(--sx-line);transform:scaleX(0);transform-origin:left}html.js .step-connector span{transition:transform .28s var(--ease-settle)}html.js .ov-section.in .step-connector span:nth-child(1){transform:scaleX(1);transition-delay:.25s}html.js .ov-section.in .step-connector span:nth-child(2){transform:scaleX(1);transition-delay:.45s}.flow-wrap{border:1px solid var(--sx-line);border-radius:4px;background:var(--sx-paper-warm);padding:10px 12px 4px}.flow-svg{width:100%;height:auto;display:block}.flow-edge{stroke:var(--sx-line);stroke-width:1.2;fill:none}.flow-edge.confidential{stroke-dasharray:3 4}html.js .flow-svg .draw{stroke-dasharray:1;stroke-dashoffset:1}html.js .ov-section.in .flow-svg .draw{transition:stroke-dashoffset .76s var(--ease-settle);stroke-dashoffset:0}html.js .ov-section.in .flow-svg .draw.e2{transition-delay:.12s}html.js .ov-section.in .flow-svg .draw.e3{transition-delay:.24s}html.js .ov-section.in .flow-svg .draw.e4{transition-delay:.42s}html.js .ov-section.in .flow-svg .draw.e6{transition-delay:.62s}html.js .flow-edge.confidential{opacity:0;transition:opacity .3s var(--ease) .7s}html.js .ov-section.in .flow-edge.confidential{opacity:1}html.js .flow-node{opacity:0;transition:opacity .25s var(--ease)}html.js .ov-section.in .flow-node.n1{opacity:1;transition-delay:0ms}html.js .ov-section.in .flow-node.n2{opacity:1;transition-delay:80ms}html.js .ov-section.in .flow-node.n3{opacity:1;transition-delay:.16s}html.js .ov-section.in .flow-node.n4{opacity:1;transition-delay:.38s}html.js .ov-section.in .flow-node.n5{opacity:1;transition-delay:.56s}html.js .ov-section.in .flow-node.n6,html.js .ov-section.in .flow-node.n7{opacity:1;transition-delay:.9s}html.js .ov-section.in .flow-node.n8{opacity:1;transition-delay:1.05s}html.js .flow-caption{opacity:0;transition:opacity .3s var(--ease)}html.js .ov-section.in .flow-caption{opacity:1;transition-delay:1.2s}.flow-pulse{fill:none;stroke:var(--tonal-strong);stroke-width:1.6;stroke-linecap:round;stroke-dasharray:.14 1;stroke-dashoffset:.14;opacity:0}html.js .ov-section.in .flow-pulse{animation:ov-flow-pulse .82s var(--ease) forwards}html.js .ov-section.in .flow-pulse.p2{animation-delay:.14s}html.js .ov-section.in .flow-pulse.p3{animation-delay:.28s}html.js .ov-section.in .flow-pulse.p4{animation-delay:.46s}html.js .ov-section.in .flow-pulse.p6{animation-delay:.7s}html.js .ov-section.in .flow-pulse.p7{animation-delay:.86s}@keyframes ov-flow-pulse{0%{stroke-dashoffset:.14;opacity:0}18%{opacity:.55}82%{opacity:.55}to{stroke-dashoffset:-1;opacity:0}}.flow-node rect{fill:var(--bg-elevated);stroke:var(--sx-line);transition:stroke var(--t-fast) var(--ease)}.flow-node text.n-label{fill:var(--sx-ink);font-size:12.5px;font-weight:600;font-family:var(--font-sans)}.flow-node text.n-sub{fill:var(--sx-ink-soft);font-size:9.5px;letter-spacing:.04em;font-family:ui-monospace,Geist Mono,monospace}.flow-node.gate rect{fill:var(--attention-bg);stroke:var(--attention)}.flow-node.gate text.n-sub{fill:var(--attention)}a.flow-node:hover rect,a.flow-node:focus-visible rect{stroke:var(--sx-accent)}a.flow-node:hover text.n-label,a.flow-node:focus-visible text.n-label{fill:var(--sx-accent)}.flow-svg:has(a.n1:hover,a.n1:focus-visible) .e1,.flow-svg:has(a.n2:hover,a.n2:focus-visible) .e2,.flow-svg:has(a.n3:hover,a.n3:focus-visible) .e3,.flow-svg:has(a.n4:hover,a.n4:focus-visible) .e4,.flow-svg:has(a.n6:hover,a.n6:focus-visible) .confidential,.flow-svg:has(a.n7:hover,a.n7:focus-visible) .e6,.flow-svg:has(a.n8:hover,a.n8:focus-visible) .e6{stroke:var(--sx-accent)}.flow-svg .fork-label{fill:var(--sx-ink-soft);font-size:9.5px;letter-spacing:.05em;font-family:ui-monospace,Geist Mono,monospace}.flow-caption text{fill:var(--sx-ink-mid);font-size:10.5px;font-family:ui-monospace,Geist Mono,monospace}.flow-stack{display:none}.trace-strip{margin-top:14px;padding:10px 14px;border:1px solid var(--sx-line-soft);border-radius:4px;font-family:ui-monospace,Geist Mono,monospace;font-size:11px;color:var(--sx-ink-mid);background:var(--sx-paper)}.trace-strip a{color:var(--sx-ink-2);border-bottom:1px dotted var(--sx-ink-soft)}.trace-strip a:hover{color:var(--sx-accent);border-bottom-color:var(--sx-accent)}.rcv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.rcv-card{display:flex;flex-direction:column;border:1px solid var(--sx-line);border-radius:4px;padding:16px;background:var(--bg-elevated);color:inherit;text-decoration:none;transition:border-color var(--t-fast) var(--ease),transform .22s var(--ease-settle)}.rcv-card:hover{border-color:var(--sx-ink-soft);transform:translateY(-1px)}.rcv-name{font-size:14px;font-weight:600;color:var(--sx-ink)}.rcv-desc{font-size:12px;color:var(--sx-ink-2);margin-top:4px}.rcv-mini{height:96px;margin:14px 0 10px;display:flex;align-items:flex-end}.rcv-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.rcv-who{font-size:10.5px;color:var(--sx-ink-soft);font-family:ui-monospace,Geist Mono,monospace}.rcv-privacy{font-size:10px;font-family:ui-monospace,Geist Mono,monospace;letter-spacing:.04em;padding:3px 8px;border-radius:var(--r-button);background:var(--done-bg);color:var(--text-secondary);white-space:nowrap}.mini-bars{display:flex;align-items:flex-end;gap:7px;width:100%;height:100%}.mini-bar{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;height:100%;justify-content:flex-end}.mini-bar i{display:block;width:100%;background:var(--tonal-mid);border-radius:2px 2px 0 0;height:calc(var(--v) * 76px / 4);transform:scaleY(0);transform-origin:bottom}.mini-bar:nth-child(4) i{background:var(--tonal-strong)}.mini-bar b{font-family:ui-monospace,Geist Mono,monospace;font-size:8px;font-weight:400;color:var(--sx-ink-soft)}html.js .mini-bar i{transition:transform .52s var(--ease-settle)}html.js .ov-section.in .mini-bar i{transform:scaleY(1)}html.js .ov-section.in .mini-bar:nth-child(2) i{transition-delay:40ms}html.js .ov-section.in .mini-bar:nth-child(3) i{transition-delay:80ms}html.js .ov-section.in .mini-bar:nth-child(4) i{transition-delay:.12s}html.js .ov-section.in .mini-bar:nth-child(5) i{transition-delay:.16s}html.js .ov-section.in .mini-bar:nth-child(6) i{transition-delay:.2s}html.js .ov-section.in .mini-bar:nth-child(7) i{transition-delay:.24s}.mini-rows{width:100%;display:flex;flex-direction:column;gap:6px;justify-content:flex-end}.mini-row{display:flex;align-items:center;gap:8px}.mini-row s{flex:1;height:5px;border-radius:2px;background:var(--tonal-soft);text-decoration:none}.mini-row em{font-family:ui-monospace,Geist Mono,monospace;font-style:normal;font-size:8.5px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-secondary);background:var(--done-bg);border-radius:4px;padding:1.5px 6px}html.js .mini-row{opacity:0;transform:translate(-4px);transition:opacity .2s var(--ease),transform .2s var(--ease)}html.js .ov-section.in .mini-row{opacity:1;transform:none}html.js .ov-section.in .mini-row:nth-child(2){transition-delay:60ms}html.js .ov-section.in .mini-row:nth-child(3){transition-delay:.12s}html.js .ov-section.in .mini-row:nth-child(4){transition-delay:.18s}html.js .ov-section.in .mini-row:nth-child(5){transition-delay:.24s}.mini-quantum{width:100%;height:100%}.mini-quantum path{fill:none}.mini-quantum .env{stroke:var(--sx-line);stroke-width:1}.mini-quantum .env-fill{fill:var(--sx-inset);stroke:none;opacity:0}.mini-quantum .sel{stroke:var(--tonal-strong);stroke-width:1.4}html.js .mini-quantum .draw{stroke-dasharray:1;stroke-dashoffset:1}html.js .ov-section.in .mini-quantum .draw{transition:stroke-dashoffset .6s var(--ease);stroke-dashoffset:0}html.js .ov-section.in .mini-quantum .sel.draw{transition-delay:.3s}html.js .mini-quantum .env-fill{transition:opacity .3s var(--ease) .5s}html.js .ov-section.in .mini-quantum .env-fill{opacity:1}.route-bar{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 8px}.route-btn{display:inline-flex;align-items:center;gap:8px;padding:9px 14px;border:1px solid var(--sx-line);border-radius:var(--r-button);background:var(--sx-paper-warm);font-size:12.5px;font-weight:600;color:var(--sx-ink-2);cursor:pointer;font-family:inherit;transition:background var(--t-fast) var(--ease),border-color var(--t-fast) var(--ease),color var(--t-fast) var(--ease)}.route-btn:hover{background:var(--bg-hover);color:var(--sx-ink)}.route-btn[aria-pressed=true]{background:var(--sx-inset);border-color:var(--sx-ink-soft);color:var(--sx-ink)}.route-btn .rb-tag{font-family:ui-monospace,Geist Mono,monospace;font-size:9px;letter-spacing:.06em;color:var(--sx-ink-soft);text-transform:uppercase;font-weight:400}.route-note{font-size:12px;color:var(--sx-ink-mid);margin:0 0 20px}.route-badge{position:absolute;top:10px;right:12px;font-family:ui-monospace,Geist Mono,monospace;font-size:10px;width:20px;height:20px;display:none;align-items:center;justify-content:center;border:1px solid var(--sx-ink-soft);border-radius:var(--r-button);background:var(--bg-elevated);color:var(--sx-ink)}.explore[data-route=participant] .ov-explore-card[data-p] .route-badge.p,.explore[data-route=sponsor] .ov-explore-card[data-s] .route-badge.s{display:inline-flex}.explore[data-route=participant] .ov-explore-card:not([data-p]),.explore[data-route=sponsor] .ov-explore-card:not([data-s]){opacity:.45}.ov-timeline:before{content:"";position:absolute;left:84px;top:0;bottom:0;width:1px;background:var(--sx-line-soft);transform:scaleY(0);transform-origin:top}html.js .ov-timeline:before{transition:transform .72s var(--ease-settle)}html.js .ov-section.in .ov-timeline:before{transform:scaleY(1)}@keyframes ov-pulse-once{0%{opacity:1}50%{opacity:.45}to{opacity:1}}html.js .ov-section.in .ov-timeline-row:nth-child(1) .ov-timeline-day{animation:ov-pulse-once .5s var(--ease) .1s 1}html.js .ov-section.in .ov-timeline-row:nth-child(2) .ov-timeline-day{animation:ov-pulse-once .5s var(--ease) .22s 1}html.js .ov-section.in .ov-timeline-row:nth-child(3) .ov-timeline-day{animation:ov-pulse-once .5s var(--ease) .34s 1}html.js .ov-section.in .ov-timeline-row:nth-child(4) .ov-timeline-day{animation:ov-pulse-once .5s var(--ease) .46s 1}.vocab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.vocab-term{font-size:12.5px;font-weight:600;color:var(--sx-ink);font-family:ui-monospace,Geist Mono,monospace}.vocab-def{font-size:11.5px;color:var(--sx-ink-2);margin-top:4px}.vocab-more{margin-top:18px;font-size:12px;color:var(--sx-ink-mid)}.vocab-more a{color:inherit;border-bottom:1px dotted var(--sx-ink-soft)}.vocab-more a:hover{color:var(--sx-accent);border-bottom-color:var(--sx-accent)}@media(prefers-reduced-motion:reduce){html.js [data-reveal],html.js .flow-node,html.js .flow-caption,html.js .mini-row,html.js .ov-triad-flag,html.js .hero-seq>.hero-item{opacity:1!important;transform:none!important;transition:none!important;animation:none!important}html.js .flow-svg .draw,html.js .mini-quantum .draw{stroke-dashoffset:0!important;transition:none!important}html.js .flow-edge.confidential{opacity:1!important;transition:none!important}html.js .flow-pulse{animation:none!important;opacity:0!important}.ov-explore-card:hover,.rcv-card:hover{transform:none!important}html.js .mini-bar i{transform:scaleY(1)!important;transition:none!important}html.js .mini-quantum .env-fill{opacity:1!important}html.js .phase-track-marker{transition:none!important;left:calc(16.66% - 4px)}html.js .step-connector span{transform:scaleX(1)!important;transition:none!important}html.js .ov-timeline:before{transform:scaleY(1)!important;transition:none!important}html.js .ov-timeline-day{animation:none!important}}@media(max-width:760px){.ov-triad,.ov-steps,.ov-explore-grid,.rcv-grid{grid-template-columns:1fr}.vocab-grid{grid-template-columns:1fr 1fr}.ov-timeline-row{grid-template-columns:1fr}.ov-timeline:before{display:none}.step-connector,.phase-track,.flow-wrap{display:none}.flow-stack{display:flex;flex-direction:column;gap:8px;border:1px solid var(--sx-line);border-radius:4px;background:var(--sx-paper-warm);padding:14px}.fs-node{display:block;border:1px solid var(--sx-line);border-radius:4px;background:var(--bg-elevated);padding:10px 12px;font-size:13px;font-weight:600;color:var(--sx-ink);text-decoration:none}.fs-node small{display:block;font-family:ui-monospace,Geist Mono,monospace;font-weight:400;font-size:10px;color:var(--sx-ink-soft);margin-top:2px}.fs-node.gate{background:var(--attention-bg);border-color:var(--attention)}.fs-node.gate small{color:var(--attention)}.fs-arrow{text-align:center;font-family:ui-monospace,Geist Mono,monospace;font-size:11px;color:var(--sx-ink-soft)}.fs-fork{display:grid;grid-template-columns:1fr 1fr;gap:8px}.fs-fork-col{display:flex;flex-direction:column;gap:8px}.fs-fork-label{font-family:ui-monospace,Geist Mono,monospace;font-size:9px;letter-spacing:.06em;text-transform:uppercase;color:var(--sx-ink-soft);text-align:center}}
