:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5;font-weight:400;color-scheme:dark;color:#ffffffde;background-color:#0f0f23;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(135deg,#0f0f23,#1a1a2e,#16213e)}#root{width:100%;min-height:100vh}button{font-family:inherit;cursor:pointer;border:none;outline:none}input{font-family:inherit;outline:none}html{scroll-behavior:smooth}*:focus{outline:2px solid #667eea;outline-offset:2px}::selection{background:#667eea4d;color:#fff}body,.waitlist-bg{background:#f8fafc;min-height:100vh;width:100vw}.waitlist-bg{display:flex;align-items:center;justify-content:center;min-height:100vh;width:100vw}.waitlist-container{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1000px;width:100%;background:none;border-radius:0;box-shadow:none;padding:64px 48px;gap:64px}.waitlist-left{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:320px;max-width:420px}.mascot-box{width:56px;height:56px;background:linear-gradient(135deg,#ffe274,#f4d95a);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:0;box-shadow:0 4px 12px #ffe2744d;border:2px solid rgba(255,255,255,.2)}.mascot-img{width:36px;height:36px;display:block;transition:transform .3s ease}.mascot-box:hover .mascot-img{transform:scale(1.1) rotate(5deg)}.logo-row{display:flex;flex-direction:row;align-items:center;gap:16px;margin-bottom:18px;height:56px;transition:transform .2s ease}.logo-row:hover{transform:translateY(-2px)}.product-name{font-size:2rem;font-weight:800;color:#18181b;letter-spacing:.04em;font-family:Inter,Segoe UI,Arial,sans-serif;line-height:1;text-shadow:none;margin-bottom:0;display:flex;align-items:center;height:56px;position:relative}.product-name:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background:#ffe274;border-radius:2px}.main-headline{font-size:2.6rem;font-weight:800;color:#18181b;margin-bottom:18px;line-height:1.1}.subheadline{font-size:1.15rem;color:#52525b;margin-bottom:32px;line-height:1.5}.waitlist-form{display:flex;flex-direction:row;align-items:center;width:100%;gap:12px;margin-bottom:10px}.waitlist-input{flex:1 1 0;padding:16px 18px;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;background:#fff;color:#18181b;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.waitlist-input:focus{border:1.5px solid #ffe274;outline:none;background:#fff;box-shadow:0 0 0 3px #ffe2741a}.waitlist-input.error{border:1.5px solid #ef4444}.waitlist-btn{padding:16px 28px;background:#ffe274;color:#18181b;font-size:1.08rem;font-weight:700;border:2px solid #ffe274;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #ffe27466;min-width:140px;display:inline-block;position:relative;overflow:hidden}.waitlist-btn:disabled{opacity:.7;cursor:not-allowed}.waitlist-btn:hover:not(:disabled){background:#f4d95a;transform:translateY(-2px);box-shadow:0 6px 16px #ffe27480}.waitlist-error{color:#ef4444;font-size:.98rem;margin:6px 0 0 2px}.waitlist-follow{margin-top:28px;font-size:1rem;color:#52525b}.waitlist-follow a{color:#7c3aed;text-decoration:none;font-weight:600;margin:0 2px;transition:color .2s ease}.waitlist-follow a:hover{color:#6d28d9;text-decoration:underline}.waitlist-follow a:hover{text-decoration:underline}.external-link{font-size:1em;margin-left:2px}.footer-links{margin-top:16px;font-size:.9rem;color:#52525b;display:flex;align-items:center;justify-content:center;gap:8px}.footer-links a{color:#7c3aed;text-decoration:none;font-weight:500;transition:color .2s ease}.footer-links a:hover{color:#6d28d9;text-decoration:underline}.link-separator{color:#a1a1aa;font-weight:400}.waitlist-right{flex:1 1 0;display:flex;align-items:center;justify-content:center;min-width:260px}.phone-mockup{width:100%;max-width:320px;height:auto;border-radius:0;box-shadow:none;background:none}.contact-container{min-height:100vh;background:#f8fafc;display:flex;align-items:center;justify-content:center;padding:20px}.contact-content{max-width:600px;width:100%;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;overflow:hidden;animation:slideUp .6s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.contact-header{background:#f8fafc;padding:30px;text-align:center;border-bottom:1px solid #e5e7eb}.logo-row{justify-content:center;margin-bottom:0}.mascot-box{background:linear-gradient(135deg,#ffe274,#f4d95a);border:2px solid rgba(255,255,255,.2)}.contact-main{padding:50px 30px 40px}.contact-header-section{text-align:center;margin-bottom:40px}.contact-title{font-size:2.8rem;font-weight:800;color:#18181b;margin-bottom:12px;position:relative}.contact-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:4px;background:#ffe274;border-radius:2px}.contact-subtitle{font-size:1.1rem;color:#52525b;margin-top:20px;font-weight:500}.contact-card{background:#f8fafc;border-radius:16px;padding:30px;text-align:center;border:2px solid #e5e7eb;position:relative;overflow:hidden}.contact-icon{margin-bottom:20px}.contact-ufo{width:80px;height:80px;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.contact-description{font-size:1.1rem;color:#52525b;margin-bottom:25px;line-height:1.6}.email-section{margin-bottom:20px}.email-link{display:inline-flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:700;color:#7c3aed;text-decoration:none;padding:16px 28px;background:#fff;border:2px solid #7c3aed;border-radius:12px;transition:all .3s ease;box-shadow:0 4px 12px #7c3aed1a}.email-icon{font-size:1.2rem}.email-link:hover{background:#7c3aed;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #7c3aed33}.contact-footer{padding:30px;background:#f8fafc;border-top:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center}.footer-brand{display:flex;align-items:center}.footer-logo{display:flex;align-items:center;gap:8px}.footer-ufo{width:24px;height:24px;opacity:.7}.footer-brand-text{font-size:.9rem;color:#52525b;font-weight:500}.back-link{display:inline-flex;align-items:center;gap:8px;color:#18181b;text-decoration:none;font-size:1.08rem;font-weight:700;padding:16px 28px;border-radius:12px;transition:all .2s ease;background:#ffe274;border:2px solid #ffe274;box-shadow:0 4px 12px #ffe27466;min-width:140px;justify-content:center}.back-link:hover{background:#f4d95a;color:#18181b;transform:translateY(-2px);box-shadow:0 6px 16px #ffe27480}.back-arrow{font-size:1.2rem;font-weight:700}@media (max-width: 900px){.waitlist-container{flex-direction:column;padding:40px 24px;gap:40px;border-radius:24px}.waitlist-left,.waitlist-right{max-width:100%;min-width:0;width:100%;align-items:center}.waitlist-left{align-items:center;text-align:center}.waitlist-form{flex-direction:column;gap:16px;width:100%;max-width:320px}.waitlist-input{width:100%}.waitlist-btn{width:100%;min-width:auto}}@media (max-width: 600px){.waitlist-bg,.contact-container{padding:16px}.contact-content{border-radius:16px}.contact-header{padding:20px}.contact-main{padding:30px 20px}.contact-title{font-size:2rem}.contact-ufo{width:60px;height:60px}.contact-footer{flex-direction:column;gap:20px;text-align:center}.footer-brand{order:2}.back-link{order:1}.email-link{font-size:1.1rem;padding:10px 20px}.contact-card{padding:20px}.waitlist-container{padding:32px 20px;gap:32px;border-radius:16px}.main-headline{font-size:1.8rem}.subheadline{font-size:1rem}.mascot-box{width:48px;height:48px;border-radius:12px}.mascot-img{width:32px;height:32px}.mascot-box:hover .mascot-img{transform:scale(1.05) rotate(3deg)}.phone-mockup{max-width:240px;border-radius:16px}.waitlist-form{gap:12px;max-width:280px}.waitlist-btn{padding:14px 20px;font-size:1rem}.waitlist-input{padding:14px 16px;font-size:1rem}.logo-row{gap:12px;margin-bottom:16px;height:48px}.product-name{font-size:1.4rem;height:48px}}@media (max-width: 480px){.waitlist-bg{padding:12px}.waitlist-container{padding:24px 16px;gap:24px}.main-headline{font-size:1.6rem}.waitlist-form{max-width:260px}}
