@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap);body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background-color:#030303dc;border-radius:50px;box-shadow:0 10px 30px rgba(0,0,0,.1);color:#fff;margin:20px auto;max-width:1200px;padding:15px 30px;position:-webkit-sticky;position:sticky;top:20px;width:90%;z-index:1000}.navbar-container{justify-content:space-between;width:100%}.navbar-container,.navbar-logo{align-items:center;display:flex}.navbar-logo{color:#fff;font-size:1.2rem;font-weight:700}.logo-icon{height:24px;margin-right:10px}.navbar-links{gap:32px}.nav-link,.navbar-links{align-items:center;display:flex}.nav-link{color:#fff;font-size:.9rem;font-weight:500;gap:5px;text-decoration:none;text-transform:uppercase;transition:color .2s}.nav-link:hover{color:#ffc107}.download-btn{background-color:#ffc107;border:none;border-radius:25px;color:#000;cursor:pointer;font-size:.9rem;font-weight:700;padding:10px 24px;transition:background-color .2s,-webkit-transform .2s;transition:transform .2s,background-color .2s;transition:transform .2s,background-color .2s,-webkit-transform .2s}.download-btn:hover{background-color:#ffca2c;-webkit-transform:scale(1.05);transform:scale(1.05)}@media (max-width:768px){.navbar{margin:10px auto;padding:10px 20px;width:95%}.navbar-links{gap:20px}.download-btn{font-size:.8rem;padding:8px 16px}}@media (max-width:480px){.logo-text{display:none}.nav-link{font-size:.8rem}.navbar-links{gap:15px}}.hero{background:#fff 100%;overflow:hidden;padding:4rem 0}.hero-container{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px;position:relative}.yellow-gradient-bg{background:radial-gradient(ellipse at center,rgba(255,193,7,.4) 0,rgba(255,235,59,.3) 25%,rgba(255,193,7,.2) 50%,rgba(255,193,7,.1) 75%,transparent 100%);-webkit-filter:blur(40px);filter:blur(40px);height:120%;left:50%;max-height:600px;max-width:800px;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:120%;z-index:-1}.hero-image{display:flex;flex:1 1;justify-content:center;margin-bottom:2rem;min-width:300px;position:relative;z-index:1}.hero-image img{height:auto;max-height:500px;max-width:100%;object-fit:contain}.hero-content{flex:1 1;min-width:300px;padding-left:2rem;position:relative;z-index:1}.hero-content h1{color:#1a1a1a;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:.5rem}.hero-content h2{color:#1a1a1a;font-size:2.5rem;font-weight:400;margin-bottom:1rem}.maintained-by{color:#666;font-size:1.1rem;margin-bottom:2rem}.aossie-link{color:#666;text-decoration:underline}.hero-buttons{display:flex;flex-direction:column;gap:1rem;max-width:350px}.btn{align-items:center;border:none;border-radius:30px;cursor:pointer;display:flex;font-size:1rem;font-weight:700;gap:.5rem;justify-content:center;padding:15px 24px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:100%}.btn:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.btn-primary{background-color:#ffc107;color:#000}.btn-secondary{background-color:#1a1a1a;color:#fff}.hero-description-container{margin:4rem auto 0;max-width:900px;padding:0 20px;text-align:center}.hero-description-container p{color:#333;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.hero-container{flex-direction:column;text-align:center}.hero-content{padding-left:0}.hero-buttons{margin:0 auto}}.features{font-family:Raleway,sans-serif;margin:0 auto;max-width:1000px;padding:4rem 20px}.feature-item{align-items:center;display:flex;gap:4rem;justify-content:space-between;margin-bottom:6rem}.feature-item.reverse{flex-direction:row-reverse}.feature-image{display:flex;flex:1 1;justify-content:center;position:relative}.feature-image:before{background:radial-gradient(circle,rgba(255,241,118,.5) 0,hsla(0,0%,100%,0) 70%);content:"";height:300px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:300px;z-index:-1}.feature-image img{-webkit-filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));filter:drop-shadow(0 10px 20px rgba(0,0,0,.1));height:auto;max-height:400px;max-width:100%}.feature-content{flex:1 1}.feature-content h3{color:#1a1a1a;font-size:1.8rem;font-weight:600;line-height:1.4}.feature-number{font-size:.85em}@media (max-width:768px){.feature-item,.feature-item.reverse{flex-direction:column;gap:2rem;margin-bottom:4rem;text-align:center}}.tech-stack-container{padding:0 20px}.tech-stack{background-color:#1a1a1a;border-radius:20px;color:#fff;margin:0 auto 4rem;max-width:1000px;padding:4rem 0;text-align:center}.tech-stack h2{font-size:2rem;margin-bottom:3rem;text-decoration:underline;text-transform:uppercase;text-underline-offset:10px}.tech-logos{display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.tech-logo{align-items:center;display:flex;font-size:2rem;font-weight:700;gap:1rem}.tech-logo img{height:50px;width:auto}.about{background-color:#fff;padding:4rem 0}.about-container{align-items:center;gap:4rem;margin:0 auto;max-width:1000px;padding:0 20px}.about-container,.about-logo{display:flex;justify-content:center}.about-logo{flex:1 1}.about-logo img{height:auto;max-height:300px;max-width:100%}.about-content{flex:1 1}.about-content h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.about-content p{color:#555;font-size:1rem;line-height:1.6;margin-bottom:2rem}.social-links{display:flex;gap:1.5rem}.social-links a{color:#888;font-size:1.5rem;transition:color .2s}.social-links a:hover{color:#1a1a1a}@media (max-width:768px){.about-container{flex-direction:column;text-align:center}.social-links{justify-content:center}}.download-app-section{background-color:#fff;display:flex;justify-content:center;padding:4rem 20px}.download-app-card{background-color:#1a1a1a;border-radius:20px;color:#fff;max-width:1000px;padding:4rem 2rem;text-align:center;width:100%}.download-app-card h2{font-size:2.5rem;font-weight:400;margin-bottom:2rem}.store-buttons{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.store-btn img{height:50px;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:auto}.store-btn:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.footer{background-color:#1a1a1a;color:#fff;padding:1.5rem 0}.footer-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.copyright{color:#ccc;font-size:.9rem}.footer-socials{display:flex;gap:1rem}.footer-socials a{align-items:center;background-color:#ffc107;border-radius:50%;color:#1a1a1a;display:flex;font-size:.9rem;height:30px;justify-content:center;text-decoration:none;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;width:30px}.footer-socials a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}
/*# sourceMappingURL=main.7f206d48.css.map*/