@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#fff;background-color:#040610;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#fff;text-decoration:none;transition:opacity .2s}a:hover{opacity:.8}body{margin:0;padding:0;min-width:320px;min-height:100vh}h1{font-size:2.5rem;line-height:1.1;margin:0 0 .75rem}h2{font-size:1.75rem;line-height:1.2;margin:0 0 .5rem}h3{font-size:1.25rem;line-height:1.3;margin:0 0 .5rem}p{margin:0 0 1rem}button{border-radius:12px;border:none;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;font-family:inherit;background-color:#67c2ff;color:#040610;cursor:pointer;transition:opacity .2s,transform .1s}button:hover{opacity:.9}button:active{transform:scale(.98)}.landing-container{position:relative;min-height:100vh;overflow:hidden}.landing-background{position:fixed;inset:0;background-color:#040610;z-index:0}.landing-background:before{content:"";position:absolute;top:-200px;right:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(103,194,255,.3) 0%,transparent 70%);filter:blur(60px);pointer-events:none}.landing-background:after{content:"";position:absolute;bottom:-200px;left:-200px;width:500px;height:500px;background:radial-gradient(circle,rgba(103,194,255,.2) 0%,transparent 70%);filter:blur(80px);pointer-events:none}.landing-content{position:relative;z-index:1;min-height:100vh;display:flex;flex-direction:column;padding:2rem}.hero{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:4rem 1rem;max-width:800px;margin:0 auto}.hero-logo{width:120px;height:120px;border-radius:28px;margin-bottom:2rem;box-shadow:0 20px 40px #0000004d}.hero-title{font-size:clamp(2rem,5vw,3.5rem);font-weight:700;margin-bottom:1rem;letter-spacing:-.02em}.hero-subtitle{font-size:clamp(1rem,2vw,1.25rem);color:#ffffffb3;max-width:500px;margin:0 auto 2rem;line-height:1.6}.app-store-button{display:inline-block;transition:opacity .2s,transform .1s}.app-store-button:hover{opacity:.9;transform:translateY(-2px)}.app-store-button:active{transform:translateY(0)}.app-store-button img{height:48px;width:auto;display:block}.features{display:flex;flex-direction:column;max-width:900px;margin:4rem auto;padding:0 1rem;gap:0;position:relative}.features:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:1px;height:100%;background:linear-gradient(to bottom,transparent,rgba(103,194,255,.3) 10%,rgba(103,194,255,.3) 90%,transparent);opacity:.5}.feature-card{position:relative;padding:3rem 0;display:flex;align-items:center;gap:3rem;transition:transform .3s ease}.feature-card:nth-child(1),.feature-card:nth-child(3){flex-direction:row;padding-left:54%}.feature-card:nth-child(2){flex-direction:row-reverse;padding-right:54%}.feature-card:nth-child(1){text-align:right;justify-content:flex-end}.feature-card:nth-child(2){text-align:left;justify-content:flex-start}.feature-card:nth-child(3){text-align:right;justify-content:flex-end}.feature-card:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#67c2ff;border-radius:50%;box-shadow:0 0 20px #67c2ff80;z-index:1}.feature-card:hover{transform:scale(1.02)}.feature-title{font-size:1.75rem;font-weight:700;margin-bottom:.75rem;letter-spacing:-.02em;position:relative;display:inline-block}.feature-title:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:linear-gradient(to right,#67C2FF,transparent);transition:width .3s ease}.feature-card:nth-child(1) .feature-title:after{right:0;left:auto;background:linear-gradient(to left,#67C2FF,transparent)}.feature-card:hover .feature-title:after{width:60%}.feature-description{color:#fff9;line-height:1.7;font-size:1rem;max-width:380px;position:relative;z-index:2}@media(max-width:768px){.features:before{left:2rem;transform:none}.feature-card{flex-direction:column!important;padding:2rem 1rem 2rem 4rem!important;text-align:left!important;justify-content:flex-start!important;gap:1rem;align-items:flex-start}.feature-card:before{left:2rem;transform:translate(-50%,-50%)}.feature-title{font-size:1.5rem;margin-top:.5rem}.feature-description{max-width:100%;font-size:.95rem}}.footer{padding:2rem 1rem;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.footer-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:.5rem}.footer-link{color:#fff9;font-size:.875rem;text-decoration:none;transition:color .2s}.footer-link:hover{color:#ffffffe6}.footer-copyright{color:#ffffff80;font-size:.75rem}.legal-page{max-width:700px;margin:0 auto;padding:4rem 1rem}.legal-title{font-size:2rem;font-weight:700;margin-bottom:2rem}.legal-content{color:#fffc;line-height:1.8}.legal-content p{margin-bottom:1.5rem}.legal-content h2{font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(255,255,255,.1)}@media(max-width:768px){.hero-logo{width:100px;height:100px;border-radius:22px}.features{grid-template-columns:1fr;padding:0 .5rem}.footer-links{gap:1rem}}
