:root{--bg:#07091a;--accent:#00f0ff;--purple:#ff2dd1;--text:#e6edf3;--text-muted:#e6edf3b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:var(--text);background-color:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Helvetica Neue,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5}*{box-sizing:border-box}body{min-height:100vh;margin:0}a{color:var(--accent)}.hero{isolation:isolate;min-height:100vh;color:var(--text,#e6edf3);background:radial-gradient(120% 80% at 80% 100%,#ff2dd147 0%,#0000 60%),radial-gradient(90% 70% at 10% 0,#00f0ff2e 0%,#0000 55%),linear-gradient(160deg,#07091a 0%,#0c0a26 55%,#1a0930 100%);justify-content:center;align-items:center;padding:4rem 1.5rem 5rem;display:flex;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;z-index:-1;background:radial-gradient(closest-side,#0000 60%,#07091a99 100%);position:absolute;inset:0}.hero__inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:980px;display:flex}.hero__logo{filter:drop-shadow(0 0 60px #00f0ff2e);width:auto;max-width:100%;height:520px}.hero__title{letter-spacing:-.03em;background:linear-gradient(#fff 0%,#c9c6e0 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Inter,Helvetica Neue,system-ui,-apple-system,sans-serif;font-size:clamp(56px,9vw,96px);font-weight:700;line-height:1}.hero__subtitle{color:#e6edf3d1;max-width:36ch;margin:0;font-size:clamp(1rem,2vw,1.25rem);line-height:1.5}.hero__ctas{flex-wrap:wrap;justify-content:center;gap:.9rem;margin-top:1rem;display:flex}.hero__cta{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .18s,box-shadow .22s,background .22s,border-color .22s,color .22s;display:inline-flex}.hero__cta:focus-visible{outline-offset:3px;outline:2px solid #00f0ff}.hero__cta--primary{color:#fff;background:linear-gradient(135deg,#ff2dd1 0%,#b033ff 100%);box-shadow:0 8px 28px #ff2dd159}.hero__cta--primary:hover{transform:translateY(-1px);box-shadow:0 12px 36px #ff2dd180}.hero__cta--secondary{color:#e6edf3;background:0 0;border-color:#00f0ff80}.hero__cta--secondary:hover{color:#00f0ff;background:#00f0ff14;border-color:#00f0ff}@media (width<=720px){.hero{padding:3rem 1.25rem 4rem}.hero__logo{height:280px}.hero__ctas{flex-direction:column;align-items:stretch;width:100%}.hero__cta{width:100%}}@media (prefers-reduced-motion:reduce){.hero__cta{transition:none}.hero__cta--primary:hover{transform:none}}.features{max-width:1120px;margin:0 auto;padding:4rem 1.5rem 5rem}.features__heading{letter-spacing:-.01em;text-align:center;color:#e6edf3eb;margin:0 0 2.5rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.features__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.feature-card{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f122a8c;border:1px solid #ffffff0f;border-radius:16px;padding:1.75rem 1.5rem;transition:transform .2s,border-color .22s,box-shadow .22s}.feature-card:hover{border-color:var(--accent,#00f0ff);transform:translateY(-2px);box-shadow:0 12px 36px #00f0ff14}.feature-card__icon{color:var(--accent,#00f0ff);margin-bottom:.875rem}.feature-card__title{letter-spacing:-.01em;color:#fff;margin:0 0 .5rem;font-size:clamp(1.125rem,1.6vw,1.5rem);font-weight:600}.feature-card__body{color:#e6edf3b8;margin:0;font-size:.9375rem;line-height:1.55}@media (width<=768px){.features{padding:2.75rem 1.25rem 3.5rem}.features__grid{grid-template-columns:1fr;gap:1rem}}@media (prefers-reduced-motion:reduce){.feature-card{transition:none}.feature-card:hover{transform:none}}.waitlist{padding:4rem 1.5rem 5rem;scroll-margin-top:1rem}.waitlist__inner{text-align:center;max-width:640px;margin:0 auto}.waitlist__heading{letter-spacing:-.01em;color:#e6edf3f2;margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.waitlist__copy{color:#e6edf3b3;margin:0 0 2rem;font-size:1rem;line-height:1.55}.waitlist__form{text-align:left;margin:0}.waitlist__label{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.waitlist__row{flex-direction:row;align-items:stretch;gap:.6rem;display:flex}.waitlist__input{min-width:0;color:var(--text,#e6edf3);background:#0f122a99;border:1px solid #ffffff1f;border-radius:999px;flex:auto;padding:.85rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .16s,box-shadow .16s}.waitlist__input::placeholder{color:#e6edf366}.waitlist__input:focus-visible{border-color:var(--accent,#00f0ff);outline:none;box-shadow:0 0 0 3px #00f0ff2e}.waitlist__input[aria-invalid=true]{border-color:#f57}.waitlist__input:disabled{opacity:.6;cursor:not-allowed}.waitlist__submit{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#ff2dd1 0%,#00f0ff 100%);border:0;border-radius:999px;justify-content:center;align-items:center;padding:.85rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:transform .16s,box-shadow .16s,opacity .16s;display:inline-flex;box-shadow:0 6px 24px #ff2dd140}.waitlist__submit:hover{transform:translateY(-1px);box-shadow:0 10px 32px #ff2dd159}.waitlist__submit:focus-visible{outline:2px solid var(--accent,#00f0ff);outline-offset:3px}.waitlist__submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.waitlist__honeypot{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute;left:-9999px}.waitlist__error{color:#ff7a92;text-align:left;margin:.75rem 0 0;font-size:.9rem}.waitlist__success{color:var(--accent,#00f0ff);background:#00f0ff14;border:1px solid #00f0ff38;border-radius:12px;margin:0;padding:1.25rem 1.5rem;font-size:1.05rem}@media (width<=540px){.waitlist__row{flex-direction:column}.waitlist__submit{width:100%}}@media (prefers-reduced-motion:reduce){.waitlist__input,.waitlist__submit{transition:none}.waitlist__submit:hover{transform:none}}.changelog{max-width:880px;margin:0 auto;padding:2rem 1.5rem 5rem}.changelog__heading{letter-spacing:-.01em;color:#e6edf3eb;margin:0 0 1.75rem;font-size:clamp(1.25rem,2.4vw,1.625rem);font-weight:600}.changelog__list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.changelog__entry{border-top:1px solid #ffffff0f;grid-template-columns:130px 1fr;gap:1.25rem;padding:1rem 0;display:grid}.changelog__entry:first-child{border-top:none;padding-top:0}.changelog__date{color:var(--accent,#00f0ff);letter-spacing:.02em;padding-top:.2rem;font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.875rem}.changelog__body{min-width:0}.changelog__title{color:#fff;letter-spacing:-.005em;margin:0 0 .4rem;font-size:1.0625rem;font-weight:600}.changelog__copy{color:#e6edf3b3;margin:0;font-size:.9375rem;line-height:1.55}@media (width<=640px){.changelog{padding:1.5rem 1.25rem 3rem}.changelog__entry{grid-template-columns:1fr;gap:.4rem}.changelog__date{padding-top:0}}.site-footer{color:var(--text-muted,#e6edf3b3);background:linear-gradient(#0000 0%,#07091a99 100%);border-top:1px solid #ffffff0f;padding:2.5rem 1.5rem 3rem}.site-footer__inner{flex-flow:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1120px;margin:0 auto;display:flex}.site-footer__links{align-items:center;gap:.75rem;font-size:.9rem;display:flex}.site-footer__link{color:var(--text-muted,#e6edf3b3);border-radius:4px;text-decoration:none;transition:color .16s}.site-footer__link:hover,.site-footer__link:focus-visible{color:var(--accent,#00f0ff)}.site-footer__link:focus-visible{outline:2px solid var(--accent,#00f0ff);outline-offset:3px}.site-footer__sep{color:#e6edf34d;-webkit-user-select:none;user-select:none}.site-footer__copy{color:#e6edf380;margin:0;font-size:.85rem}@media (width<=540px){.site-footer__inner{text-align:center;flex-direction:column}}
