:root{--font-family: "Inter Tight", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body{margin:0;padding:0;font-family:var(--font-family);background:#faf8f4;color:#0e0e10;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}.wordmark img{display:block;height:44px;width:auto;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;margin-left:-48px}.wordmark--cream img{filter:brightness(0) invert(1);opacity:.96}.waitlist-backdrop{position:fixed;inset:0;background:#0e0e108c;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:100;animation:waitlist-fade-in .16s ease-out}.waitlist-popover{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:min(440px,calc(100vw - 32px));background:#fff;color:#0e0e10;border-radius:22px;padding:28px 28px 24px;box-shadow:0 32px 80px -24px #0e0e1073;z-index:101;font-family:Inter Tight,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;animation:waitlist-pop-in .2s cubic-bezier(.16,1,.3,1)}.waitlist-popover__close{position:absolute;top:12px;right:14px;width:30px;height:30px;border:0;background:transparent;color:#8a857c;font-size:22px;line-height:1;cursor:pointer;border-radius:50%;transition:background .12s ease,color .12s ease}.waitlist-popover__close:hover{background:#f6f2ea;color:#0e0e10}.waitlist-popover__head{background:#0e0e10;color:#f6f2ea;margin:-28px -28px 22px;padding:22px 28px 18px;border-radius:22px 22px 0 0}.waitlist-popover__title{font-family:Inter Tight,sans-serif;font-weight:600;font-size:20px;letter-spacing:-.02em}.waitlist-popover__sub{margin-top:4px;font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#b6b1a8}.waitlist-popover__h{font-family:Inter Tight,sans-serif;font-weight:600;font-size:22px;letter-spacing:-.02em;margin:4px 0 6px}.waitlist-popover__hint{margin:0 0 16px;font-size:14px;line-height:1.5;color:#4a4640}.waitlist-popover__row{display:flex;align-items:stretch;gap:10px;flex-wrap:wrap}.waitlist-popover__row input{flex:1 1 200px;font-family:Inter Tight,sans-serif;font-size:15px;line-height:1.4;padding:12px 14px;border:1px solid #E5E1D7;border-radius:12px;background:#faf8f4;color:#0e0e10;transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.waitlist-popover__row input::placeholder{color:#8a857c}.waitlist-popover__row input:focus{outline:none;border-color:#0e0e10;background:#fff;box-shadow:0 0 0 4px #0e0e1014}.waitlist-popover__submit{flex:0 0 auto;display:inline-flex;align-items:center;gap:6px;background:#0e0e10;color:#f6f2ea;border:0;border-radius:999px;padding:12px 20px;font-family:Inter Tight,sans-serif;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .12s ease,transform .12s ease}.waitlist-popover__submit .arrow{font-size:16px;line-height:1}.waitlist-popover__submit:hover{opacity:.92;transform:translateY(-1px)}.waitlist-popover__thanks{margin:14px 0 0;padding:12px 14px;background:#f6f2ea;border:1px solid #E5E1D7;border-radius:12px;font-size:13.5px;line-height:1.5;color:#4a4640}@keyframes waitlist-fade-in{0%{opacity:0}to{opacity:1}}@keyframes waitlist-pop-in{0%{opacity:0;transform:translate(-50%,calc(-50% + 12px))}to{opacity:1;transform:translate(-50%,-50%)}}.waitlist-popover--celebrate .waitlist-popover__head{background:linear-gradient(135deg,#0d4a28,#1a7a45)}.signin-waitlist{text-align:center;padding:12px 0 8px}.signin-waitlist__number{font-family:Inter Tight,sans-serif;font-weight:700;font-size:80px;line-height:1;letter-spacing:-.05em;color:#0e0e10;animation:waitlist-pop-number .55s cubic-bezier(.16,1,.3,1);margin-bottom:8px}.signin-waitlist__label{font-family:JetBrains Mono,monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#8a857c;margin-bottom:20px}.signin-waitlist__body{text-align:center;margin-bottom:20px}@keyframes waitlist-pop-number{0%{opacity:0;transform:scale(.55)}to{opacity:1;transform:scale(1)}}.signin-sent{padding:14px 0 4px;font-size:14px;line-height:1.55;color:#4a4640}.signin-error{background:#fff3cd;border-color:#ffe08a;color:#856404}@media(max-width:480px){.waitlist-popover{padding:22px 22px 20px}.waitlist-popover__head{margin:-22px -22px 18px;padding:18px 22px 14px;border-radius:22px 22px 0 0}}.dev-only{display:none!important}html.dev-mode .dev-only{display:revert!important}.dev-bar{position:fixed;left:0;right:0;bottom:0;z-index:200;background:#0e0e10;color:#f6f2ea;padding:12px 20px;display:flex;align-items:center;gap:14px;border-top:1px solid #2A2A2C;box-shadow:0 -16px 32px -16px #0e0e1073}.dev-bar__dot{width:8px;height:8px;border-radius:50%;background:#25d366;box-shadow:0 0 10px #25d366a6;flex:0 0 auto}.dev-bar__title{font-family:JetBrains Mono,Fira Code,SF Mono,Consolas,monospace;font-size:12px;letter-spacing:.22em;color:#f6f2ea}.dev-bar__hint{font-family:Inter Tight,Inter,sans-serif;font-size:13px;color:#b6b1a8;letter-spacing:-.01em}.dev-bar__close{margin-left:auto;background:transparent;border:0;color:#f6f2ea;font-size:20px;line-height:1;width:30px;height:30px;border-radius:50%;cursor:pointer;transition:background .12s ease}.dev-bar__close:hover{background:#ffffff14}@media(max-width:540px){.dev-bar{padding:10px 14px;gap:10px}.dev-bar__hint{display:none}}
