.header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--bg) 72%,transparent);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.header__inner{height:var(--header-h);display:flex;align-items:center;gap:2rem}.header__brand{display:flex;align-items:center;flex-shrink:0}.header__brand img{display:block;width:auto;height:1.5rem}.header__nav{display:flex;gap:1.5rem;margin-right:auto}.header__link{font-size:.875rem;color:var(--fg-muted);transition:color .15s ease}.header__link:hover{color:var(--fg)}.header__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}@media(max-width:46rem){.header__nav{display:none}.header__inner{justify-content:space-between}}@media(prefers-reduced-motion:reduce){.header__link{transition:none}}.footer{border-top:1px solid var(--border);margin-top:6rem}.footer__inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding-block:1.75rem}.footer__brand img{display:block;width:auto;height:1.0625rem;opacity:.6}.footer__links{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.8125rem}.footer__links a{color:var(--fg-muted);transition:color .15s ease}.footer__links a:hover{color:var(--fg)}@media(prefers-reduced-motion:reduce){.footer__links a{transition:none}}.products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.product{padding-top:1.25rem;border-top:2px solid var(--border-strong)}.product__name{font-size:1.0625rem;font-weight:600;letter-spacing:-.015em}.product__summary{margin-top:.625rem;max-width:46ch;font-size:.875rem;color:var(--fg)}.product__detail{margin-top:.5rem;max-width:46ch;font-size:.875rem;color:var(--fg-subtle)}@media(max-width:52rem){.products{grid-template-columns:1fr;gap:1.75rem}}.tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:start}.tier{display:flex;flex-direction:column;height:100%;padding:1.5rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.tier--featured{border-color:color-mix(in srgb,var(--brand-cyan) 45%,var(--border))}.tier__name{font-size:.875rem;font-weight:600;color:var(--fg-muted)}.tier__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.5rem;margin-top:.875rem}.tier__amount{font-family:var(--font-mono);font-size:2rem;font-weight:500;letter-spacing:-.03em;line-height:1}.tier__cadence{font-size:.8125rem;color:var(--fg-subtle)}.tier__summary{margin-top:.875rem;font-size:.875rem;color:var(--fg-muted)}.tier__features{list-style:none;margin:1.25rem 0 1.75rem;padding:0;display:grid;gap:.5rem;font-size:.875rem}.tier__features li{position:relative;padding-left:1.25rem}.tier__features li:before{content:"";position:absolute;left:0;top:.45em;width:.3125rem;height:.5rem;border:solid var(--brand-green);border-width:0 1.5px 1.5px 0;transform:rotate(45deg)}.tier__cta{margin-top:auto;width:100%}@media(max-width:52rem){.tiers{grid-template-columns:1fr}}.updates{list-style:none;margin:0;padding:0}.update{display:grid;grid-template-columns:12rem 1fr;gap:2rem;padding-block:1.75rem;border-top:1px solid var(--border)}.update:first-child{padding-top:0;border-top:0}.update__meta{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.update__date{font-size:.8125rem;color:var(--fg-subtle);font-variant-numeric:tabular-nums}.update__kind{font-size:.6875rem;font-weight:500;padding:.125rem .4375rem;border:1px solid currentColor;border-radius:999px;opacity:.9}.update__kind--released{color:var(--brand-green)}.update__kind--improved{color:var(--brand-cyan)}.update__kind--fixed{color:var(--fg-subtle)}.update__title{font-size:1rem;font-weight:600;letter-spacing:-.015em}.update__text{margin-top:.5rem;max-width:62ch;font-size:.875rem;color:var(--fg-muted)}@media(max-width:46rem){.update{grid-template-columns:1fr;gap:.75rem}.update__meta{flex-direction:row;align-items:center;gap:.75rem}}.waitlist{width:100%;max-width:26rem}.waitlist__label{display:block;font-size:.8125rem;font-weight:500;color:var(--fg-muted);margin-bottom:.5rem}.waitlist__row{display:flex;gap:.5rem}.waitlist__row--end{align-items:center;gap:1rem;margin-top:1.25rem}.waitlist>.waitlist__field+.waitlist__field,.waitlist__pair{margin-top:.875rem}.waitlist__pair{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.waitlist__banked{display:flex;align-items:center;gap:.625rem;margin-bottom:1.25rem;font-size:.8125rem;color:var(--fg-muted)}.waitlist__skip{font:inherit;font-size:.8125rem;padding:0;border:0;background:none;color:var(--fg-subtle);cursor:pointer;text-decoration:underline;text-underline-offset:3px}.waitlist__skip:hover{color:var(--fg-muted)}.waitlist__input{flex:1;min-width:0;font:inherit;font-size:.875rem;padding:.625rem .75rem;color:var(--fg);background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius);transition:border-color .15s ease}.waitlist__input::placeholder{color:var(--fg-subtle)}.waitlist__input:hover{border-color:var(--fg-subtle)}.waitlist__input[aria-invalid=true]{border-color:#f0605f}.waitlist__input:disabled{opacity:.6;cursor:not-allowed}.waitlist__submit:disabled{opacity:.7;cursor:not-allowed}.waitlist__honeypot{position:absolute;left:-9999px;width:1px;height:1px;opacity:0;pointer-events:none}.waitlist__select{width:100%;font:inherit;font-size:.875rem;padding:.625rem 2rem .625rem .75rem;color:var(--fg);background-color:var(--surface);background-image:linear-gradient(45deg,transparent 50%,var(--fg-subtle) 50%),linear-gradient(135deg,var(--fg-subtle) 50%,transparent 50%);background-position:right .9rem center,right .6rem center;background-size:.3rem .3rem,.3rem .3rem;background-repeat:no-repeat;border:1px solid var(--border-strong);border-radius:var(--radius);appearance:none;cursor:pointer}.waitlist__select:hover{border-color:var(--fg-subtle)}.waitlist__select:disabled{opacity:.6;cursor:not-allowed}.waitlist__message{margin-top:.625rem;font-size:.8125rem;color:var(--fg-subtle);min-height:1.25rem}.waitlist__input[aria-invalid=true]~.waitlist__message,.waitlist [role=alert]{color:#f0605f}.waitlist__done{max-width:26rem}.waitlist__doneText{display:flex;align-items:center;gap:.625rem;font-size:.9375rem;color:var(--fg)}.waitlist__place{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.25rem}.waitlist__number{font-family:var(--font-mono);font-size:clamp(2.75rem,7vw,4rem);font-weight:500;line-height:1;letter-spacing:-.04em;background:linear-gradient(120deg,var(--brand-cyan),var(--brand-green));-webkit-background-clip:text;background-clip:text;color:transparent}.waitlist__placeText{margin-top:.5rem;font-size:.8125rem;color:var(--fg-muted)}.waitlist__tick{width:1.125rem;height:1.125rem;flex-shrink:0;border-radius:50%;background:linear-gradient(135deg,var(--brand-cyan),var(--brand-green));position:relative}.waitlist__tick:after{content:"";position:absolute;inset:0;margin:auto;width:.3125rem;height:.5rem;border:solid var(--bg);border-width:0 2px 2px 0;transform:translateY(-1px) rotate(45deg)}@media(max-width:30rem){.waitlist__row{flex-direction:column}.waitlist__row--end{flex-direction:row}.waitlist__pair{grid-template-columns:1fr}.waitlist__submit{justify-content:center;padding-block:.625rem}}@media(prefers-reduced-motion:reduce){.waitlist__input{transition:none}}.closing{padding:clamp(2rem,5vw,3rem);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg)}.closing__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.025em;line-height:1.15}.closing__lead{margin-top:.625rem;max-width:48ch;font-size:.9375rem;color:var(--fg-muted)}.closing__form{margin-top:1.75rem}.closing .waitlist__input,.closing .waitlist__select{background-color:var(--bg)}.hero{padding-block:clamp(4rem,12vh,7.5rem) clamp(3rem,8vh,5rem)}.hero__title{font-size:clamp(2.25rem,6vw,3.5rem);font-weight:600;line-height:1.05;letter-spacing:-.035em;max-width:16ch}.hero__lead{margin-top:1.25rem;max-width:46ch;font-size:1.0625rem;color:var(--fg-muted)}.hero__form{margin-top:2.25rem;scroll-margin-top:calc(var(--header-h) + 1.5rem)}:root{color-scheme:dark;--bg: #0a0c0e;--surface: #101315;--surface-hover: #161a1d;--border: #1e2428;--border-strong: #2c343a;--fg: #e8eef3;--fg-muted: #8b959e;--fg-subtle: #667079;--brand-cyan: #1dc1ff;--brand-green: #22b473;--font-sans: "IBM Plex Sans", system-ui, -apple-system, "Segoe UI", sans-serif;--font-mono: "IBM Plex Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--radius: 6px;--radius-lg: 10px;--page: 68rem;--gutter: 1.5rem;--header-h: 3.75rem}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}body{margin:0;min-height:100dvh;display:flex;flex-direction:column;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:.9375rem;line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}main{flex:1}h1,h2,h3,p{margin:0}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--brand-cyan);outline-offset:2px;border-radius:2px}::selection{background:color-mix(in srgb,var(--brand-cyan) 30%,transparent);color:#fff}.container{width:100%;max-width:var(--page);margin:0 auto;padding-inline:var(--gutter)}.button{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font:inherit;font-size:.875rem;font-weight:500;line-height:1;padding:.625rem 1rem;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.button--primary{background:var(--fg);color:var(--bg)}.button--primary:hover{background:#fff}.button--secondary{background:transparent;border-color:var(--border-strong);color:var(--fg)}.button--secondary:hover{background:var(--surface-hover);border-color:var(--fg-subtle)}.button--sm{padding:.4375rem .75rem}@media(prefers-reduced-motion:reduce){.button{transition:none}}.section{padding-block:clamp(3.5rem,9vh,5.5rem);border-top:1px solid var(--border);scroll-margin-top:calc(var(--header-h) + .75rem)}.section__head{margin-bottom:2.5rem}.section__title{font-size:clamp(1.5rem,3vw,1.875rem);font-weight:600;letter-spacing:-.025em;line-height:1.15}.section__lead{margin-top:.625rem;max-width:52ch;font-size:.9375rem;color:var(--fg-muted)}
