@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";:root{--dark:#20170c;--light:#fafbff;--bg-landing:linear-gradient(16deg, #ebebeb 36%, #2563eb 76%);--bg-landing-mobile:linear-gradient(25deg, #ebebeb 56%, #2563eb 86%);--bg-landing-badge:#ffffff80;--primary:#2563eb;--neutral:#6a6a69;--soft:#b19595;--white:#fff;--almost-white:#f1f5f9;--bg-app:var(--light);--bg-card:var(--white);--border:#00000014;--border-radius:.75rem;--text-primary:var(--dark);--text-secondary:var(--neutral);--text-inverse:#f5f2f2;--text-muted:#6b7280;--color-success:#22c55e;--color-danger:#dc2626;--color-warning:#f59e0b;--color-neutral:var(--neutral);--btn-primary-bg:var(--primary);--btn-primary-hover:#1d4ed8;--btn-primary-text:var(--white);--btn-accent-bg:#ffab0f;--btn-accent-hover:#d18c0d;--btn-accent-text:var(--white);--btn-ghost-bg:transparent;--btn-ghost-hover:#0000000d;--btn-ghost-text:var(--neutral);--btn-ghost-border:1px solid var(--neutral);--btn-danger-bg:#dc2626;--btn-danger-hover:#b91c1c;--btn-danger-text:var(--white);--btn-shadow:0 5px 10px 0px #0000001a, 0 3px 4px 0px #0000000d;--card-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #00000008;--modal-shadow:0 20px 25px -5px #0000001a, 0 10px 10px -5px #00000008;--font-family:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700}[data-theme=dark]{--dark:#fafbff;--light:#20170c;--bg-landing:linear-gradient(16deg, #0b0b0c 61%, #2563eb 100%);--bg-landing-mobile:linear-gradient(25deg, #0b0b0c 56%, #2563eb 86%);--bg-landing-badge:#00000080;--bg-app:#0f172a;--bg-card:#1e293b;--bg-card-hover:#263248;--border:#ffffff14;--text-primary:var(--almost-white);--text-secondary:#94a3b8;--text-inverse:var(--white);--btn-accent-bg:#ffb11f;--btn-accent-hover:#df960e;--btn-accent-text:var(--white);--btn-ghost-bg:transparent;--btn-ghost-hover:#ffffff0f;--btn-ghost-text:#94a3b8;--btn-danger-bg:#dc2626;--btn-danger-hover:#b91c1c;--btn-danger-text:var(--white);--btn-shadow:0 5px 10px 0px #0000004d, 0 3px 4px 0px #00000026;--card-shadow:0 20px 25px -5px #0000004d, 0 10px 10px -5px #00000080;--modal-shadow:0 20px 25px -5px #0003, 0 10px 10px -5px #0000004d}@font-face{font-family:Material Symbols Rounded;font-style:normal;font-weight:100 700;font-display:swap;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;src:url(http://127.0.0.1:54321/storage/v1/object/public/app/MaterialSymbolsRounded-VariableFont_FILL,GRAD,opsz,wght.ttf)format("truetype")}.material-symbols-rounded{letter-spacing:normal;text-transform:none;white-space:nowrap;word-wrap:normal;-webkit-font-smoothing:antialiased;font-variation-settings:"FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;direction:ltr;font-family:Material Symbols Rounded;font-size:24px;font-style:normal;font-weight:400;line-height:1;display:inline-block}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(var(--accent-rgb), .4);transform:scale(1)}50%{box-shadow:0 0 0 12px rgba(var(--accent-rgb), 0);transform:scale(1.08)}to{box-shadow:0 0 0 0 rgba(var(--accent-rgb), 0);transform:scale(1)}}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family);background-color:var(--bg-app)}a,.link{cursor:pointer;color:var(--primary);text-decoration:none}ul{padding:0}ul li{list-style:none}main{max-width:680px;min-height:100vh;color:var(--text-primary);flex-direction:column;gap:20px;margin:0 auto;padding:80px 15px 120px;transition:padding .3s;display:flex}main:has(.landing-page){max-width:1200px}h2{font-size:1.2em}h3{font-size:1em}.page-header{justify-content:space-between;align-items:center;height:fit-content;min-height:90px;margin-bottom:20px;display:flex}.page-header h1{color:var(--text-primary)}.page-header-title-block{flex-direction:column;display:flex}.page-header-buttons{justify-content:end;gap:.5em;display:flex}.page-header-welcome{color:var(--text-primary);justify-content:end;gap:.5em;display:flex}.block-row{flex-direction:row;justify-content:space-between;gap:.875rem;display:flex}.section-title{color:var(--text-primary);padding-bottom:.3em;font-size:1.1em}.section.list{margin-bottom:16px}.filter-bar{flex-direction:column;gap:.8em;margin-bottom:16px;display:flex}.filter-bar-status{flex-wrap:wrap;justify-content:flex-end;gap:.5em;display:flex}.filter-bar-order{justify-content:flex-end;display:flex}.page-header{justify-content:space-between;align-items:center;display:flex}.page-header h1{margin:0;font-size:1.5rem;font-weight:600}.page-loading{color:var(--text-muted);flex-direction:column;align-items:center;gap:.75rem;padding:4rem 1rem;display:flex}.list{flex-direction:column;gap:.875rem;display:flex}.list-empty{color:var(--neutral);text-align:center;flex-direction:column;align-items:center;gap:.875rem;padding:3rem 1rem;display:flex}.list-empty .material-symbols-rounded{opacity:.4;font-size:2.5rem}.error-message{color:var(--color-danger)!important}.centered{text-align:center}.spinning{animation:1s linear infinite spin}.movements-summary{margin-bottom:16px}.login-page,.register-page{flex-direction:column;justify-content:center;min-height:calc(100vh - 200px);display:flex}@media (width<=768px) and (hover:none) and (pointer:coarse){main{margin:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media (width<=768px){.page-header{flex-direction:column}.page-header-title-block{text-align:center}.page-header-title-block span{margin-bottom:15px}.block-row{flex-direction:column;gap:.5rem}}.footer{flex-direction:column;justify-content:center;display:flex}.footer ul{color:var(--text-primary);flex-direction:row;justify-content:center;gap:1rem;padding:1.8rem 1em 120px;display:flex}.footer .modal-header,.footer .modal-body{color:var(--text-primary)}@media (width<=768px){.footer ul{text-align:center;flex-wrap:wrap}.landing-hero{flex-direction:column}}.landing-hero{align-items:center;gap:0;margin:0 auto;padding:20px;display:flex;position:relative}.landing-hero-bg{z-index:-1;background:var(--bg-landing);pointer-events:none;position:fixed;inset:0}@media (width<=768px){.landing-hero-bg{background:var(--bg-landing-mobile)}}.landing-hero-content{flex:1;max-width:560px}.landing-hero-badge{background-color:var(--bg-landing-badge);color:#2563eb;letter-spacing:.04em;text-transform:uppercase;border-radius:999px;margin-bottom:1.5rem;padding:.35rem .875rem;font-size:.8rem;font-weight:600;display:inline-block}.landing-hero-title{letter-spacing:-.03em;margin:0 0 1.25rem;font-size:clamp(2rem,5vw,3.2rem);font-weight:800;line-height:1.1}.landing-hero-accent{color:#2563eb}.landing-hero-sub{color:var(--text-primary);margin:0 0 2.5rem;font-size:1.1rem;line-height:1.7}.landing-hero-ctas{flex-wrap:wrap;gap:1rem;display:flex}.landing-hero-mockup{flex:1;justify-content:center;margin-top:-50px;margin-right:-4rem;display:flex}@media (width<=768px){.landing-hero-mockup{margin-top:16px;margin-right:0}}.landing-section{padding:5rem 2rem}.landing-section-dark{background:#0f172a;width:100vw;padding:5rem 2rem;position:relative;left:50%;transform:translate(-50%)}.landing-container{max-width:1100px;margin:0 auto}.landing-section-label{letter-spacing:.1em;text-transform:uppercase;color:#2563eb;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.landing-section-label-light{letter-spacing:.1em;text-transform:uppercase;color:#60a5fa;margin-bottom:.75rem;font-size:.8rem;font-weight:700}.landing-section-title{letter-spacing:-.03em;margin:0 0 3rem;font-size:clamp(1.6rem,3vw,2.4rem);font-weight:800;line-height:1.2}.landing-problem-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-bottom:2.5rem;display:grid}.landing-problem-card{background:var(--bg-card);border:1px solid #00000014;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1.25rem;display:flex}.landing-problem-x{color:var(--color-warning);flex-shrink:0;font-size:1.1rem;font-weight:700}.landing-problem-text{color:var(--text-primary);margin:0;font-size:.9rem;line-height:1.6}.landing-problem-end{text-align:center;padding:1.5rem}.landing-problem-end p{color:var(--text-primary);margin:0;font-size:1.1rem;line-height:1.7}.landing-features-grid{flex-direction:column;gap:3rem;display:flex}.landing-features-card{background:var(--bg-card);border:1px solid var(--border);border-radius:16px;grid-template-columns:56px 1fr 1fr;align-items:center;gap:2rem;padding:2rem;display:grid}@media (width<=768px){.landing-features-card{grid-template-rows:auto;grid-template-columns:1fr}}.landing-features-icon-wrap{background:#2563eb;border-radius:14px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.landing-features-icon-wrap .material-symbols-rounded{color:var(--light)}.landing-features-icon{font-size:1.6rem}.landing-features-title{color:var(--text-primary);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.landing-features-desc{color:#94a3b8;margin:0;font-size:.9rem;line-height:1.7}.landing-gif-img{border-radius:10px;width:100%}.landing-gif-placeholder{color:#475569;background:#ffffff0f;border:1px dashed #ffffff1a;border-radius:10px;justify-content:center;align-items:center;height:120px;font-size:.8rem;display:flex}.landing-cta-section{background:var(--bg-card);text-align:center;width:100vw;padding:5rem 2rem;position:relative;left:50%;transform:translate(-50%)}.landing-cta-title{letter-spacing:-.02em;margin:0 0 1rem;font-size:clamp(1.4rem,3vw,2rem);font-weight:800}.landing-cta-desc{color:var(--text-muted);margin:0 0 2rem;font-size:1rem;line-height:1.7}.landing-cta-desc--white{color:#eee}.landing-cta-final{text-align:center;padding:6rem 2rem;position:relative;overflow:hidden}.landing-cta-final-bg{z-index:0;border-radius:var(--border-radius);background:linear-gradient(135deg,#1d4ed8 0%,#2563eb 50%,#1e40af 100%);position:absolute;inset:0}.landing-testimonios-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.landing-testimonios-card{background:var(--bg-card);border:1px solid #00000014;border-radius:14px;padding:1.5rem;box-shadow:0 4px 16px #0000000a}.landing-testimonios-text{color:var(--text-primary);margin:0 0 1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}.landing-testimonios-author{align-items:center;gap:.75rem;display:flex}.landing-testimonios-avatar{color:#fff;background:#2563eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;display:flex}.landing-btn-primary{color:#fff;letter-spacing:-.01em;background:#2563eb;border-radius:999px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 8px 24px #2563eb4d}.landing-btn-primary:hover{transform:scale(1.02);box-shadow:0 12px 32px #2563eb66}.landing-btn-ghost{color:#2563eb;background:0 0;border:1px solid #2563eb;border-radius:999px;padding:.875rem 2rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-block}.landing-btn-ghost:hover{background:#0000000a}.landing-btn-white{color:#2563eb;letter-spacing:-.01em;background:#fff;border-radius:999px;padding:.875rem 2rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 8px 24px #0003}.landing-btn-white:hover{transform:scale(1.02)}.nav-container .corner{z-index:1000;position:fixed}.nav-container .corner.top-left{top:20px;left:20px}.nav-container .corner.top-right{top:20px;right:20px}.nav-container .corner.top-right .variant-ghost{color:#8f8f8f;background-color:#00000014;border-color:#8f8f8f}.nav-container .corner.bottom-right{flex-direction:column;align-items:flex-end;gap:12px;display:flex;bottom:20px;right:20px}.nav-container .corner.bottom-left{flex-direction:column;align-items:flex-start;gap:12px;display:flex;bottom:20px;left:20px}.nav-container .corner.bottom-left .logo-img{max-width:150px;height:auto}.nav-container .main-fabs{gap:12px;display:flex}.nav-container .fab-menu{background:var(--bg-card);box-shadow:var(--card-shadow);border:1px solid var(--border);border-radius:12px;padding:20px;animation:.2s ease-out slideIn;display:block}.nav-container .fab-menu.actions{bottom:90px}.nav-container .bottom-menu{z-index:9999;width:calc(100% - 40px);min-width:-webkit-fill-available;min-width:-moz-available;min-width:stretch;margin:0 20px;position:fixed;bottom:80px}.nav-container .bottom-menu .desplegable{float:right;z-index:999999;min-width:250px}.nav-container .bottom-menu .desplegable .actions,.nav-container .bottom-menu .desplegable .navigation{flex-direction:column;gap:10px;display:flex}@media (width<=768px){.nav-container{margin:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}}@media (width<=768px) and (hover:none) and (pointer:coarse){main{margin:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.nav-container .corner.top-left{top:calc(20px + env(safe-area-inset-top));left:calc(20px + env(safe-area-inset-left))}.nav-container .corner.top-right{top:calc(20px + env(safe-area-inset-top));right:calc(20px + env(safe-area-inset-right))}.nav-container .corner.bottom-right{bottom:calc(20px + env(safe-area-inset-bottom));right:calc(20px + env(safe-area-inset-right))}.nav-container .corner.bottom-left{bottom:calc(20px + env(safe-area-inset-bottom));left:calc(20px + env(safe-area-inset-right))}.fab-menu{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.bottom-menu{padding-bottom:env(safe-area-inset-bottom);margin:0 20px}}.form-actions{justify-content:flex-start;gap:.5em;display:flex}.custom-input.custom-textarea{min-height:80px;padding-top:.7em;font-family:inherit}.attached-file{padding-bottom:16px}.form-empty-hint{color:var(--color-neutral);font-size:.8em}.card{background:var(--bg-card);border:1px solid var(--border);box-shadow:none;border-radius:10px;align-items:center;gap:.875rem;padding:.875rem 1rem;transition:box-shadow .15s,border-color .15s;display:flex;position:relative}.block-row .card{width:100%}.card.project .card-value{color:var(--text-primary);font-size:1.1em}.card.base-amount .card-value,.card.iva-amount .card-value{color:var(--text-primary);font-weight:700}.card-clickable{cursor:pointer}.card-clickable:hover{box-shadow:var(--card-shadow);border-color:var(--primary);transform:translateY(-2px)}.card-status-success{border-left:3px solid var(--color-success)}.card-status-warning{border-left:3px solid var(--color-warning)}.card-status-danger{border-left:3px solid var(--color-danger)}.card-status-neutral{border-left:3px solid var(--color-neutral)}.card-globe{text-align:center;border-radius:100px;width:15px;height:15px;padding-top:1px;font-size:.65em;position:absolute;top:5px;right:-8px}.card-badge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.card-badge-icon{color:#fff;font-size:1.1rem}.card-body{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.card-body-right{flex-direction:column;display:flex}.card-body-right-details{flex-direction:column;gap:0;display:flex}.card-title{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:500;overflow:hidden}.card-subtitle{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;font-size:.8rem;overflow:hidden}.card-value{color:var(--text-muted);text-align:right;flex-shrink:0;font-size:.875rem;font-weight:500}.card-income{color:var(--color-success);text-align:right;flex-shrink:0;font-size:.8rem;font-weight:400}.card-expense{color:var(--color-danger);text-align:right;flex-shrink:0;font-size:.8rem;font-weight:400}.card-iva{color:var(--text-muted);text-align:right;flex-shrink:0;font-size:.7rem;font-weight:400}.card-centered-vertical{text-align:center;flex-direction:column;display:flex}.card-balance .card-value{color:var(--text-primary);font-size:2.25rem;font-weight:700;line-height:1.1}.card-balance .card-iva{text-align:center;padding-top:10px}.card-balance .card-iva:before{content:"Balance total IVA calculado: "}.card-balance .card-iva:after{content:" €"}.card.muted{background-color:#0000;border:none}.modal-overlay{z-index:200;background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-card);border-radius:var(--border-radius);width:100%;max-width:540px;max-height:90vh;overflow-y:auto}.modal-header{border-bottom:.5px solid var(--color-border-tertiary);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.modal-header h2{margin:0;font-size:1.1rem;font-weight:500}.modal-body{padding:1.5rem}.custom-button{border:1px solid var(--border);cursor:pointer;background-color:var(--btn-primary-bg);color:var(--pill-border);border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:6px 20px;transition:all .2s;display:inline-flex}.custom-button:hover{filter:brightness(1.05);background-color:var(--btn-primary-hover);box-shadow:var(--btn-shadow);transform:scale(1.02)}.custom-button.trash{max-height:44px}.custom-button.variant-primary{background-color:var(--btn-primary-bg);color:var(--btn-primary-text);border:none}.custom-button.variant-accent{background-color:var(--btn-accent-bg);color:var(--btn-accent-text);border:none}.custom-button.variant-neutral{background-color:var(--neutral);color:var(--btn-primary-text);border:none}.custom-button.variant-ghost{background-color:var(--btn-ghost-bg);color:var(--btn-ghost-text);border:var(--btn-ghost-border)}.custom-button.variant-danger{background-color:var(--btn-danger-bg);color:var(--btn-danger-text);border:none}.custom-button.variant-success{background-color:var(--color-success);color:var(--btn-primary-text);border:none}.custom-button.icon-button{border-radius:100px;padding:6px}.custom-button .material-symbols-rounded{font-size:20px;display:block}.custom-button.full{width:100%;width:-moz-available;width:-webkit-fill-available;display:block}.custom-button.right{justify-content:flex-end;width:100%;display:flex}.custom-button.size-xs{height:20px;padding:6px 10px}.custom-button.size-xs .material-symbols-rounded{font-size:.8em}.custom-button.size-xs:hover{transform:scale(.96)}.custom-button.size-circle-xs{min-width:20px;min-height:20px}.custom-button.size-circle-xs .material-symbols-rounded{font-size:.8em}.custom-button.size-circle-xs:hover{transform:scale(.96)}.custom-button.size-sm{height:30px}.custom-button.size-sm .material-symbols-rounded{font-size:1.2em}.custom-button.size-sm:hover{transform:scale(.96)}.custom-button.size-circle-sm{min-width:30px;min-height:30px}.custom-button.size-circle-sm .material-symbols-rounded{font-size:1.2em}.custom-button.size-circle-sm:hover{transform:scale(.96)}.custom-button.size-md{height:44px}.custom-button.size-md .material-symbols-rounded{font-size:1.5em}.custom-button.size-md:hover{transform:scale(1.005)}.custom-button.size-circle-md{min-width:44px;min-height:44px}.custom-button.size-circle-md .material-symbols-rounded{font-size:1.5em}.custom-button.size-circle-md:hover{transform:scale(1.005)}.custom-button.size-lg{height:50px;box-shadow:0 10px 20px #00000026}.custom-button.size-lg .material-symbols-rounded{font-size:2.2em}.custom-button.size-lg span.button-label{text-transform:uppercase;font-weight:700}.custom-button.size-circle-lg{min-width:50px;min-height:50px;box-shadow:0 10px 20px #00000026}.custom-button.size-circle-lg .material-symbols-rounded{font-size:2.2em}.custom-button.size-circle-lg span.button-label{text-transform:uppercase;font-weight:700}.custom-button .button-info{font-size:.8rem;font-style:italic}.custom-button.pulse{transition:all .3s}.custom-button.pulse:hover{animation:1.5s ease-in-out infinite pulse}.block-row button{width:100%}.custom-input-group{flex-direction:column;gap:8px;width:100%;margin-bottom:16px;display:flex;position:relative}.custom-input-group .input-label{color:var(--text-secondary);margin-left:4px;font-size:.875rem;font-weight:600}.custom-input-group .file-input-wrapper{border:1px solid var(--border);border-radius:var(--border-radius)}.custom-input-group .input-wrapper{align-items:center;display:flex;position:relative}.custom-input-group .input-wrapper .input-icon{color:var(--text-primary);pointer-events:none;font-size:20px;transition:color .2s;position:absolute;left:12px}.custom-input{border:1px solid var(--border);background-color:var(--bg-card);width:100%;height:44px;color:var(--text-primary);border-radius:12px;outline:none;padding:0 16px;font-size:1rem;transition:all .2s}.custom-input-group .input-icon+.custom-input{padding-left:44px}.custom-input::placeholder{color:var(--text-secondary);opacity:.7}.custom-input:focus{border-color:var(--primary);background-color:var(--bg-app);border-width:1.5px}.custom-input:hover:not(:disabled):not(:focus){border-color:var(--neutral)}.custom-input:disabled{background-color:var(--border);cursor:not-allowed;opacity:.6}.has-error .custom-input{border-color:var(--color-danger)!important}.has-error .input-label,.has-error .error-message{color:var(--color-danger)}.has-error .error-message{margin-top:4px;margin-left:4px;font-size:.75rem}.clients-page{flex-direction:column;gap:.5rem;display:flex}.phone-row{flex-direction:row;justify-content:space-between;gap:.5em;display:flex}.phone-row-block{flex-direction:row;gap:.5em;display:flex}@media (width<=768px){.phone-row-block{flex-direction:column;width:100%;padding-bottom:10px}.phone-row-block .custom-input-group{margin-bottom:0}}.client-selected{border:1px solid var(--border);background:var(--bg-card);border-radius:8px;justify-content:space-between;align-items:center;height:44px;padding:0 .75rem 0 .875rem;display:flex}.client-selected-info{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.client-selected-info .material-symbols-rounded{color:var(--text-secondary);font-size:1.1rem}.client-selected-clear{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:4px;display:flex}.client-selected-clear:hover{background:var(--border)}.client-selected-clear .material-symbols-rounded{font-size:1rem}.client-dropdown{z-index:100;border:1px solid var(--border);background:var(--bg-app);border-radius:8px;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow:hidden;box-shadow:0 4px 12px #00000014}.client-dropdown-item{cursor:pointer;align-items:center;gap:.75rem;padding:.625rem .875rem;transition:background .1s;display:flex}.client-dropdown-item:hover{background:var(--bg-card)}.client-dropdown-item>div{flex-direction:column;gap:1px;min-width:0;display:flex}.client-dropdown-item .material-symbols-rounded{color:var(--text-secondary);flex-shrink:0;font-size:1.1rem}.client-dropdown-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:500;overflow:hidden}.client-dropdown-email{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;overflow:hidden}.client-dropdown-empty{color:var(--text-secondary);justify-content:space-between;align-items:center;padding:.625rem .875rem;font-size:.875rem;display:flex}.document-badge{background:var(--bg-card);border:.5px solid var(--border);border-radius:var(--border-radius);align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.document-badge.clickable{cursor:pointer}.document-badge.clickable:hover{box-shadow:var(--card-shadow);border-color:var(--primary);transform:translateY(-2px)}.document-badge-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;display:flex}.document-badge-icon .material-symbols-rounded{color:#fff;font-size:1.1rem}.document-badge-info{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.document-badge-name{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.document-badge-size{color:var(--text-secondary);font-size:.75rem}.document-badge-link{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:6px;flex-shrink:0;align-items:center;padding:6px;transition:background .1s;display:flex}.document-badge-link:hover{background:var(--border)}.document-badge-link .material-symbols-rounded{font-size:1.1rem}.movement-type-toggle{gap:.5rem;display:flex}.movement-type-btn{border:1px solid var(--border);background:var(--bg-card);cursor:pointer;color:var(--text-secondary);border-radius:8px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.9rem;transition:all .15s;display:flex}.movement-type-btn:hover{border-color:var(--border)}.movement-type-btn.active-income{border-color:var(--color-success);color:#16a34a;background:#f0fdf4;font-weight:500}.movement-type-btn.active-expense{border-color:var(--color-danger);color:#dc2626;background:#fef2f2;font-weight:500}.file-input-wrapper{align-items:center;gap:.5rem;display:flex}.file-input-label{border:1px dashed var(--color-border);cursor:pointer;height:44px;color:var(--text-secondary);border-radius:8px;flex:1;align-items:center;gap:.5rem;padding:0 .875rem;font-size:.875rem;transition:border-color .15s;display:flex}.file-input-label:hover{border-color:var(--primary);color:var(--text-primary)}.file-input-label .material-symbols-rounded{font-size:1.1rem}.file-input-hidden{display:none}.movement-data>div{padding-bottom:16px}.movements-summary{flex-direction:column;gap:.5rem;display:flex}.color-block-type{border-radius:var(--border-radius);color:var(--text-inverse);justify-content:space-between;margin-bottom:16px;padding:10px 1.5em;font-size:.8em;display:flex}.color-block-type span{padding-top:14px}.color-block-type span.material-symbols-rounded{padding-top:5px;font-size:2rem}.project-general-info{border:1px solid var(--border);border-radius:var(--border-radius);background-color:var(--bg-card);flex-direction:column;gap:.8em;padding:1em;display:flex}.project-general-info .data{font-size:.9rem}.last-movements{border:1px solid var(--neutral);border-radius:var(--border-radius);gap:.8em;padding:1em}.last-movements:before{content:"Últimos movimientos";color:var(--neutral);padding:0 10px;font-weight:700}.last-movements ul{margin-bottom:16px;padding:0;list-style:none}.last-movements ul li{border-bottom:1px dashed var(--neutral);justify-content:space-between;padding:10px;display:flex}.last-movements ul li:last-child{border-bottom:none}.last-movements ul li span:last-child{min-width:fit-content}.tasks-list{flex-direction:column;gap:4px;display:flex}.tasks-list ul{padding:0;list-style:none}.tasks-list ul li{background-color:var(--bg-card);border:1px solid var(--border);border-radius:var(--border-radius);justify-content:space-between;align-items:center;margin-bottom:16px;padding:10px;display:flex}.tasks-list ul li .task{flex-direction:column;display:flex}.tenant-logo{border-radius:var(--border-radius);color:var(--text);background-color:#fff;border:1px solid #ddd;justify-content:center;align-items:center;gap:1em;margin:10px 0;padding:20px 0;display:flex}.tenant-logo .logo{width:auto;max-height:100px}.banner{text-align:center;border-radius:var(--border-radius);color:var(--text);justify-content:center;align-items:center;gap:1em;margin:10px 0;padding:20px 0;display:flex}.card.centered.muted>.card-body-right{display:none}.logo-upload-area{border:1px dashed var(--border);border-radius:var(--border-radius);margin-bottom:16px;padding:1em}.logo-upload-area .logo-preview{border:1px solid var(--border);border-radius:var(--border-radius);justify-content:center;align-items:center;max-width:300px;max-height:100px;margin-bottom:16px;display:flex;overflow:hidden}.logo-upload-area .logo-preview img{object-fit:cover;width:100%;height:100%}.logo-upload-area .logo-upload-actions{gap:10px;padding-bottom:16px;display:flex}.logo-upload-area .logo-upload-actions .logo-success-msg{color:var(--primary);padding:8px;font-size:.8em}
