:root{--bg: #08080a;--bg-2: #0c0c0f;--surface: rgba(255, 255, 255, .035);--surface-2: rgba(255, 255, 255, .06);--ink: #f4f4f5;--ink-2: #a6a6ae;--ink-3: #76767e;--ink-4: #55555c;--border: rgba(255, 255, 255, .09);--border-2: rgba(255, 255, 255, .14);--accent: #2f6bff;--accent-bright: #6e8cff;--accent-glow: rgba(47, 107, 255, .45);--working: #16a34a;--waiting: #d98a00;--blocked: #dc2626;--review: #7c3aed;--idle: #9a9aa0;--sans: "Geist", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "Geist Mono", ui-monospace, "SF Mono", Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}html,body{height:100%}body{background:var(--bg);color:var(--ink);font-family:var(--sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv01","ss01";overflow:hidden}#root{height:100%}::selection{background:#2f6bff52;color:#fff}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}input{font-family:inherit;color:inherit}.stage{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column}.stage:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none;opacity:0;background:#08080a00;backdrop-filter:blur(0) saturate(1);-webkit-backdrop-filter:blur(0) saturate(1);transition:opacity .24s ease,background .24s ease,backdrop-filter .24s ease,-webkit-backdrop-filter .24s ease}.stage.waitlist-focus:after{opacity:1;background:#08080ac7;backdrop-filter:blur(10px) saturate(.74);-webkit-backdrop-filter:blur(10px) saturate(.74)}.stage.waitlist-focus .hero{z-index:7}.orbs{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;overflow:hidden;pointer-events:none}.orb{position:absolute;border-radius:50%;filter:blur(46px);opacity:.42;will-change:transform;animation:drift 26s ease-in-out infinite alternate}.orb.a{width:640px;height:640px;top:-180px;left:-160px;background:radial-gradient(circle at 50% 50%,#2f6bff,#2f6bff00 66%);animation-duration:30s}.orb.b{width:560px;height:560px;bottom:-200px;right:-120px;background:radial-gradient(circle at 50% 50%,#7c3aed,#7c3aed00 66%);animation-duration:34s;animation-delay:-6s}.orb.c{width:520px;height:520px;top:34%;right:-180px;background:radial-gradient(circle at 50% 50%,#5b4be0,#5b4be000 66%);animation-duration:38s;animation-delay:-12s;opacity:.34}.orb.d{width:480px;height:480px;bottom:-140px;left:-120px;background:radial-gradient(circle at 50% 50%,#2150e0,#2150e000 66%);animation-duration:32s;animation-delay:-18s;opacity:.36}@keyframes drift{0%{transform:translate(0) scale(1)}50%{transform:translate(60px,-44px) scale(1.14)}to{transform:translate(-40px,38px) scale(1.04)}}@media(prefers-reduced-motion:reduce){.orb{animation:none}}.mark-build-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:0;pointer-events:none;mask:linear-gradient(to bottom,transparent 0%,#000 24%,#000 96%,transparent 100%);-webkit-mask:linear-gradient(to bottom,transparent 0%,#000 24%,#000 96%,transparent 100%)}.weave{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;opacity:.5;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:64px 64px;mask:radial-gradient(ellipse 130% 120% at 50% 42%,transparent 30%,#000 78%);-webkit-mask:radial-gradient(ellipse 130% 120% at 50% 42%,transparent 30%,#000 78%)}.vignette{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;background:radial-gradient(ellipse 88% 58% at 50% 40%,rgba(8,8,10,.9) 24%,rgba(8,8,10,.5) 54%,transparent 76%),radial-gradient(circle at 50% 33%,rgba(47,107,255,.14),transparent 52%)}.edge-fade{position:absolute;left:0;right:0;z-index:2;pointer-events:none}.edge-fade.top{top:0;height:160px;background:linear-gradient(var(--bg),transparent)}.edge-fade.bot{bottom:0;height:96px;background:linear-gradient(transparent,var(--bg))}header{position:relative;z-index:5;display:flex;align-items:center;justify-content:space-between;padding:26px 32px;transition:opacity .24s ease,filter .24s ease}.stage.waitlist-focus header{opacity:.12;filter:blur(4px)}.brand{display:flex;align-items:center;gap:11px}.mark{width:30px;height:30px;display:block}.brand b{font-size:16px;font-weight:600;letter-spacing:-.02em}.brand b span{color:var(--ink-3);font-weight:500}.hero{position:relative;z-index:5;flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 24px 64px}.eyebrow{display:inline-flex;align-items:center;gap:11px;max-width:92vw;font-family:var(--mono);font-size:12.5px;letter-spacing:.02em;color:var(--ink-3);margin-bottom:30px;transition:opacity .24s ease,filter .24s ease,transform .24s ease}.eyebrow .bar{width:26px;height:1px;flex:none;background:var(--border-2)}.eyebrow .shimmer{flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-image:linear-gradient(100deg,transparent 0%,var(--ink) 50%,transparent 100%),linear-gradient(var(--ink-3),var(--ink-3));background-size:55% 100%,100% 100%;background-repeat:no-repeat;background-position:-150% 0,0 0;-webkit-background-clip:text;background-clip:text;color:transparent;animation:eyebrow-in .5s ease both,eyebrow-shimmer 3.7s .5s ease both}@keyframes eyebrow-in{0%{opacity:0}to{opacity:1}}@keyframes eyebrow-shimmer{0%{background-position:-150% 0,0 0}to{background-position:250% 0,0 0}}@media(prefers-reduced-motion:reduce){.eyebrow .shimmer{animation:eyebrow-in .3s ease both}}h1{font-size:clamp(40px,6.4vw,80px);line-height:1.02;font-weight:600;letter-spacing:-.035em;max-width:15ch;background:linear-gradient(180deg,#fff,#c9c9d4 124%);-webkit-background-clip:text;background-clip:text;color:transparent;transition:opacity .24s ease,filter .24s ease,transform .24s ease}.stage.waitlist-focus .eyebrow,.stage.waitlist-focus h1{opacity:.08;filter:blur(5px);transform:translateY(-6px)}h1 .glow{background:linear-gradient(180deg,var(--accent-bright),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;position:relative}.rotating-word{display:inline-block;background:linear-gradient(180deg,var(--accent-bright),var(--accent));-webkit-background-clip:text;background-clip:text;color:transparent;animation:word-in .5s cubic-bezier(.2,.7,.2,1) both}@keyframes word-in{0%{opacity:0;transform:scale(.88);filter:blur(7px)}to{opacity:1;transform:none;filter:blur(0)}}@media(prefers-reduced-motion:reduce){.rotating-word{animation:none}}.form-wrap{position:relative;z-index:1;margin-top:38px;width:min(440px,92vw);transition:transform .24s ease,filter .24s ease}.stage.waitlist-focus .form-wrap{transform:translateY(-2px)}form{display:flex;gap:8px;padding:7px;background:#111115d1;border:1px solid var(--border-2);border-radius:14px;box-shadow:0 10px 28px #0000006b,inset 0 1px #ffffff0d;transition:border-color .18s,box-shadow .18s}form:focus-within{border-color:#6e8cff8c;box-shadow:0 10px 28px #0000006b,0 0 0 4px #2f6bff24,inset 0 1px #ffffff0d}.stage.waitlist-focus form{background:#111115f5;border-color:#6e8cffad;box-shadow:0 18px 56px #0000009e,0 0 0 4px #2f6bff2e,0 0 46px #2f6bff33,inset 0 1px #ffffff12}input[type=email]{flex:1;border:none;background:none;outline:none;padding:0 12px;font-size:15px;height:44px;letter-spacing:-.01em}input::placeholder{color:var(--ink-4)}.submit{display:inline-flex;align-items:center;gap:8px;height:44px;padding:0 20px;border-radius:9px;background:var(--accent);color:#fff;font-size:14.5px;font-weight:600;letter-spacing:-.01em;white-space:nowrap;box-shadow:0 2px 14px var(--accent-glow);transition:background .15s,transform .06s,box-shadow .15s}.submit:hover{background:#4a7cff;box-shadow:0 4px 22px var(--accent-glow)}.submit:active{transform:translateY(1px)}.submit svg{width:15px;height:15px}.note{margin-top:16px;font-size:12.5px;color:var(--ink-3);letter-spacing:.01em}.success{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:38px;padding:26px 30px;width:min(440px,92vw);background:#111115e6;border:1px solid var(--border-2);border-radius:16px;box-shadow:0 10px 28px #0000006b;animation:pop .4s cubic-bezier(.16,.84,.44,1) both}@keyframes pop{0%{transform:translateY(10px) scale(.985)}to{transform:none}}.success .check{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#16a34a24;border:1px solid rgba(22,163,74,.4)}.success .check svg{width:22px;height:22px;stroke:var(--working)}.success h3{font-size:18px;font-weight:600;letter-spacing:-.02em;white-space:nowrap}.success p{font-size:13.5px;color:var(--ink-2);line-height:1.5;max-width:34ch}@media(max-width:720px){.mark-build-canvas{z-index:3;opacity:.95;mask:linear-gradient(to bottom,transparent 0%,#000 24%,#000 94%,transparent 100%);-webkit-mask:linear-gradient(to bottom,transparent 0%,#000 24%,#000 94%,transparent 100%)}.edge-fade{z-index:4}.vignette{z-index:4;background:radial-gradient(ellipse 112% 60% at 50% 35%,rgba(8,8,10,.86) 18%,rgba(8,8,10,.42) 58%,transparent 82%),radial-gradient(circle at 50% 52%,rgba(47,107,255,.16),transparent 58%)}header{padding:20px 18px}.hero{padding:0 18px 40px}.stage.waitlist-focus .eyebrow,.stage.waitlist-focus h1{opacity:.06;filter:blur(6px);transform:translateY(-4px)}.eyebrow{width:min(100%,360px);max-width:100%;align-items:flex-start;gap:8px;font-size:11.5px;line-height:1.45;margin-bottom:24px}.eyebrow .bar{width:18px;margin-top:.72em}.eyebrow .shimmer{white-space:normal;overflow:visible;text-overflow:clip;text-wrap:balance}form{flex-direction:column;padding:8px;gap:8px}input[type=email]{height:auto;min-height:52px;padding:12px 14px;font-size:16px;line-height:1.3}.submit{min-height:48px;justify-content:center}}@media(prefers-reduced-motion:reduce){.stage:after,header,.eyebrow,h1,.form-wrap,form{transition:none}.stage.waitlist-focus .eyebrow,.stage.waitlist-focus h1,.stage.waitlist-focus .form-wrap{transform:none}}
