@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Regular.woff2)format("woff2"),url(/fonts/GeneralSans-Regular.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Medium.woff2)format("woff2"),url(/fonts/GeneralSans-Medium.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Semibold.woff2)format("woff2"),url(/fonts/GeneralSans-Semibold.otf)format("opentype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:General Sans;src:url(/fonts/GeneralSans-Bold.woff2)format("woff2"),url(/fonts/GeneralSans-Bold.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}:root{--ground:#070c19;--console:#0b1426;--panel:#111e3a;--panel-2:#0e1930;--line:#8caacd29;--line-strong:#8caacd4d;--text-hi:#f2f6fc;--text-mid:#b7c3d9;--text-low:#8595b3;--navy:#192953;--navy-mid:#134f8e;--signal:#55a0c9;--signal-bright:#6fb5dc;--signal-dim:#55a0c924;--font-sans:"General Sans", "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono:ui-monospace, "Cascadia Code", "Segoe UI Mono", Consolas, monospace;--unit:8px;--container:1160px;--radius:10px;--radius-lg:16px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:88px}body{background:var(--ground);color:var(--text-mid);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:1.0625rem;line-height:1.65;overflow-x:clip}::selection{background:var(--signal);color:#06101f}::placeholder{color:var(--text-low);opacity:1}:focus-visible{outline:2px solid var(--signal);outline-offset:2px;border-radius:4px}*{scrollbar-width:thin;scrollbar-color:var(--navy-mid) var(--ground)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--ground)}::-webkit-scrollbar-thumb{background:var(--navy-mid);border:2px solid var(--ground);border-radius:5px}input{caret-color:var(--signal);accent-color:var(--signal)}h1,h2,h3{color:var(--text-hi);text-wrap:balance;font-weight:600;line-height:1.12}h1{letter-spacing:-.03em;font-size:clamp(2.7rem,6.4vw,4.5rem);font-weight:700}h2{letter-spacing:-.022em;font-size:clamp(1.9rem,3.8vw,2.8rem)}h3{letter-spacing:-.01em;font-size:1.3rem}p{max-width:62ch}a{color:var(--text-hi);text-decoration:none}p a,li a{text-underline-offset:.22em;text-decoration:underline;text-decoration-color:var(--signal);text-decoration-thickness:1px}p a:hover,li a:hover{color:var(--signal-bright)}img{max-width:100%;display:block}.container{max-width:var(--container);padding-inline:calc(var(--unit) * 3);margin-inline:auto}.section{padding-block:calc(var(--unit) * 14);position:relative}.seam{border-top:1px solid var(--line)}.console-frame{background:var(--console);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:0 24px 64px -24px #020610cc}.console-bar{align-items:center;gap:calc(var(--unit) * 1.5);padding:calc(var(--unit) * 1.25) calc(var(--unit) * 2);border-bottom:1px solid var(--line);background:var(--panel-2);display:flex}.console-bar .sys{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-low);font-size:.72rem}.console-bar .chip{font-family:var(--font-mono);letter-spacing:.06em;border:1px solid var(--line-strong);color:var(--text-mid);border-radius:999px;margin-left:auto;padding:2px 10px;font-size:.7rem}.console-bar .chip.live{color:var(--signal);background:var(--signal-dim);border-color:#55a0c973}.btn{font-family:var(--font-sans);letter-spacing:-.005em;border-radius:var(--radius);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:transform .18s cubic-bezier(.2,.9,.3,1),box-shadow .18s cubic-bezier(.2,.9,.3,1),background-color .18s,color .18s,border-color .18s;display:inline-flex}.btn-lit{background:var(--signal);color:#06101f}.btn-lit:hover{background:var(--signal-bright);transform:translateY(-1px);box-shadow:0 10px 28px -8px #55a0c98c}.btn-lit:active{transform:translateY(0)}.btn-ghost{color:var(--text-hi);border-color:var(--line-strong);background:0 0}.btn-ghost:hover{border-color:var(--signal);color:var(--signal-bright)}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}@media (width<=720px){.section{padding-block:calc(var(--unit) * 9)}.btn{padding:13px 22px}}html.js .rise{opacity:0;transform:translateY(14px)}html.js .rise.on{opacity:1;transition:opacity .4s cubic-bezier(.25,1,.5,1),transform .4s cubic-bezier(.25,1,.5,1);transform:none}html.js .rise.on[data-delay="1"]{transition-delay:50ms}html.js .rise.on[data-delay="2"]{transition-delay:.1s}html.js .rise.on[data-delay="3"]{transition-delay:.15s}.btn{transition:transform .15s cubic-bezier(.2,.9,.3,1),box-shadow .15s cubic-bezier(.2,.9,.3,1),background-color .15s,color .15s,border-color .15s}.btn:active{transition-duration:70ms}.btn:focus-visible{outline:2px solid var(--signal);outline-offset:3px}.btn-lit:focus-visible{outline-color:var(--signal-bright)}.btn-lit:active{background:var(--signal);transform:translateY(1px);box-shadow:0 4px 12px -8px #55a0c966}.btn-ghost:active{border-color:var(--signal);color:var(--signal-bright);background:var(--signal-dim);transform:translateY(1px)}@media (prefers-reduced-motion:reduce){html.js .rise{opacity:1;transition:none;transform:none}html.js .rise.on{transition:none}html.js .rise.on[data-delay="1"],html.js .rise.on[data-delay="2"],html.js .rise.on[data-delay="3"]{transition-delay:0s}.btn,.btn:active,.btn-lit:hover,.btn-lit:active,.btn-ghost:active{transition:none;transform:none}}.skip-link{z-index:100;background:var(--signal);color:#06101f;border-radius:10px;padding:10px 18px;font-weight:600;transition:top .15s;position:absolute;top:-48px;left:16px}.skip-link:focus-visible{top:12px}main:focus{outline:none}@media (prefers-reduced-motion:reduce){.skip-link{transition:none}}.nav[data-astro-cid-wpvy4v7s]{inset-inline:0;z-index:50;-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--line);background:#070c19d1;position:fixed;top:0}.nav-inner[data-astro-cid-wpvy4v7s]{align-items:center;gap:calc(var(--unit) * 4);height:72px;display:flex}.brand[data-astro-cid-wpvy4v7s]{align-items:center;display:inline-flex}.brand[data-astro-cid-wpvy4v7s] img[data-astro-cid-wpvy4v7s]{width:auto;height:28px}.links[data-astro-cid-wpvy4v7s]{gap:calc(var(--unit) * 3.5);margin-left:auto;display:flex}.links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]{color:var(--text-mid);font-size:.95rem;font-weight:500;transition:color .15s}.links[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover{color:var(--text-hi)}.nav-cta[data-astro-cid-wpvy4v7s]{padding:10px 20px;font-size:.95rem}.menu[data-astro-cid-wpvy4v7s]{display:none;position:relative}.menu[data-astro-cid-wpvy4v7s] summary[data-astro-cid-wpvy4v7s]{border:1px solid var(--line-strong);border-radius:var(--radius);width:40px;height:40px;color:var(--text-hi);cursor:pointer;justify-content:center;align-items:center;list-style:none;display:inline-flex}.menu[data-astro-cid-wpvy4v7s] summary[data-astro-cid-wpvy4v7s]::-webkit-details-marker{display:none}.menu[data-astro-cid-wpvy4v7s][open] summary[data-astro-cid-wpvy4v7s]{border-color:var(--signal);color:var(--signal)}.menu-panel[data-astro-cid-wpvy4v7s]{background:var(--console);border:1px solid var(--line-strong);border-radius:var(--radius);min-width:200px;padding:calc(var(--unit) * 1);flex-direction:column;display:flex;position:absolute;top:calc(100% + 10px);right:0;box-shadow:0 18px 44px -14px #020610d9}.menu-panel[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]{color:var(--text-mid);border-radius:8px;padding:11px 14px;font-size:.95rem;font-weight:500}.menu-panel[data-astro-cid-wpvy4v7s] a[data-astro-cid-wpvy4v7s]:hover{color:var(--text-hi);background:var(--panel-2)}@media (width<=860px){.links[data-astro-cid-wpvy4v7s]{display:none}.menu[data-astro-cid-wpvy4v7s]{order:3;display:block}.nav-cta[data-astro-cid-wpvy4v7s]{margin-left:auto}}.hero-thread[data-astro-cid-htilncvh]{width:100%;max-width:1100px;margin-inline:auto}.ht-svg[data-astro-cid-htilncvh]{pointer-events:none;width:100%;height:auto;max-height:420px;margin-inline:auto;display:block}.ht-d[data-astro-cid-htilncvh]{aspect-ratio:1100/370}.ht-m[data-astro-cid-htilncvh]{aspect-ratio:360/448;max-height:340px;display:none}@media (width<=640px){.ht-d[data-astro-cid-htilncvh]{display:none}.ht-m[data-astro-cid-htilncvh]{display:block}}.ht-restg[data-astro-cid-htilncvh] path[data-astro-cid-htilncvh]{stroke:var(--line-strong);stroke-width:1.5px;fill:none}.ht-restg[data-astro-cid-htilncvh] .ht-bnd[data-astro-cid-htilncvh]{stroke-dasharray:2 5;stroke-width:1.25px;stroke-linecap:round}.ht-amb[data-astro-cid-htilncvh]{stroke:var(--signal);stroke-width:2px;stroke-linecap:round;fill:none;opacity:.3;stroke-dasharray:10 190;stroke-dashoffset:12px}.ht-lit[data-astro-cid-htilncvh]{stroke:var(--signal);stroke-opacity:.85;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:100px}.ht-comet[data-astro-cid-htilncvh]{stroke:var(--signal);stroke-width:2.6px;stroke-linecap:round;fill:none;stroke-dasharray:8 192;stroke-dashoffset:12px}.ht-evbox[data-astro-cid-htilncvh]{fill:var(--console);stroke:var(--line-strong);stroke-width:1px}.ht-gl[data-astro-cid-htilncvh]{stroke:var(--text-low);stroke-width:1.3px;stroke-linecap:round;fill:none}.ht-halo[data-astro-cid-htilncvh]{stroke:var(--signal);stroke-width:1.5px;fill:none;opacity:0;transform-box:fill-box;transform-origin:50%}.ht-node[data-astro-cid-htilncvh]{fill:var(--console);stroke:var(--signal);stroke-width:1.6px}.ht-dot[data-astro-cid-htilncvh]{fill:var(--signal)}.ht-outbox[data-astro-cid-htilncvh]{fill:var(--panel);stroke:var(--line-strong);stroke-width:1px}.ht-ogl[data-astro-cid-htilncvh]{stroke:var(--signal);stroke-width:1.5px;stroke-linecap:round}.ht-ring2[data-astro-cid-htilncvh]{fill:none;stroke:#f2f6fc29;stroke-width:1px}.ht-ring[data-astro-cid-htilncvh]{fill:var(--console);stroke:var(--text-hi);stroke-width:2px}.ht-check[data-astro-cid-htilncvh]{stroke:var(--text-hi);stroke-width:3.25px;stroke-linecap:round;stroke-linejoin:round;fill:none;stroke-dasharray:100;stroke-dashoffset:0;opacity:.5}.ht-handbox[data-astro-cid-htilncvh]{fill:var(--panel);stroke:var(--line-strong);stroke-width:1px}.ht-handlit[data-astro-cid-htilncvh]{fill:none;stroke:var(--text-hi);stroke-width:1.25px}.ht-harr[data-astro-cid-htilncvh]{stroke:var(--text-hi);stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;fill:none}.ht-label[data-astro-cid-htilncvh]{font-family:var(--font-sans);fill:var(--text-mid);font-size:13px}.ht-hi[data-astro-cid-htilncvh]{fill:var(--text-hi);font-size:12.5px;font-weight:500}.ht-olabel[data-astro-cid-htilncvh]{font-family:var(--font-sans);fill:var(--text-hi);font-size:13px;font-weight:500}.ht-head[data-astro-cid-htilncvh]{font-family:var(--font-sans);letter-spacing:.14em;fill:var(--text-low);opacity:.8;font-size:11px}.ht-m[data-astro-cid-htilncvh] .ht-label[data-astro-cid-htilncvh]{font-size:14px}.ht-m[data-astro-cid-htilncvh] .ht-olabel[data-astro-cid-htilncvh]{font-size:13.5px}.ht-m[data-astro-cid-htilncvh] .ht-hi[data-astro-cid-htilncvh]{font-size:14px}.ht-br[data-astro-cid-htilncvh]{opacity:var(--r,.78)}.ht-play[data-astro-cid-htilncvh] [data-astro-cid-htilncvh]:is(.ht-draw,.ht-go,.ht-br,.ht-pu,.ht-ck){animation-duration:var(--du,.5s);animation-delay:var(--de,0s);animation-timing-function:cubic-bezier(.45,.05,.25,1);animation-iteration-count:1;animation-fill-mode:both}.ht-play[data-astro-cid-htilncvh] .ht-draw[data-astro-cid-htilncvh]{animation-name:ht-draw}.ht-play[data-astro-cid-htilncvh] .ht-go[data-astro-cid-htilncvh]{animation-name:ht-travel;animation-timing-function:cubic-bezier(.5,.08,.35,.95)}.ht-play[data-astro-cid-htilncvh] .ht-br[data-astro-cid-htilncvh]{animation-name:ht-brighten;animation-timing-function:ease}.ht-play[data-astro-cid-htilncvh] .ht-pu[data-astro-cid-htilncvh]{animation-name:ht-pulse;animation-timing-function:ease-in-out;animation-iteration-count:2}.ht-play[data-astro-cid-htilncvh] .ht-ck[data-astro-cid-htilncvh]{animation-name:ht-approve;animation-timing-function:cubic-bezier(.4,0,.2,1)}.ht-play[data-astro-cid-htilncvh] .ht-amb[data-astro-cid-htilncvh]{animation:7s linear 6.6s infinite ht-travel}.hero-thread[data-astro-cid-htilncvh].ht-paused [data-astro-cid-htilncvh]{animation-play-state:paused!important}@keyframes ht-draw{0%{stroke-dashoffset:100px}to{stroke-dashoffset:0}}@keyframes ht-travel{0%{stroke-dashoffset:12px}to{stroke-dashoffset:-110px}}@keyframes ht-brighten{0%{opacity:var(--r,.78)}to{opacity:1}}@keyframes ht-pulse{0%,to{opacity:0;transform:scale(.94)}35%{opacity:.5;transform:scale(1)}70%{opacity:0;transform:scale(1.08)}}@keyframes ht-approve{0%{opacity:.5;stroke-dashoffset:0}14%{opacity:0}22%{opacity:0;stroke-dashoffset:100px}32%{opacity:1;stroke-dashoffset:94px}to{opacity:1;stroke-dashoffset:0}}@media (prefers-reduced-motion:reduce){.hero-thread[data-astro-cid-htilncvh] [data-astro-cid-htilncvh]{animation:none!important}.ht-lit[data-astro-cid-htilncvh]{stroke-dashoffset:0}.ht-br[data-astro-cid-htilncvh]{opacity:1}.ht-check[data-astro-cid-htilncvh]{stroke-dashoffset:0;opacity:1}.ht-halo[data-astro-cid-htilncvh]{opacity:0}}.hero[data-astro-cid-ge2uvauf]{padding-top:calc(72px + var(--unit) * 10);padding-bottom:calc(var(--unit) * 8);position:relative}.hero[data-astro-cid-ge2uvauf]:before{content:"";pointer-events:none;background:radial-gradient(56% 42% at 50% 8%,#1929538c,#0000 70%);position:absolute;inset:0}.hero[data-astro-cid-ge2uvauf] .container[data-astro-cid-ge2uvauf]{position:relative}.hero-copy[data-astro-cid-ge2uvauf]{text-align:center;align-items:center;gap:calc(var(--unit) * 3);margin-bottom:calc(var(--unit) * 6);flex-direction:column;display:flex}.lede[data-astro-cid-ge2uvauf]{max-width:54ch;color:var(--text-mid);font-size:1.2rem}.cta-row[data-astro-cid-ge2uvauf]{gap:calc(var(--unit) * 2);flex-wrap:wrap;justify-content:center;display:flex}@media (width<=860px){.hero[data-astro-cid-ge2uvauf]{padding-top:calc(72px + var(--unit) * 7)}.lede[data-astro-cid-ge2uvauf]{font-size:1.08rem}.hero-copy[data-astro-cid-ge2uvauf]{margin-bottom:calc(var(--unit) * 4)}}.trust[data-astro-cid-rjkkqzle]{padding-block:calc(var(--unit) * 7)}.trust-inner[data-astro-cid-rjkkqzle]{align-items:center;gap:calc(var(--unit) * 6);flex-wrap:wrap;justify-content:center;display:flex}.trust-line[data-astro-cid-rjkkqzle]{color:var(--text-low);font-size:.95rem}.logo-row[data-astro-cid-rjkkqzle]{align-items:center;gap:calc(var(--unit) * 7);flex-wrap:wrap;justify-content:center;list-style:none;display:flex}.logo-row[data-astro-cid-rjkkqzle] img[data-astro-cid-rjkkqzle]{opacity:.85;width:auto;height:26px}@media (width<=720px){.trust-inner[data-astro-cid-rjkkqzle]{gap:calc(var(--unit) * 3)}.logo-row[data-astro-cid-rjkkqzle]{gap:calc(var(--unit) * 4)}.logo-row[data-astro-cid-rjkkqzle] img[data-astro-cid-rjkkqzle]{height:20px}}.shift[data-astro-cid-gcgjc2vw] .container[data-astro-cid-gcgjc2vw]{gap:calc(var(--unit) * 4);flex-direction:column;max-width:880px;display:flex}.shift-a[data-astro-cid-gcgjc2vw],.shift-b[data-astro-cid-gcgjc2vw]{letter-spacing:-.018em;max-width:none;font-size:clamp(1.5rem,3.2vw,2.3rem);font-weight:500;line-height:1.3}.shift-a[data-astro-cid-gcgjc2vw]{color:var(--text-low)}.shift-b[data-astro-cid-gcgjc2vw]{color:var(--text-hi)}.written[data-astro-cid-gcgjc2vw]{color:var(--signal)}.signed[data-astro-cid-gcgjc2vw]{white-space:nowrap;border-bottom:2px solid var(--text-hi)}.agents[data-astro-cid-32fw6dgc] h2[data-astro-cid-32fw6dgc]{margin-bottom:calc(var(--unit) * 6)}.sr-only[data-astro-cid-32fw6dgc]{clip-path:inset(50%);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.pf-track[data-astro-cid-32fw6dgc]{height:calc(var(--pf-vh) * 1vh)}.pf-stage[data-astro-cid-32fw6dgc]{box-sizing:border-box;align-items:center;height:100vh;padding-top:84px;display:flex;position:sticky;top:0}.pf-stage-inner[data-astro-cid-32fw6dgc]{justify-content:center;width:100%;display:flex}.pf-frame[data-astro-cid-32fw6dgc]{width:min(1060px,100%,160vh - 400px)}.pf-skip[data-astro-cid-32fw6dgc]{font-family:var(--font-mono);letter-spacing:.06em;color:var(--text-low);border-bottom:1px solid #0000;font-size:.7rem;transition:color .15s}.pf-skip[data-astro-cid-32fw6dgc]:hover{color:var(--text-mid);border-bottom-color:var(--line-strong)}.pf-skip[data-astro-cid-32fw6dgc]:focus-visible{background:var(--signal);color:#06101f;border-bottom-color:#0000;border-radius:6px;padding:2px 8px}.pf-view[data-astro-cid-32fw6dgc]{aspect-ratio:16/10;background:var(--panel-2);cursor:none;position:relative;overflow:hidden}.pf-canvas[data-astro-cid-32fw6dgc]{transform-origin:0 0;transform:scale(var(--pfs,1));transition:opacity .2s;position:absolute;top:0;left:0}.pf-vignette[data-astro-cid-32fw6dgc]{z-index:5;pointer-events:none;opacity:.2;background:radial-gradient(118% 92% at 50% 46%,#0000 58%,#040812e6 100%);position:absolute;inset:0}.pf-cursor[data-astro-cid-32fw6dgc],.pf-press[data-astro-cid-32fw6dgc],.pf-ring[data-astro-cid-32fw6dgc],.pf-type[data-astro-cid-32fw6dgc]{opacity:0;visibility:hidden;pointer-events:none;position:absolute;top:0;left:0}.pf-cursor[data-astro-cid-32fw6dgc]{z-index:8;filter:drop-shadow(0 3px 7px #02061080)}.pf-press[data-astro-cid-32fw6dgc]{z-index:7;border:3px solid var(--signal);border-radius:50%;width:48px;height:48px}.pf-ring[data-astro-cid-32fw6dgc]{z-index:6;border:3px solid var(--signal);border-radius:var(--radius);box-shadow:0 6px 30px -6px #55a0c980}.pf-type[data-astro-cid-32fw6dgc]{z-index:4;transform-origin:0 0;height:22px;font-family:var(--font-sans);letter-spacing:.005em;color:#23262e;white-space:pre;align-items:center;font-size:22px;line-height:1;display:inline-flex}.pf-caret[data-astro-cid-32fw6dgc]{background:#23262e;flex:none;width:2px;height:24px;margin-left:2px}.pf-captionbar[data-astro-cid-32fw6dgc]{padding:calc(var(--unit) * 1.75) calc(var(--unit) * 2.5);border-top:1px solid var(--line)}.pf-caption[data-astro-cid-32fw6dgc]{color:var(--text-mid);min-height:1.5em;font-size:.95rem}.pf-alt[data-astro-cid-32fw6dgc]{gap:calc(var(--unit) * 7);flex-direction:column;display:flex}.pf-alt[data-astro-cid-32fw6dgc]:empty{display:none}.pf-m-card,.pf-r-card{gap:calc(var(--unit) * 2);flex-direction:column;display:flex}.pf-m-card h3,.pf-r-card h3{letter-spacing:-.018em;font-size:1.4rem}.pf-m-caption{color:var(--text-mid);max-width:52ch}.pf-m-outcome{color:var(--text-low);max-width:56ch;font-size:.92rem}.pf-m-media{aspect-ratio:4/3;background:var(--console);position:relative}.pf-m-media img{object-fit:contain;opacity:0;width:auto;max-width:100%;height:auto;max-height:100%;margin:auto;position:absolute;inset:0}.pf-m-media .pf-m-f1{opacity:1}.pf-m-card.play .pf-m-f1{animation:2.4s forwards pf-m-a1}.pf-m-card.play .pf-m-f2{animation:2.4s forwards pf-m-a2}.pf-m-card.play .pf-m-f3{animation:2.4s forwards pf-m-a3}@keyframes pf-m-a1{0%,37%{opacity:1}58%,to{opacity:0}}@keyframes pf-m-a2{0%,37%{opacity:0}58%,79%{opacity:1}to{opacity:0}}@keyframes pf-m-a3{0%,79%{opacity:0}to{opacity:1}}.pf-r-frame img{width:100%;height:auto;display:block}.pf-noscript[data-astro-cid-32fw6dgc]{margin-top:calc(var(--unit) * 2)}@media (height<=720px) and (width>=861px){.pf-captionbar[data-astro-cid-32fw6dgc]{display:none}.pf-frame[data-astro-cid-32fw6dgc]{width:min(1060px,100%,160vh - 272px)}}@media (width<=860px),(prefers-reduced-motion:reduce){.pf-track[data-astro-cid-32fw6dgc]{display:none}}html:not(.js) .pf-track[data-astro-cid-32fw6dgc]{display:none}#pf-canvas .pf-layer{transform-origin:50%;opacity:0;visibility:hidden;pointer-events:none;position:absolute;inset:0}#pf-canvas .pf-layer img{width:100%;max-width:none;height:100%;display:block}.lifecycle[data-astro-cid-6hsp6x5g]{background:var(--console)}.lifecycle-lede[data-astro-cid-6hsp6x5g]{margin-top:calc(var(--unit) * 2);color:var(--text-mid);max-width:58ch}.rail-wrap[data-astro-cid-6hsp6x5g]{margin-top:calc(var(--unit) * 8)}.rail[data-astro-cid-6hsp6x5g]{position:relative}.thread[data-astro-cid-6hsp6x5g]{background:var(--line);height:2px;position:absolute;top:7px;left:0;right:0;overflow:hidden}.thread-fill[data-astro-cid-6hsp6x5g]{background:var(--signal);width:100%;height:100%;transform:scaleX(var(--p,0));transform-origin:0;transition:transform .2s linear;display:block}.stages[data-astro-cid-6hsp6x5g]{gap:calc(var(--unit) * 3);grid-template-columns:repeat(5,1fr);list-style:none;display:grid}.stage[data-astro-cid-6hsp6x5g]{flex-direction:column;gap:6px;padding-top:0;display:flex}.node[data-astro-cid-6hsp6x5g]{background:var(--console);border:2px solid var(--signal);width:16px;height:16px;margin-bottom:calc(var(--unit) * 2);border-radius:50%}.stage-name[data-astro-cid-6hsp6x5g]{color:var(--text-hi);letter-spacing:-.01em;font-size:1.0625rem;font-weight:600}.stage-note[data-astro-cid-6hsp6x5g]{color:var(--text-low);max-width:22ch;font-size:.88rem}html.js .node[data-astro-cid-6hsp6x5g]{opacity:.35;transition:opacity .45s}html.js .stage-name[data-astro-cid-6hsp6x5g]{opacity:.5;transition:opacity .45s}html.js .stage[data-astro-cid-6hsp6x5g].lit .node[data-astro-cid-6hsp6x5g],html.js .stage[data-astro-cid-6hsp6x5g].lit .stage-name[data-astro-cid-6hsp6x5g]{opacity:1}html.js .handover[data-astro-cid-6hsp6x5g] .stage-name[data-astro-cid-6hsp6x5g]{opacity:.68}@media (prefers-reduced-motion:reduce){html.js .node[data-astro-cid-6hsp6x5g],html.js .stage-name[data-astro-cid-6hsp6x5g]{opacity:1;transition:none}}.tier-core[data-astro-cid-6hsp6x5g] .node[data-astro-cid-6hsp6x5g]{background:var(--signal)}.stage-tier[data-astro-cid-6hsp6x5g]{font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;color:var(--text-low);margin-top:2px;font-size:.7rem}.tier-core[data-astro-cid-6hsp6x5g] .stage-tier[data-astro-cid-6hsp6x5g]{color:var(--signal)}.legend[data-astro-cid-6hsp6x5g]{gap:calc(var(--unit) * 1) calc(var(--unit) * 4);margin-top:calc(var(--unit) * 6);color:var(--text-low);flex-wrap:wrap;font-size:.9rem;list-style:none;display:flex}.legend[data-astro-cid-6hsp6x5g] li[data-astro-cid-6hsp6x5g]{align-items:center;gap:10px;display:inline-flex}.legend[data-astro-cid-6hsp6x5g] b[data-astro-cid-6hsp6x5g]{color:var(--text-mid);font-weight:600}.legend-core[data-astro-cid-6hsp6x5g] b[data-astro-cid-6hsp6x5g]{color:var(--text-hi)}.legend-dot[data-astro-cid-6hsp6x5g]{border:2px solid var(--signal);background:var(--signal);border-radius:50%;flex:none;width:12px;height:12px}.legend-partners[data-astro-cid-6hsp6x5g] .legend-dot[data-astro-cid-6hsp6x5g]{background:0 0}.legend-roadmap[data-astro-cid-6hsp6x5g] .legend-dot[data-astro-cid-6hsp6x5g]{border-style:dashed;border-color:var(--text-low);background:0 0}.handover[data-astro-cid-6hsp6x5g] .node[data-astro-cid-6hsp6x5g]{border-color:var(--text-low)}.handover[data-astro-cid-6hsp6x5g] .stage-name[data-astro-cid-6hsp6x5g]{color:var(--text-mid)}.boundary[data-astro-cid-6hsp6x5g]{margin-top:calc(var(--unit) * 3);padding-top:calc(var(--unit) * 3);border-top:1px solid var(--line);color:var(--text-low);max-width:none;font-size:.95rem}.boundary[data-astro-cid-6hsp6x5g] span[data-astro-cid-6hsp6x5g]{max-width:66ch;display:block}@media (width<=860px){.thread[data-astro-cid-6hsp6x5g]{width:2px;height:auto;inset:0 auto 0 7px}.thread-fill[data-astro-cid-6hsp6x5g]{transform-origin:top;transform:scaleY(var(--p,0))}.stages[data-astro-cid-6hsp6x5g]{gap:calc(var(--unit) * 4);grid-template-columns:1fr}.stage[data-astro-cid-6hsp6x5g]{column-gap:calc(var(--unit) * 2.5);grid-template-columns:16px 1fr;display:grid}.node[data-astro-cid-6hsp6x5g]{margin-top:3px;margin-bottom:0}.stage-name[data-astro-cid-6hsp6x5g]{grid-column:2}.stage-note[data-astro-cid-6hsp6x5g]{grid-column:2;max-width:none}.stage[data-astro-cid-6hsp6x5g] .node[data-astro-cid-6hsp6x5g]{grid-row:1/span 3}.stage-tier[data-astro-cid-6hsp6x5g]{grid-column:2}}.human-grid[data-astro-cid-7b2glnpn]{gap:calc(var(--unit) * 8);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;display:grid}.acts[data-astro-cid-7b2glnpn]{flex-direction:column;list-style:none;display:flex}.act[data-astro-cid-7b2glnpn]{gap:calc(var(--unit) * 3);padding-block:calc(var(--unit) * 3);border-bottom:1px solid var(--line);grid-template-columns:120px 1fr;align-items:baseline;display:grid}.act[data-astro-cid-7b2glnpn]:first-child{border-top:1px solid var(--line)}.act-verb[data-astro-cid-7b2glnpn]{color:var(--text-hi);letter-spacing:-.01em;font-size:1.2rem;font-weight:600}.act-line[data-astro-cid-7b2glnpn]{color:var(--text-mid)}.approve-check[data-astro-cid-7b2glnpn]{margin-left:calc(var(--unit) * 1.25);vertical-align:-1px;color:var(--text-hi);display:inline-block}html.js .approve-check[data-astro-cid-7b2glnpn] path[data-astro-cid-7b2glnpn]{stroke-dasharray:1;stroke-dashoffset:1px}html.js .human[data-astro-cid-7b2glnpn].checked .approve-check[data-astro-cid-7b2glnpn] path[data-astro-cid-7b2glnpn]{stroke-dashoffset:0;transition:stroke-dashoffset .45s cubic-bezier(.25,1,.5,1) .25s}@media (prefers-reduced-motion:reduce){html.js .approve-check[data-astro-cid-7b2glnpn] path[data-astro-cid-7b2glnpn]{stroke-dashoffset:0;transition:none}}@media (width<=860px){.human-grid[data-astro-cid-7b2glnpn]{gap:calc(var(--unit) * 4);grid-template-columns:1fr}.act[data-astro-cid-7b2glnpn]{grid-template-columns:1fr;gap:4px}}.packs-grid[data-astro-cid-wccozzsi]{gap:calc(var(--unit) * 8);grid-template-columns:minmax(0,7fr) minmax(0,5fr);align-items:center;display:grid}.packs-copy[data-astro-cid-wccozzsi]{gap:calc(var(--unit) * 2.5);flex-direction:column;display:flex}.packs-copy[data-astro-cid-wccozzsi] p[data-astro-cid-wccozzsi]{max-width:52ch}.packs-invite[data-astro-cid-wccozzsi]{color:var(--text-hi)}.pack-list[data-astro-cid-wccozzsi]{list-style:none}.pack[data-astro-cid-wccozzsi]{justify-content:space-between;align-items:baseline;gap:calc(var(--unit) * 2);padding:calc(var(--unit) * 2.5) calc(var(--unit) * 2.5);display:flex}.pack[data-astro-cid-wccozzsi]+.pack[data-astro-cid-wccozzsi]{border-top:1px solid var(--line)}.pack-name[data-astro-cid-wccozzsi]{color:var(--text-hi);font-weight:500}.pack-state[data-astro-cid-wccozzsi]{color:var(--text-low);text-align:right;font-size:.88rem}.pack[data-astro-cid-wccozzsi].now .pack-state[data-astro-cid-wccozzsi]{color:var(--signal)}@media (width<=860px){.packs-grid[data-astro-cid-wccozzsi]{gap:calc(var(--unit) * 4);grid-template-columns:1fr}}.supported[data-astro-cid-u4g55hkb]{padding-block:calc(var(--unit) * 7)}.supported-inner[data-astro-cid-u4g55hkb]{align-items:center;gap:calc(var(--unit) * 6);flex-wrap:wrap;justify-content:center;display:flex}.supported-line[data-astro-cid-u4g55hkb]{color:var(--text-low);font-size:.95rem}.program-row[data-astro-cid-u4g55hkb]{align-items:center;gap:calc(var(--unit) * 7);flex-wrap:wrap;justify-content:center;list-style:none;display:flex}.program-row[data-astro-cid-u4g55hkb] a[data-astro-cid-u4g55hkb]:hover img[data-astro-cid-u4g55hkb]{opacity:1}@media (width<=720px){.supported-inner[data-astro-cid-u4g55hkb]{gap:calc(var(--unit) * 3)}.program-row[data-astro-cid-u4g55hkb]{gap:calc(var(--unit) * 4)}}#supported-band .program-row li{justify-content:center;align-items:center;height:76px;display:flex}#supported-band .program-row img{opacity:.85;width:auto;transition:opacity .2s}#supported-band img.ms-badge{border-radius:5px;height:72px}#supported-band img.el-mark{height:24px}@media (width<=720px){#supported-band .program-row li{height:60px}#supported-band img.ms-badge{height:56px}#supported-band img.el-mark{height:19px}}.faq-grid[data-astro-cid-hemr5th4]{gap:calc(var(--unit) * 8);grid-template-columns:minmax(0,4fr) minmax(0,8fr);align-items:start;display:grid}.faq-grid[data-astro-cid-hemr5th4] h2[data-astro-cid-hemr5th4]{position:sticky;top:104px}.faq-list[data-astro-cid-hemr5th4]{flex-direction:column;display:flex}.faq-item[data-astro-cid-hemr5th4]{border-bottom:1px solid var(--line)}.faq-item[data-astro-cid-hemr5th4]:first-child{border-top:1px solid var(--line)}summary[data-astro-cid-hemr5th4]{justify-content:space-between;align-items:center;gap:calc(var(--unit) * 3);padding-block:calc(var(--unit) * 2.5);cursor:pointer;color:var(--text-hi);font-size:1.06rem;font-weight:500;list-style:none;transition:color .15s;display:flex}summary[data-astro-cid-hemr5th4]::-webkit-details-marker{display:none}summary[data-astro-cid-hemr5th4]:hover{color:var(--signal-bright)}.indicator[data-astro-cid-hemr5th4]{color:var(--text-low);flex:none;transition:transform .25s cubic-bezier(.16,1,.3,1)}details[data-astro-cid-hemr5th4][open] .indicator[data-astro-cid-hemr5th4]{color:var(--signal);transform:rotate(45deg)}.faq-item[data-astro-cid-hemr5th4] p[data-astro-cid-hemr5th4]{padding-bottom:calc(var(--unit) * 3);color:var(--text-mid);max-width:68ch}.faq-item[data-astro-cid-hemr5th4]{interpolate-size:allow-keywords}@supports (interpolate-size:allow-keywords){.faq-item[data-astro-cid-hemr5th4]::details-content{opacity:0;block-size:0;transition:block-size .38s cubic-bezier(.25, 1, .5, 1), opacity .3s ease, content-visibility .38s allow-discrete;overflow:clip}.faq-item[data-astro-cid-hemr5th4][open]::details-content{opacity:1;block-size:auto}}@media (prefers-reduced-motion:reduce){.faq-item[data-astro-cid-hemr5th4]::details-content{transition:none}}@media (width<=860px){.faq-grid[data-astro-cid-hemr5th4]{gap:calc(var(--unit) * 4);grid-template-columns:1fr}.faq-grid[data-astro-cid-hemr5th4] h2[data-astro-cid-hemr5th4]{position:static}}.book[data-astro-cid-b3gs4dch]{background:var(--console)}.book-grid[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 8);grid-template-columns:minmax(0,5fr) minmax(0,7fr);align-items:start;display:grid}.book-copy[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 2.5);flex-direction:column;display:flex;position:sticky;top:104px}.demo-form[data-astro-cid-b3gs4dch]{background:var(--ground)}.form-body[data-astro-cid-b3gs4dch]{padding:calc(var(--unit) * 3)}.nojs-note[data-astro-cid-b3gs4dch]{color:var(--text-mid);display:none}html:not(.js) .nojs-note[data-astro-cid-b3gs4dch]{display:block}html:not(.js) .step[data-astro-cid-b3gs4dch]{display:none}.step[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 2.5);border:0;flex-direction:column;display:flex}.step[data-astro-cid-b3gs4dch][hidden]{display:none}.sr-only[data-astro-cid-b3gs4dch]{clip-path:inset(50%);width:1px;height:1px;position:absolute;overflow:hidden}.field[data-astro-cid-b3gs4dch]{flex-direction:column;gap:8px;display:flex}.field-label[data-astro-cid-b3gs4dch]{color:var(--text-hi);font-size:.9rem;font-weight:500}.field-label[data-astro-cid-b3gs4dch] em[data-astro-cid-b3gs4dch]{color:var(--text-low);font-style:normal;font-weight:400}input[data-astro-cid-b3gs4dch][type=text],input[data-astro-cid-b3gs4dch][type=email],textarea[data-astro-cid-b3gs4dch]{background:var(--console);border:1px solid var(--line-strong);border-radius:var(--radius);color:var(--text-hi);font-family:var(--font-sans);padding:12px 14px;font-size:1rem;transition:border-color .15s,box-shadow .15s}input[data-astro-cid-b3gs4dch]:hover,textarea[data-astro-cid-b3gs4dch]:hover{border-color:var(--text-low)}input[data-astro-cid-b3gs4dch]:focus,textarea[data-astro-cid-b3gs4dch]:focus{border-color:var(--signal);outline:none;box-shadow:0 0 0 3px #55a0c92e}input[data-astro-cid-b3gs4dch][aria-invalid=true]{border-color:#f2a6a6}textarea[data-astro-cid-b3gs4dch]{resize:vertical;min-height:84px}.field-error[data-astro-cid-b3gs4dch]{color:#f2a6a6;font-size:.9rem}.choice-row[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 2);flex-wrap:wrap;display:flex}.choice[data-astro-cid-b3gs4dch]{border:1px solid var(--line-strong);border-radius:var(--radius);cursor:pointer;color:var(--text-mid);align-items:center;gap:10px;padding:11px 16px;transition:border-color .15s,color .15s,background-color .15s;display:inline-flex}.choice[data-astro-cid-b3gs4dch]:hover{border-color:var(--text-low)}.choice[data-astro-cid-b3gs4dch]:has(input:checked){border-color:var(--signal);color:var(--text-hi);background:var(--signal-dim)}.mailto-note[data-astro-cid-b3gs4dch]{color:var(--text-mid);padding:calc(var(--unit) * 1.5) calc(var(--unit) * 2);border:1px solid var(--line);border-radius:var(--radius);background:var(--panel-2);max-width:none;font-size:.9rem;line-height:1.55}.form-row[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 2);padding-top:calc(var(--unit) * 1);justify-content:flex-end;display:flex}.done-title[data-astro-cid-b3gs4dch]{color:var(--text-hi);letter-spacing:-.01em;font-size:1.3rem;font-weight:600}.done-body[data-astro-cid-b3gs4dch]{color:var(--text-mid)}.step-done[data-astro-cid-b3gs4dch]:focus{outline:none}.step-done[data-astro-cid-b3gs4dch]:focus-visible{outline:2px solid var(--signal);outline-offset:4px;border-radius:4px}.email-note[data-astro-cid-b3gs4dch]{margin-top:calc(var(--unit) * 2.5);padding-top:calc(var(--unit) * 2);border-top:1px solid var(--line);color:var(--text-low);font-size:.85rem}.email-note[data-astro-cid-b3gs4dch][hidden]{display:none}@media (width<=860px){.book-grid[data-astro-cid-b3gs4dch]{gap:calc(var(--unit) * 4);grid-template-columns:1fr}.book-copy[data-astro-cid-b3gs4dch]{position:static}.form-row[data-astro-cid-b3gs4dch]{flex-direction:column-reverse}.form-row[data-astro-cid-b3gs4dch] .btn[data-astro-cid-b3gs4dch]{width:100%}}.footer[data-astro-cid-jo6i4kqk]{padding-block:calc(var(--unit) * 10) calc(var(--unit) * 5);background:var(--ground)}.footer-grid[data-astro-cid-jo6i4kqk]{gap:calc(var(--unit) * 8);padding-bottom:calc(var(--unit) * 8);grid-template-columns:minmax(0,6fr) minmax(0,3fr) minmax(0,3fr);display:grid}.footer-brand[data-astro-cid-jo6i4kqk]{gap:calc(var(--unit) * 2.5);flex-direction:column;display:flex}.footer-brand[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{align-self:flex-start;width:auto;height:26px}.footer-brand[data-astro-cid-jo6i4kqk] p[data-astro-cid-jo6i4kqk]{color:var(--text-low);max-width:44ch;font-size:.95rem}.footer-col[data-astro-cid-jo6i4kqk]{gap:calc(var(--unit) * 1.5);flex-direction:column;display:flex}.footer-head[data-astro-cid-jo6i4kqk]{color:var(--text-hi);margin-bottom:calc(var(--unit) * .5);font-weight:600}.footer-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--text-mid);font-size:.95rem;transition:color .15s}.footer-col[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover{color:var(--signal-bright)}.addr[data-astro-cid-jo6i4kqk]{color:var(--text-low);font-size:.9rem}.footer-base[data-astro-cid-jo6i4kqk]{justify-content:space-between;gap:calc(var(--unit) * 3);padding-top:calc(var(--unit) * 4);border-top:1px solid var(--line);color:var(--text-low);flex-wrap:wrap;font-size:.88rem;display:flex}@media (width<=860px){.footer-grid[data-astro-cid-jo6i4kqk]{gap:calc(var(--unit) * 5);grid-template-columns:1fr}}
