:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;color:#000;line-height:1.1}button{border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.input{display:flex;flex-direction:column;gap:.5rem;width:100%}.input__label{font-size:.875rem;font-weight:500;color:#374151;text-align:left}.input__field{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.input__field::placeholder{color:#9ca3af}.input__field:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.input__field:disabled{background-color:#f3f4f6;cursor:not-allowed}.button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:none;border-radius:9999px;cursor:pointer;transition:background-color .15s ease,transform .15s ease,opacity .15s ease}.button:disabled{opacity:.6;cursor:not-allowed}.button--full-width{width:100%}.button--primary{background-color:#3b5bfe;color:#fff}.button--primary:hover:not(:disabled){background-color:#1239fe}.button--primary:active:not(:disabled){transform:scale(.98)}.button--secondary{background-color:#fff;color:#374151;border:1px solid #D1D5DB}.button--secondary:hover:not(:disabled){background-color:#f9fafb}.button--secondary:active:not(:disabled){transform:scale(.98)}.button--link{padding:0;background-color:transparent;color:#3b82f6;font-weight:400;border-radius:0}.button--link:hover:not(:disabled){text-decoration:underline}.branding-panel{display:none;flex:0 0 45%;background:linear-gradient(180deg,#3b5bfe,#1e3a8a);color:#fff;padding:3rem 2.5rem;width:100%}@media(min-width:1024px){.branding-panel{display:flex;align-items:center}}.branding-panel__content{display:flex;flex-direction:column;width:100%;justify-content:flex-start;gap:2.5rem}.branding-panel__subtitle{font-size:1rem;opacity:.9;margin:0}.branding-panel__features{display:flex;flex-direction:column;gap:1.5rem;list-style:none;padding:0;margin:0}.branding-panel__feature{display:flex;align-items:flex-start;gap:1rem}.branding-panel__feature-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:#ffffff26;border-radius:.5rem;flex-shrink:0}.branding-panel__feature-content{display:flex;flex-direction:column;gap:.25rem}.branding-panel__feature-title{font-size:1rem;font-weight:600;margin:0;text-align:left}.branding-panel__feature-description{font-size:.875rem;opacity:.8;margin:0}.login{display:flex;min-height:100vh;width:100%}.login__form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#f9fafb}@media(min-width:768px){.login__form-panel{padding:2.5rem}}.login__form-container{width:100%;display:flex;flex-direction:column;gap:1rem}.login__form-header{display:flex;flex-direction:column;gap:.5rem;text-align:center}.login__form-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width:768px){.login__form-title{font-size:2rem}}.login__form-description{font-size:1rem;color:#6b7280;margin:0}.login__email-display{font-size:.875rem;font-weight:600;color:#3b5bfe;margin:0}.login__form{display:flex;flex-direction:column;gap:1.25rem}.login__form-footer{text-align:center;font-size:.875rem;color:#4b5563;margin:0}.login__link{color:#3b82f6;text-decoration:none;font-weight:500}.login__link:hover{text-decoration:underline}.login__secondary-link{color:#6b7280;text-decoration:none;font-size:.875rem;background:none;border:none;cursor:pointer;padding:0;font-family:inherit}.login__secondary-link:hover{text-decoration:underline;color:#374151}.login__otp-container{display:flex;justify-content:center;gap:.5rem}@media(min-width:768px){.login__otp-container{gap:.75rem}}.login__otp-input{width:40px;height:48px;text-align:center;font-size:1.25rem;font-weight:600;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;color:#111827;transition:border-color .15s ease,box-shadow .15s ease}@media(min-width:768px){.login__otp-input{width:48px;height:56px;font-size:1.5rem}}.login__otp-input:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.login__otp-input:hover:not(:focus){border-color:#9ca3af}.landing-page{min-height:100vh;background-color:#f8f6f3;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.landing-page__header{position:sticky;top:0;z-index:100;background-color:#f8f6f3;padding:1rem 0}@media(min-width:768px){.landing-page__header{padding:1.25rem 0}}.landing-page__header-container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.landing-page__header-container{padding:0 1.5rem}}@media(min-width:1024px){.landing-page__header-container{padding:0 2rem}}.landing-page__logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#1f2937}.landing-page__logo-icon{width:40px;height:40px;background-color:#1e4d3a;border-radius:.5rem;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.125rem}.landing-page__logo-text{font-size:1.25rem;font-weight:600;color:#1f2937}@media(max-width:767px){.landing-page__logo-text{display:none}}.landing-page__nav{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.landing-page__nav{display:flex}}.landing-page__nav-link{font-size:1rem;font-weight:500;color:#1f2937;text-decoration:none;transition:color .15s ease}.landing-page__nav-link:hover{color:#1e4d3a}.landing-page__header-actions{display:flex;align-items:center;gap:1rem}.landing-page__login-link{display:none;font-size:1rem;font-weight:500;color:#1f2937;text-decoration:none;transition:color .15s ease}.landing-page__login-link:hover{color:#1e4d3a}@media(min-width:768px){.landing-page__login-link{display:inline}}.landing-page__header-cta{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#e07b5b;color:#fff;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .15s ease}.landing-page__header-cta:hover{background-color:#da5f39}.landing-page__header-cta:active{transform:scale(.98)}@media(min-width:768px){.landing-page__header-cta{padding:.75rem 1.5rem;font-size:1rem}}.landing-page__mobile-menu{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;cursor:pointer;color:#1f2937}@media(min-width:1024px){.landing-page__mobile-menu{display:none}}.landing-page__hero{padding:2rem 0 3rem}@media(min-width:768px){.landing-page__hero{padding:3rem 0 4rem}}@media(min-width:1024px){.landing-page__hero{padding:2rem 0 4rem}}.landing-page__hero-container{display:flex;flex-direction:column;gap:2.5rem;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.landing-page__hero-container{padding:0 1.5rem}}@media(min-width:1024px){.landing-page__hero-container{flex-direction:row;align-items:center;gap:3rem;padding:0 2rem}}.landing-page__hero-content{flex:1;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:1024px){.landing-page__hero-content{max-width:560px}}.landing-page__hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background-color:#e07b5b26;color:#e07b5b;font-size:.875rem;font-weight:500;border-radius:9999px;width:fit-content}.landing-page__hero-badge-icon{width:16px;height:16px}.landing-page__hero-title{font-size:2.25rem;font-weight:700;color:#1f2937;line-height:1.15;margin:0}@media(min-width:768px){.landing-page__hero-title{font-size:3rem}}@media(min-width:1024px){.landing-page__hero-title{font-size:3.5rem}}.landing-page__hero-subtitle{font-size:1.125rem;font-weight:400;color:#6b7280;line-height:1.75;margin:0}@media(min-width:768px){.landing-page__hero-subtitle{font-size:1.25rem}}.landing-page__hero-actions{display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}@media(min-width:640px){.landing-page__hero-actions{flex-direction:row}}.landing-page__hero-cta-primary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#1e4d3a;color:#fff;border:none;border-radius:9999px;cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .15s ease}.landing-page__hero-cta-primary:hover{background-color:#163929}.landing-page__hero-cta-primary:active{transform:scale(.98)}@media(min-width:640px){.landing-page__hero-cta-primary{width:auto}}.landing-page__hero-cta-secondary{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;font-size:1rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#1f2937;border:1px solid #E5E7EB;border-radius:9999px;cursor:pointer;text-decoration:none;transition:background-color .15s ease,transform .15s ease,border-color .15s ease}.landing-page__hero-cta-secondary:hover{background-color:#fafafa;border-color:#c8ccd5}.landing-page__hero-cta-secondary:active{transform:scale(.98)}@media(min-width:640px){.landing-page__hero-cta-secondary{width:auto}}.landing-page__hero-trust-items{display:flex;flex-direction:column;gap:.75rem;margin-top:.5rem}@media(min-width:640px){.landing-page__hero-trust-items{flex-direction:row;gap:1.5rem}}.landing-page__hero-trust-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.landing-page__hero-trust-item-icon{width:18px;height:18px;color:#10b981;flex-shrink:0}.landing-page__hero-visual{flex:1;position:relative;display:flex;justify-content:center}@media(min-width:1024px){.landing-page__hero-visual{justify-content:flex-end}}.landing-page__hero-image-wrapper{position:relative;width:100%;max-width:600px}@media(min-width:1024px){.landing-page__hero-image-wrapper{max-width:700px}}.landing-page__hero-image{width:100%;height:auto;display:block}.landing-page__floating-card{position:absolute;background-color:#fff;border-radius:.75rem;box-shadow:0 10px 40px #0000001a;padding:1rem;display:none}@media(min-width:768px){.landing-page__floating-card{display:flex}}.landing-page__floating-card--validated{top:5%;right:-5%;flex-direction:row;align-items:center;gap:.75rem}@media(min-width:1024px){.landing-page__floating-card--validated{right:-10%}}.landing-page__floating-card--invoice{top:40%;left:-5%;flex-direction:row;align-items:center;gap:.75rem}@media(min-width:1024px){.landing-page__floating-card--invoice{left:-10%}}.landing-page__floating-card--received{bottom:5%;right:5%;flex-direction:row;align-items:center;gap:.75rem}@media(min-width:1024px){.landing-page__floating-card--received{right:0}}.landing-page__floating-card-icon{width:44px;height:44px;border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing-page__floating-card-icon--success{background-color:#d1fae5;color:#10b981}.landing-page__floating-card-icon--invoice{background-color:#fee2e2;color:#e07b5b}.landing-page__floating-card-icon--document{background-color:#dbeafe;color:#3b82f6}.landing-page__floating-card-content{display:flex;flex-direction:column;gap:.25rem}.landing-page__floating-card-label{font-size:.75rem;color:#6b7280;margin:0}.landing-page__floating-card-value{font-size:.875rem;font-weight:600;color:#1f2937;margin:0}.signup{display:flex;min-height:100vh;width:100%}.signup__form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#f9fafb}@media(min-width:768px){.signup__form-panel{padding:2.5rem}}.signup__form-container{width:100%;display:flex;flex-direction:column;gap:1rem}.signup__form-header{display:flex;flex-direction:column;gap:.5rem;text-align:center}.signup__form-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width:768px){.signup__form-title{font-size:2rem}}.signup__form-description{font-size:1rem;color:#6b7280;margin:0}.signup__form{display:flex;flex-direction:column;gap:1.25rem}.signup__form .form_error{margin:0;line-height:0px;color:#d33939}.signup__form .form_error:before{content:"*"}.signup__form-row{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:640px){.signup__form-row{flex-direction:row;gap:1rem}}.signup__form-footer{text-align:center;font-size:.875rem;color:#4b5563;margin:0}.signup__link{color:#3b82f6;text-decoration:none;font-weight:500}.signup__link:hover{text-decoration:underline}.signup__step-indicator{text-align:center;font-size:.875rem;color:#6b7280;margin:0}.checkbox{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox__input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.checkbox__input:checked~.checkbox__checkmark{background-color:#3b5bfe;border-color:#3b5bfe}.checkbox__input:checked~.checkbox__checkmark:after{display:block}.checkbox__input:focus~.checkbox__checkmark{box-shadow:0 0 0 3px #3b5bfe1a}.checkbox__input:disabled~.checkbox__checkmark{background-color:#f3f4f6;cursor:not-allowed}.checkbox__input:disabled~.checkbox__label{color:#9ca3af;cursor:not-allowed}.checkbox__checkmark{position:relative;flex-shrink:0;width:18px;height:18px;background-color:#fff;border:1px solid #D1D5DB;border-radius:.25rem;transition:background-color .15s ease,border-color .15s ease;margin-top:2px}.checkbox__checkmark:after{content:"";display:none;position:absolute;left:6px;top:2px;width:4px;height:9px;border:solid #FFFFFF;border-width:0 2px 2px 0;transform:rotate(45deg)}.checkbox__label{font-size:.875rem;color:#4b5563;line-height:1.5}.business-info-signup{display:flex;min-height:100vh;width:100%}.business-info-signup__form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#f9fafb}@media(min-width:768px){.business-info-signup__form-panel{padding:2.5rem}}.business-info-signup__form-container{width:100%;display:flex;flex-direction:column;gap:1rem}.business-info-signup__form-header{display:flex;flex-direction:column;gap:.5rem;text-align:center}.business-info-signup__form-title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width:768px){.business-info-signup__form-title{font-size:2rem}}.business-info-signup__form-description{font-size:1rem;color:#6b7280;margin:0}.business-info-signup__form{display:flex;flex-direction:column;gap:1.25rem}.business-info-signup__form .form_error{margin:0;line-height:0px;color:#d33939}.business-info-signup__form .form_error:before{content:"*"}.business-info-signup__form-row{display:flex;flex-direction:column;gap:1.25rem}@media(min-width:640px){.business-info-signup__form-row{flex-direction:row;gap:1rem}}.business-info-signup__form-footer{text-align:center;font-size:.875rem;color:#4b5563;margin:0}.completed-signup{display:flex;min-height:100vh;width:100%}.completed-signup__content-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:1.5rem;background-color:#f9fafb}@media(min-width:768px){.completed-signup__content-panel{padding:2.5rem}}.completed-signup__content-container{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.completed-signup__icon{display:flex;align-items:center;justify-content:center}.completed-signup__header{display:flex;flex-direction:column;gap:.75rem}.completed-signup__title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width:768px){.completed-signup__title{font-size:2rem}}.completed-signup__description{font-size:1rem;color:#6b7280;margin:0;line-height:1.6}.completed-signup__spam-notice{font-size:.875rem;color:#9ca3af;margin:0}.completed-signup__steps-card{width:100%;background-color:#f3f4f6;border-radius:.75rem;padding:1.5rem}.completed-signup__steps-header{display:flex;justify-content:center;margin-bottom:1.25rem}.completed-signup__steps-title{font-size:.875rem;font-weight:500;color:#4b5563;padding:.5rem 1rem;border:1px dashed #D1D5DB;border-radius:.5rem}.completed-signup__steps-list{display:flex;flex-direction:column;gap:1rem}.completed-signup__step-item{display:flex;align-items:flex-start;gap:.75rem;text-align:left}.completed-signup__step-number{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;background-color:#3b5bfe;color:#fff;font-size:.875rem;font-weight:600;border-radius:9999px}.completed-signup__step-content{display:flex;flex-direction:column;gap:.25rem}.completed-signup__step-title{font-size:.875rem;font-weight:600;color:#111827;margin:0}.completed-signup__step-description{font-size:.875rem;color:#6b7280;margin:0;line-height:1.5}.completed-signup__actions{width:100%}.completed-signup__button-content{display:flex;align-items:center;justify-content:center;gap:.5rem}.completed-signup__button-content svg{flex-shrink:0}.sidebar{position:fixed;top:0;left:0;height:100vh;width:256px;background-color:#fff;border-right:1px solid #E5E7EB;display:flex;flex-direction:column;z-index:200;transform:translate(-100%);transition:transform .25s ease;text-align:left}@media(min-width:1024px){.sidebar{position:static;transform:translate(0)}}.sidebar--open{transform:translate(0)}.sidebar__overlay{position:fixed;inset:0;background-color:#00000080;z-index:199;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}@media(min-width:1024px){.sidebar__overlay{display:none}}.sidebar__overlay--visible{opacity:1;visibility:visible}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem 1rem 1.25rem;border-bottom:1px solid #F3F4F6}.sidebar__brand{display:flex;align-items:center;gap:.75rem}.sidebar__brand-text{display:flex;flex-direction:column}.sidebar__brand-name{font-size:1rem;font-weight:600;color:#111827;line-height:1.2}.sidebar__brand-tagline{font-size:.75rem;color:#6b7280}.sidebar__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#6b7280;cursor:pointer;border-radius:.5rem;transition:background-color .15s ease,color .15s ease}@media(min-width:1024px){.sidebar__close{display:none}}.sidebar__close:hover{background-color:#f3f4f6;color:#374151}.sidebar__nav{display:flex;flex-direction:column;padding:.5rem .75rem}.sidebar__nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;color:#4b5563;text-decoration:none;font-size:.875rem;font-weight:500;transition:background-color .15s ease,color .15s ease}.sidebar__nav-item:hover{background-color:#f9fafb;color:#111827}.sidebar__nav-item--active{background-color:#3b5bfe14;color:#3b5bfe}.sidebar__nav-item--active .sidebar__nav-icon{color:#3b5bfe}.sidebar__nav-icon{display:flex;align-items:center;justify-content:center;color:#9ca3af;transition:color .15s ease}.sidebar__section{margin-top:.5rem;border-top:1px solid #F3F4F6;padding-top:.5rem}.sidebar__section-title{display:block;padding:.75rem 1.25rem;font-size:.75rem;font-weight:500;color:#9ca3af;text-transform:uppercase;letter-spacing:.05em}.sidebar__user{margin-top:auto;display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-top:1px solid #F3F4F6}.sidebar__user-avatar{width:40px;height:40px;border-radius:9999px;overflow:hidden;flex-shrink:0}.sidebar__user-avatar img{width:100%;height:100%;object-fit:cover}.sidebar__user-info{flex:1;min-width:0;display:flex;flex-direction:column}.sidebar__user-name{font-size:.875rem;font-weight:500;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-email{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__user-menu{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#9ca3af;cursor:pointer;border-radius:.5rem;transition:background-color .15s ease,color .15s ease}.sidebar__user-menu:hover{background-color:#f3f4f6;color:#4b5563}.header{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background-color:#fff;border-bottom:1px solid #F3F4F6;justify-content:space-between}@media(min-width:1024px){.header{padding:1.5rem 2rem}}.header__menu-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;background:transparent;color:#4b5563;cursor:pointer;border-radius:.5rem;transition:background-color .15s ease,color .15s ease}@media(min-width:1024px){.header__menu-btn{display:none}}.header__menu-btn:hover{background-color:#f3f4f6;color:#111827}.header__actions button{min-width:100px;background-color:#3b5bfe;color:#fff;border-radius:.25rem;padding:.5rem 1rem;border:none;transition:all .15s ease,transform .15s ease}.header__actions button:hover{background-color:#4563fe;transform:scale(1.05)}.header__actions button:before{content:"+ ";font-size:1.125rem;font-weight:700}.header__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0;line-height:1.25;text-align:left}@media(min-width:1024px){.header__title{font-size:1.5rem}}.header__subtitle{font-size:.875rem;color:#6b7280;margin:.25rem 0 0}.dashboard-root{display:flex;min-height:100vh;overflow-y:hidden;background-color:#f9fafb}.dashboard-root__main{flex:1;display:flex;flex-direction:column;min-width:0;max-height:100vh}.dashboard-root__content{flex:1;padding:1rem;max-height:calc(100vh - 64px);overflow-y:scroll}@media(min-width:1024px){.dashboard-root__content{padding:1.5rem 2rem}}.dashboard{width:100%;display:flex;justify-content:center}.dashboard-home{display:flex;flex-direction:column;justify-content:center;gap:1.5rem;width:90%;max-width:1500px}.dashboard-home__stats{display:flex;flex-direction:row;justify-content:space-between;gap:1rem}.stats-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;width:50%}.stats-card__header{display:flex;align-items:center;gap:.75rem;margin-bottom:.25rem}.stats-card__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:.5rem}.stats-card__icon--invoice{background-color:#3b5bfe1a}.stats-card__icon--expense{background-color:#f59e0b1a}.stats-card__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.stats-card__period{font-size:.75rem;color:#6b7280;margin:0 0 1rem;text-align:left}.stats-card__metric{margin-top:1.5rem;margin-bottom:1rem;font-weight:700;text-align:left;padding-bottom:.25rem;border-bottom:1px solid #F3F4F6}.stats-card__label{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.stats-card__value-row{display:flex;justify-content:space-between;gap:.75rem}.stats-card__value{font-size:1.5rem;font-weight:700;color:#111827}.stats-card__change{display:inline-flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:500;padding:.25rem .5rem}.stats-card__change--positive{color:#10b981}.stats-card__change--negative{color:#ef4444}.stats-card__breakdown{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0}.stats-card__breakdown-item{display:flex;flex-direction:column;gap:.5rem;border-radius:.75rem;padding:.75rem 1rem}.stats-card__breakdown-item--pending{background-color:#fef3c7;border:1px solid #FEF3C7;color:#92400e}.stats-card__breakdown-item--accepted{border:1px solid #D1FAE5;background-color:#d1fae5;color:#065f46}.stats-card__breakdown-item--rejected{border:1px solid #FEE2E2;background-color:#fee2e2;color:#991b1b}.stats-card__breakdown-item--paid{border:1px solid #E0E7FF;background-color:#e0e7ff;color:#3730a3}.stats-card__breakdown-value{display:flex;flex-direction:column}.stats-card__breakdown-amount{font-size:1.125rem;font-weight:700;text-align:left;color:#111827}.stats-card__breakdown-count{font-size:.75rem;color:#6b7280;text-align:left}.stats-card__link{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:500;color:#3b5bfe;text-decoration:none;margin-top:.5rem;transition:gap .15s ease}.stats-card__link:hover{gap:.75rem}.status-badge{display:inline-block;padding:.25rem .5rem;font-size:.75rem;font-weight:700;border-radius:.75rem;width:fit-content}.status-badge--pending{background-color:#fde68a;color:#92400e}.status-badge--accepted{background-color:#bbf7d0;color:#065f46}.status-badge--rejected{background-color:#fecaca;color:#991b1b}.status-badge--paid{background-color:#bfdbfe;color:#3730a3}.integration-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem}.integration-card__info{display:flex;align-items:center;gap:1rem}.integration-card__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:#f3f4f6;border-radius:.75rem}.integration-card__text{display:flex;flex-direction:column;gap:.25rem}.integration-card__title{font-size:1rem;font-weight:600;color:#111827;margin:0}.integration-card__status{display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.integration-card__status--disconnected .integration-card__status-dot{background-color:#9ca3af}.integration-card__status--connected{color:#10b981}.integration-card__status--connected .integration-card__status-dot{background-color:#10b981}.integration-card__status-dot{width:8px;height:8px;border-radius:9999px}.integration-card__action{padding:.75rem 1rem;font-size:.875rem;font-weight:500;color:#374151;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.integration-card__action:hover{background-color:#f9fafb;border-color:#9ca3af}.quick-actions__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0 0 .25rem}.quick-actions__subtitle{font-size:.875rem;color:#6b7280;margin:0 0 1rem}.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)}}.action-card{padding:1.5rem;border-radius:.75rem;background-color:#3b5bfe;color:#fff;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.action-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.action-card{display:flex;flex-direction:column;align-items:flex-start;text-align:left;border:none;min-height:140px}.action-card--blue{background:linear-gradient(135deg,#3b82f6,#1d4ed8)}.action-card--green{background:linear-gradient(135deg,#8b5cf6,#7e22ce)}.action-card--teal{background:linear-gradient(135deg,#10b981,#047857)}.action-card--orange{background:linear-gradient(135deg,#f97316,#c2410c)}.action-card__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff3;border-radius:.5rem;margin-bottom:.75rem}.action-card__title{font-size:1.125rem;font-weight:700;margin:0 0 .25rem;color:#fff}.action-card__description{font-size:.875rem;margin:0;opacity:.9;color:#fff}.data-table{width:100%;overflow-x:auto;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;padding:0}.data-table__table{width:100%;border-collapse:collapse;min-width:600px}.data-table__head{background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.data-table__header-cell{padding:1rem 1.5rem;font-size:.75rem;font-weight:500;color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.05em}.data-table__body{background-color:#fff}.data-table__row{border-bottom:1px solid #F3F4F6;transition:background-color .15s ease}.data-table__row:last-child{border-bottom:none}.data-table__row:hover{background-color:#f9fafb}.data-table__row--clickable{cursor:pointer}.data-table__cell{padding:1rem 1.5rem;font-size:.875rem;color:#111827;vertical-align:middle}.data-table__empty{padding:3rem;text-align:center;color:#6b7280;font-size:.875rem}.pagination{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 0}.pagination__info{font-size:.875rem;color:#6b7280}.pagination__controls{display:flex;align-items:center;gap:.25rem}.pagination__btn{display:flex;align-items:center;justify-content:center;min-width:36px;height:36px;padding:0 .5rem;font-size:.875rem;font-weight:500;color:#374151;background-color:transparent;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.pagination__btn:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.pagination__btn:disabled{opacity:.5;cursor:not-allowed}.pagination__btn--active{background-color:#3b5bfe;border-color:#3b5bfe;color:#fff}.pagination__btn--active:hover:not(:disabled){background-color:#1e3a8a;border-color:#1e3a8a}.pagination__ellipsis{padding:0 .5rem;color:#6b7280}.clients-page{width:100%;display:flex;justify-content:center}.clients-page__container{display:flex;flex-direction:column;gap:1.5rem;width:90%;height:100%;max-width:1500px}.clients-page__container .clients-page__empty{color:#007bff}.clients-page__stats{display:flex;align-items:flex-start;flex-direction:row;gap:1rem}.clients-page__search{padding:.75rem;width:98%;border-radius:.25rem;background-color:#fff;border:1px solid #E5E7EB}.client-stat-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;border-radius:.25rem;display:flex;align-items:flex-start;gap:.5rem;max-width:280px}.client-stat-card__icon{display:flex;margin-bottom:.5rem;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.5rem;flex-shrink:0}.client-stat-card__icon--blue{background-color:#3b5bfe1a}.client-stat-card__icon--purple{background-color:#8b5cf61a}.client-stat-card__icon--orange{background-color:#f973161a}.client-stat-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1}.client-stat-card__header{display:flex;justify-content:flex-end}.client-stat-card__label{font-weight:500;font-size:1.125rem;color:#6b7280}.client-stat-card__value{font-size:1.5rem;font-weight:700;color:#111827}.client-stat-card__period{font-size:.75rem;color:#9ca3af}.client-stat-card__change{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:600;border-radius:.5rem}.client-stat-card__change--positive{color:#10b981;background-color:#10b9811a}.client-stat-card__change--negative{color:#ef4444;background-color:#ef44441a}.client-stat-card__badge{font-size:.75rem;font-weight:700;color:#8b5cf6;padding:.25rem 1.25rem;background-color:#8b5cf61a;border-radius:.75rem}.search-input{position:relative;width:40%}.client-cell{display:flex;align-items:center;justify-content:flex-start;gap:.75rem;width:100%}.client-cell__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:600;flex-shrink:0}.client-cell__info{display:flex;flex-direction:column;gap:2px;text-align:left}.client-cell__name{font-weight:600;color:#111827}.client-cell__id{font-size:.75rem;color:#6b7280}.client-email,.client-invoiced{display:flex;justify-content:flex-start;color:#4b5563;text-align:left}.client-invoiced{display:flex;flex-direction:column;gap:2px}.client-invoiced__amount{font-weight:600;color:#111827}.client-invoiced__count{font-size:.75rem;color:#6b7280}.behavior-indicator{display:flex;align-items:center;justify-content:center}.behavior-indicator__dot{width:12px;height:12px;border-radius:9999px}.client-actions{display:flex;align-items:center;gap:.5rem;justify-content:flex-start}.client-actions__btn{display:flex;align-items:center;justify-content:flex-start;width:50px;height:50px;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease}.client-actions__btn--edit{background-color:transparent;color:#3b5bfe}.client-actions__btn--edit:hover{background-color:#3b5bfe1a}.client-actions__btn--delete{background-color:transparent;color:#ef4444}.client-actions__btn--delete:hover{background-color:#ef44441a}.clients-create{width:100%;display:flex;justify-content:center}.clients-create__container{display:flex;flex-direction:column;gap:1.5rem;width:90%;max-width:960px;padding-bottom:3rem}.clients-create__breadcrumb{display:flex;align-items:center;gap:.5rem}.clients-create__header{display:flex;flex-direction:column;gap:.5rem}.clients-create__title{font-size:1.5rem;font-weight:700;color:#111827;margin:0}@media(min-width:1024px){.clients-create__title{font-size:2rem}}.clients-create__subtitle{font-size:1rem;color:#6b7280;margin:0}.clients-create__form{display:flex;flex-direction:column;gap:1.5rem}.clients-create__error{padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #FECACA;border-radius:.5rem;color:#dc2626;font-size:.875rem}.clients-create__actions{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;justify-content:space-between;align-items:center;gap:1rem}.clients-create__actions-right{display:flex;gap:.75rem}.clients-create .tabs{display:flex;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;overflow:hidden}.clients-create .tabs__item{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#6b7280;cursor:pointer;transition:all .15s ease}.clients-create .tabs__item:hover:not(.clients-create .tabs__item--active){background-color:#f9fafb}.clients-create .tabs__item:focus{outline:none}.clients-create .tabs__item--active{background-color:#eff6ff;color:#3b5bfe;border-bottom:2px solid #007BFF}.clients-create .upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1.5rem;background-color:#eff6ff;border:2px dashed rgba(59,91,254,.3);border-radius:.75rem;cursor:pointer;transition:all .15s ease}.clients-create .upload-zone:hover{background-color:#3b5bfe0f;border-color:#3b5bfe80}.clients-create .upload-zone__text{margin:0;font-size:.875rem;font-weight:500;color:#3b5bfe;text-align:center;line-height:1.5}.clients-create .form-section{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:1.5rem;text-align:left}.clients-create .form-section__header{display:flex;justify-content:space-between;align-items:flex-start}.clients-create .form-section__header-content{display:flex;flex-direction:column;gap:.25rem}.clients-create .form-section__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#3b5bfe1a;border-radius:.5rem}.clients-create .form-section__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.clients-create .form-section__description{font-size:.875rem;color:#6b7280;margin:0}.clients-create .form-section__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.clients-create .form-section__grid{grid-template-columns:repeat(2,1fr)}}.clients-create .input-with-icon{position:relative;color:#000}.clients-create .input-with-icon.taxlevelcode{font-size:.875rem}.clients-create .input-with-icon.taxlevelcode svg{top:15px}.clients-create .input-with-icon.taxlevelcode .dropdown-taxlevel span{padding-left:1.25rem}.clients-create .input-with-icon.taxlevelcode .dropdown-taxlevel{margin-top:10px}.clients-create .input-with-icon .input__field{padding-left:2.5rem}.clients-create .input-with-icon svg{position:absolute;left:.75rem;top:38px;pointer-events:none}.clients-create .client-type{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.clients-create .client-type{grid-template-columns:repeat(3,1fr)}}.clients-create .client-type__option{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:1.5rem;background-color:#fff;border:2px solid #E5E7EB;border-radius:.75rem;cursor:pointer;transition:all .15s ease;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.clients-create .client-type__option:hover:not(.clients-create .client-type__option--selected){border-color:#d1d5db;background-color:#f9fafb}.clients-create .client-type__option--selected{border-color:#007bff;background-color:#3b5bfe0d}.clients-create .client-type__icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;background-color:#3b5bfe1a;border-radius:9999px}.clients-create .client-type__label{font-size:1rem;font-weight:600;color:#111827}.clients-create .client-type__description{font-size:.875rem;color:#6b7280}.clients-create .textarea-wrapper{display:flex;flex-direction:column;gap:.25rem}.clients-create .textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.clients-create .textarea::placeholder{color:#9ca3af}.clients-create .textarea:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.clients-create .textarea{resize:none;min-height:100px;width:96%}.clients-create .textarea__label{font-size:.875rem;font-weight:500;color:#374151}.clients-create .action-cancel{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:none;border:none;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#4b5563;cursor:pointer;transition:color .15s ease}.clients-create .action-cancel:hover{color:#111827}.clients-create .button svg{margin-right:.5rem}.dropdown{display:flex;flex-direction:column;gap:.5rem;width:100%;position:relative}.dropdown__label{font-size:.875rem;font-weight:500;color:#374151;text-align:left}.dropdown__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;text-align:left}.dropdown__trigger:hover:not(:disabled){border-color:#9ca3af}.dropdown__trigger:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.dropdown__trigger--open{border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.dropdown__trigger--disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.dropdown__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown__value--placeholder{color:#9ca3af}.dropdown__icon{flex-shrink:0;color:#6b7280;transition:transform .15s ease}.dropdown__icon--open{transform:rotate(180deg)}.dropdown__menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;padding:.25rem 0;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;max-height:240px;overflow-y:auto;list-style:none}.dropdown__option{padding:.75rem 1rem;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .15s ease}.dropdown__option:hover{background-color:#f9fafb}.dropdown__option--selected{background-color:#3b5bfe1a;color:#3b5bfe;font-weight:500}.invoices-page{text-align:left;width:100%;display:flex;justify-content:center}.invoices-page__container{display:flex;flex-direction:column;gap:1.5rem;width:90%;height:100%;max-width:1500px}.invoices-page__stats{display:flex;align-items:stretch;flex-direction:row;gap:1rem}.invoices-page__filters{padding:1rem;width:100%;border-radius:.25rem;background-color:#fff;border:1px solid #E5E7EB;box-sizing:border-box}.invoice-stat-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;border-radius:.25rem;display:flex;align-items:flex-start;gap:.5rem;flex:1;min-width:200px}.invoice-stat-card--warning{background-color:#fff}.invoice-stat-card__icon{display:flex;margin-bottom:.5rem;align-items:center;justify-content:center;width:48px;height:48px;border-radius:.5rem;flex-shrink:0}.invoice-stat-card__icon--blue{background-color:#3b5bfe1a}.invoice-stat-card__icon--green{background-color:#10b9811a}.invoice-stat-card__icon--orange{background-color:#f973161a}.invoice-stat-card__content{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem;flex:1}.invoice-stat-card__label{font-weight:500;font-size:.875rem;color:#6b7280}.invoice-stat-card__value{font-size:1.5rem;font-weight:700;color:#111827}.invoice-stat-card__period{font-size:.75rem;color:#9ca3af}.invoice-stat-card__link{font-size:.75rem;color:#3b5bfe;background-color:transparent;text-decoration:none}.invoice-stat-card__link:hover{text-decoration:underline}.invoice-stat-card__warning-text{font-size:.75rem;color:#6b7280}.invoice-stat-card__warning-title{font-size:1rem;font-weight:600;color:#111827}.invoice-stat-card__badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;margin-top:.5rem}.invoice-stat-card__badge--disconnected{color:#10b981;background-color:#10b9811a}.invoice-stat-card__badge--disconnected:before{content:"";width:6px;height:6px;border-radius:9999px;background-color:#10b981}.invoice-filters{display:flex;align-items:flex-end;gap:1rem;flex-wrap:wrap}.invoice-filters__field{display:flex;flex-direction:column;gap:.5rem;min-width:140px}.invoice-filters__label{font-size:.875rem;font-weight:500;color:#374151}.invoice-filters__select{padding:.75rem 2.5rem .75rem 1rem;font-size:.875rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.25rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236B7280' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center}.invoice-filters__select:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.invoice-filters__actions{display:flex;align-items:center;gap:.75rem;margin-left:auto}.invoice-filters__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.invoice-filters__btn--clear{color:#374151;background-color:#fff;border:1px solid #D1D5DB}.invoice-filters__btn--clear:hover{background-color:#f9fafb}.invoice-filters__btn--apply{color:#374151;background-color:#fff;border:1px solid #D1D5DB}.invoice-filters__btn--apply:hover{background-color:#f9fafb}.search-input{position:relative;width:100%}.search-input__icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.search-input__field{width:100%;padding:.75rem 1rem .75rem 3rem;font-size:.875rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.25rem;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.search-input__field::placeholder{color:#9ca3af}.search-input__field:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.invoice-id{color:#3b5bfe;font-weight:500;cursor:pointer}.invoice-id:hover{text-decoration:underline}.invoice-client{display:flex;flex-direction:column;gap:2px}.invoice-client__name{font-weight:600;color:#111827}.invoice-client__email{font-size:.75rem;color:#6b7280}.invoice-date{color:#4b5563;font-size:.875rem}.invoice-amount{font-weight:600;color:#111827}.invoice-status{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px}.invoice-status__dot{width:6px;height:6px;border-radius:9999px}.invoice-status--enviado{color:#10b981;background-color:#10b9811a}.invoice-status--enviado .invoice-status__dot{background-color:#10b981}.invoice-status--preview{color:#007bff;background-color:#eff6ff}.invoice-status--preview .invoice-status__dot{background-color:#10b981}.invoice-status--borrador{color:#6b7280;background-color:#6b72801a}.invoice-status--borrador .invoice-status__dot{background-color:#6b7280}.invoice-actions{display:flex;align-items:center;gap:.25rem}.invoice-actions__btn{display:flex;align-items:center;justify-content:center;border-radius:.5rem;border:none;background-color:transparent;color:#6b7280;cursor:pointer;transition:background-color .15s ease,color .15s ease}.invoice-actions__btn:hover{background-color:#f3f4f6;color:#374151}.invoice-actions__btn:focus{outline:none}.invoices-header-btn{display:inline-flex;align-items:center;gap:.5rem;margin-right:.5rem;padding:.75rem 1.25rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;background-color:#3b5bfe;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease}.invoices-header-btn:hover{background-color:#0831fe}.invoices-page__loading{display:flex;justify-content:center;align-items:center;padding:2rem;color:#6b7280;font-size:.875rem}.invoices-page__error{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:2rem;color:#ef4444;font-size:.875rem;text-align:center}.invoices-page__error button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#fff;background-color:#3b5bfe;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease}.invoices-page__error button:hover{background-color:#0831fe}.invoices-page__load-more{display:flex;justify-content:center;padding:1rem}.invoices-page__load-more-btn{padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#3b5bfe;background-color:#fff;border:1px solid #3B5BFE;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease,color .15s ease}.invoices-page__load-more-btn:hover:not(:disabled){background-color:#3b5bfe;color:#fff}.invoices-page__load-more-btn:disabled{opacity:.6;cursor:not-allowed}.invoices-page__count{display:flex;justify-content:center;padding:.5rem;font-size:.75rem;color:#6b7280}.dialog{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;border:none}.dialog-header{width:97%;color:#6b7280;display:flex;padding:.75rem .75rem .5rem;flex-direction:row;align-items:center;justify-content:space-between;border-bottom:1px solid #E5E7EB;margin-bottom:.5rem}.dialog-header span{font-size:1.125rem}.dialog-header button{border-radius:.5rem;background-color:transparent}.dialog-header button:hover{background-color:#eff6ff}.dialog::backdrop{background-color:#000;opacity:.75}.dialog--xs{width:600px;max-width:90vw}.dialog--sm{width:60vw}.dialog--md{width:70vw}.dialog--lg{width:90vw}.invoice-import-modal{padding:0;max-height:90vh;min-height:50vh;overflow:hidden}.invoice-import{padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem;max-height:calc(90vh - 60px);overflow-y:auto}.invoice-import__file-header{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;padding:1rem 1.25rem}.invoice-import__file-info{display:flex;align-items:center;gap:1rem}.invoice-import__file-details{display:flex;flex-direction:column;gap:.25rem}.invoice-import__file-name{font-size:1rem;font-weight:600;color:#111827}.invoice-import__file-meta{display:flex;align-items:center;gap:1rem;font-size:.875rem;color:#6b7280}.invoice-import__file-meta span{display:flex;align-items:center;gap:.25rem}.invoice-import__change-btn{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #D1D5DB;border-radius:.5rem;font-size:.875rem;font-weight:500;color:#374151;cursor:pointer;transition:all .15s ease}.invoice-import__change-btn:hover{background:#f9fafb;border-color:#9ca3af}.invoice-import__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.invoice-import__stat-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;border:1px solid #E5E7EB}.invoice-import__stat-card--error{border-color:#ef4444;border-left-width:4px}.invoice-import__stat-card--neutral{opacity:.8}.invoice-import__stat-content{display:flex;flex-direction:column;gap:.25rem}.invoice-import__stat-value{font-size:2rem;font-weight:700;color:#111827;line-height:1}.invoice-import__stat-value--success{color:#10b981}.invoice-import__stat-value--error{color:#ef4444}.invoice-import__stat-label{font-size:.875rem;font-weight:500;color:#111827}.invoice-import__stat-sublabel{font-size:.75rem;color:#6b7280}.invoice-import__stat-sublabel--success{color:#10b981}.invoice-import__stat-sublabel--error{color:#ef4444}.invoice-import__table-container{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;overflow-x:auto;padding:0;max-height:30vh}.invoice-import__table{width:100%;border-collapse:collapse;min-width:800px}.invoice-import__table thead{background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.invoice-import__table thead th{padding:.75rem 1rem;font-size:.75rem;font-weight:500;color:#6b7280;text-align:left;text-transform:uppercase;letter-spacing:.05em}.invoice-import__table tbody tr{border-bottom:1px solid #F3F4F6;transition:background-color .15s ease}.invoice-import__table tbody tr:hover{background-color:#f9fafb}.invoice-import__table tbody tr:last-child{border-bottom:none}.invoice-import__table tbody td{padding:1rem;font-size:.875rem;color:#111827;vertical-align:middle}.invoice-import__row--error{background-color:#ef444405}.invoice-import__invoice-cell{display:flex;flex-direction:column;gap:.25rem}.invoice-import__invoice-number{font-weight:600;color:#111827}.invoice-import__invoice-row{font-size:.75rem;color:#9ca3af}.invoice-import__cell--currency{font-weight:500;text-align:right}.invoice-import__validation-cell{display:flex;flex-direction:column;gap:.25rem;align-items:flex-start}.invoice-import__badge{display:inline-flex;align-items:center;gap:.25rem;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:500}.invoice-import__badge--valid{background-color:#10b9811a;color:#10b981}.invoice-import__badge--error{background-color:#ef44441a;color:#ef4444}.invoice-import__badge-dot{width:6px;height:6px;border-radius:50%;background-color:currentColor}.invoice-import__error-message{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#ef4444}.invoice-import__delete-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}.invoice-import__delete-btn:hover{background-color:#ef44441a}.invoice-import__delete-btn:hover svg{color:#ef4444}.invoice-import__actions{display:flex;align-items:center;justify-content:space-between;padding-top:1rem;border-top:1px solid #E5E7EB}.tax-config{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:1.5rem}.tax-config__header{display:flex;justify-content:space-between;align-items:flex-start}.tax-config__header-content{display:flex;flex-direction:column;gap:.25rem}.tax-config__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.tax-config__step{font-size:.875rem;color:#6b7280;padding:.5rem .75rem;background-color:#f3f4f6;border-radius:9999px;white-space:nowrap}.tax-config__info-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fef3c7;border-radius:.5rem;border:1px solid #F59E0B}.tax-config__info-banner p{margin:0;font-size:.875rem;color:#92400e;line-height:1.5}.tax-config__info-banner svg{flex-shrink:0;margin-top:2px}.tax-config__tax-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.tax-config__tax-grid{grid-template-columns:repeat(2,1fr)}}.tax-config__tax-column{display:flex;flex-direction:column;gap:.75rem}.tax-config__card{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;background-color:#f9fafb;border-radius:.75rem;border:1px solid #E5E7EB}.tax-config__card-inputs{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.tax-config__card-inputs{grid-template-columns:repeat(2,1fr)}}.selector-search{display:flex;flex-direction:column;gap:.5rem;width:100%;position:relative}.selector-search__label{font-size:.875rem;font-weight:500;color:#374151;text-align:left}.selector-search__trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;text-align:left}.selector-search__trigger:hover:not(:disabled){border-color:#9ca3af}.selector-search__trigger:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.selector-search__trigger--open{border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.selector-search__trigger--disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.6}.selector-search__value{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selector-search__value--placeholder{color:#9ca3af}.selector-search__icon{flex-shrink:0;color:#6b7280;transition:transform .15s ease}.selector-search__icon--open{transform:rotate(180deg)}.selector-search__menu{position:absolute;top:100%;left:0;right:0;margin-top:.25rem;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:100;overflow:hidden}.selector-search__search-container{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #E5E7EB}.selector-search__search-icon{flex-shrink:0;color:#9ca3af}.selector-search__search-input{flex:1;border:none;outline:none;font-size:.875rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background:transparent}.selector-search__search-input::placeholder{color:#9ca3af}.selector-search__options{max-height:200px;overflow-y:auto;list-style:none;padding:.25rem 0;margin:0}.selector-search__option{padding:.75rem 1rem;font-size:.875rem;color:#374151;cursor:pointer;transition:background-color .15s ease}.selector-search__option:hover{background-color:#f9fafb}.selector-search__option--selected{background-color:#3b5bfe1a;color:#3b5bfe;font-weight:500}.selector-search__no-results{padding:.75rem 1rem;font-size:.875rem;color:#6b7280;text-align:center;font-style:italic}.tax-config-modal{padding:1rem;text-align:left}.tax-config-modal__subtitle{font-size:.875rem;font-weight:400;line-height:1.5;color:#6b7280;margin-bottom:1.5rem}.tax-config-modal__section{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;gap:1rem;border:1px solid #E5E7EB;padding:1rem;margin-bottom:1rem}.tax-config-modal__checkbox-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.tax-config-modal__checkbox-row input[type=checkbox]{width:18px;height:18px;border:2px solid #D1D5DB;border-radius:.25rem;cursor:pointer;accent-color:#3B5BFE}.tax-config-modal__label{flex:1;min-width:250px;margin-left:.75rem;font-size:1rem;font-weight:600;color:#1f2937}.tax-config-modal__input-group{display:flex;flex-direction:column}.tax-config-modal__input-label{font-size:.875rem;font-weight:400;line-height:1.5;color:#6b7280;margin-bottom:.5rem}.tax-config-modal__input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.tax-config-modal__input:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.tax-config-modal__input{min-width:100px}.tax-config-modal__input::placeholder{color:#9ca3af}.tax-config-modal__footer{display:flex;justify-content:flex-end;margin-top:1.5rem}.tax-config-modal__submit-btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:9999px;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.tax-config-modal__submit-btn:disabled{opacity:.6;cursor:not-allowed}.tax-config-modal__submit-btn{background-color:#3b5bfe;color:#fff;border:none;gap:.5rem}.tax-config-modal__submit-btn:hover{background-color:#1e3a8a}.tax-config-modal__submit-btn svg{width:16px;height:16px}.invoice-creation{display:flex;flex-direction:column;width:100%;min-height:100vh;background-color:#f9fafb;padding-bottom:80px}.invoice-creation .quick-actions{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:.5rem;color:#1f2937}.invoice-creation .quick-actions__header{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:700}.invoice-creation .quick-actions__items{display:flex;padding:.75rem}.invoice-creation .quick-actions__items--item{width:100%;display:flex;align-items:center;font-weight:500;padding:.75rem;border-radius:.5rem;gap:.5rem}.invoice-creation .quick-actions__items--item:hover{cursor:pointer;box-shadow:0 0 10px 10px #eff6ff}.invoice-creation__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;top:0;z-index:10}.invoice-creation__header-left{display:flex;align-items:center;gap:1rem}.invoice-creation__back-btn{display:flex;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;transition:background-color .15s ease}.invoice-creation__back-btn:hover{background-color:#f9fafb}.invoice-creation__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.invoice-creation__header-actions{display:flex;align-items:center;gap:.75rem}.invoice-creation__btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease,transform .15s ease}.invoice-creation__btn--secondary{background-color:#fff;color:#374151;border:1px solid #D1D5DB}.invoice-creation__btn--secondary:hover{background-color:#f9fafb}.invoice-creation__btn--success,.invoice-creation__btn--primary{background-color:#10b981;color:#fff;border:none}.invoice-creation__btn--primary:hover{background-color:#0d9367}.invoice-creation__content{display:flex;gap:1.5rem;padding:1.5rem;max-width:1400px;margin:0 auto;width:100%;box-sizing:border-box}@media(max-width:1023px){.invoice-creation__content{flex-direction:column}}.invoice-creation__main{flex:1;display:flex;flex-direction:column;gap:1.5rem;min-width:0}.invoice-creation__sidebar{width:380px;flex-shrink:0;display:flex;flex-direction:column;gap:1.5rem}@media(max-width:1023px){.invoice-creation__sidebar{width:100%}}.invoice-creation__bottom-bar{position:fixed;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem 1.5rem;background-color:#fff;border-top:1px solid #E5E7EB;box-shadow:0 -4px 6px -1px #0000001a;z-index:20}.invoice-creation__bottom-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}.invoice-creation__bottom-btn--draft{background-color:#fff;color:#374151;border:1px solid #D1D5DB}.invoice-creation__bottom-btn--draft:hover{background-color:#f9fafb}.invoice-creation__bottom-btn--preview{background-color:#fff;color:#10b981;border:1px solid #10B981}.invoice-creation__bottom-btn--preview:hover{background-color:#10b9810d}.invoice-creation__bottom-btn--send{background-color:#10b981;color:#fff;border:none}.invoice-creation__bottom-btn--send:hover{background-color:#0d9367}.invoice-creation .client-information-form .form-card__content{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.invoice-creation .client-information-form .form-card__content{grid-template-columns:1fr 1fr}}.invoice-creation .form-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;text-align:left}.invoice-creation .form-card--dashed{border:2px dashed #3B5BFE;background-color:#3b5bfe05}.invoice-creation .form-card__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem}.invoice-creation .form-card__header-left{display:flex;align-items:center;gap:.75rem}.invoice-creation .form-card__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#3b5bfe1a;border-radius:.5rem}.invoice-creation .form-card__icon--blue{background-color:#3b5bfe1a}.invoice-creation .form-card__icon--orange{background-color:#f973161a}.invoice-creation .form-card__title{font-size:1rem;font-weight:600;color:#111827;margin:0}.invoice-creation .form-card__add-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#3b5bfe;background-color:transparent;border:none;cursor:pointer;transition:background-color .15s ease;border-radius:.5rem}.invoice-creation .form-card__add-link:hover{background-color:#3b5bfe0d}.invoice-creation .form-card__content{padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.invoice-creation .form-card__content--row{flex-direction:row;gap:1rem}@media(max-width:767px){.invoice-creation .form-card__content--row{flex-direction:column}}.invoice-creation .form-card__field--half{flex:1}.invoice-creation .form-card__label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.invoice-creation .form-card__textarea{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;resize:none;min-height:80px;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}.invoice-creation .form-card__textarea::placeholder{color:#9ca3af}.invoice-creation .form-card__textarea:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.invoice-creation .form-card__textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.invoice-creation .product-table{width:100%}.invoice-creation .product-table__header{display:flex;padding:.75rem 0;border-bottom:1px solid #E5E7EB}.invoice-creation .product-table__body{display:flex;flex-direction:column}.invoice-creation .product-table__row{display:flex;padding:1rem 0;border-bottom:1px solid #F3F4F6;align-items:center}.invoice-creation .product-table__row:last-child{border-bottom:none}.invoice-creation .product-table__col{font-size:.875rem;color:#4b5563}.invoice-creation .product-table__col--description{flex:2;display:flex;align-items:center;gap:.75rem}.invoice-creation .product-table__col--quantity,.invoice-creation .product-table__col--discount{flex:.8;text-align:center}.invoice-creation .product-table__col--total{flex:1;text-align:right}.invoice-creation .product-table__col--action{flex:.5;text-align:center;display:flex;align-items:center;justify-content:center}.invoice-creation .product-info{display:flex;flex-direction:column;gap:2px}.invoice-creation .product-info__name{font-weight:500;color:#111827}.invoice-creation .product-info__price{font-size:.75rem;color:#6b7280}.invoice-creation .product-tax-badge{padding:.25rem .5rem;font-size:.75rem;font-weight:600;color:#10b981;background-color:#10b9811a;border:none;border-radius:.25rem;cursor:pointer;margin-right:.75rem;transition:background-color .15s ease}.invoice-creation .product-tax-badge:hover{background-color:#10b98133}.invoice-creation .product-input{width:40px;padding:.5rem;font-size:.875rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;text-align:center;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff}.invoice-creation .product-input::-webkit-outer-spin-button,.invoice-creation .product-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.invoice-creation .product-input input[type=number]{-moz-appearance:textfield}.invoice-creation .product-input:focus{outline:none;border-color:#3b5bfe}.invoice-creation .product-input--small{width:20px}.invoice-creation .product-discount{display:flex;align-items:center;justify-content:center;gap:.25rem}.invoice-creation .product-discount__symbol{color:#6b7280}.invoice-creation .product-total{font-weight:600;color:#111827}.invoice-creation .product-delete-btn{display:flex;width:80%;margin:.25rem;align-items:center;justify-content:center;background-color:transparent;cursor:pointer;transition:background-color .15s ease}.invoice-creation .product-delete-btn:hover{background-color:#ef44441a}.invoice-creation .add-product-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;font-weight:500;color:#3b5bfe;background-color:transparent;border:none;cursor:pointer;transition:background-color .15s ease;border-radius:.5rem;margin-top:.5rem}.invoice-creation .add-product-btn:hover{background-color:#3b5bfe0d}.invoice-creation .summary-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.invoice-creation .summary-card__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.invoice-creation .summary-card__icon{display:flex;align-items:center;justify-content:center;background-color:#3b5bfe1a;border-radius:.5rem}.invoice-creation .summary-card__title{font-size:1rem;font-weight:600;color:#111827;margin:0}.invoice-creation .summary-card__content{padding:1.25rem}.invoice-creation .summary-card__lines{display:flex;flex-direction:column;gap:.75rem;padding-bottom:1rem;border-bottom:1px solid #E5E7EB;margin-bottom:1rem}.invoice-creation .summary-card__total{display:flex;align-items:center;justify-content:space-between;padding-bottom:1.25rem;margin-bottom:1.25rem;border-bottom:1px solid #E5E7EB}.invoice-creation .summary-card__actions{display:flex;flex-direction:column;gap:.75rem}.invoice-creation .summary-line{display:flex;align-items:center;justify-content:space-between}.invoice-creation .summary-line__label{font-size:.875rem;color:#4b5563}.invoice-creation .summary-line__value{font-size:.875rem;font-weight:500;color:#111827}.invoice-creation .summary-line__value--positive{color:#10b981}.invoice-creation .summary-line__value--negative{color:#ef4444}.invoice-creation .summary-total__label{font-size:1.125rem;font-weight:600;color:#111827}.invoice-creation .summary-total__value{font-size:1.5rem;font-weight:700;color:#111827}.invoice-creation .summary-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}.invoice-creation .summary-btn--primary{background-color:#007bff;color:#fff;border:none}.invoice-creation .summary-btn--primary:hover{background-color:#0d9367}.invoice-creation .summary-btn--success{background-color:#10b981;color:#fff;border:none}.invoice-creation .summary-btn--secondary{background-color:#fff;color:#4b5563;border:1px solid #D1D5DB}.invoice-creation .summary-btn--secondary:hover{background-color:#f9fafb}.invoice-creation .recent-clients-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.invoice-creation .recent-clients-card__header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem}.invoice-creation .recent-clients-card__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background-color:#3b5bfe1a;border-radius:.5rem}.invoice-creation .recent-clients-card__title{font-size:1rem;font-weight:600;color:#111827;margin:0;flex:1}.invoice-creation .recent-clients-card__count{font-size:.875rem;color:#6b7280}.invoice-creation .recent-clients-card__content{padding:.75rem 1.25rem}.invoice-creation .recent-clients-list{list-style:none;margin:0;padding:0}.invoice-creation .recent-clients-list__item{border-bottom:1px solid #F3F4F6}.invoice-creation .recent-clients-list__item:last-child{border-bottom:none}.invoice-creation .recent-client{display:flex;align-items:center;gap:.75rem;width:100%;padding:.75rem 0;background-color:transparent;border:none;cursor:pointer;transition:background-color .15s ease;text-align:left}.invoice-creation .recent-client:hover{background-color:#f9fafb}.invoice-creation .recent-client__avatar{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:9999px;color:#fff;font-size:.875rem;font-weight:600;flex-shrink:0;overflow:hidden}.invoice-creation .recent-client__avatar img{width:100%;height:100%;object-fit:cover}.invoice-creation .recent-client__info{display:flex;flex-direction:column;gap:2px;min-width:0}.invoice-creation .recent-client__name{font-size:.875rem;font-weight:500;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.invoice-creation .recent-client__last-invoice{font-size:.75rem;color:#6b7280}.invoice-creation .input__wrapper{position:relative}.product-modal-selector{display:flex;flex-direction:column;gap:.75rem}.product-modal-selector--search{margin-bottom:.5rem}.product-modal-selector--item{display:flex;justify-content:space-between;padding:.5rem .75rem;border-radius:.5rem;transition:background-color .15s ease}.product-modal-selector--item:hover{background-color:#f3f4f6;cursor:pointer}.product-modal-selector--item button{background-color:transparent;border:none;font-size:.875rem;font-weight:500;color:#111827;cursor:pointer;text-align:left}.product-modal-selector--item button:focus{outline:none}.product-modal-selector--item span{font-size:.875rem;color:#4b5563}.product-modal-search-wrapper{position:relative;display:flex;align-items:center}.product-modal-search-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.product-modal-search-input{width:100%;padding:.75rem .75rem .75rem 2.5rem;font-size:.875rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#111827;background-color:#fff;border:1px solid #D1D5DB;border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.product-modal-search-input::placeholder{color:#9ca3af}.product-modal-search-input:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.product-modal-add-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:.875rem;font-weight:500;color:#3b5bfe;background-color:#3b5bfe0d;border:1px dashed #3B5BFE;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease}.product-modal-add-btn:hover{background-color:#3b5bfe1a}.product-modal-table{width:100%;border:1px solid #E5E7EB;border-radius:.5rem;overflow:hidden}.product-modal-table__header{display:flex;padding:.75rem 1rem;background-color:#f9fafb;border-bottom:1px solid #E5E7EB}.product-modal-table__body{max-height:400px;overflow-y:auto}.product-modal-table__row{display:flex;padding:.75rem 1rem;border-bottom:1px solid #F3F4F6;align-items:center}.product-modal-table__row:last-child{border-bottom:none}.product-modal-table__row--editing{background-color:#3b5bfe05}.product-modal-table__col{font-size:.875rem}.product-modal-table__col--name{flex:2;color:#111827;font-weight:500}.product-modal-table__col--price{flex:1;color:#4b5563;text-align:right;padding-right:1rem}.product-modal-table__col--actions{flex:0 0 80px;display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.product-modal-input{margin-right:.75rem}.product-modal-input::placeholder{color:#9ca3af}.product-modal-input:focus{outline:none;border-color:#3b5bfe}.product-modal-input[type=number]{text-align:right}.product-modal-input[type=number]::-webkit-outer-spin-button,.product-modal-input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-modal-input[type=number]{-moz-appearance:textfield}.product-modal-action-btn{display:flex;align-items:center;justify-content:center;width:auto;height:28px;background-color:transparent;border:none;border-radius:.25rem;cursor:pointer;transition:background-color .15s ease}.product-modal-action-btn:disabled{opacity:.5;cursor:not-allowed}.product-modal-action-btn--edit:hover{background-color:#f3f4f6}.product-modal-action-btn--save:hover{background-color:#10b9811a}.product-modal-action-btn--cancel:hover{background-color:#ef44441a}.product-modal-load-more{display:block;width:100%;padding:.75rem;font-size:.875rem;font-weight:500;color:#3b5bfe;background-color:transparent;border:1px solid #E5E7EB;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease;margin-top:.75rem}.product-modal-load-more:hover:not(:disabled){background-color:#3b5bfe0d}.product-modal-load-more:disabled{opacity:.5;cursor:not-allowed}.product-modal-loading,.product-modal-empty{padding:1.5rem;text-align:center;color:#6b7280;font-size:.875rem}.product-modal-list{display:flex;flex-direction:column;max-height:400px;overflow-y:auto}.invoice-detail__status-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;font-weight:500;border-radius:9999px;margin-left:.75rem}.invoice-detail__status-badge--draft{color:#4b5563;background-color:#f3f4f6}.invoice-detail__status-badge--sent{color:#10b981;background-color:#10b9811a}.invoice-detail__btn--danger{background-color:#ef4444;color:#fff;border:none}.invoice-detail__btn--danger:hover{background-color:#ec1e1e}.invoice-detail__bottom-btn--delete{background-color:#ef4444;color:#fff;border:none;text-transform:uppercase;font-weight:600}.invoice-detail__bottom-btn--delete:hover{background-color:#ec1e1e}.invoice-detail .product-quantity-display,.invoice-detail .product-discount-display{font-size:.875rem;color:#374151;padding:.5rem;background-color:#f9fafb;border-radius:.5rem;min-width:40px;text-align:center;display:inline-block}.invoice-detail .product-tax-badge--readonly{cursor:default;pointer-events:none}.cash-receipt-modal{padding:0}.cash-receipt{padding:1.5rem}.cash-receipt__header{margin-bottom:1.5rem}.cash-receipt__title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .25rem}.cash-receipt__subtitle{font-size:.875rem;color:#6b7280;margin:0}.cash-receipt__form{display:flex;flex-direction:column;gap:1.5rem}.cash-receipt__row{display:grid;grid-template-columns:1fr 1fr;gap:.25rem}.cash-receipt__field{display:flex;flex-direction:column;gap:.5rem}.cash-receipt__label{font-size:.875rem;font-weight:500;color:#374151}.cash-receipt__required{color:#ef4444}.cash-receipt__input{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.cash-receipt__input::placeholder{color:#9ca3af}.cash-receipt__input:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.cash-receipt__input--disabled{background-color:#f3f4f6;color:#4b5563;cursor:not-allowed}.cash-receipt__input--value{text-align:right;font-weight:500}.cash-receipt__input--positive{color:#10b981}.cash-receipt__input--negative{color:#ef4444}.cash-receipt__lines-section{display:flex;flex-direction:column;gap:.75rem}.cash-receipt__lines-header{display:flex;align-items:center;justify-content:space-between}.cash-receipt__lines-title{font-size:1rem;font-weight:600;color:#111827}.cash-receipt__lines-count{font-size:.875rem;color:#6b7280}.cash-receipt__lines-table{border:1px solid #E5E7EB;border-radius:.75rem;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.cash-receipt__table-header{display:grid;grid-template-columns:1fr 150px 40px;gap:.75rem;padding-bottom:.5rem;border-bottom:1px solid #E5E7EB}.cash-receipt__table-header span{font-size:.875rem;font-weight:500;color:#4b5563}.cash-receipt__table-header span:nth-child(2){text-align:center}.cash-receipt__line-row{display:grid;grid-template-columns:1fr 150px 40px;gap:.75rem;align-items:center}.cash-receipt__delete-placeholder{width:40px}.cash-receipt__delete-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:transparent;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .15s ease;padding:0}.cash-receipt__delete-btn:hover{background-color:#ef44441a}.cash-receipt__add-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:transparent;border:1px dashed #D1D5DB;border-radius:.5rem;color:#4b5563;font-size:.875rem;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease}.cash-receipt__add-btn:hover{border-color:#3b5bfe;color:#3b5bfe}.cash-receipt__summary{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:.75rem}.cash-receipt__summary-title{font-size:1rem;font-weight:600;color:#111827;margin:0}.cash-receipt__summary-row{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#4b5563}.cash-receipt__summary-row--total{font-size:1rem;font-weight:600;color:#111827}.cash-receipt__summary-value{font-weight:500}.cash-receipt__summary-value--positive{color:#10b981}.cash-receipt__summary-value--negative{color:#ef4444}.cash-receipt__summary-value--total{font-size:1.5rem;font-weight:700;color:#3b5bfe}.cash-receipt__summary-divider{height:1px;background-color:#e5e7eb;margin:.5rem 0}.cash-receipt__actions{display:flex;align-items:center;justify-content:space-between;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #E5E7EB}.cash-receipt__actions .button{gap:.5rem}.administrate-card{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.business-page{text-align:left;width:100%;display:flex;justify-content:center}.business-page__container{display:flex;flex-direction:column;gap:1.5rem;width:90%;max-width:960px;padding-bottom:3rem}.business-page__content{display:flex;flex-direction:column;gap:1.5rem}.business-page .tabs{display:flex;background-color:#fff;border:1px solid #E5E7EB;border-radius:.5rem;overflow:hidden}.business-page .tabs__item{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;background:none;border:none;font-size:.875rem;font-weight:500;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;color:#6b7280;cursor:pointer;transition:all .15s ease}.business-page .tabs__item:hover:not(.business-page .tabs__item--active){background-color:#f9fafb}.business-page .tabs__item:focus{outline:none}.business-page .tabs__item--active{background-color:#eff6ff;color:#3b5bfe;border-bottom:2px solid #007BFF}.business-page .form-section{background-color:#fff;border-radius:.75rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem;border:1px solid #E5E7EB;display:flex;flex-direction:column;gap:1.5rem;text-align:left}.business-page .form-section__header{display:flex;justify-content:space-between;align-items:flex-start}.business-page .form-section__header-content{display:flex;flex-direction:column;gap:.25rem}.business-page .form-section__title{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.business-page .form-section__description{font-size:.875rem;color:#6b7280;margin:0}.business-page .form-section__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:768px){.business-page .form-section__grid{grid-template-columns:repeat(2,1fr)}}.business-page .logo-upload{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;width:80px;height:80px;background-color:#f9fafb;border:2px dashed #D1D5DB;border-radius:.75rem;cursor:pointer;transition:all .15s ease}.business-page .logo-upload:hover{background-color:#f3f4f6;border-color:#9ca3af}.business-page .logo-upload__text{font-size:.75rem;font-weight:500;color:#6b7280}.business-page .select-wrapper{display:flex;flex-direction:column;gap:.25rem}.business-page .select__label{font-size:.875rem;font-weight:500;color:#374151}.business-page .select-container{position:relative;display:flex;align-items:center}.business-page .select-container svg{position:absolute;right:.75rem;pointer-events:none}.business-page .select{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border:1px solid #D1D5DB;border-radius:.5rem;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.business-page .select::placeholder{color:#9ca3af}.business-page .select:focus{outline:none;border-color:#3b5bfe;box-shadow:0 0 0 3px #3b5bfe1a}.business-page .select{width:100%;appearance:none;cursor:pointer;padding-right:2.5rem}.business-page .input-icon-wrapper{display:flex;justify-content:space-between;align-items:center;gap:.5rem;position:relative}.business-page .input-icon-wrapper .input input{padding-left:2.5rem}.business-page .input-icon-wrapper svg{position:absolute;left:.75rem;top:42px;pointer-events:none}.business-page .button svg{margin-right:.5rem}.business-page .form-section__title-row{display:flex;align-items:center;gap:.75rem}.business-page .status-badge{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}.business-page .status-badge__dot{width:8px;height:8px;border-radius:9999px}.business-page .status-badge--connected{background-color:#10b9811a;color:#10b981}.business-page .status-badge--connected .status-badge__dot{background-color:#10b981}.business-page .form-group{display:flex;flex-direction:column;gap:.25rem}.business-page .form-label{font-size:.875rem;font-weight:500;color:#374151}.business-page .form-label .required{color:#ef4444;margin-left:2px}.business-page .form-hint{font-size:.75rem;color:#6b7280;margin:0}.business-page .input-with-action{display:flex;align-items:flex-start;gap:.5rem}.business-page .input-with-action .input-with-icon{flex:1}.business-page .icon-button{display:flex;align-items:center;justify-content:center;height:45px;background:none;border:1px solid #D1D5DB;border-radius:.5rem;cursor:pointer;transition:all .15s ease}.business-page .icon-button:hover{background-color:#f9fafb;border-color:#9ca3af}.business-page .icon-button:focus{outline:none;border-color:#3b5bfe}.business-page .sync-option{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem}.business-page .sync-option__content{display:flex;flex-direction:column;gap:.25rem}.business-page .sync-option__title{font-size:1rem;font-weight:500;color:#111827;margin:0}.business-page .sync-option__description{font-size:.875rem;color:#6b7280;margin:0}.business-page .toggle{position:relative;width:48px;height:26px;background-color:#d1d5db;border:none;border-radius:9999px;cursor:pointer;transition:background-color .15s ease}.business-page .toggle__knob{position:absolute;top:3px;left:3px;width:20px;height:20px;background-color:#fff;border-radius:9999px;transition:transform .15s ease;box-shadow:0 1px 2px #0000000d}.business-page .toggle--active{background-color:#3b5bfe}.business-page .toggle--active .toggle__knob{transform:translate(22px)}.business-page .toggle:focus{outline:none;box-shadow:0 0 0 3px #3b5bfe33}.business-page .info-box{display:flex;gap:.75rem;padding:1rem;border-radius:.75rem;border:1px solid}.business-page .info-box--blue{background-color:#eff6ff;border-color:#3b5bfe33}.business-page .info-box__content{display:flex;flex-direction:column;gap:.25rem}.business-page .info-box__title{font-size:.875rem;font-weight:600;color:#3b5bfe;margin:0}.business-page .info-box__text{font-size:.875rem;color:#3b5bfe;margin:0;opacity:.8}.business-page .file-upload-wrapper{display:flex;flex-direction:column;gap:.5rem}.business-page .file-upload{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.business-page .file-upload__label{font-size:.875rem;font-weight:500;color:#374151}.business-page .file-upload__input{display:none}.business-page .file-upload__button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background-color:#f9fafb;border:2px dashed #D1D5DB;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#3b5bfe;transition:all .15s ease}.business-page .file-upload__button:hover{background-color:#eff6ff;border-color:#3b5bfe}.business-page .file-upload__link{font-size:.875rem;color:#3b5bfe;text-decoration:none}.business-page .file-upload__link:hover{text-decoration:underline}#root{margin:0 auto;text-align:center;width:100vw;height:100vh}
