@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);*{box-sizing:border-box;margin:0;padding:0}body{background:#f8fafc;color:#1a1a1a;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb4d;box-shadow:0 1px 3px 0 #0000001a;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:50}.nav-container{height:70px;justify-content:space-between;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#6366f1;font-size:1.75rem;font-weight:800;gap:.5rem;text-decoration:none}.nav-links{align-items:center;display:flex;gap:2.5rem;list-style:none}.nav-links a{color:#374151;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .2s ease}.nav-links a:hover{color:#6366f1}.nav-links a:after{background:linear-gradient(135deg,#6366f1,#8b5cf6);bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.hero{animation:fadeInUp .8s ease-out;background:linear-gradient(135deg,#f1f5f9,#fff 50%,#f8fafc);overflow:hidden;padding:4rem 0;position:relative;text-align:center}.hero:before{animation:float 8s ease-in-out infinite;background:#e2e8f0;border-radius:50%;content:"";filter:blur(60px);height:300px;left:20px;opacity:.4;position:absolute;top:20px;width:300px;z-index:1}.hero-content{position:relative;z-index:2}.badge{align-items:center;animation:slideInDown .6s ease-out .2s both;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:2rem;box-shadow:0 4px 12px #6366f14d;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;transition:all .3s ease}.badge:hover{box-shadow:0 6px 20px #6366f166;transform:translateY(-2px)}.hero h1{animation:slideInUp .8s ease-out .4s both;font-size:3rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero h1 span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#6366f1,#8b5cf6);-webkit-background-clip:text;background-clip:text}.hero p{animation:fadeIn 1s ease-out .6s both;color:#6b7280;font-size:1.125rem;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.btn{align-items:center;border:none;border-radius:.5rem;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;text-decoration:none;transition:all .2s}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 4px 12px #6366f14d;color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#5b21b6,#7c3aed);box-shadow:0 8px 20px #6366f166;transform:translateY(-1px)}.nav-links .btn-primary{border-radius:.375rem;box-shadow:0 2px 8px #6366f133;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.nav-links .btn-primary:hover{box-shadow:0 4px 12px #6366f14d;transform:translateY(-1px)}.btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.btn-secondary:hover{background:#f9fafb;border-color:#9ca3af}.button-group{animation:slideInUp .8s ease-out .8s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.screenshots{grid-gap:2rem;animation:fadeIn 1.2s ease-out 1s both;display:grid;gap:2rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:500px}.screenshot-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;box-shadow:0 10px 30px -5px #00000014;padding:1.5rem;transition:all .3s ease}.screenshot-card:hover{box-shadow:0 20px 40px -5px #0000001f;transform:translateY(-4px)}.screenshot-card img{border-radius:.5rem;height:auto;width:100%}.screenshot-card h3{font-size:.875rem;font-weight:600;margin-bottom:.25rem;margin-top:1rem}.screenshot-card p{color:#6b7280;font-size:.75rem}.features{animation:fadeInUp .8s ease-out;background:#fff;padding:4rem 0}.features h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem;text-align:center}.features-subtitle{color:#6b7280;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{border-radius:1rem;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#6366f105;transform:translateY(-5px)}.feature-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:1rem;box-shadow:0 4px 12px #6366f14d;color:#fff;display:inline-flex;height:3rem;justify-content:center;margin-bottom:1rem;transition:all .3s ease;width:3rem}.feature-card:hover .feature-icon{box-shadow:0 8px 20px #6366f166;transform:scale(1.1)}.feature-card h3{font-weight:600;margin-bottom:.5rem}.feature-card p{color:#6b7280;font-size:.875rem;line-height:1.6}.cta{background:linear-gradient(135deg,#f8fafc,#e2e8f0);padding:4rem 0;text-align:center}.cta h2{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.cta p{color:#6b7280;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px}.cta-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.coming-soon{color:#6b7280;font-size:.875rem;padding:.75rem}.footer{background:linear-gradient(135deg,#1e293b,#0f172a);color:#fff;padding:3rem 0 2rem}.footer-container{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem}.footer-brand{max-width:400px}.footer h4{color:#f1f5f9;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-links{display:flex;flex-direction:column;gap:.75rem;list-style:none}.footer-links a{color:#d1d5db;font-size:.95rem;text-decoration:none;transition:color .2s}.footer-links a:hover{color:#8b5cf6}.footer-bottom{border-top:1px solid #334155;color:#94a3b8;font-size:.875rem;margin-top:2rem;padding-top:2rem}.footer-bottom p{margin:0}.mobile-menu-btn{display:none}@media (max-width:768px){.container,.nav-container{padding:0 1rem}.nav-links{display:none!important}.mobile-menu-btn{display:block!important}.hero h1{font-size:2.5rem}.screenshots{max-width:300px}.features-grid,.screenshots{grid-template-columns:1fr}.button-group,.cta-buttons{align-items:center;flex-direction:column}.footer-container{gap:2rem;grid-template-columns:1fr}.footer-bottom>div{flex-direction:column;gap:1rem;text-align:center}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:all .6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll.delay-1{transition-delay:.1s}.animate-on-scroll.delay-2{transition-delay:.2s}.animate-on-scroll.delay-3{transition-delay:.3s}.page-container{background:#f8fafc;min-height:100vh;padding:3rem 0}.page-header{margin-bottom:3rem;text-align:center}.page-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.page-subtitle{color:#6b7280;font-size:1.125rem;margin:0 auto;max-width:600px}.support-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.support-card{background:#fff;border:1px solid #f1f5f9;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.support-card:hover{box-shadow:0 20px 40px -5px #00000026;transform:translateY(-4px)}.support-icon{align-items:center;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:50%;color:#fff;display:inline-flex;height:4rem;justify-content:center;margin-bottom:1rem;width:4rem}.support-card h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.support-card p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.faq-container{background:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;padding:2rem}.faq-title{color:#1a1a1a;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:center}.faq-item{border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:1rem;overflow:hidden}.faq-question{align-items:center;background:#0000;border:none;color:#1a1a1a;cursor:pointer;display:flex;font-size:1rem;font-weight:500;justify-content:space-between;padding:1.5rem;text-align:left;transition:background-color .2s;width:100%}.faq-question:hover{background:#f9fafb}.faq-answer{border-top:1px solid #e5e7eb;color:#4b5563;line-height:1.7;padding:0 1.5rem 1.5rem}.legal-content{background:#fff;border-radius:1rem;box-shadow:0 10px 25px -5px #0000001a;line-height:1.7;margin:0 auto;max-width:800px;padding:3rem}.legal-content h1{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:.5rem;text-align:center}.legal-content h2{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:2rem 0 1rem;text-align:center}.legal-content h3{color:#1a1a1a;font-size:1.25rem;font-weight:600;margin:1.5rem 0 .5rem}.legal-content p,.legal-content ul{color:#4b5563;margin-bottom:1rem}.legal-content ul{padding-left:1.5rem}.legal-content li{margin-bottom:.5rem}.last-updated{color:#6b7280;font-style:italic;margin-bottom:2rem}.App,.last-updated{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.8c9f95f4.css.map*/