: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;position:relative;overflow-x:hidden}.winner-badge-wrapper{position:absolute;top:0;left:0;width:200px;height:200px;overflow:hidden;z-index:10}.winner-badge{position:absolute;top:30px;left:-50px;display:flex;align-items:center;gap:8px;background:#7c3aed;padding:10px 60px 10px 40px;transform:rotate(-45deg);box-shadow:0 2px 8px #00000026;text-decoration:none;cursor:pointer;transition:opacity .2s ease,transform .2s ease}.winner-badge:hover{opacity:.9;transform:rotate(-45deg) scale(1.05)}.winner-badge-icon{width:20px;height:20px;object-fit:contain;flex-shrink:0}.winner-badge-text{font-size:.875rem;font-weight:700;color:#fff;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap}.waitlist-container{display:flex;flex-direction:row;align-items:center;justify-content:center;max-width:1200px;width:100%;background:none;border-radius:0;box-shadow:none;padding:40px 32px;gap:48px}.waitlist-left{flex:1 1 0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:320px;max-width:500px}.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:24px;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}.download-badges{display:flex;flex-direction:row;gap:12px;margin-bottom:32px;width:100%;align-items:flex-start;flex-wrap:nowrap}.badge-link,.badge-button{display:inline-block;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;transition:transform .2s ease,opacity .2s ease}.badge-link:hover,.badge-button:hover{transform:translateY(-2px);opacity:.9}.badge-link:active,.badge-button:active{transform:translateY(0)}.download-badge{height:56px;width:auto;display:block;object-fit:contain}.dialog-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.dialog-content{background:#fff;border-radius:20px;padding:32px;max-width:500px;width:100%;position:relative;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.dialog-close{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;line-height:1;color:#52525b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:all .2s ease}.dialog-close:hover{background:#f3f4f6;color:#18181b}.dialog-title{font-size:1.75rem;font-weight:800;color:#18181b;margin-bottom:16px;padding-right:40px}.dialog-text{font-size:1rem;color:#52525b;line-height:1.6;margin-bottom:24px}.dialog-actions{display:flex;flex-direction:column;gap:12px}.dialog-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 24px;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .2s ease;border:2px solid transparent;cursor:pointer}.dialog-btn-primary{background:#ffe274;color:#18181b;border-color:#ffe274;box-shadow:0 4px 12px #ffe27466}.dialog-btn-primary:hover{background:#f4d95a;transform:translateY(-2px);box-shadow:0 6px 16px #ffe27480}.dialog-btn-secondary{background:#fff;color:#7c3aed;border-color:#7c3aed;box-shadow:0 4px 12px #7c3aed1a}.dialog-btn-secondary:hover{background:#7c3aed;color:#fff;transform:translateY(-2px);box-shadow:0 6px 16px #7c3aed33}.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){.winner-badge-wrapper{width:150px;height:150px}.winner-badge{top:20px;left:-40px;padding:8px 45px 8px 30px}.winner-badge-icon{width:18px;height:18px}.winner-badge-text{font-size:.75rem}.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}.download-badges{flex-direction:column;align-items: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){.winner-badge-wrapper{width:120px;height:120px}.winner-badge{top:15px;left:-35px;padding:6px 40px 6px 25px}.winner-badge-icon{width:16px;height:16px}.winner-badge-text{font-size:.7rem}.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}.download-badges{gap:12px;margin-bottom:24px}.download-badge{height:50px}.dialog-content{padding:24px;border-radius:16px}.dialog-title{font-size:1.5rem;margin-bottom:12px}.dialog-text{font-size:.95rem;margin-bottom:20px}.dialog-btn{padding:12px 20px;font-size:.95rem}.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){.winner-badge-wrapper{width:100px;height:100px}.winner-badge{top:12px;left:-30px;padding:5px 35px 5px 20px}.winner-badge-icon{width:14px;height:14px}.winner-badge-text{font-size:.65rem}.waitlist-bg{padding:12px}.waitlist-container{padding:24px 16px;gap:24px}.main-headline{font-size:1.6rem}.download-badge{height:45px}.dialog-overlay{padding:16px}.dialog-content{padding:20px}.dialog-title{font-size:1.3rem}.waitlist-form{max-width:260px}}
