:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#0a0a0f;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;padding:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600}h1{font-size:3.2em;line-height:1.1}h2{font-size:2.5em;line-height:1.2}h3{font-size:1.5em;line-height:1.3}p{margin:0}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:2px solid #646cff;outline-offset:2px}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fafafa}a:hover{color:#747bff}button{background-color:#f9f9f9}}html{scroll-behavior:smooth}.landing-page{width:100%;max-width:100%;margin:0;padding:0}.hero{text-align:center;padding:6rem 2rem 4rem;max-width:800px;margin:0 auto}.app-name{font-size:4rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#4db8a8,#52b69a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tagline{font-size:1.5rem;font-weight:500;margin-bottom:1rem;opacity:.9}.description{font-size:1.1rem;line-height:1.6;opacity:.7;max-width:600px;margin:0 auto 2rem}.cta-button{display:inline-block;padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;background:#4db8a8;color:#fff;border-radius:8px;text-decoration:none;transition:background .2s,transform .1s}.cta-button:hover{background:#42a597;transform:translateY(-2px)}.screenshots{padding:4rem 2rem;text-align:center;background:#4db8a808}@media(prefers-color-scheme:light){.screenshots{background:#4db8a805}}.screenshots h2{font-size:2.5rem;margin-bottom:3rem}.screenshot-container{display:flex;gap:2rem;justify-content:center;align-items:center;flex-wrap:wrap;max-width:1200px;margin:0 auto}.phone-mockup{position:relative;width:280px;height:580px;background:linear-gradient(145deg,#1e1e2e,#2a2a3e);border-radius:32px;padding:12px;box-shadow:0 20px 60px #0006,inset 0 0 0 1px #ffffff1a}@media(prefers-color-scheme:light){.phone-mockup{background:linear-gradient(145deg,#e8e8e8,#f5f5f5);box-shadow:0 20px 60px #00000026,inset 0 0 0 1px #0000001a}}.screenshot-image{width:100%;height:100%;object-fit:cover;border-radius:24px}.how-it-works{padding:6rem 2rem;text-align:center}.how-it-works h2{font-size:2.5rem;margin-bottom:3rem}.steps-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;max-width:1000px;margin:0 auto}.step{position:relative;padding:2rem 1.5rem}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#4db8a8,#52b69a);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;margin:0 auto 1.5rem;box-shadow:0 4px 12px #4db8a84d}.step h3{font-size:1.4rem;margin-bottom:.75rem}.step p{opacity:.8;line-height:1.6;font-size:1rem}.features{padding:6rem 2rem;text-align:center}.features h2{font-size:2.5rem;margin-bottom:3rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.feature-card{padding:2rem;border-radius:16px;background:#ffffff08;border:1px solid rgba(255,255,255,.1);transition:transform .2s,background .2s}@media(prefers-color-scheme:light){.feature-card{background:#00000005;border:1px solid rgba(0,0,0,.1)}}.feature-card:hover{transform:translateY(-4px);background:#ffffff0d}@media(prefers-color-scheme:light){.feature-card:hover{background:#0000000a}}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.4rem;margin-bottom:.5rem}.feature-card p{opacity:.7;line-height:1.6}.waitlist{padding:6rem 2rem;text-align:center;background:#4db8a808}@media(prefers-color-scheme:light){.waitlist{background:#4db8a805}}.waitlist h2{font-size:2.5rem;margin-bottom:1rem}.waitlist-description{font-size:1.1rem;opacity:.7;margin-bottom:3rem}.footer{padding:2rem;text-align:center;opacity:.5;font-size:.9rem;border-top:1px solid rgba(255,255,255,.1)}@media(prefers-color-scheme:light){.footer{border-top:1px solid rgba(0,0,0,.1)}}@media(max-width:768px){.app-name{font-size:3rem}.tagline{font-size:1.2rem}.hero{padding:4rem 1.5rem 3rem}.screenshots h2,.how-it-works h2,.features h2,.waitlist h2{font-size:2rem}.screenshot-container{gap:1.5rem}.phone-mockup{width:240px;height:500px}.steps-container{grid-template-columns:1fr;gap:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.app-name{font-size:2.5rem}.phone-mockup{width:200px;height:420px}}.waitlist-form{max-width:500px;margin:0 auto;padding:2rem;background:#ffffff0d;border-radius:16px;border:1px solid rgba(255,255,255,.1)}@media(prefers-color-scheme:light){.waitlist-form{background:#00000005;border:1px solid rgba(0,0,0,.1)}}.form-group{margin-bottom:1.5rem;text-align:left}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;font-size:.95rem}.form-group input[type=text],.form-group input[type=email],.form-group textarea{width:100%;padding:.75rem;border-radius:8px;border:1px solid rgba(255,255,255,.2);background:#0003;color:inherit;font-family:inherit;font-size:1rem;transition:border-color .2s,background .2s;box-sizing:border-box}@media(prefers-color-scheme:light){.form-group input[type=text],.form-group input[type=email],.form-group textarea{background:#fff;border:1px solid rgba(0,0,0,.2)}}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#4db8a8;background:#0000004d}@media(prefers-color-scheme:light){.form-group input:focus,.form-group textarea:focus{background:#fff}}.feature-checkboxes{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-top:.75rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.95rem}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.waitlist-form button{width:100%;padding:1rem;font-size:1.1rem;font-weight:600;background:#4db8a8;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:background .2s,transform .1s}.waitlist-form button:hover:not(:disabled){background:#42a597;transform:translateY(-1px)}.waitlist-form button:active:not(:disabled){transform:translateY(0)}.waitlist-form button:disabled{opacity:.6;cursor:not-allowed}.success-message{text-align:center;padding:3rem 2rem}.success-message h3{font-size:1.8rem;margin-bottom:.5rem;color:#4ade80}.success-message p{font-size:1.1rem;opacity:.9}.error-message{padding:.75rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:8px;color:#ef4444;margin-bottom:1rem;text-align:center}@media(prefers-color-scheme:light){.error-message{background:#ef44440d}}
