:root{color-scheme:light;--ink:#0f172a;--ink-soft:#475569;--muted:#64748b;--brand:#635bff;--brand-strong:#4f46e5;--brand-soft:#eef2ff;--brand-violet:#7a73ff;--navy:#1d1b3f;--navy-soft:#2b2857;--surface:#fff;--surface-soft:#f8fafc;--surface-tint:#f7f7ff;--line:#e2e8f0;--line-strong:#cbd5e1;--mono:"JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--sans:Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--shadow:0 18px 55px #0f172a17}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-width:320px;color:var(--ink);background:var(--surface);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}a{color:inherit}button,summary{font:inherit}::selection{color:#fff;background:var(--brand)}.skip-link{z-index:100;color:#fff;background:var(--ink);border-radius:.5rem;padding:.75rem 1rem;position:fixed;top:-5rem;left:1rem}.skip-link:focus{top:1rem}.site-header{z-index:40;border-bottom:1px solid var(--line);backdrop-filter:blur(16px);background:#ffffffe6;position:sticky;top:0}.header-inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:2rem;max-width:1280px;height:64px;margin:auto;padding:0 24px;display:grid}.wordmark,.footer-brand{letter-spacing:-.02em;border-radius:.35rem;align-items:center;gap:.65rem;width:fit-content;font-size:1.08rem;font-weight:700;text-decoration:none;display:inline-flex}.wordmark:focus-visible,.footer-brand:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.wordmark img,.footer-brand img{display:block}.header-inner>nav{align-items:center;gap:clamp(1rem,2vw,1.7rem);display:flex}.header-inner>nav a{color:var(--ink-soft);border-radius:.3rem;padding:.55rem 0;font-size:.88rem;font-weight:500;text-decoration:none;transition:color .16s}.header-inner>nav a:hover,.header-inner>nav a[aria-current=page]{color:var(--brand-strong)}.header-inner>nav a:focus-visible,.header-demo:focus-visible,.mobile-navigation summary:focus-visible{outline:2px solid var(--brand);outline-offset:4px}.header-demo{color:#fff;background:linear-gradient(90deg, var(--brand), var(--brand-violet));border-radius:.5rem;justify-self:end;align-items:center;gap:.55rem;min-height:40px;padding:0 1rem;font-size:.84rem;font-weight:650;text-decoration:none;transition:transform .16s,box-shadow .16s,filter .16s;display:inline-flex;box-shadow:0 4px 14px #635bff33}.header-demo:hover{filter:brightness(1.05);transform:translateY(-1px);box-shadow:0 8px 22px #635bff3d}.mobile-navigation{justify-self:end;display:none;position:relative}.mobile-navigation summary{border:1px solid var(--line-strong);width:44px;height:44px;color:var(--ink-soft);cursor:pointer;background:#fff;border-radius:.55rem;place-items:center;list-style:none;display:grid}.mobile-navigation summary::-webkit-details-marker{display:none}.mobile-navigation nav{border:1px solid var(--line);width:min(280px,100vw - 32px);box-shadow:var(--shadow);background:#fff;border-radius:.8rem;gap:.2rem;padding:.65rem;display:grid;position:absolute;top:calc(100% + .65rem);right:0}.mobile-navigation nav a{min-height:44px;color:var(--ink-soft);border-radius:.55rem;align-items:center;padding:0 .75rem;font-size:.9rem;font-weight:550;text-decoration:none;display:flex}.mobile-navigation nav a:hover,.mobile-navigation nav a[aria-current=page]{color:var(--brand-strong);background:var(--brand-soft)}main{display:block}.shell{width:min(1280px,100% - 48px);margin:0 auto}.eyebrow,.specimen-number{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:var(--brand-strong);font-size:.68rem;line-height:1.6}.hero{border-bottom:1px solid var(--line);background:var(--surface);position:relative;overflow:hidden}.hero:before,.page-intro:before{content:"";pointer-events:none;background-image:linear-gradient(90deg,#635bff12 1px,#0000 1px),linear-gradient(#635bff12 1px,#0000 1px),linear-gradient(135deg,#635bff12,#0000 48%);background-size:56px 56px,56px 56px,100% 100%;position:absolute;inset:0;mask-image:linear-gradient(#000000d1,#0000 94%)}.hero-inner{grid-template-columns:1.04fr .96fr;align-items:center;gap:clamp(3rem,6vw,6rem);min-height:690px;padding:80px 0;display:grid;position:relative}.hero-copy{min-width:0}.hero-copy h1{letter-spacing:-.065em;max-width:800px;margin:1.25rem 0 0;font-size:clamp(4.4rem,8vw,7rem);font-weight:700;line-height:.92}.hero-copy .hero-thesis{letter-spacing:-.045em;max-width:760px;margin:1.5rem 0 0;font-size:clamp(1.8rem,3.2vw,3.25rem);font-weight:650;line-height:1.02}.hero-copy .hero-thesis:after{content:"";background:linear-gradient(135deg, var(--brand), var(--brand-violet));vertical-align:.02em;border-radius:50%;width:.72em;height:.72em;margin-left:.12em;display:inline-block}.hero-copy .hero-summary{max-width:660px;color:var(--ink-soft);margin:1.65rem 0 0;font-size:1.04rem;line-height:1.75}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-top:2rem;display:flex}.button{border:1px solid var(--line-strong);border-radius:.55rem;justify-content:center;align-items:center;gap:.6rem;min-height:48px;padding:.75rem 1.3rem;font-size:.86rem;font-weight:650;text-decoration:none;transition:transform .16s,box-shadow .16s,border-color .16s,color .16s,filter .16s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.button.primary{color:#fff;background:linear-gradient(90deg, var(--brand), var(--brand-violet));border-color:#0000;box-shadow:0 8px 20px #635bff33}.button.primary:hover{filter:brightness(1.04);box-shadow:0 12px 28px #635bff40}.button.secondary{color:var(--ink);background:#fff;box-shadow:0 3px 10px #0f172a0a}.button.secondary:hover,.button.quiet:hover{color:var(--brand-strong);border-color:#a5b4fc;box-shadow:0 8px 20px #0f172a12}.button.quiet{color:var(--ink-soft);background:0 0}.hero-specimen{color:#fff;background:linear-gradient(145deg, #272451, var(--navy) 62%);border:1px solid #ffffff14;border-radius:1.25rem;grid-template-rows:auto 1fr auto auto;min-height:520px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #1d1b3f38}.hero-specimen:before{content:"";background:radial-gradient(circle,#7a73ff57,#0000 68%);border-radius:50%;width:340px;height:340px;position:absolute;top:-150px;right:-150px}.hero-product-header{border-bottom:1px solid #ffffff24;justify-content:space-between;align-items:center;padding:1.5rem 1.7rem;display:flex;position:relative}.hero-product-header span{color:#c7d2fe;font-family:var(--mono);letter-spacing:.13em;text-transform:uppercase;align-items:center;gap:.7rem;font-size:.66rem;display:flex}.hero-product-header img{filter:drop-shadow(0 4px 10px #635bff4d);width:34px;height:34px}.hero-product-header strong{color:#a5b4fc;font-size:.74rem;font-weight:600}.hero-product-copy{align-self:end;padding:2.5rem 1.9rem 2rem;position:relative}.hero-product-copy .eyebrow{color:#a5b4fc}.hero-product-copy h2{letter-spacing:-.05em;margin:.8rem 0 0;font-size:clamp(2.5rem,4.5vw,4.2rem);line-height:.95}.hero-product-copy p{color:#cbd5e1;max-width:430px;margin:1rem 0 0;font-size:1rem;line-height:1.65}.hero-product-features{color:var(--ink);background:#fff;border-top:1px solid #ffffff24;grid-template-columns:1fr 1fr;display:grid}.hero-product-features div{border-right:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:auto 1fr;align-content:center;column-gap:.7rem;min-height:104px;padding:1.1rem 1.25rem;display:grid}.hero-product-features div:nth-child(2n){border-right:0}.hero-product-features span{color:var(--brand-strong);font-family:var(--mono);grid-row:1/3;font-size:.64rem}.hero-product-features strong{font-size:.9rem}.hero-product-features small{color:var(--muted);margin-top:.25rem;font-size:.72rem}.hero-product-link{min-height:58px;color:var(--ink);background:#fff;justify-content:space-between;align-items:center;padding:0 1.6rem;font-size:.86rem;font-weight:650;text-decoration:none;transition:color .16s,background .16s;display:flex}.hero-product-link:hover{color:var(--brand-strong);background:var(--brand-soft)}.band{border-bottom:1px solid var(--line);background:var(--surface)}.brand-contract{grid-template-columns:.6fr 1.3fr 1fr;display:grid}.brand-contract>*{border-right:1px solid var(--line);min-height:176px;padding:2rem}.brand-contract>:first-child{padding-left:0}.brand-contract>:last-child{border-right:0;padding-right:0}.brand-contract h2,.brand-contract h3{letter-spacing:-.025em;margin:0;font-size:1.65rem;line-height:1.18}.brand-contract p{color:var(--ink-soft);margin:.8rem 0 0;font-size:.92rem;line-height:1.7}.section{padding:clamp(80px,9vw,126px) 0}.section-heading{grid-template-columns:.5fr 1.5fr;gap:3rem;margin-bottom:3.5rem;display:grid}.section-heading h2{letter-spacing:-.055em;max-width:920px;margin:0;font-size:clamp(3rem,6vw,5.5rem);font-weight:700;line-height:.95}.section-heading p{max-width:680px;color:var(--ink-soft);margin:0;font-size:1.02rem;line-height:1.75}.section-heading-copy{gap:1.35rem;display:grid}.core-grid{grid-template-columns:1.15fr .85fr;gap:1.25rem;display:grid}.core-grid>*{border:1px solid var(--line);border-radius:1.1rem;padding:clamp(1.8rem,4vw,3.4rem)}.core-grid>article{background:#fff;box-shadow:0 12px 38px #0f172a0f}.core-grid h3{letter-spacing:-.055em;margin:1.2rem 0 0;font-size:clamp(3rem,5vw,5.2rem);font-weight:700;line-height:.9}.core-grid p{color:var(--ink-soft);line-height:1.75}.capability-list{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;margin:2.25rem 0 0;padding:0;list-style:none;display:grid}.capability-list li{border-bottom:1px solid var(--line);min-height:92px;color:var(--ink-soft);align-items:center;padding:1.15rem 1rem 1.15rem 0;font-size:.86rem;line-height:1.5;display:flex}.capability-list li:nth-child(odd){border-right:1px solid var(--line)}.capability-list li:nth-child(2n){padding-left:1rem}.boundary-note{color:#fff;background:linear-gradient(145deg, var(--navy-soft), var(--navy));flex-direction:column;justify-content:space-between;display:flex;box-shadow:0 20px 55px #1d1b3f29}.boundary-note .eyebrow{color:#a5b4fc}.boundary-note p{color:#cbd5e1}.boundary-note code{color:#c7d2fe;font-family:var(--mono);border-top:1px solid #ffffff29;margin-top:2rem;padding-top:1.2rem;font-size:.7rem;line-height:1.85;display:block}.link-grid{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.link-card{border:1px solid var(--line);background:#fff;border-radius:.9rem;flex-direction:column;min-height:250px;padding:1.55rem;text-decoration:none;transition:transform .18s,border-color .18s,box-shadow .18s;display:flex;box-shadow:0 8px 26px #0f172a0a}.link-card:hover{border-color:#c7d2fe;transform:translateY(-4px);box-shadow:0 18px 40px #0f172a14}.link-card span{font-family:var(--mono);color:var(--brand-strong);letter-spacing:.12em;font-size:.65rem}.link-card h3{letter-spacing:-.03em;margin:auto 0 .8rem;font-size:1.75rem;line-height:1.1}.link-card p{color:var(--ink-soft);margin:0;font-size:.84rem;line-height:1.65}.docs-grid{grid-template-columns:repeat(5,1fr)}.commercial-panel{color:#fff;background:linear-gradient(135deg, #282454, var(--navy));border-radius:1.25rem;grid-template-columns:1fr 1fr;width:min(1280px,100% - 48px);margin:0 auto clamp(80px,9vw,126px);display:grid;overflow:hidden;box-shadow:0 24px 65px #1d1b3f33}.commercial-panel>*{padding:clamp(2.2rem,5vw,4.8rem)}.commercial-panel>*+*{border-left:1px solid #ffffff24}.commercial-panel .eyebrow{color:#a5b4fc}.commercial-panel h2{letter-spacing:-.055em;margin:1.2rem 0 0;font-size:clamp(3.4rem,6vw,6.2rem);font-weight:700;line-height:.9}.commercial-panel p{color:#cbd5e1;line-height:1.8}.commercial-panel .button{color:#fff;background:linear-gradient(90deg, var(--brand), var(--brand-violet));border-color:#0000;margin-top:1.5rem}.page-intro{border-bottom:1px solid var(--line);max-width:1280px;margin:0 auto;padding:clamp(88px,10vw,132px) 24px clamp(64px,8vw,96px);position:relative;overflow:hidden}.page-intro>*{position:relative}.page-intro-meta{color:var(--brand-strong);font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;justify-content:space-between;font-size:.66rem;display:flex}.page-intro h1{letter-spacing:-.065em;max-width:1050px;margin:1.8rem 0 0;font-size:clamp(4rem,9vw,7.5rem);font-weight:700;line-height:.9}.page-intro p{max-width:780px;color:var(--ink-soft);margin:2rem 0 0;font-size:clamp(1.12rem,2vw,1.45rem);line-height:1.55}.content-shell{max-width:1280px;margin:0 auto;padding:0 24px clamp(80px,10vw,140px)}.content-grid{grid-template-columns:.34fr 1fr;gap:clamp(2rem,6vw,5rem);display:grid}.content-aside{min-width:0;padding:4.5rem 0}.content-aside nav{gap:.25rem;display:grid;position:sticky;top:100px}.content-aside a{width:fit-content;color:var(--ink-soft);border-radius:.4rem;margin-left:-.55rem;padding:.4rem .55rem;font-size:.8rem;font-weight:550;line-height:1.5;text-decoration:none}.content-aside a:hover{color:var(--brand-strong);background:var(--brand-soft)}.prose{min-width:0;padding:4.5rem 0}.prose>:first-child{margin-top:0}.prose h2{letter-spacing:-.045em;margin:4.5rem 0 1.25rem;font-size:clamp(2.4rem,4vw,4rem);font-weight:700;line-height:1}.prose h3{margin:2.7rem 0 .8rem;font-size:1.2rem}.prose p,.prose li{color:var(--ink-soft);font-size:1rem;line-height:1.8}.prose ul,.prose ol{padding-left:1.25rem}.prose li+li{margin-top:.6rem}.prose code{font-family:var(--mono);font-size:.84em}.prose pre{color:#e2e8f0;background:var(--navy);font-family:var(--mono);border:1px solid #ffffff14;border-radius:.9rem;margin:1.7rem 0;padding:1.5rem;font-size:.8rem;line-height:1.8;overflow:auto;box-shadow:0 16px 38px #1d1b3f26}.fact-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin:2.2rem 0;display:grid}.fact-card{border:1px solid var(--line);background:#fff;border-radius:.85rem;min-height:190px;padding:1.5rem;box-shadow:0 8px 24px #0f172a0a}.fact-card span{font-family:var(--mono);color:var(--brand-strong);letter-spacing:.12em;font-size:.65rem}.fact-card h3{letter-spacing:-.025em;margin:2rem 0 .6rem;font-size:1.65rem}.fact-card p{margin:0;font-size:.86rem}.comparison-table{border:1px solid var(--line);background:#fff;border-radius:.85rem;max-width:100%;margin:2rem 0;overflow-x:auto}.comparison-table:focus-visible{outline:3px solid var(--brand);outline-offset:3px}.comparison-table table{border-collapse:collapse;width:100%;min-width:680px}.comparison-table th,.comparison-table td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-align:left;vertical-align:top;color:var(--ink-soft);padding:1rem;font-size:.84rem;line-height:1.6}.comparison-table thead th{color:#fff;background:var(--navy);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;font-size:.66rem}.comparison-table tbody th{color:var(--ink);font-size:.92rem;font-weight:650}.comparison-table tr>:last-child{border-right:0}.comparison-table tbody tr:last-child>*{border-bottom:0}.release-card{border-top:1px solid var(--line);grid-template-columns:.36fr 1.64fr;gap:2rem;padding:2.5rem 0;display:grid}.release-card strong{letter-spacing:-.04em;font-size:2.7rem}.release-card time,.release-card span{font-family:var(--mono);color:var(--brand-strong);letter-spacing:.1em;font-size:.66rem}.release-card h2{letter-spacing:-.04em;font-size:clamp(2rem,4vw,3.5rem)}.release-card p{color:var(--ink-soft);line-height:1.75}.site-footer{border-top:1px solid var(--line);background:var(--surface-soft);padding:clamp(58px,7vw,88px) 24px 2rem}.site-footer>*{max-width:1280px;margin-left:auto;margin-right:auto}.footer-lead{grid-template-columns:.55fr 1.45fr;gap:3rem;padding-bottom:3.5rem;display:grid}.footer-lead p{letter-spacing:-.045em;max-width:820px;margin:0;font-size:clamp(2rem,4vw,3.8rem);font-weight:700;line-height:1}.footer-grid{border-top:1px solid var(--line);border-bottom:1px solid var(--line);grid-template-columns:repeat(3,1fr);gap:2rem;padding:2.5rem 0;display:grid}.footer-grid>div{flex-direction:column;gap:.75rem;display:flex}.footer-grid strong{margin-bottom:.35rem;font-size:.86rem}.footer-grid a,.footer-grid span{width:fit-content;color:var(--ink-soft);border-radius:.3rem;font-size:.84rem;text-decoration:none}.footer-grid a:hover,.footer-base a:hover{color:var(--brand-strong)}.footer-grid a:focus-visible,.footer-base a:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.footer-base{color:var(--muted);justify-content:space-between;padding-top:1.5rem;font-size:.75rem;display:flex}.footer-base a{color:inherit;text-decoration:none}.consent-card{z-index:50;border:1px solid var(--line);width:min(480px,100% - 2.4rem);box-shadow:var(--shadow);backdrop-filter:blur(16px);background:#fffffff5;border-radius:1rem;padding:1.4rem;position:fixed;bottom:1.2rem;right:1.2rem}.consent-card p{color:var(--ink-soft);margin:0;font-size:.84rem;line-height:1.65}.consent-card strong{color:var(--ink)}.consent-card div{justify-content:flex-end;gap:.6rem;margin-top:1rem;display:flex}.consent-card button{border:1px solid var(--line-strong);min-height:44px;color:var(--ink);background:#fff;border-radius:.5rem;padding:.65rem .9rem;font-size:.78rem;font-weight:650}.consent-card .consent-accept{color:#fff;background:linear-gradient(90deg, var(--brand), var(--brand-violet));border-color:#0000}@media (width<=1080px){.header-inner{grid-template-columns:1fr auto}.header-inner>nav,.header-demo{display:none}.mobile-navigation{display:block}.hero-inner{grid-template-columns:1fr;min-height:auto;padding:84px 0}.hero-copy{max-width:820px}.hero-specimen{min-height:500px}.brand-contract{grid-template-columns:1fr 1fr}.brand-contract>:first-child{border-right:0;border-bottom:1px solid var(--line);grid-column:1/-1;min-height:80px;padding:1.5rem 0}.core-grid{grid-template-columns:1fr}.link-grid,.docs-grid{grid-template-columns:repeat(2,1fr)}.section-heading{grid-template-columns:1fr;gap:1.25rem}}@media (width<=720px){.header-inner{padding:0 16px}.shell,.commercial-panel{width:calc(100% - 32px)}.hero-inner{gap:2.5rem;padding:68px 0}.hero-copy h1{font-size:clamp(4rem,21vw,6rem)}.hero-copy .hero-thesis{font-size:clamp(1.65rem,8.5vw,2.6rem)}.hero-actions{grid-template-columns:1fr;display:grid}.button{width:100%}.hero-specimen{min-height:0}.hero-product-header{padding:1.2rem}.hero-product-header span{letter-spacing:.08em}.hero-product-copy{padding:2.2rem 1.3rem 1.7rem}.hero-product-features{grid-template-columns:1fr}.hero-product-features div,.hero-product-features div:nth-child(2n){border-right:0;min-height:88px}.brand-contract,.link-grid,.docs-grid,.fact-grid,.footer-grid{grid-template-columns:1fr}.brand-contract>*{border-right:0;border-bottom:1px solid var(--line);min-height:0;padding:1.6rem 0}.brand-contract>:last-child{border-bottom:0;padding-right:0}.section{padding:72px 0}.section-heading{margin-bottom:2.4rem}.section-heading h2{font-size:clamp(2.7rem,13vw,4rem)}.core-grid>*{padding:1.5rem}.capability-list{grid-template-columns:1fr}.capability-list li:nth-child(odd){border-right:0}.capability-list li:nth-child(2n){padding-left:0}.link-card{min-height:220px}.commercial-panel{grid-template-columns:1fr;margin-bottom:72px}.commercial-panel>*{padding:2rem 1.5rem}.commercial-panel>*+*{border-top:1px solid #ffffff24;border-left:0}.page-intro{padding:72px 16px 60px}.page-intro-meta{gap:1rem}.page-intro h1{font-size:clamp(3.5rem,18vw,5.8rem)}.content-shell{padding:0 16px 80px}.content-grid{grid-template-columns:1fr;gap:0}.content-aside{border-bottom:1px solid var(--line);padding:1.5rem 0}.content-aside nav{grid-template-columns:1fr 1fr;position:static}.prose{padding:3rem 0 0}.prose h2{margin-top:3.5rem}.release-card,.footer-lead{grid-template-columns:1fr}.footer-lead,.footer-grid{gap:2rem}.footer-base{flex-direction:column;gap:.75rem}.consent-card div{grid-template-columns:1fr;display:grid}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition:none!important}}
