@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";:root{--bg-color:#121212;--surface-color:#171717;--brand-green:#0d3b2e;--brand-gold:#d4af37;--text-primary:#f2f4f6;--text-secondary:#a0a0a0;--border-subtle:#ffffff14;--font-family:"Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--transition-smooth:.3s cubic-bezier(.25, .8, .25, 1)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}.waitlist-container{box-sizing:border-box;width:100vw;min-height:100vh;font-family:var(--font-family);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121212 radial-gradient(at top,#0d3b2e33,#121212 60%);justify-content:center;align-items:center;padding:64px 0;display:flex;position:relative;overflow-x:hidden}.waitlist-content{justify-content:space-between;align-items:center;gap:64px;width:100%;max-width:1200px;padding:0 48px;transition:all .8s cubic-bezier(.16,1,.3,1);display:flex}.content-blurred{opacity:.15;filter:blur(12px);pointer-events:none;transform:scale(.97)}.waitlist-left{text-align:left;flex-direction:column;flex:1;align-items:flex-start;max-width:580px;display:flex}.waitlist-header{margin-bottom:48px}.logo{color:var(--brand-gold);letter-spacing:.3em;text-transform:uppercase;opacity:.9;transition:opacity var(--transition-smooth);cursor:default;font-size:32px;font-weight:300}.logo:hover{opacity:1}.waitlist-main{flex-direction:column;align-items:flex-start;width:100%;display:flex}.headline{letter-spacing:-.02em;color:var(--text-primary);margin-bottom:32px;font-size:72px;font-weight:600;line-height:1.1}.subheadline-container{max-width:100%;margin-bottom:48px}.subheadline{color:var(--text-secondary);margin-bottom:24px;font-size:20px;font-weight:400;line-height:1.5}.highlight-gold{color:var(--brand-gold);font-weight:500}.features-list{color:#e0e0e0;flex-direction:column;gap:16px;font-size:18px;line-height:1.5;list-style:none;display:flex}.features-list li{align-items:center;gap:16px;display:flex}.feature-icon{color:var(--brand-gold);filter:brightness(1.15)drop-shadow(0 0 4px #d4af374d);flex-shrink:0}.features-list .highlight{color:var(--text-primary);margin-top:8px;font-weight:500}.form-wrapper{flex-direction:column;align-items:flex-start;width:100%;max-width:500px;min-height:120px;margin-top:24px;display:flex}.waitlist-form{width:100%;animation:fadeIn var(--transition-smooth);flex-direction:column;align-items:flex-start;display:flex}.input-group{width:100%;transition:all var(--transition-smooth);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:40px;align-items:center;padding:6px 6px 6px 24px;display:flex;position:relative;box-shadow:inset 0 2px 4px #0003}.input-group:focus-within{border-color:var(--brand-gold);box-shadow:0 0 0 1px var(--brand-gold), 0 0 24px #d4af3726, inset 0 2px 4px #0003;background:#ffffff0f}.email-input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;height:56px;padding:0;font-family:inherit;font-size:18px}.email-input::placeholder{color:#fff6;font-weight:400}.submit-button{background:var(--brand-gold);color:#121212;cursor:pointer;height:52px;transition:all var(--transition-smooth);border:none;border-radius:32px;justify-content:center;align-items:center;padding:0 32px;font-family:inherit;font-size:16px;font-weight:600;display:flex;box-shadow:0 4px 12px #d4af3733}.submit-button:hover:not(:disabled){filter:brightness(1.1);transform:translateY(-2px);box-shadow:0 6px 16px #d4af374d}.submit-button:disabled{opacity:.7;cursor:not-allowed;box-shadow:none;transform:none}.social-proof{color:var(--text-secondary);opacity:.6;margin-top:16px;font-size:14px}.error-text{color:#ef4444;animation:fadeIn var(--transition-smooth);margin-top:16px;font-size:14px;font-weight:500}.success-state{width:100%;animation:fadeIn var(--transition-smooth);text-align:left}.success-message{color:var(--brand-gold);margin-bottom:12px;font-size:24px;font-weight:500}.success-submessage{color:var(--text-secondary);font-size:18px}.waitlist-right{perspective:1000px;flex:1;justify-content:flex-end;align-items:center;display:flex}.mockup-wrapper{width:100%;max-width:440px;transform-style:preserve-3d;background:#ffffff05;border:1px solid #ffffff0d;border-radius:40px;padding:16px;transition:transform .6s cubic-bezier(.2,.8,.2,1);transform:rotateY(-12deg)rotateX(4deg)scale(1.02);box-shadow:0 30px 60px #0009,inset 0 1px #ffffff1a}.mockup-wrapper:hover{transform:rotateY(-4deg)rotateX(2deg)scale(1.05)}.mockup-image{border-radius:28px;width:100%;height:auto;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (width<=1024px){.headline{font-size:56px}.waitlist-content{gap:32px;padding:0 32px}}@media (width<=768px){.waitlist-container{flex-direction:column;justify-content:flex-start;height:auto;min-height:100vh;padding:48px 0;overflow-y:auto}.waitlist-content{text-align:center;flex-direction:column;gap:24px;padding:0 20px}.waitlist-left,.waitlist-main{display:contents}.waitlist-header{order:1;margin-top:24px;margin-bottom:0}.headline{order:2;margin-bottom:8px;padding:0 10px;font-size:42px;line-height:1.1}.mockup-wrapper{border-radius:32px;order:3;width:85%;max-width:320px;margin:32px auto;padding:12px;transform:none;box-shadow:0 20px 40px #00000080}.mockup-wrapper:hover{transform:scale(1.02)}.subheadline-container{order:4;margin-bottom:16px}.subheadline{margin-bottom:32px;font-size:18px}.features-list{max-width:300px;margin:0 auto;font-size:16px}}@media (width<=480px){.form-wrapper{order:5;width:100%;max-width:100%;margin-top:16px;margin-bottom:48px}.input-group{flex-direction:column;gap:16px;width:100%;box-shadow:none!important;background:0 0!important;border:none!important;padding:0!important}.email-input{width:100%;transition:all var(--transition-smooth);text-align:center;background:#ffffff0a;border:1px solid #ffffff1a;border-radius:20px;flex:none;padding:0 24px;font-size:18px;height:64px!important}.email-input:focus{border-color:var(--brand-gold);box-shadow:0 0 0 1px var(--brand-gold);background:#ffffff14}.submit-button{border-radius:20px;width:100%;font-size:18px;height:64px!important}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes floatGentle{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}.logo{animation:1s cubic-bezier(.16,1,.3,1) .1s both fadeUp}.headline{animation:1s cubic-bezier(.16,1,.3,1) .2s both fadeUp}.subheadline{animation:1s cubic-bezier(.16,1,.3,1) .3s both fadeUp}.features-list li:first-child{animation:.8s cubic-bezier(.16,1,.3,1) .35s both fadeUp}.features-list li:nth-child(2){animation:.8s cubic-bezier(.16,1,.3,1) .4s both fadeUp}.features-list li:nth-child(3){animation:.8s cubic-bezier(.16,1,.3,1) .45s both fadeUp}.features-list li:nth-child(4){animation:.8s cubic-bezier(.16,1,.3,1) .5s both fadeUp}.features-list li:nth-child(5){animation:.8s cubic-bezier(.16,1,.3,1) .55s both fadeUp}.features-list li:nth-child(6){animation:.8s cubic-bezier(.16,1,.3,1) .6s both fadeUp}.form-wrapper{animation:1s cubic-bezier(.16,1,.3,1) .7s both fadeUp}.waitlist-right{animation:1s cubic-bezier(.16,1,.3,1) .8s both fadeUp,6s ease-in-out 1.8s infinite floatGentle}.success-overlay{z-index:100;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.success-state-centered{-webkit-backdrop-filter:blur(40px);text-align:center;background:#12121299;border:1px solid #ffffff1a;border-radius:48px;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:500px;padding:64px 40px;animation:.8s cubic-bezier(.16,1,.3,1) .1s both modalScaleIn;display:flex;box-shadow:inset 0 2px 4px #ffffff0d,0 40px 80px #000c}@keyframes modalScaleIn{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.success-icon-wrapper{color:var(--brand-gold);filter:drop-shadow(0 0 20px #d4af3780);margin-bottom:24px;animation:.8s cubic-bezier(.34,1.56,.64,1) .2s both scaleIn}@keyframes scaleIn{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}.success-title{color:var(--text-primary);margin-bottom:12px;font-size:36px;font-weight:600;animation:.6s cubic-bezier(.16,1,.3,1) .3s both fadeUp}.success-text{color:#a0a0a0;max-width:400px;font-size:18px;line-height:1.6;animation:.6s cubic-bezier(.16,1,.3,1) .4s both fadeUp}.success-close-button{background:var(--brand-gold);color:#121212;cursor:pointer;height:52px;transition:all var(--transition-smooth);border:none;border-radius:24px;margin-top:40px;padding:0 48px;font-size:16px;font-weight:600;animation:.6s cubic-bezier(.16,1,.3,1) .5s both fadeUp;box-shadow:0 4px 12px #d4af3733}.success-close-button:hover{background:var(--brand-green);color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #0d3b2e66}.initial-loading-overlay{z-index:9999;background-color:#121212;justify-content:center;align-items:center;transition:opacity .6s;display:flex;position:fixed;inset:0}.initial-loading-overlay.fade-out{opacity:0}.pulse-logo{animation:1.5s ease-in-out infinite alternate pulseGlow}@keyframes pulseGlow{0%{opacity:.5;filter:blur(2px);transform:scale(.96)}to{opacity:1;filter:blur();text-shadow:0 0 20px #d4af3766;transform:scale(1.02)}}.waitlist-footer{width:100%;color:var(--text-secondary);opacity:.5;justify-content:space-between;align-items:center;padding:24px 48px;font-size:13px;animation:1s cubic-bezier(.16,1,.3,1) 1.2s both fadeIn;display:flex;position:absolute;bottom:0;left:0}.waitlist-footer a{color:var(--text-secondary);transition:color var(--transition-smooth);margin-left:24px;text-decoration:none}.waitlist-footer a:hover{color:var(--brand-gold)}@media (width<=768px){.waitlist-footer{text-align:center;flex-direction:column;gap:16px;width:100%;margin-top:auto;padding:32px 24px 24px;position:relative}.waitlist-footer a{margin:0 12px}}
