@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-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}button{font-family:inherit}:focus{outline:2px solid #10b981;outline-offset:2px}*{box-sizing:border-box;margin:0;padding:0;transition:color .2s ease,background-color .2s ease,border-color .2s ease}body{background-color:#fff;color:#2d3748;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{color:#2d3748;font-size:1.5rem;font-weight:700;gap:.5rem}.logo-icon{color:#10b981;height:32px;width:32px}.nav-links{display:flex;gap:2rem}.nav-links a{color:#4a5568;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#10b981}.nav-links a:after{background-color:#10b981;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-links a:hover:after{width:100%}.hero{align-items:center;background:linear-gradient(135deg,#f7fafc,#edf2f7);display:flex;min-height:100vh;overflow:hidden;padding:120px 20px 80px;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z' fill='%2310b981' fill-opacity='.03' fill-rule='evenodd'/%3E%3C/svg%3E") repeat;bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.hero-content{flex:1 1;max-width:600px;position:relative;z-index:2}.hero-title{color:#1a202c;font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem}.highlight{color:#10b981;position:relative}.highlight:after{background:linear-gradient(90deg,#10b981,#3182ce);border-radius:2px;bottom:0;content:"";height:3px;left:0;position:absolute;width:100%}.hero-subtitle{color:#4a5568;font-size:1.25rem;line-height:1.7;margin-bottom:2.5rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem}.cta-button{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;overflow:hidden;padding:1rem 2rem;position:relative;text-decoration:none;transition:all .3s ease}.cta-button.primary{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 15px #10b9814d;color:#fff}.cta-button.primary:hover{box-shadow:0 6px 20px #10b98166;transform:translateY(-2px)}.cta-button.secondary{background:#fff;border:2px solid #e2e8f0;color:#4a5568}.cta-button.secondary:hover{border-color:#10b981;color:#10b981;transform:translateY(-2px)}.cta-button.large{font-size:1.1rem;padding:1.25rem 2.5rem}.button-icon{height:20px;width:20px}.hero-visual{align-items:center;display:flex;flex:1 1;justify-content:center;position:relative;z-index:2}.dashboard-preview{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 20px 40px #0000001a;max-width:400px;padding:1.5rem;width:100%}.dashboard-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.dashboard-title{color:#2d3748;font-weight:600}.dashboard-controls{display:flex;gap:.5rem}.control-dot{border-radius:50%;height:12px;width:12px}.control-dot.red{background:#f56565}.control-dot.yellow{background:#ed8936}.control-dot.green{background:#10b981}.dashboard-content{grid-gap:1rem;display:grid;gap:1rem}.metric-card{background:#f7fafc;border-radius:12px;padding:1rem;text-align:center}.metric-value{color:#10b981;font-size:2rem;font-weight:700}.metric-label{color:#4a5568;font-size:.875rem;margin-top:.25rem}.chart-placeholder{background:linear-gradient(135deg,#10b981,#3182ce);border-radius:12px;height:120px;opacity:.8;overflow:hidden;position:relative}.chart-placeholder:after{background:#fff;content:"";height:2px;left:50%;opacity:.3;position:absolute;top:50%;transform:translate(-50%,-50%);width:80%}.features{background:#fff;padding:100px 0}.section-header{margin-bottom:4rem;text-align:center}.section-header h2{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-header p{color:#4a5568;font-size:1.125rem;margin:0 auto;max-width:600px}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.feature-card:hover{border-color:#10b981;box-shadow:0 10px 30px #10b9811a}.feature-icon-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.feature-icon{color:#10b981;height:48px;width:48px}.feature-card h3{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#4a5568;line-height:1.7}.about{background:#f7fafc;padding:100px 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text h2{color:#1a202c;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-text p{color:#4a5568;font-size:1.125rem;line-height:1.7;margin-bottom:1.5rem}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.stat{text-align:center}.stat-number{color:#10b981;font-size:2.5rem;font-weight:700}.stat-label{color:#4a5568;font-weight:500;margin-top:.5rem}.about-visual,.process-flow{align-items:center;display:flex;justify-content:center}.process-flow{flex-wrap:wrap;gap:1rem}.process-step{background:#fff;border-radius:20px;box-shadow:0 4px 15px #0000001a;min-width:120px;padding:2rem;text-align:center}.step-number{align-items:center;background:#10b981;border-radius:50%;color:#fff;display:flex;font-weight:700;height:40px;justify-content:center;margin:0 auto 1rem;width:40px}.step-title{color:#2d3748;font-weight:600}.process-arrow{color:#10b981;font-size:1.5rem;font-weight:700}.team{background:#fff;padding:100px 0}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.team-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;padding:2rem;text-align:center;transition:all .3s ease}.team-card:hover{border-color:#10b981;box-shadow:0 10px 30px #10b9811a}.member-avatar{margin-bottom:1.5rem}.avatar-placeholder{align-items:center;background:#f7fafc;border:3px solid #e2e8f0;border-radius:50%;display:flex;height:100px;justify-content:center;margin:0 auto;width:100px}.avatar-icon{color:#4a5568;height:40px;width:40px}.team-card h3{color:#1a202c;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.member-role{color:#10b981;font-weight:500;margin-bottom:1rem}.member-bio{color:#4a5568;font-size:.95rem;line-height:1.6}.download-section{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;padding:100px 0;text-align:center}.download-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.download-content p{font-size:1.125rem;line-height:1.7;margin:0 auto 2.5rem;max-width:600px;opacity:.9}.download-info{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:2rem}.download-info span{color:#10b981;font-weight:500}.footer{background:#1a202c;color:#fff;padding:60px 0 20px}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr 1fr;margin-bottom:3rem}.footer-section h4{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#10b981}.footer-logo{align-items:center;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.footer-section p{color:#a0aec0;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#2d3748;border-radius:8px;color:#a0aec0;display:flex;height:40px;justify-content:center;transition:all .3s ease;width:40px}.social-link:hover{background:#10b981;color:#fff;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #2d3748;color:#a0aec0;padding-top:2rem;text-align:center}@media (max-width:768px){.nav-links{display:none}.hero{flex-direction:column;padding:100px 20px 60px;text-align:center}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content{gap:2rem;grid-template-columns:1fr}.stats{gap:1rem;grid-template-columns:repeat(3,1fr)}.process-flow{flex-direction:column}.process-arrow{transform:rotate(90deg)}.footer-content{gap:2rem;grid-template-columns:1fr}.download-info{align-items:center;flex-direction:column;gap:1rem}}@media (max-width:480px){.about-text h2,.download-content h2,.hero-title,.section-header h2{font-size:2rem}.cta-button{justify-content:center;width:100%}}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#10b981;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#059669}
/*# sourceMappingURL=main.2bb6a8f9.css.map*/