:root{--color-bg:#fafafa;--color-surface:#fff;--color-border:#e5e7eb;--color-border-subtle:#f3f4f6;--color-text-primary:#111827;--color-text-secondary:#6b7280;--color-text-muted:#9ca3af;--color-accent:#2563eb;--color-accent-bg:#eff6ff;--color-accent-border:#bfdbfe;--color-success:#059669;--color-success-bg:#f0fdf4;--color-warning:#d97706;--color-danger:#dc2626;--color-danger-bg:#fef2f2;--sidebar-width:220px;--radius-sm:4px;--radius-md:6px;--radius-lg:8px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 1px 3px #0000001a,0 1px 2px #0000000f}:focus-visible{border-radius:4px;outline:2px solid #2563eb;outline:2px solid var(--color-accent);outline-offset:2px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafafa;background-color:var(--color-bg);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}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes skeletonShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:.3;transform:scale(1.1)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:8px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;padding:2rem;width:90%}.modal-title{color:#1f2937;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.modal-message{color:#4b5563;font-size:1rem;line-height:1.5;margin-bottom:1.5rem;white-space:pre-line}.modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-button{border:none;border-radius:.375rem;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.modal-button:disabled{cursor:not-allowed;opacity:.5}.modal-button-cancel{background-color:#f3f4f6;color:#4b5563}.modal-button-cancel:hover:not(:disabled){background-color:#e5e7eb}.modal-button-confirm{background-color:#3b82f6;color:#fff}.modal-button-confirm:hover:not(:disabled){background-color:#2563eb}*{box-sizing:border-box;margin:0;padding:0}.landing-page{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.landing-nav{background:#fff;box-shadow:0 2px 4px #0000001a;position:sticky;top:0;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:1rem 40px;width:100%}.logo h2{color:#2563eb;font-size:1.5rem}.nav-links{align-items:center;display:flex;gap:2rem}.nav-link{color:#666;text-decoration:none;transition:color .3s}.nav-link:hover{color:#2563eb}.cta-button{background:#2563eb;border-radius:8px;color:#fff;padding:.5rem 1.5rem;text-decoration:none;transition:background .3s}.cta-button:hover{background:#1d4ed8}.hero{background:linear-gradient(135deg,#f8f9ff,#e5e7ff);min-height:600px;padding:4rem 0}.hero-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-content{padding-right:2rem}.hero-title{color:#1f2937;font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#6b7280;font-size:1.25rem;margin-bottom:2rem}.hero-cta{display:flex;gap:1rem}.primary-button{background:#2563eb;border-radius:8px;color:#fff;display:inline-block;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.primary-button:hover{background:#1d4ed8;transform:translateY(-2px)}.secondary-button{background:#fff;border:2px solid #2563eb;border-radius:8px;color:#2563eb;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.secondary-button:hover{background:#2563eb;color:#fff}.dashboard-preview{background:#fff;border-radius:12px;box-shadow:0 10px 40px #0000001a;overflow:hidden}.preview-header{background:#f3f4f6;border-bottom:1px solid #e5e7eb;padding:.75rem 1rem}.preview-dots{display:flex;gap:.5rem}.dot{border-radius:50%;height:12px;width:12px}.dot.red{background:#ef4444}.dot.yellow{background:#f59e0b}.dot.green{background:#10b981}.preview-content{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);padding:2rem}.metric-card{text-align:center}.metric-card h4{color:#6b7280;font-size:.875rem;margin-bottom:.5rem}.metric-number{color:#2563eb;font-size:2rem;font-weight:700}.features{background:#f9fafb;padding:5rem 0}.section-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:2rem;transition:transform .3s}.feature-card:hover{box-shadow:0 4px 16px #0000001a;transform:translateY(-4px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1f2937;font-size:1.25rem;margin-bottom:.75rem}.feature-card p{color:#6b7280;line-height:1.6}.how-it-works{padding:5rem 0}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.step{text-align:center}.step-number{align-items:center;background:#2563eb;border-radius:50%;color:#fff;display:inline-flex;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;margin-bottom:1rem;width:60px}.step h3{color:#1f2937;font-size:1.25rem;margin-bottom:.5rem}.step p{color:#6b7280}.contact{background:#f9fafb;padding:5rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info h3{color:#1f2937;font-size:1.5rem;margin-bottom:1rem}.contact-info p{color:#6b7280;line-height:1.7;margin-bottom:2rem}.contact-methods{display:flex;flex-direction:column;gap:1.5rem}.contact-method h4{color:#1f2937;font-size:1.125rem;margin-bottom:.5rem}.contact-method p{color:#2563eb;font-weight:600;margin:0}.contact-form{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .3s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #4f46e51a;outline:none}.contact-button{background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem;transition:background .3s;width:100%}.contact-button:hover{background:#1d4ed8}@media (max-width:768px){.contact-content{gap:2rem;grid-template-columns:1fr}}.cta{background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;padding:5rem 0;text-align:center}.cta h2{font-size:2.5rem;margin-bottom:1rem}.cta p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.cta-button.large{font-size:1.125rem;padding:1rem 3rem}.footer{background:#1f2937;color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h4{margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#9ca3af;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #374151;color:#9ca3af;padding-top:2rem;text-align:center}@media (max-width:768px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-content{padding-right:0}.hero-title{font-size:2rem}.hero-cta{flex-wrap:wrap;justify-content:center}.dashboard-preview{margin-top:2rem}.features-grid,.pricing-grid{grid-template-columns:1fr}.pricing-card.featured{transform:none}.nav-links{gap:1rem}}.footer-link{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:none}.footer-link:hover{text-decoration:underline}.app-shell{display:flex;min-height:100vh}.app-sidebar{transition:transform .2s ease}@media (min-width:769px){.app-sidebar{transform:none!important;visibility:visible!important}}.app-main{background-color:#fafafa;display:flex;flex:1 1;flex-direction:column;margin-left:220px;min-height:100vh;overflow-x:hidden}.app-sidebar-backdrop{display:none}.app-mobile-menu-button{align-items:center;background:#0000;border:1px solid #d1d5db;border-radius:6px;color:#374151;cursor:pointer;display:none;justify-content:center;padding:4px 8px}@media (max-width:768px){.app-main{margin-left:0}.app-sidebar{box-shadow:0 10px 25px #0000001a;transform:translateX(-100%);transition:transform .2s ease,visibility 0s linear .2s;visibility:hidden}.app-sidebar.is-open{transform:translateX(0);transition:transform .2s ease,visibility 0s;visibility:visible}.app-sidebar-backdrop{background:#0f172a66;display:none;inset:0;position:fixed;z-index:40}.app-sidebar-backdrop.is-open{display:block}.app-mobile-menu-button{display:inline-flex}}
/*# sourceMappingURL=main.d8eac43a.css.map*/