:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;line-height:1.6;font-weight:400;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;color:#333;background-color:#fafaf8}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;line-height:1.2}p{margin:0}a{color:inherit;text-decoration:none}button{border:none;background:none;cursor:pointer;font-family:inherit}img{max-width:100%;height:auto}.landing-page{width:100%;overflow-x:hidden;background-color:#fafaf8}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;background:#000;color:#fff;padding:0;position:relative}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000c,#000000f2);z-index:1}.launch-banner-wrapper{position:relative;width:100%;z-index:2;margin-bottom:-70px}.launch-banner{width:100%;padding:4rem 2rem 8rem;background:#000;position:relative;overflow:hidden}.launch-banner:after{content:"";position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.6) 50%,transparent 100%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.launch-text{font-size:5rem;font-weight:900;letter-spacing:-.03em;margin:0;text-transform:uppercase;color:#000;font-family:Inter,SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-text-stroke:2px #FAFAF8;text-shadow:0 0 15px rgba(250,250,248,.9),0 0 30px rgba(250,250,248,.7),0 0 45px rgba(250,250,248,.5),0 0 60px rgba(250,250,248,.3)}.logo-overlap{position:absolute;bottom:-70px;left:50%;transform:translate(-50%);width:180px;height:180px;filter:drop-shadow(0 10px 40px rgba(0,0,0,.4));z-index:3;background:#000;border-radius:50%;padding:20px;border:4px solid rgba(255,255,255,.1)}.hero-content{position:relative;z-index:2;padding:6rem 2rem 2rem}.hero .logo{width:140px;height:140px;margin:0 auto 2.5rem;filter:drop-shadow(0 8px 24px rgba(255,255,255,.1))}.hero-title{font-size:4rem;font-weight:800;margin:0 0 1.5rem;line-height:1.1;letter-spacing:-.02em}.hero-subtitle{font-size:1.35rem;margin:0 0 2rem;opacity:.9;max-width:650px;margin-left:auto;margin-right:auto;font-weight:300;line-height:1.6}.cta-buttons{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn{padding:1.1rem 2.8rem;border-radius:50px;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s ease;display:inline-block;cursor:pointer;letter-spacing:.01em}.btn-primary{background:#fff;color:#000;box-shadow:0 4px 20px #ffffff4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 30px #fff6}.btn-secondary{background:transparent;color:#fff;border:2px solid white}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-3px)}.features{padding:7rem 0;background:#fafaf8}.section-title{font-size:3rem;text-align:center;margin-bottom:1rem;font-weight:800;color:#000;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1.15rem;color:#666;max-width:600px;margin:0 auto 4rem;line-height:1.6}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;margin-top:3rem}.feature-card{background:#fff;padding:3rem 2.5rem;border-radius:20px;box-shadow:0 2px 10px #0000000d;transition:transform .3s ease,box-shadow .3s ease;text-align:left;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 12px 40px #0000001a;border-color:#000}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem;display:block}.feature-card h3{font-size:1.6rem;margin:0 0 1rem;color:#000;font-weight:700;letter-spacing:-.01em}.feature-card p{color:#666;line-height:1.7;font-size:1.05rem}.how-it-works{padding:7rem 0;background:#fff}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4rem;margin-top:4rem}.step{text-align:center;position:relative}.step-number{width:90px;height:90px;background:#000;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem;font-weight:800;margin:0 auto 2rem;box-shadow:0 8px 30px #00000026}.step h3{font-size:1.7rem;margin:0 0 1rem;color:#000;font-weight:700;letter-spacing:-.01em}.step p{color:#666;line-height:1.7;font-size:1.05rem}.download{padding:7rem 0;background:#000;color:#fff;text-align:center}.download .section-title{color:#fff}.download-subtitle{font-size:1.3rem;margin-bottom:3rem;opacity:.85;font-weight:300}.notify-form{max-width:500px;margin:0 auto;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.notify-input{flex:1;min-width:280px;padding:1.1rem 1.5rem;border-radius:50px;border:2px solid rgba(255,255,255,.2);background:#ffffff0d;color:#fff;font-size:1rem;transition:all .3s ease;outline:none}.notify-input::placeholder{color:#ffffff80}.notify-input:focus{border-color:#fff;background:#ffffff1a}.notify-button{padding:1.1rem 2.5rem;border-radius:50px;background:#fff;color:#000;font-size:1rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;letter-spacing:.01em}.notify-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #ffffff4d}.download-buttons{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;margin-top:2rem}.store-button{background:#ffffff1a;color:#fff;padding:1rem 2rem;border-radius:16px;text-decoration:none;display:inline-flex;align-items:center;transition:transform .3s ease,background .3s ease;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:.6;cursor:not-allowed}.store-button-text{display:flex;flex-direction:column;align-items:flex-start}.store-button-text small{font-size:.75rem;opacity:.8}.store-button-text strong{font-size:1.25rem;font-weight:600}.coming-soon-text{font-size:.85rem;color:#fff9;margin-top:1.5rem}.footer{background:#0a0a0a;color:#fff;padding:4rem 0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h4{margin-bottom:1.5rem;font-size:1.3rem;font-weight:700;letter-spacing:-.01em}.footer-section p{color:#fff9;line-height:1.6}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.75rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:color .3s ease;font-size:1.05rem}.footer-links a:hover{color:#fff}.footer-bottom{text-align:center;padding-top:2.5rem;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.95rem}@media(max-width:768px){.launch-text{font-size:3rem}.launch-banner{padding:3rem 1.5rem 6rem}.logo-overlap{width:120px;height:120px;bottom:-60px;padding:15px}.launch-banner-wrapper{margin-bottom:-60px}.hero-content{padding:5rem 2rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.15rem}.hero .logo{width:100px;height:100px}.section-title{font-size:2.2rem}.section-subtitle{font-size:1rem}.features-grid,.steps{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}.cta-buttons,.download-buttons{flex-direction:column;align-items:center}.btn{width:100%;max-width:320px}.notify-form{flex-direction:column}.notify-input,.notify-button{width:100%}.features,.how-it-works,.download{padding:4rem 0}}.legal-page{min-height:100vh;background-color:#fafaf8}.legal-header{background:#000;color:#fff;padding:3rem 0;margin-bottom:3rem}.legal-header h1{font-size:3rem;margin-top:1rem;font-weight:800;letter-spacing:-.02em}.back-button{display:inline-block;color:#fff;text-decoration:none;font-weight:600;transition:opacity .3s ease;font-size:1.05rem}.back-button:hover{opacity:.8}.legal-content{background:#fff;padding:3.5rem 2.5rem;border-radius:20px;box-shadow:0 2px 15px #0000000f;margin-bottom:4rem;max-width:900px;line-height:1.8;border:1px solid rgba(0,0,0,.05)}.legal-content h2{font-size:2rem;margin:2.5rem 0 1.25rem;color:#000;font-weight:800;letter-spacing:-.01em}.legal-content h3{font-size:1.5rem;margin:2rem 0 1rem;color:#000;font-weight:700;letter-spacing:-.01em}.legal-content h4{font-size:1.25rem;margin:1.5rem 0 .75rem;color:#333;font-weight:600}.legal-content p{margin:1rem 0;color:#666;font-size:1.05rem}.legal-content ul,.legal-content ol{margin:1rem 0;padding-left:2rem;color:#666}.legal-content li{margin:.75rem 0;line-height:1.7}.legal-content strong{color:#000;font-weight:700}.legal-content a{color:#000;text-decoration:underline;font-weight:500}.legal-content a:hover{opacity:.7}.legal-content blockquote{border-left:4px solid #000000;padding-left:1.5rem;margin:1.5rem 0;color:#555;font-style:italic}.legal-content table{width:100%;border-collapse:collapse;margin:1.5rem 0;border:1px solid rgba(0,0,0,.1)}.legal-content th,.legal-content td{border:1px solid rgba(0,0,0,.1);padding:1rem;text-align:left}.legal-content th{background-color:#000;font-weight:700;color:#fff}.legal-content td{background-color:#fff}.legal-content code{background-color:#f5f5f5;padding:.3rem .6rem;border-radius:6px;font-family:SF Mono,Monaco,Courier New,monospace;font-size:.9em;color:#000;border:1px solid rgba(0,0,0,.1)}@media(max-width:768px){.legal-header h1{font-size:2rem}.legal-content{padding:2.5rem 1.5rem}.legal-content h2{font-size:1.6rem}.legal-content h3{font-size:1.3rem}}
