@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#faf5ff 0%,#eff6ff 50%,#eef2ff 100%);padding:1rem;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.auth-container{background:white;border-radius:1.5rem;box-shadow:0 25px 50px #00000026;padding:3rem;max-width:450px;width:100%;border:1px solid #e5e7eb;position:relative;overflow:hidden}.auth-container:before{content:"";position:absolute;top:-1rem;right:-1rem;width:5rem;height:5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b);border-radius:50%;opacity:.1}.auth-container:after{content:"";position:absolute;bottom:-1rem;left:-1rem;width:4rem;height:4rem;background:linear-gradient(135deg,#f472b6,#9333ea);border-radius:50%;opacity:.1}.auth-header{text-align:center;margin-bottom:2.5rem;position:relative;z-index:1}.auth-logo{display:flex;flex-direction:column;align-items:center}.logo-icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:.75rem;color:#fff;font-weight:700;font-size:1.5rem;margin-bottom:1.5rem;transition:transform .3s ease}.logo-icon:hover{transform:scale(1.05)}.auth-title{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:.5rem;line-height:1.1}.auth-subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:0}.auth-form{position:relative;z-index:1}.form-group{margin-bottom:1.5rem}.form-group-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.form-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:.75rem;font-size:1rem;background:white;transition:all .3s ease;box-sizing:border-box;color:#111827}.form-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1a}.form-input:disabled{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.form-input.error{border-color:#ef4444}.form-input.error:focus{border-color:#ef4444;box-shadow:0 0 0 4px #ef44441a}.password-input-container{position:relative}.password-input{padding-right:3rem}.password-toggle{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;font-size:1.1rem;padding:.25rem;border-radius:.375rem;transition:all .2s ease}.password-toggle:hover{background-color:#f3f4f6;color:#374151}.password-toggle:disabled{cursor:not-allowed;opacity:.5}.field-error{color:#ef4444;font-size:.75rem;margin-top:.5rem;font-weight:500}.auth-button{width:100%;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;font-size:1rem;transition:all .3s ease;border:none;cursor:pointer;margin-bottom:1rem}.auth-button.primary{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff}.auth-button.primary:hover:not(:disabled){box-shadow:0 20px 40px #00000026;transform:translateY(-1px)}.auth-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.auth-footer{margin-top:2rem;text-align:center}.auth-link-text{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.auth-link-button{background:none;border:none;color:#2563eb;cursor:pointer;font-weight:600;text-decoration:none;transition:color .2s}.auth-link-button:hover:not(:disabled){color:#1d4ed8;text-decoration:underline}.auth-link-button:disabled{color:#9ca3af;cursor:not-allowed}.forgot-password{margin-top:1rem}.forgot-password-link{background:none;border:none;color:#6b7280;cursor:pointer;font-size:.875rem;text-decoration:none;transition:color .2s}.forgot-password-link:hover:not(:disabled){color:#2563eb;text-decoration:underline}.auth-terms{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.auth-terms p{color:#6b7280;font-size:.75rem;line-height:1.5;margin:0}.terms-link{color:#2563eb;text-decoration:none;transition:color .2s}.terms-link:hover{color:#1d4ed8;text-decoration:underline}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;color:#dc2626;font-size:.875rem;font-weight:500;text-align:center}.loading-message{background:#eff6ff;border:1px solid #bfdbfe;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;color:#1e40af;font-size:.875rem;font-weight:500;text-align:center}.success-message{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;padding:1rem;margin-bottom:1.5rem;color:#166534;font-size:.875rem;font-weight:500;text-align:center}@media (max-width: 640px){.auth-page{padding:.5rem}.auth-container{padding:2rem 1.5rem;margin:.5rem}.auth-title{font-size:2rem}.logo-icon{width:3rem;height:3rem;font-size:1.25rem}.form-group-grid{grid-template-columns:1fr;gap:1rem}}[dir=rtl] .password-toggle{right:auto;left:1rem}[dir=rtl] .password-input{padding-left:3rem;padding-right:1rem}[dir=rtl] .auth-terms{text-align:right}.auth-container{animation:slideInUp .6s ease-out}.auth-button.loading{position:relative}.auth-button.loading:after{content:"";position:absolute;top:50%;right:1rem;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite;transform:translateY(-50%)}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.landing-page{font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#1a1a1a}.landing-page *{box-sizing:border-box}.landing-header{position:relative;background:white;box-shadow:0 1px 3px #0000001a;position:sticky;top:0;z-index:50}.landing-nav{max-width:80rem;margin:0 auto;padding:0 1rem}.landing-nav-content{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0}.landing-logo{display:flex;align-items:center}.landing-logo-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:.75rem;color:#fff;font-weight:700;font-size:1.25rem}.landing-logo-text{margin-left:.75rem;font-size:1.5rem;font-weight:700;color:#111827}.landing-nav-links{display:none;gap:2rem}@media (min-width: 768px){.landing-nav-links{display:flex}}.landing-nav-link{color:#6b7280;text-decoration:none;font-weight:500;transition:color .2s}.landing-nav-link:hover{color:#2563eb}.landing-nav-actions{display:none;align-items:center;gap:1rem}@media (min-width: 768px){.landing-nav-actions{display:flex}}.landing-language-selector{position:relative;display:inline-block}.landing-language-button{display:flex;align-items:center;gap:.25rem;padding:.75rem 1rem;background:#f9fafb;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#374151;transition:background-color .2s}.landing-language-button:hover{background:#f3f4f6}.landing-language-dropdown{position:absolute;right:0;top:100%;background:white;min-width:200px;box-shadow:0 8px 32px #0000001a;border-radius:.75rem;padding:.5rem;z-index:50;border:1px solid #e5e7eb;display:none}.landing-language-selector:hover .landing-language-dropdown{display:block}.landing-language-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:.5rem;cursor:pointer;transition:background-color .2s}.landing-language-item:hover{background:#f3f4f6}.landing-language-item span{font-size:.875rem;font-weight:500;color:#111827}.landing-btn{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;border:none;font-size:.875rem}.landing-btn-primary{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500}.landing-btn-primary:hover{box-shadow:0 4px 12px #00000026}.landing-btn-secondary{color:#6b7280;background:transparent;border:none;font-weight:700;font-weight:500;font-size:inherit;padding:.5rem 1rem;transition:color .2s}.landing-btn-secondary:hover{color:#111827}.landing-mobile-menu-btn{display:block;background:none;border:none;cursor:pointer}@media (min-width: 768px){.landing-mobile-menu-btn{display:none}}.landing-mobile-menu{border-top:1px solid #e5e7eb;padding:1rem 0}@media (min-width: 768px){.landing-mobile-menu{display:none}}.landing-mobile-menu.active{display:block}.landing-mobile-nav{display:flex;flex-direction:column;gap:1rem}.landing-mobile-nav a{color:#6b7280;text-decoration:none;font-weight:500}.landing-mobile-nav a:hover{color:#2563eb}.landing-mobile-actions{padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.landing-mobile-language{display:flex;justify-content:center;margin-bottom:.75rem}.landing-mobile-language select{padding:.75rem 1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151}.landing-hero{position:relative;background:linear-gradient(135deg,#faf5ff 0%,#eff6ff 50%,#eef2ff 100%);padding:5rem 0}.landing-hero-container{max-width:80rem;margin:0 auto;padding:0 1rem}.landing-hero-grid{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media (min-width: 1024px){.landing-hero-grid{grid-template-columns:1fr 1fr}}.landing-hero-badge{display:flex;align-items:center;margin-bottom:1.5rem}.landing-hero-badge-icon{width:2rem;height:2rem;color:#9333ea;margin-right:.75rem;font-size:1.5rem}.landing-hero-badge-text{color:#9333ea;font-weight:600;font-size:1.125rem}.landing-hero-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.1}@media (min-width: 1024px){.landing-hero-title{font-size:3.75rem}}.landing-hero-title-gradient{background:linear-gradient(to right,#2563eb,#9333ea);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.landing-hero-subtitle{font-size:1.25rem;color:#6b7280;margin-bottom:2rem;line-height:1.6}.landing-hero-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}@media (min-width: 640px){.landing-hero-buttons{flex-direction:row}}.landing-hero-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;font-weight:600;border-radius:.75rem;text-decoration:none;font-size:1.125rem;transition:all .2s;border:none;cursor:pointer}.landing-hero-btn-primary:hover{box-shadow:0 20px 40px #00000026}.landing-hero-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:2px solid #d1d5db;color:#374151;font-weight:600;border-radius:.75rem;text-decoration:none;font-size:1.125rem;transition:all .2s;background:transparent;cursor:pointer}.landing-hero-btn-secondary:hover{border-color:#2563eb;color:#2563eb}.landing-hero-guarantee{display:flex;align-items:center;font-size:.875rem;color:#6b7280}.landing-hero-guarantee-check{color:#10b981;margin-right:.5rem}.landing-hero-illustration{position:relative}.landing-dashboard-preview{position:relative;background:white;border-radius:1.5rem;box-shadow:0 25px 50px #00000026;padding:2rem;border:1px solid #e5e7eb}.landing-dashboard-header{text-align:center;margin-bottom:2rem}.landing-dashboard-icon{width:8rem;height:8rem;margin:0 auto 1.5rem;background:linear-gradient(135deg,#e0e7ff,#dbeafe);border-radius:50%;display:flex;align-items:center;justify-content:center}.landing-dashboard-icon-inner{width:6rem;height:6rem;background:linear-gradient(135deg,#a78bfa,#3b82f6);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2.5rem}.landing-kpi-cards{display:flex;flex-direction:column;gap:1rem}.landing-kpi-card{padding:1rem;border-radius:.75rem;border:1px solid}.landing-kpi-card.revenue{background:linear-gradient(to right,#f0fdf4,#ecfdf5);border-color:#bbf7d0}.landing-kpi-card.cashflow{background:linear-gradient(to right,#eff6ff,#dbeafe);border-color:#93c5fd}.landing-kpi-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.5rem}.landing-kpi-label{font-size:.875rem;font-weight:500;color:#6b7280}.landing-kpi-progress{width:4rem;height:.75rem;background:linear-gradient(to right,#34d399,#10b981);border-radius:9999px}.landing-kpi-chart{display:flex;gap:.25rem;align-items:end}.landing-kpi-bar{width:.5rem;border-radius:.125rem}.landing-kpi-bar.bar1{height:2rem;background:#93c5fd}.landing-kpi-bar.bar2{height:1.5rem;background:#60a5fa}.landing-kpi-bar.bar3{height:1rem;background:#3b82f6}.landing-kpi-bar.bar4{height:1.75rem;background:#2563eb}.landing-kpi-value{font-size:1.5rem;font-weight:700;color:#111827;margin-top:.5rem}.landing-decoration{position:absolute;border-radius:50%;opacity:.2}.landing-decoration.top-right{top:-1rem;right:-1rem;width:5rem;height:5rem;background:linear-gradient(135deg,#fbbf24,#f59e0b)}.landing-decoration.bottom-left{bottom:-1rem;left:-1rem;width:4rem;height:4rem;background:linear-gradient(135deg,#f472b6,#9333ea)}.landing-section{padding:5rem 0}.landing-section.white{background:white}.landing-section.gray{background:linear-gradient(135deg,#f9fafb,#eff6ff)}.landing-section-container{max-width:80rem;margin:0 auto;padding:0 1rem}.landing-section-header{text-align:center;margin-bottom:4rem}.landing-section-title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem}.landing-section-subtitle{font-size:1.25rem;color:#6b7280;max-width:48rem;margin:0 auto}.landing-features-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.landing-features-grid{grid-template-columns:repeat(2,1fr)}}.landing-feature-card{background:#f9fafb;border-radius:1rem;padding:2rem;border:1px solid #f3f4f6;transition:all .3s ease}.landing-feature-card:hover{background:white;box-shadow:0 25px 50px #00000040}.landing-feature-icon{width:4rem;height:4rem;border-radius:.75rem;font-size:2rem}.landing-feature-card:hover .landing-feature-icon{transform:scale(1.1)}.landing-feature-icon.purple{background:#f3e8ff;color:#9333ea}.landing-feature-icon.blue{background:#dbeafe;color:#2563eb}.landing-feature-icon.green{background:#dcfce7;color:#16a34a}.landing-feature-icon.orange{background:#fed7aa;color:#ea580c}.landing-feature-title{font-size:1.5rem;font-weight:700}.landing-feature-description{color:#6b7280;line-height:1.6;margin-bottom:1rem}.landing-feature-link{display:inline-flex;align-items:center;color:#2563eb;font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;font-size:.875rem;transition:color .2s}.landing-feature-link:hover{color:#1d4ed8;text-decoration:underline}.landing-benefits-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){.landing-benefits-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.landing-benefits-grid{grid-template-columns:repeat(4,1fr)}}.landing-benefit-item{display:flex;align-items:center;background:white;padding:1rem;border-radius:.75rem;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.landing-benefit-check{color:#10b981;margin-right:.75rem;font-size:1.25rem}.landing-benefit-text{color:#374151;font-weight:500}.landing-pricing-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.landing-pricing-grid{grid-template-columns:repeat(3,1fr)}}.landing-pricing-card{position:relative;background:white;border-radius:1rem;border:2px solid #e5e7eb;padding:2rem;transition:all .3s ease}.landing-pricing-card:hover{border-color:#93c5fd}.landing-pricing-card.featured{border-color:#2563eb;box-shadow:0 20px 40px #00000026;transform:scale(1.05)}.landing-pricing-badge{position:absolute;top:-1rem;left:50%;transform:translate(-50%);background:linear-gradient(to right,#2563eb,#9333ea);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:600}.landing-pricing-header{text-align:center;margin-bottom:2rem}.landing-pricing-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.landing-pricing-subtitle{color:#6b7280;margin-bottom:1rem}.landing-pricing-price{display:flex;align-items:baseline;justify-content:center;margin-bottom:2rem}.landing-pricing-amount{font-size:3rem;font-weight:700;color:#111827}.landing-pricing-currency{color:#6b7280;margin-left:.5rem}.landing-pricing-features{list-style:none;margin-bottom:2rem}.landing-pricing-feature{display:flex;align-items:center;margin-bottom:1rem}.landing-pricing-feature-check{color:#10b981;margin-right:.75rem}.landing-pricing-feature-text{color:#374151}.landing-pricing-button{width:100%;padding:1rem 1.5rem;border-radius:.75rem;font-weight:600;transition:all .2s;border:none;cursor:pointer}.landing-pricing-button.primary{background:linear-gradient(to right,#2563eb,#9333ea);color:#fff}.landing-pricing-button.primary:hover{box-shadow:0 8px 16px #00000026}.landing-pricing-button.secondary{background:#f3f4f6;color:#111827}.landing-pricing-button.secondary:hover{background:#e5e7eb}.landing-pricing-footer{text-align:center;margin-top:3rem}.landing-pricing-guarantee{color:#6b7280;margin-bottom:1rem}.landing-pricing-contact{color:#2563eb;font-weight:600;text-decoration:none}.landing-pricing-contact:hover{color:#1d4ed8}.landing-cta{padding:5rem 0;background:linear-gradient(to right,#2563eb,#9333ea)}.landing-cta-container{max-width:64rem;margin:0 auto;text-align:center;padding:0 1rem}.landing-cta-title{font-size:2.25rem;font-weight:700;color:#fff;margin-bottom:1.5rem}.landing-cta-subtitle{font-size:1.25rem;color:#bfdbfe;margin-bottom:2rem}.landing-cta-buttons{display:flex;flex-direction:column;gap:1rem;justify-content:center}@media (min-width: 640px){.landing-cta-buttons{flex-direction:row}}.landing-cta-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;background:white;color:#2563eb;font-weight:600;border-radius:.75rem;text-decoration:none;font-size:1.125rem;transition:all .2s;border:none;cursor:pointer}.landing-cta-btn-primary:hover{background:#f9fafb}.landing-cta-btn-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border:2px solid white;color:#fff;font-weight:600;border-radius:.75rem;text-decoration:none;font-size:1.125rem;transition:all .2s;background:transparent;cursor:pointer}.landing-cta-btn-secondary:hover{background:white;color:#2563eb}.landing-footer{background:#111827;color:#fff;padding:4rem 0}.landing-footer-container{max-width:80rem;margin:0 auto;padding:0 1rem}.landing-footer-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){.landing-footer-grid{grid-template-columns:2fr 1fr 1fr}}.landing-footer-brand{margin-bottom:2rem}.landing-footer-logo{display:flex;align-items:center;margin-bottom:1.5rem}.landing-footer-logo-icon{display:flex;align-items:center;justify-content:center;width:3rem;height:3rem;background:linear-gradient(to right,#2563eb,#9333ea);border-radius:.75rem;color:#fff;font-weight:700;font-size:1.25rem}.landing-footer-logo-text{margin-left:.75rem;font-size:1.5rem;font-weight:700}.landing-footer-description{color:#9ca3af;margin-bottom:1.5rem;max-width:28rem}.landing-footer-contact{display:flex;color:#9ca3af}.landing-footer-section-title{font-size:1.125rem;font-weight:600;margin-bottom:1.5rem}.landing-footer-links{list-style:none}.landing-footer-link{margin-bottom:.75rem}.landing-footer-link a{color:#9ca3af;text-decoration:none;transition:color .2s}.landing-footer-link a:hover{color:#fff}.landing-footer-bottom{border-top:1px solid #374151;margin-top:3rem;padding-top:2rem;display:flex;flex-direction:column;align-items:center}@media (min-width: 768px){.landing-footer-bottom{flex-direction:row;justify-content:space-between}}.landing-footer-copyright{color:#9ca3af;font-size:.875rem}.landing-footer-legal{display:flex;gap:1.5rem;margin-top:1rem}@media (min-width: 768px){.landing-footer-legal{margin-top:0}}.landing-footer-legal a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.landing-footer-legal a:hover{color:#fff}.dashboard-container{font-family:Inter,sans-serif;max-width:80rem;margin:0 auto;padding:0 1rem 2rem;background-color:#f9fafb}.dashboard-header{margin-bottom:2rem;animation:slideInUp .6s ease-out}.dashboard-title{font-size:3rem;font-weight:700;color:#111827;margin-bottom:.5rem}.dashboard-subtitle{color:#6b7280;font-size:1.25rem}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 50%,#f093fb 100%);border-radius:1.5rem;padding:2rem;color:#fff;margin-bottom:3rem;position:relative;overflow:hidden;animation:slideInUp .6s ease-out .2s both}.hero-decoration{position:absolute;border-radius:50%;opacity:.2}.hero-decoration-1{top:0;right:0;width:10rem;height:10rem;background:white;transform:translate(5rem,-5rem)}.hero-decoration-2{bottom:0;left:0;width:8rem;height:8rem;background:white;opacity:.1;transform:translate(-4rem,4rem)}.hero-content{position:relative;z-index:10}.hero-grid{display:grid;grid-template-columns:1fr;gap:2rem;align-items:center}@media (min-width: 1024px){.hero-grid{grid-template-columns:1fr 1fr}}.hero-text{text-align:center}@media (min-width: 1024px){.hero-text{text-align:left}}.hero-welcome{display:flex;align-items:center;justify-content:center;margin-bottom:1rem}@media (min-width: 1024px){.hero-welcome{justify-content:flex-start}}.hero-icon{font-size:2.5rem;margin-right:1rem}.hero-title{font-size:3rem;font-weight:700;color:#fff}.hero-description{color:#bfdbfe;font-size:1.25rem;margin-bottom:2rem;line-height:1.6}.hero-company{background:rgba(255,255,255,.1);padding:1rem;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);margin-bottom:1rem}.hero-company-label{font-size:.875rem;opacity:.8;margin:0 0 .5rem}.hero-company-name{font-size:1.25rem;font-weight:600;margin:0}.hero-button{background:rgba(255,255,255,.2);color:#fff;border:1px solid rgba(255,255,255,.3);padding:.75rem 1.5rem;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .2s}.hero-button:hover{background:rgba(255,255,255,.3)}.hero-illustration{display:flex;justify-content:center}.orbit-container{position:relative;width:20rem;height:20rem}.orbit-hub{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:5rem;height:5rem;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:1rem;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;z-index:10}.orbit-hub-inner{width:3rem;height:3rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:.75rem;display:flex;align-items:center;justify-content:center}.orbit-hub-icon{width:1.75rem;height:1.75rem;color:#fff}.orbit-module{position:absolute;width:4rem;height:4rem;background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:.75rem;box-shadow:0 2px 8px #0000001a;display:flex;align-items:center;justify-content:center}.orbit-module-inner{width:2.5rem;height:2.5rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.orbit-module-inner.blue{background:#dbeafe}.orbit-module-inner.purple{background:#f3e8ff}.orbit-module-inner.emerald{background:#d1fae5}.orbit-module-inner.orange{background:#fed7aa}.orbit-module-inner.teal{background:#ccfbf1}.orbit-module-inner.indigo{background:#e0e7ff}.orbit-module-icon{width:1.5rem;height:1.5rem}.orbit-module-inner.blue .orbit-module-icon{color:#2563eb}.orbit-module-inner.purple .orbit-module-icon{color:#9333ea}.orbit-module-inner.emerald .orbit-module-icon{color:#059669}.orbit-module-inner.orange .orbit-module-icon{color:#ea580c}.orbit-module-inner.teal .orbit-module-icon{color:#0d9488}.orbit-module-inner.indigo .orbit-module-icon{color:#6366f1}.orbit-1{top:1rem;left:50%;transform:translate(-50%)}.orbit-2{top:25%;right:1rem}.orbit-3{bottom:1rem;right:25%}.orbit-4{bottom:1rem;left:25%}.orbit-5{top:25%;left:1rem}.orbit-6{top:50%;right:0;transform:translateY(-50%)}.orbit-1{animation:float 3s ease-in-out infinite}.orbit-2{animation:float 3.5s ease-in-out infinite .5s}.orbit-3{animation:float 4s ease-in-out infinite 1s}.orbit-4{animation:float 3.2s ease-in-out infinite 1.5s}.orbit-5{animation:float 3.8s ease-in-out infinite 2s}.orbit-6{animation:float 3.6s ease-in-out infinite 2.5s}@keyframes float{0%,to{transform:translateY(0) scale(1);box-shadow:0 2px 8px #0000001a}50%{transform:translateY(-8px) scale(1.05);box-shadow:0 4px 16px #00000026}}.orbit-connections{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.particles{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.particle{position:absolute;width:4px;height:4px;background:linear-gradient(45deg,rgba(255,255,255,.6),rgba(248,250,252,.8));border-radius:50%;opacity:.4}.particle-1{top:20%;left:10%;animation:drift 8s ease-in-out infinite}.particle-2{top:60%;right:15%;animation:drift 10s ease-in-out infinite 2s}.particle-3{bottom:30%;left:20%;animation:drift 12s ease-in-out infinite 4s}.particle-4{top:40%;right:30%;animation:drift 9s ease-in-out infinite 1s}.particle-5{bottom:20%;right:10%;animation:drift 11s ease-in-out infinite 3s}@keyframes drift{0%,to{transform:translateY(0) translate(0) scale(1);opacity:.6}25%{transform:translateY(-15px) translate(10px) scale(1.2);opacity:.8}50%{transform:translateY(-25px) translate(-5px) scale(.8);opacity:.4}75%{transform:translateY(-10px) translate(-15px) scale(1.1);opacity:.7}}.kpis-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem}@media (min-width: 768px){.kpis-grid{grid-template-columns:repeat(4,1fr)}}.kpi-card{background:linear-gradient(135deg,#ffffff 0%,#f8fafc 100%);border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;transition:all .3s ease;animation:slideInUp .6s ease-out both}.kpi-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.kpi-revenue{animation-delay:.3s}.kpi-invoices{animation-delay:.4s}.kpi-treasury{animation-delay:.5s}.kpi-clients{animation-delay:.6s}.kpi-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.kpi-label{font-size:.875rem;font-weight:500;color:#6b7280}.kpi-indicator{width:2rem;height:2rem;border-radius:.5rem;display:flex;align-items:center;justify-content:center}.kpi-indicator.green{background:#dcfce7}.kpi-indicator.green:after{content:"";width:.75rem;height:.75rem;background:#16a34a;border-radius:50%}.kpi-indicator.yellow{background:#fef3c7}.kpi-indicator.yellow:after{content:"";width:.75rem;height:.75rem;background:#d97706;border-radius:50%}.kpi-indicator.blue{background:#dbeafe}.kpi-indicator.blue:after{content:"";width:.75rem;height:.75rem;background:#2563eb;border-radius:50%}.kpi-indicator.purple{background:#f3e8ff}.kpi-indicator.purple:after{content:"";width:.75rem;height:.75rem;background:#9333ea;border-radius:50%}.kpi-value{font-size:2rem;font-weight:700;color:#111827;margin-bottom:.5rem}.kpi-trend{display:flex;align-items:center}.kpi-trend-positive{color:#16a34a;font-size:.875rem}.kpi-trend-period{color:#6b7280;font-size:.875rem;margin-left:.25rem}.kpi-description{color:#6b7280;font-size:.875rem}.modules-grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:3rem}@media (min-width: 768px){.modules-grid{grid-template-columns:repeat(3,1fr)}}.module-card{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #f3f4f6;transition:all .3s ease;cursor:pointer;animation:slideInUp .6s ease-out both}.module-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px #0000001a}.module-card:nth-child(1){animation-delay:.7s}.module-card:nth-child(2){animation-delay:.8s}.module-card:nth-child(3){animation-delay:.9s}.module-icon{width:4rem;height:4rem;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease}.module-card:hover .module-icon{transform:scale(1.1)}.module-icon.blue{background:linear-gradient(135deg,#dbeafe,#bfdbfe)}.module-icon.green{background:linear-gradient(135deg,#d1fae5,#a7f3d0)}.module-icon.purple{background:linear-gradient(135deg,#f3e8ff,#e9d5ff)}.module-icon svg{width:2rem;height:2rem}.module-icon.blue svg{color:#2563eb}.module-icon.green svg{color:#059669}.module-icon.purple svg{color:#9333ea}.module-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.75rem}.module-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.6}.module-button{width:100%;padding:.875rem 1.5rem;border-radius:.75rem;font-weight:600;transition:all .2s;border:none;cursor:pointer;color:#fff}.module-button.blue{background:linear-gradient(to right,#2563eb,#3b82f6)}.module-button.green{background:linear-gradient(to right,#059669,#10b981)}.module-button.purple{background:linear-gradient(to right,#9333ea,#a855f7)}.module-button:hover{box-shadow:0 4px 12px #00000026}.quick-actions{background:white;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 3px #0000001a;border:1px solid #f3f4f6;animation:slideInUp .6s ease-out 1s both}.quick-actions-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1.5rem}.quick-actions-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.quick-actions-grid{grid-template-columns:repeat(4,1fr)}}.quick-action-item{padding:1rem;background:#f9fafb;border-radius:.75rem;text-align:center;transition:all .2s;border:none;cursor:pointer}.quick-action-item:hover{background:#f3f4f6}.quick-action-item.blue:hover{background:#eff6ff}.quick-action-item.green:hover{background:#f0fdf4}.quick-action-item.purple:hover{background:#faf5ff}.quick-action-item.orange:hover{background:#fff7ed}.quick-action-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin:0 auto .75rem;transition:transform .2s}.quick-action-item:hover .quick-action-icon{transform:scale(1.1)}.quick-action-item.blue .quick-action-icon{background:#dbeafe}.quick-action-item.green .quick-action-icon{background:#dcfce7}.quick-action-item.purple .quick-action-icon{background:#f3e8ff}.quick-action-item.orange .quick-action-icon{background:#fed7aa}.quick-action-icon svg{width:1.5rem;height:1.5rem}.quick-action-item.blue .quick-action-icon svg{color:#2563eb}.quick-action-item.green .quick-action-icon svg{color:#059669}.quick-action-item.purple .quick-action-icon svg{color:#9333ea}.quick-action-item.orange .quick-action-icon svg{color:#ea580c}.quick-action-label{font-size:.875rem;font-weight:500;color:#111827}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 640px){.dashboard-container{padding:0 .5rem 1rem}.dashboard-title{font-size:2rem}.hero-section{padding:1.5rem}.hero-title{font-size:2rem}.orbit-container{width:16rem;height:16rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,sans-serif;background-color:#f5f5f5;color:#333;line-height:1.6}.min-h-screen{min-height:100vh}.flex{display:flex}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.bg-gray-50{background-color:#f9fafb}.bg-white{background-color:#fff}.bg-blue-600{background-color:#2563eb}.text-white{color:#fff}.text-gray-700{color:#374151}.text-gray-800{color:#1f2937}.text-blue-600{color:#2563eb}.text-green-600{color:#16a34a}.text-purple-600{color:#9333ea}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.m-4{margin:1rem}.mb-4{margin-bottom:1rem}.mt-2{margin-top:.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.font-medium{font-weight:500}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.border{border-width:1px}.border-gray-200{border-color:#e5e7eb}.border-b{border-bottom-width:1px}.w-8{width:2rem}.h-8{height:2rem}.w-full{width:100%}.max-w-7xl{max-width:80rem}.mx-auto{margin-left:auto;margin-right:auto}.space-x-2>*+*{margin-left:.5rem}.space-x-4>*+*{margin-left:1rem}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.gap-6{gap:1.5rem}.overflow-auto{overflow:auto}.cursor-pointer{cursor:pointer}.hover\:bg-gray-50:hover{background-color:#f9fafb}.transition-colors{transition-property:color,background-color,border-color;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}@media (min-width: 768px){.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:block{display:block}}.dashboard-card{background:white;padding:1.5rem;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;transition:box-shadow .2s}.dashboard-card:hover{box-shadow:0 4px 6px #0000001a}.ant-layout{background:#f5f5f5}.ant-menu-item-selected{background-color:#2563eb!important;color:#fff!important}.hidden{display:none}@media (min-width: 768px){.md\:block{display:block}}
