:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary-blue: #007aff;--primary-purple: #5856d6;--text-primary: #ffffff;--text-secondary: #86868b;--background-dark: #000000;--background-gray: #1a1a1a;--glass-bg: rgba(255, 255, 255, .1);--glass-border: rgba(255, 255, 255, .2)}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:var(--background-dark);color:var(--text-primary);overflow-x:hidden;min-height:100vh;width:100%}#root{width:100%;min-height:100vh}h1{font-size:clamp(2.5rem,5vw,4.5rem);line-height:1.1;font-weight:700}h2{font-size:clamp(2rem,4vw,3rem);line-height:1.2;font-weight:600}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);line-height:1.3;font-weight:600}p{font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.6}button{font-family:inherit;cursor:pointer;transition:all .3s ease;border:none;outline:none}button:focus-visible{outline:2px solid var(--primary-blue);outline-offset:2px}input{font-family:inherit;outline:none}input:focus{outline:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 clamp(1rem,3vw,2rem)}@media (max-width: 480px){.container{padding:0 1rem}}@media (min-width: 481px) and (max-width: 768px){.container{padding:0 1.5rem}}@media (min-width: 769px) and (max-width: 1024px){.container{padding:0 2rem}}@media (min-width: 1025px){.container{padding:0 2rem}}@media screen and (max-width: 320px){body{min-width:320px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}*{margin:0;padding:0;box-sizing:border-box}:root{--green: #10b981;--green-dark: #059669;--purple: #8b5cf6;--bg: #0a0a0a;--text: #ffffff;--text-muted: #9ca3af;--glass: rgba(255, 255, 255, .05);--border: rgba(255, 255, 255, .08)}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);overflow-x:hidden}.app{min-height:100vh;display:flex;flex-direction:column}.header{position:fixed;top:0;left:0;right:0;padding:1.25rem 2rem;background:#0a0a0ad9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:100}.logo{font-size:1.4rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.hero{flex:1;display:flex;align-items:center;justify-content:center;position:relative;padding:8rem 1.5rem 5rem;min-height:100vh}.hero-bg{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hero-bg:before{content:"";position:absolute;width:65%;height:65%;top:5%;left:5%;background:radial-gradient(ellipse,rgba(16,185,129,.18) 0%,transparent 70%);filter:blur(60px);animation:blobA 14s ease-in-out infinite}.hero-bg:after{content:"";position:absolute;width:60%;height:60%;bottom:5%;right:5%;background:radial-gradient(ellipse,rgba(139,92,246,.15) 0%,transparent 70%);filter:blur(60px);animation:blobB 18s ease-in-out infinite}@keyframes blobA{0%,to{transform:translate(0)}33%{transform:translate(12%,-8%)}66%{transform:translate(-8%,12%)}}@keyframes blobB{0%,to{transform:translate(0)}33%{transform:translate(-12%,8%)}66%{transform:translate(8%,-12%)}}.content{max-width:680px;width:100%;text-align:center;position:relative;z-index:1}.badge{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem 1rem;background:var(--glass);border:1px solid var(--border);border-radius:100px;font-size:.8rem;font-weight:600;color:var(--green);letter-spacing:.04em;text-transform:uppercase;margin-bottom:2rem}h1{font-size:clamp(2.6rem,7vw,5rem);font-weight:800;line-height:1.1;letter-spacing:-.03em;margin-bottom:1.5rem}.gradient{background:linear-gradient(135deg,var(--green),var(--purple),var(--green));background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shimmer 4s linear infinite}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}.tagline{font-size:1.1rem;color:var(--text-muted);line-height:1.75;margin-bottom:2.5rem;max-width:560px;margin-left:auto;margin-right:auto}.app-store-wrap{display:inline-flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:3.5rem}.store-buttons{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:center}.store-btn{height:54px;width:auto;display:block}.store-btn-play{height:80px}.app-store-label{font-size:.75rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.waitlist-box{padding-top:2.5rem}.waitlist-box h2{font-size:1.6rem;font-weight:700;letter-spacing:-.02em;margin-bottom:.5rem}.waitlist-box>p{color:var(--text-muted);font-size:.95rem;margin-bottom:1.5rem}.waitlist-form{display:flex;gap:.75rem;flex-wrap:wrap;justify-content:center}.email-input{flex:1;min-width:220px;padding:.85rem 1.25rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:100px;color:var(--text);font-size:.95rem;font-family:inherit;transition:border-color .2s,background .2s,box-shadow .2s}.email-input::placeholder{color:#ffffff4d}.email-input:focus{outline:none;background:#ffffff12;border-color:#ffffff59;box-shadow:0 0 0 3px #ffffff0d}.email-input:disabled{opacity:.5}.btn-primary{padding:.85rem 1.75rem;background:#fff;color:#0a0a0a;border:none;border-radius:100px;font-size:.95rem;font-weight:600;font-family:inherit;cursor:pointer;transition:background .2s,transform .2s,box-shadow .2s,opacity .2s;white-space:nowrap;letter-spacing:-.01em}.btn-primary:hover:not(:disabled){background:#e5e5e5;transform:translateY(-1px);box-shadow:0 8px 24px #ffffff26}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.success-msg{font-size:1rem;color:var(--text);font-weight:600;padding:1rem 0 .5rem}.error-msg{width:100%;font-size:.85rem;color:#f87171;margin-top:.25rem;text-align:center}.fine-print{margin-top:1rem;font-size:.78rem;color:var(--text-muted);opacity:.7}.footer{padding:2rem;border-top:1px solid var(--border)}.footer-content{max-width:680px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.footer-logo{font-size:1.1rem;font-weight:700;letter-spacing:-.02em}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.85rem;transition:color .2s}.footer-links a:hover{color:var(--text)}.copyright{color:var(--text-muted);font-size:.78rem}@media (max-width: 600px){.hero{padding:7rem 1rem 4rem}.waitlist-box{padding:1.75rem 1.25rem}.waitlist-form{flex-direction:column}.email-input,.btn-primary{width:100%;flex:unset}}
