:root{--brand-green:#04da8d;--brand-green-deep:#126849;--brand-red:#ff3d2e;--space-xs:8px;--space-sm:16px;--space-md:24px;--space-lg:48px;--space-xl:80px;--space-2xl:120px;--font-body:var(--font-instrument), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display:var(--font-rubik), var(--font-instrument), sans-serif}html[data-theme=light]{--site-bg:#ececec;--site-surface:#e2e2e2;--site-text:#141414;--site-muted:#6a6a6a;--site-divider:#141414;--site-hairline:#14141424;--nav-bg:#ecececeb}html[data-theme=dark]{--site-bg:#1e1e1e;--site-surface:#282828;--site-text:#c5c8c6;--site-muted:#9a9b99;--site-divider:#707070;--site-hairline:#c5c8c629;--nav-bg:#282828eb}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{max-width:1180px;min-height:100vh;padding:0 var(--space-md);background:var(--site-bg);color:var(--site-text);font-family:var(--font-body);letter-spacing:-.01em;-webkit-font-smoothing:antialiased;margin:0 auto;font-size:16px;line-height:1.5;transition:background-color .25s,color .25s}h1,h2,h3,h4,p,ul{margin:0}a{color:inherit;text-decoration:none}.top-nav{z-index:20;align-items:center;gap:var(--space-md);border-bottom:1px solid var(--site-divider);background:var(--nav-bg);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);height:56px;display:flex;position:sticky;top:0}.brand-mark{flex:1;align-items:center;transition:opacity .2s;display:inline-flex}.brand-mark:hover{opacity:.62}.brand-logo{object-fit:contain;width:auto;height:40px;display:block}html[data-theme=light] .brand-logo--dark,html[data-theme=dark] .brand-logo--light{display:none}.nav-cta{letter-spacing:-.02em;color:var(--site-muted);font-size:15px;transition:color .2s}.nav-cta:hover{color:var(--site-text)}.theme-toggle{color:var(--site-muted);font-family:var(--font-body);letter-spacing:-.01em;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:0;font-size:12px;line-height:1;transition:color .2s;display:inline-flex}.theme-toggle:hover,.theme-toggle:focus-visible{color:var(--site-text);outline:none}.theme-toggle__track{border:1px solid var(--site-text);background:0 0;flex:none;width:36px;height:20px;position:relative}.theme-toggle__thumb{background:var(--site-text);width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px}.theme-toggle[aria-checked=true] .theme-toggle__thumb{transform:translate(16px)}.theme-toggle__label{white-space:nowrap}.hero{padding-top:var(--space-xl);padding-bottom:var(--space-2xl)}.hero h1{max-width:940px;font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(44px,8vw,88px);font-weight:500;line-height:.98}.hero h1 .accent{color:var(--brand-green)}.hero-sub{max-width:560px;margin-top:var(--space-md);letter-spacing:-.02em;color:var(--site-muted);font-size:clamp(17px,2.2vw,21px);line-height:1.4}.hero-form{margin-top:var(--space-lg)}.stat-strip{border-top:1px solid var(--site-divider);margin-top:var(--space-xl);grid-template-columns:repeat(3,minmax(0,1fr));display:grid}.stat-strip article{padding:var(--space-md) var(--space-md) var(--space-md) 0}.stat-strip article:not(:last-child){border-right:1px solid var(--site-hairline);padding-right:var(--space-md);margin-right:var(--space-md)}.stat-n{font-family:var(--font-display);letter-spacing:-.05em;font-size:clamp(28px,5vw,44px);font-weight:500;line-height:1}.stat-l{margin-top:var(--space-xs);letter-spacing:-.01em;color:var(--site-muted);font-size:14px}.section-label{letter-spacing:-.05em;padding-top:var(--space-lg);padding-bottom:var(--space-md);border-top:1px solid var(--site-divider);color:var(--site-muted);font-size:24px;line-height:1}.features{padding-bottom:var(--space-xl)}.feature-row{gap:var(--space-md);padding:var(--space-lg) 0;border-bottom:1px solid var(--site-hairline);grid-template-columns:64px 1fr;align-items:start;display:grid}.feature-row:last-child{border-bottom:0}.feature-index{font-family:var(--font-display);letter-spacing:-.05em;color:var(--brand-green);font-size:20px;font-weight:500}.feature-row h3{letter-spacing:-.04em;margin-bottom:var(--space-sm);font-size:clamp(24px,4vw,36px);font-weight:500;line-height:1.02;font-family:var(--font-display)}.feature-row p{letter-spacing:-.02em;max-width:620px;color:var(--site-muted);font-size:17px;line-height:1.45}.closing{padding:var(--space-2xl) 0 var(--space-xl);border-top:1px solid var(--site-divider)}.closing h2{max-width:720px;font-family:var(--font-display);letter-spacing:-.05em;margin-bottom:var(--space-lg);font-size:clamp(32px,6vw,60px);font-weight:500;line-height:1}.waitlist-form{max-width:520px}.waitlist-row{border:1px solid var(--site-divider);gap:0;display:flex}.waitlist-input{min-width:0;height:56px;padding:0 var(--space-sm);color:var(--site-text);font-family:var(--font-body);letter-spacing:-.01em;background:0 0;border:0;outline:none;flex:auto;font-size:16px}.waitlist-input::placeholder{color:var(--site-muted)}.waitlist-btn{height:56px;padding:0 var(--space-md);border:0;border-left:1px solid var(--site-divider);background:var(--site-text);color:var(--site-bg);font-family:var(--font-body);letter-spacing:-.01em;cursor:pointer;flex:none;font-size:15px;font-weight:600;transition:background-color .2s,color .2s}.waitlist-btn:hover{background:var(--brand-green);color:#041b12}.waitlist-btn:disabled{opacity:.55;cursor:default}.waitlist-note{margin-top:var(--space-sm);letter-spacing:-.01em;color:var(--site-muted);font-size:13px}.waitlist-error{margin-top:var(--space-sm);letter-spacing:-.01em;color:var(--brand-red);font-size:14px}.waitlist-done{border:1px solid var(--brand-green);max-width:520px;padding:var(--space-md);align-items:center;gap:var(--space-sm);display:flex}.waitlist-check{background:var(--brand-green);color:#041b12;flex:none;place-items:center;width:32px;height:32px;font-size:18px;font-weight:700;display:grid}.waitlist-done p{letter-spacing:-.01em;color:var(--site-text);font-size:15px;line-height:1.4}.site-footer{gap:var(--space-sm);padding:var(--space-lg) 0;border-top:1px solid var(--site-divider);letter-spacing:-.01em;color:var(--site-muted);flex-wrap:wrap;justify-content:space-between;align-items:baseline;font-size:14px;display:flex}@media (max-width:720px){:root{--space-2xl:72px;--space-xl:56px}.stat-strip{grid-template-columns:1fr}.stat-strip article{padding:var(--space-md) 0;border-bottom:1px solid var(--site-hairline)}.stat-strip article:not(:last-child){border-right:0;margin-right:0}.feature-row{gap:var(--space-sm);grid-template-columns:1fr}.waitlist-row{flex-direction:column}.waitlist-btn{border-left:0;border-top:1px solid var(--site-divider)}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto;transition:none!important}}
@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/c7f47671e39f7787-s.3wn_q526zaolu.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/f06bf9da926bae75-s.p.3uuun_-7zsf1g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/c7f47671e39f7787-s.3wn_q526zaolu.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/f06bf9da926bae75-s.p.3uuun_-7zsf1g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/c7f47671e39f7787-s.3wn_q526zaolu.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Instrument Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/f06bf9da926bae75-s.p.3uuun_-7zsf1g.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Sans Fallback;src:local(Arial);ascent-override:94.42%;descent-override:24.33%;line-gap-override:0.0%;size-adjust:102.74%}.instrument_sans_8935f639-module__NbWtKa__className{font-family:Instrument Sans,Instrument Sans Fallback;font-style:normal}.instrument_sans_8935f639-module__NbWtKa__variable{--font-instrument:"Instrument Sans", "Instrument Sans Fallback"}
@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/098850a6eb1f8577-s.2f577igfy6zek.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/6dac7af80352e41b-s.2ofvzoy5xjn1c.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/21445b8bd0ec5702-s.3ncsaruqasduw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.45a19n6z-i3ph.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.3s-jl_297nmfs.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.1er88gr2sg4r_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/098850a6eb1f8577-s.2f577igfy6zek.woff2)format("woff2");unicode-range:U+6??,U+750-77F,U+870-88E,U+890-891,U+897-8E1,U+8E3-8FF,U+200C-200E,U+2010-2011,U+204F,U+2E41,U+FB50-FDFF,U+FE70-FE74,U+FE76-FEFC,U+102E0-102FB,U+10E60-10E7E,U+10EC2-10EC4,U+10EFC-10EFF,U+1EE00-1EE03,U+1EE05-1EE1F,U+1EE21-1EE22,U+1EE24,U+1EE27,U+1EE29-1EE32,U+1EE34-1EE37,U+1EE39,U+1EE3B,U+1EE42,U+1EE47,U+1EE49,U+1EE4B,U+1EE4D-1EE4F,U+1EE51-1EE52,U+1EE54,U+1EE57,U+1EE59,U+1EE5B,U+1EE5D,U+1EE5F,U+1EE61-1EE62,U+1EE64,U+1EE67-1EE6A,U+1EE6C-1EE72,U+1EE74-1EE77,U+1EE79-1EE7C,U+1EE7E,U+1EE80-1EE89,U+1EE8B-1EE9B,U+1EEA1-1EEA3,U+1EEA5-1EEA9,U+1EEAB-1EEBB,U+1EEF0-1EEF1}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/6dac7af80352e41b-s.2ofvzoy5xjn1c.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/21445b8bd0ec5702-s.3ncsaruqasduw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/87c7f5b5afcd23bd-s.45a19n6z-i3ph.woff2)format("woff2");unicode-range:U+307-308,U+590-5FF,U+200C-2010,U+20AA,U+25CC,U+FB1D-FB4F}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/d25394c5b8ff78eb-s.3s-jl_297nmfs.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url(../media/c9f6ebf08ddd616b-s.1er88gr2sg4r_.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Rubik Fallback;src:local(Arial);ascent-override:89.06%;descent-override:23.81%;line-gap-override:0.0%;size-adjust:104.98%}.rubik_959b2a3a-module__YNyFEG__className{font-family:Rubik,Rubik Fallback;font-style:normal}.rubik_959b2a3a-module__YNyFEG__variable{--font-rubik:"Rubik", "Rubik Fallback"}
