@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;color:#1a1a1a}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:14px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;align-items:center;animation:modalFadeIn .25s ease-out;max-height:90vh;overflow-y:auto;max-width:100%;box-sizing:border-box}@media (max-width: 600px){.modal-content{width:calc(100% - 32px);max-width:calc(100% - 32px);padding:1.5rem 16px}}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.close-button{position:absolute;top:12px;right:12px;background:#f2f2f2;border:none;width:28px;height:28px;border-radius:50%;font-size:1.1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#555;transition:background .2s,color .2s}.close-button:hover{background:#e0e0e0;color:#222}.modal-child{z-index:1100}.modal-child-content{z-index:1101}.new-reminder-form-container{padding:24px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;max-width:500px;margin:0 auto;font-family:Inter,sans-serif}h2{text-align:center;color:#333;font-size:1.5rem;font-weight:600;margin-bottom:24px}.form-group,.form-group-checkbox{margin-bottom:16px}.form-group-inline{display:flex;gap:16px}.form-group-inline .form-group{flex-grow:1}.form-group-note label{font-size:.9rem;opacity:.9}.form-input-note{font-size:.9rem;padding:6px 10px}label{display:block;font-weight:500;margin-bottom:6px;color:#555}input[type=text],input[type=number],input[type=email],input[type=date],input[type=time],select,textarea{width:100%;padding:10px;border:1px solid #ddd;border-radius:8px;font-size:1rem;box-sizing:border-box;transition:border-color .2s}input[type=text]:focus,input[type=number]:focus,input[type=date]:focus,input[type=email]:focus,input[type=time]:focus,select:focus,textarea:focus{outline:none;border-color:#4caf50}textarea{resize:vertical;min-height:80px}.form-group-checkbox{display:flex;align-items:center;gap:8px}.form-group-checkbox input[type=checkbox]{width:auto}.form-actions{display:flex;justify-content:space-between;align-items:center;margin-top:24px;flex-wrap:wrap;gap:12px}.form-actions button{padding:12px 20px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s}.form-actions button:hover{transform:translateY(-2px)}button[type=submit]{background-color:#4caf50;color:#fff}.cancel-button{background-color:#9e9e9e;color:#fff}.cancel-button:hover{background-color:#7e7e7e}.form-actions .delete-button{background-color:#d32f2f;color:#fff}.delete-button:hover{background-color:#b71c1c}.delete-series-btn{background-color:#555;color:#fff;padding:12px 20px;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:600;transition:background-color .2s,transform .2s}@media (max-width: 600px){.form-group-inline{flex-direction:column;gap:0}}.modal-options-container{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.modal-content{background-color:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 10px #0003;display:flex;flex-direction:column;align-items:center}.modal-option-btn{width:100%;padding:12px 20px;border-radius:8px;font-weight:500;color:#fff;background-color:#f44336;border:none;cursor:pointer;transition:background-color .3s ease}.modal-option-btn:hover{background-color:#d32f2f}.modal-cancel-btn{width:100%;padding:12px 20px;border-radius:8px;font-weight:500;background-color:#ddd;border:none;cursor:pointer;transition:background-color .3s ease;margin-top:10px}.modal-cancel-btn:hover{background-color:#ccc}.form-section-avanzado{margin:12px 0;border-left:4px solid #0d6efd;padding-left:12px}.form-avanzado-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:8px 0;background:none;border:none;font-size:.95rem;font-weight:600;color:#555;cursor:pointer}.form-avanzado-header:hover{color:#333}.form-avanzado-body{margin-top:8px;padding-top:8px;border-top:1px solid #eee}.form-avanzado-subsection{margin-bottom:1rem}.form-avanzado-subsection:last-child{margin-bottom:0}.form-avanzado-subtitle{display:block;font-size:.85rem;font-weight:600;color:#374151;margin-bottom:6px}.section-divider{margin-top:15px;margin-bottom:6px;font-weight:700;font-size:.95rem;color:#3a3a3a;border-left:4px solid #007bff;padding-left:6px}.form-notification-info{margin-top:8px}.form-notification-text{margin:0 0 8px;font-size:.9rem;color:#555}.form-notifications-hint{margin:0 0 4px;font-size:12px;color:#6b7280;line-height:1.4}.form-link-button{padding:4px 0;border:none;background:none;color:#007bff;font-size:.9rem;cursor:pointer;text-decoration:underline}.form-link-button:hover{color:#0056b3}.form-notification-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:4px}.form-link-button--secondary{color:#6c757d}.form-link-button--secondary:hover{color:#495057}.form-link-button:disabled{opacity:.6;cursor:not-allowed}.form-link-button--inline{margin-left:.5rem}.form-currency-readonly{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;min-height:42px;padding:8px 0}.form-currency-value{font-weight:500;color:#333}.form-hint{margin:4px 0 0;font-size:.85rem;color:#666}.form-hint--legacy{color:#856404;background:#fff3cd;padding:4px 8px;border-radius:4px}.inline-notif-panel-overlay{position:fixed;inset:0;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1100;animation:inline-notif-fadeIn .2s ease-out}@keyframes inline-notif-fadeIn{0%{opacity:0}to{opacity:1}}.inline-notif-panel-card{background:#fff;border-radius:12px;box-shadow:0 8px 32px #00000026;max-width:480px;width:calc(100% - 2rem);max-height:90vh;display:flex;flex-direction:column;animation:inline-notif-slideUp .25s ease-out}@keyframes inline-notif-slideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.inline-notif-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #e9ecef;flex-shrink:0}.inline-notif-panel-title{margin:0;font-size:1.2rem;font-weight:600;color:#343a40}.inline-notif-panel-close{width:32px;height:32px;border:none;background:#f2f2f2;border-radius:50%;font-size:1.25rem;line-height:1;color:#555;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s,color .2s}.inline-notif-panel-close:hover{background:#e9ecef;color:#222}.inline-notif-panel-body{padding:1.25rem 1.5rem;overflow-y:auto;flex:1}.inline-notif-panel-error{background:#f8d7da;color:#721c24;padding:.6rem .75rem;border-radius:6px;font-size:.9rem;margin-bottom:1rem}.inline-notif-panel-section{margin-bottom:1.25rem}.inline-notif-panel-section:last-of-type{margin-bottom:0}.inline-notif-panel-section-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#343a40}.inline-notif-panel-select{cursor:pointer;max-width:100%}.inline-notif-panel-label{display:block;margin-bottom:.4rem;font-size:.9rem;font-weight:600;color:#343a40}.inline-notif-panel-input{width:100%;max-width:100%;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:6px;font-size:.95rem}.inline-notif-panel-input--small{max-width:72px}.inline-notif-panel-hint{margin:.35rem 0 0;font-size:.8rem;color:#6c757d}.inline-notif-panel-hint--warning{color:#856404}.inline-notif-panel-toggles{display:flex;flex-direction:column;gap:.5rem}.inline-notif-panel-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer;color:#343a40}.inline-notif-panel-checkbox-label input:disabled{cursor:not-allowed;opacity:.6}.inline-notif-panel-placeholder{font-size:.85rem;color:#6c757d}.inline-notif-panel-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.inline-notif-panel-input-group{display:flex;flex-direction:column;gap:.25rem}.inline-notif-panel-sublabel{font-size:.8rem;color:#6c757d}.inline-notif-panel-footer{display:flex;gap:.75rem;padding:1rem 1.5rem;border-top:1px solid #e9ecef;flex-shrink:0}.inline-notif-panel-btn{padding:.5rem 1rem;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s,opacity .2s}.inline-notif-panel-btn:disabled{opacity:.7;cursor:not-allowed}.inline-notif-panel-btn--primary{background:#0d6efd;color:#fff;border:none}.inline-notif-panel-btn--primary:hover:not(:disabled){background:#0b5ed7}.inline-notif-panel-btn--secondary{background:#fff;color:#495057;border:1px solid #dee2e6}.inline-notif-panel-btn--secondary:hover:not(:disabled){background:#e9ecef;color:#343a40}.calendar-container{background-color:#fff;padding:.45rem .6rem;border-radius:10px;box-shadow:0 2px 6px #0000000f}.calendar-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:3px}.calendar-navigation button{background-color:#f1f3f5;border:1px solid #d0d7dd;padding:.32rem .75rem;cursor:pointer;border-radius:6px;font-weight:600;font-size:.78rem;transition:all .15s ease}.calendar-navigation button:hover{background-color:#e2e6ea}.calendar-navigation h2{font-size:1rem;margin:0;padding:0;text-transform:capitalize;color:#374151}.days-of-week-header{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;font-weight:600;font-size:.78rem;color:#6b7280;margin-bottom:1px;transform:translateY(-2px)}.calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;position:relative;z-index:0;overflow:visible!important}.day{padding:4px 3px 3px;background:#fafafa;border:1px solid #e5e7eb;border-radius:6px;height:66px;max-height:66px;display:flex;flex-direction:column;position:relative;min-width:0;overflow:visible;transition:background .1s ease;z-index:1}.day:hover{background-color:#f3f4f6;z-index:200!important}.day.today{background-color:#eef6ff;border-color:#3b82f6}.day.faded{background-color:#f3f4f6;color:#9ca3af}.day-number{font-size:.72rem;font-weight:700;position:absolute;top:4px;right:6px;color:#374151}.day-events{margin-top:18px;padding:0 3px;overflow:visible}.event{font-size:.7rem;padding:1px 4px;border-radius:4px;margin-bottom:1px;display:flex;align-items:center;gap:4px;height:14px;position:relative;cursor:default;transition:filter .15s ease;z-index:20}.event.status-pendiente{background-color:#fff3cd;color:#856404}.event.status-vencido{background-color:#f8d7da;color:#721c24}.event.status-pagado,.event.status-realizado{background-color:#d4edda;color:#155724}.event.status-pagado,.event.status-realizado{opacity:.55}.event.status-pagado:hover,.event.status-realizado:hover{filter:brightness(.98);opacity:.75}.event:hover{filter:brightness(.92);z-index:300!important}.priority-alta{border-left:4px solid #dc2626}.priority-media{border-left:4px solid #facc15}.priority-baja{border-left:4px solid #22c55e}.event-title{font-weight:600;display:block;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.event-tooltip{position:absolute;top:100%;left:0;margin-top:4px;background:#fff;border-radius:8px;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0f172a2e;padding:6px 8px;min-width:210px;max-width:260px;font-size:.72rem;color:#111827;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease-out,transform .12s ease-out;z-index:99999!important}.event:hover .event-tooltip{opacity:1;transform:translateY(0)}.event-tooltip-title{font-weight:700;margin-bottom:4px}.event-tooltip-row{display:flex;gap:4px;margin-top:2px}.event-tooltip-row .label{font-weight:600;color:#6b7280}.more-events{font-size:.72rem;margin-top:3px;color:#4b5563;cursor:pointer;font-weight:600;text-align:right}.more-events:hover{color:#1f2937;text-decoration:underline}.weekly-view-container{padding:.5rem .6rem;max-height:240px;overflow-y:auto}.days-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:.5rem}.day-card{background-color:#f8f9fa;border-radius:10px;padding:.4rem;border:1px solid #e5e7eb;display:flex;flex-direction:column;height:100%;min-width:0}.day-card.today{border-color:#3b82f6;background:#eef6ff}.day-header{display:flex;flex-direction:column;align-items:center;margin-bottom:.25rem}.day-name{font-weight:700;font-size:.8rem;color:#495057}.day-date{font-size:1.1rem;font-weight:300;color:#212529}.payment-list{margin-top:.3rem;flex-grow:1}.payment-item{display:flex;justify-content:space-between;align-items:center;padding:.3rem .4rem;border-radius:4px;margin-bottom:.25rem;font-size:.8rem;background-color:#e9ecef;color:#495057}.payment-item.status-pendiente{background-color:#fff3cd;color:#856404}.payment-item.status-vencido{background-color:#f8d7da;color:#721c24}.payment-item.status-pagado{background-color:#d4edda;color:#155724}.payment-title{font-weight:700;display:block;flex:1 1 auto;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.payment-amount{font-weight:700}.no-payments{font-style:italic;color:#6c757d;font-size:.85rem;text-align:center;padding-top:1rem}.weekly-more{font-size:.75rem;text-align:right;color:#4b5563;cursor:pointer;font-weight:600}.weekly-more:hover{color:#1f2937;text-decoration:underline}@media (max-width: 600px){.calendar-container{padding:.4rem .5rem}.calendar-grid{gap:3px}.days-of-week-header{font-size:.7rem;margin-bottom:0}.day{height:52px;max-height:52px;padding:2px 2px 1px;min-height:52px}.day-number{font-size:.65rem;top:2px;right:4px}.day-events{margin-top:10px;padding:0 2px}.event{min-height:8px;height:8px;padding:0 3px;border-radius:3px;margin-bottom:2px}.event-title{display:none}.event-tooltip{display:none!important}.event:hover .event-tooltip{display:none!important;opacity:0}.more-events{font-size:.65rem;margin-top:0}}.day-events-modal-content h3{text-transform:capitalize;text-align:center;margin-bottom:.5rem}.day-events-modal-content h4{text-align:center;margin-bottom:1.5rem;color:#6c757d}.events-list-container{max-height:400px;overflow-y:auto}.events-list{list-style:none;padding:0;margin:0}.events-list .event-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;border-left:5px solid}.events-list .event-info{display:flex;flex-direction:column}.events-list .event-title{font-weight:700;color:#212529}.events-list .event-amount{font-size:.85rem;color:#495057}.events-list .event-meta-row{display:flex;align-items:center;gap:8px;margin-top:2px}.events-list .event-status{font-size:.75rem;font-weight:700;text-transform:capitalize;margin-left:1rem;color:#212529}.events-list .event-item.vencido{background-color:#ffebee;border-left-color:#d32f2f}.events-list .event-status.vencido{color:#d32f2f}.events-list .event-item{position:relative;padding-left:2rem}.events-list .event-item.priority-alta{border-left-color:#d32f2f}.events-list .event-item.priority-media{border-left-color:#fbc02d}.events-list .event-item.priority-baja{border-left-color:#388e3c}.events-list .event-title.vencido,.events-list .event-status.vencido{color:#d32f2f}.events-list .event-item.pendiente,.events-list .event-item.pagado{background-color:#f8f9fa}.dayevents-modal{width:680px!important;max-width:680px!important}.dayevents-modal .dayevents-content{width:100%;max-height:70vh;overflow-y:auto}@media (max-width: 600px){.dayevents-modal{width:calc(100% - 32px)!important;max-width:100%!important}}.event-item:hover{background-color:#f9fafb}.event-item.completed{opacity:.55}.event-item-actions{display:flex;align-items:center;gap:.5rem;margin-left:.75rem}.event-pagar-link{display:inline-flex;align-items:center;justify-content:center;font-size:1rem;line-height:1;color:#2563eb;text-decoration:none;height:1.25rem}.event-pagar-link:hover{color:#1d4ed8}.mark-paid-icon{display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;background:none;border:none;padding:0;cursor:pointer;color:#adb5bd;font-size:1rem;line-height:1;transition:color .15s ease,opacity .15s ease}.mark-paid-icon:hover{color:#2e7d32}.mark-paid-icon.active{color:#2e7d32;opacity:1}.mark-paid-icon:active{opacity:.8}.dashboard-header{position:fixed;top:0;left:1.5rem;right:1.5rem;z-index:100;display:flex;justify-content:space-between;align-items:center;padding:.8rem 1rem;background-color:#fff;border-bottom:1px solid #e9ecef;height:60px;flex-shrink:0;box-shadow:0 1px 3px #0000001a}.header-left{display:flex;align-items:center;gap:1rem;flex:1;min-width:0}.header-nav{display:flex;gap:.25rem;margin-left:auto}.header-nav-btn{padding:.4rem .75rem;border:none;border-radius:6px;background:transparent;color:#6c757d;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease;white-space:nowrap}.header-nav-btn:hover{background:#e9ecef;color:#343a40}.header-nav-btn.active{background:#e7f1ff;color:#007bff}.header-nav-btn.is-primary{background:#0d6efd;color:#fff}.header-nav-btn.is-primary:hover{background:#0b5ed7;color:#fff}.header-brand{display:flex;align-items:center;gap:.5rem}.header-brand-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:.1rem}.header-logo{display:block;height:66px;width:auto;max-height:70px;object-fit:contain;flex-shrink:0}.header-left h1,.header-title{margin:0;font-size:1.6rem;color:#343a40;font-weight:800;letter-spacing:.03em;line-height:1.2}.header-tagline{font-size:.8rem;color:#6c757d;font-weight:500;letter-spacing:.02em;white-space:nowrap;line-height:1.2}.header-right{display:flex;align-items:center;gap:1rem}.header-actions{display:flex;gap:.6rem}.header-user-greeting{display:flex;flex-direction:column;align-items:flex-end;font-size:.85rem;color:#6c757d}.header-user-name{font-weight:600;color:#343a40}.header-user-code{font-size:.75rem;color:#868e96}.header-menu-wrap{position:relative}.header-menu-backdrop{display:none}.header-menu-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:4px 0;display:flex;flex-direction:column}.header-menu-item{display:block;width:100%;padding:.5rem 1rem;border:none;background:none;font-size:.9rem;color:#343a40;text-align:left;cursor:pointer;transition:background-color .15s ease}.header-menu-item:hover{background:#f1f3f5}.header-test-wrap{position:relative}.header-test-dropdown{position:absolute;top:100%;right:0;margin-top:4px;min-width:180px;background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:4px 0;display:flex;flex-direction:column}@media (max-width: 900px){.dashboard-header{flex-wrap:wrap;height:auto;padding-bottom:1rem}.header-brand{gap:.4rem;min-width:0}.header-logo{height:48px;max-height:50px}.header-right{width:100%;justify-content:flex-end;margin-top:.5rem}}@media (max-width: 768px){.dashboard-header{left:0;right:0}.header-tagline{display:none}}.dashboard-header.dashboard-header--mobile .header-right .header-user-greeting{display:none}@media (max-width: 600px){.dashboard-header{flex-wrap:nowrap;height:60px;padding:.5rem .6rem;overflow-x:hidden}.header-right{width:auto;margin-top:0;flex:0 1 auto;min-width:0;display:flex;align-items:center;gap:6px;flex-wrap:nowrap;flex-shrink:1}.header-menu-backdrop{display:block;position:fixed;inset:0;z-index:10000;background:#00000040}.header-menu-dropdown{position:fixed;top:56px;left:12px;right:12px;max-width:320px;margin-left:auto;margin-top:0;max-height:calc(100vh - 80px);overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:10001}.header-brand{gap:.35rem}.header-logo{height:40px;max-height:42px}.header-left h1,.header-title{font-size:1.1rem;max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-inicio,.nav-presupuesto,.header-test-wrap,.header-nav-btn.test-maintenance{display:none!important}.header-actions{display:flex;align-items:center;gap:6px;flex-shrink:1;min-width:0}.header-right .header-nav-btn.is-primary{max-width:180px;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-user-greeting{flex-shrink:1;min-width:0}.header-user-greeting .header-user-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header-nav-btn{padding:.35rem .5rem;font-size:.82rem}.header-user-greeting{max-width:130px;font-size:.8rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-user-code{display:none}}@media (max-width: 480px){.header-right .header-nav-btn.is-primary{max-width:150px}.header-user-greeting{max-width:100px}}.filter-bar-container{display:flex;flex-direction:column;gap:0;margin-bottom:4px}.filter-bar-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end}.filter-bar-row--basic{margin-bottom:2px}.filter-bar-row--more{margin-top:10px;padding-top:10px;border-top:1px solid #e5e7eb}.filter-group--toggle{flex:0 1 auto}.filter-group{display:flex;flex-direction:column;flex:1 1 130px}@media (max-width: 600px){.filter-bar-row{gap:8px}.filter-group{flex:1 1 100%;min-width:0}.filter-group--toggle{flex:1 1 auto}}.filter-group label{font-weight:700;color:#010f1d;font-size:.85rem;white-space:nowrap;margin-bottom:2px}.filter-group select,.filter-group input{height:26px;padding:2px 6px;font-size:.85rem;border:1px solid #5c7691;border-radius:4px;width:100%;box-sizing:border-box}.clear-filters-button{height:26px;padding:2px 8px;font-size:.85rem;background-color:#e5e7eb;color:#374151;border-radius:4px;border:1px solid #d1d5db;white-space:nowrap;cursor:pointer;font-weight:600}.clear-filters-button:hover{background-color:#d1d5db;color:#111827;border-color:#9ca3af}.clear-filters-button:focus{outline:none;border-color:#198754;box-shadow:0 0 0 2px #19875459}.filter-group__label-invisible{visibility:hidden;font-size:.85rem;margin-bottom:2px;white-space:nowrap}.more-filters-toggle{height:26px;padding:2px 10px;font-size:.85rem;background-color:#f3f4f6;color:#4b5563;border:1px solid #d1d5db;border-radius:4px;white-space:nowrap;cursor:pointer;font-weight:500}.more-filters-toggle:hover{background-color:#e5e7eb;color:#111827;border-color:#9ca3af}.more-filters-toggle:focus{outline:none;border-color:#198754;box-shadow:0 0 0 2px #19875459}.filter-group--series{flex-direction:row;align-items:center;gap:6px}.filter-series-badge{font-size:.8rem;background:#e0e7ff;color:#3730a3;padding:4px 8px;border-radius:6px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-series-clear{width:22px;height:22px;padding:0;border:none;background:#e5e7eb;border-radius:4px;font-size:.75rem;cursor:pointer;color:#6b7280}.filter-series-clear:hover{background:#d1d5db;color:#111}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#198754;box-shadow:0 0 0 2px #19875459}.status-urgent-active{background-color:#ffebeb!important;border-color:#dc3545!important;color:#b10000!important;font-weight:600}.status-urgent-active:hover{background-color:#ffd6d6!important}.status-urgent-active:focus{box-shadow:0 0 0 2px #dc354559!important}.upcoming-reminders-container{padding:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #0000000d}.reminders-list{list-style:none;padding:1rem;margin:0}.reminder-item{display:flex;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem;margin-bottom:.5rem;border-radius:8px;transition:background-color .3s ease;min-width:0;position:relative}.reminder-item:hover{background-color:#f1f3f5}.reminder-info{display:flex;flex-direction:column;flex:1 1 0%;min-width:0;overflow:hidden}.reminder-title{font-weight:700;font-size:1rem;color:#343a40}.reminder-details{display:flex;align-items:center;gap:1rem;font-size:.8rem;color:#6c757d}.reminder-status{font-size:.75rem;font-weight:700;border-radius:4px;padding:.2rem .5rem;margin-top:.5rem;display:inline-block}.reminder-actions{display:flex;flex-shrink:0;gap:.5rem;flex-wrap:wrap;justify-content:flex-end}.action-button{background:none;border:none;cursor:pointer;font-size:1rem;color:#495057;transition:color .3s ease}.no-reminders{text-align:center;color:#adb5bd;font-style:italic;padding:1rem}.reminder-item.status-vencido{background-color:#f8d7da}.reminder-item.status-vencido .reminder-status{background-color:#f5c6cb;color:#721c24}.reminder-item.status-pendiente{background-color:#fff3cd}.reminder-item.status-pendiente .reminder-status{background-color:#ffeeba;color:#856404}.reminder-item.priority-alta{border-left:5px solid #dc3545}.reminder-item.priority-media{border-left:5px solid #ffc107}.reminder-item.priority-baja{border-left:5px solid #28a745}.undo-button{color:#28a745}.mark-paid-button{color:#adb5bd}.delete-button{color:#dc3545}.action-button.delete-button:hover{background:none;color:#dc3545}.action-button.edit-button{color:#007bff}.pagar-link{color:#2563eb;text-decoration:none;font-size:1.1rem;margin-left:6px}.pagar-link:hover{color:#1d4ed8}.action-button.pause-button{color:#ffc107}.action-button.pause-button:hover{color:#c89500}.action-button.pause-button.paused{color:#28a745}.action-button.pause-button.paused:hover{color:#218838}.exception-icon{margin-left:6px;font-size:.8rem;color:#ffc107;vertical-align:middle}.revert-button{color:#6c757d}.revert-button:hover{color:#17a2b8}.reminder-category-icon{margin-right:6px;font-size:1.1em;display:inline-flex;align-items:center}.reminder-title-line{display:flex;align-items:center;gap:6px;margin-bottom:2px;min-width:0}.reminder-title-text{color:#212529;font-weight:600;font-size:.95rem;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reminder-attributes-line{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;column-gap:10px;row-gap:4px;font-size:.8rem;margin-top:4px;min-width:0}.reminder-attributes-line-left{display:inline-flex;align-items:center;flex-wrap:wrap;gap:8px;min-width:0}.reminder-amount{font-size:1rem;font-weight:600;color:#1d1d1d;letter-spacing:-.3px}.reminder-assigned-to{display:inline-flex;align-items:center;gap:4px;font-size:.75rem;color:#6b7280;padding:2px 6px;border-radius:4px;background-color:#f3f4f6;margin-left:4px}.reminder-assigned-to-icon{font-size:.7rem;color:#9ca3af}.reminder-assigned-to-text{font-weight:500;color:#4b5563}.reminder-note-icon{display:inline-flex;margin-left:6px;font-size:.75rem;color:#9ca3af;cursor:help}#urgent-popover{position:fixed;top:70px;right:30px;z-index:9999;width:300px;background:#fff;border-radius:12px;padding:14px;box-shadow:0 6px 18px #0000002e,0 3px 8px #00000014;border:1px solid #e5e7eb;animation:fadeSlide .16s ease-out}.urgent-elevated{width:290px;background:#fff;border-radius:12px;padding:14px;box-shadow:0 4px 12px #0000001f,0 1px 3px #0000000d;border:1px solid #e5e7eb}.urgent-header{display:flex;align-items:center;gap:8px}.urgent-header h4{margin:0;font-size:1rem;font-weight:700;color:#b91c1c}.urgent-icon{font-size:1.3rem;color:#dc2626}.urgent-icon--ok{color:#16a34a}.urgent-divider{margin:8px 0;border-bottom:1px solid #f0f0f0}.urgent-empty-message{margin:0;padding:8px 0;font-size:.95rem;color:#6b7280}.urgent-row{display:flex;justify-content:space-between;padding:10px 0;cursor:pointer;transition:background .15s ease}.urgent-row:hover{background:#f9fafb}.urgent-row+.urgent-row{border-top:1px solid #f1f1f1}.urgent-info{display:flex;flex-direction:column}.urgent-title{font-weight:600;color:#111}.urgent-date{font-size:.85rem;color:#6b7280}.urgent-chevron{font-size:1.25rem;color:#9ca3af;align-self:center}.urgent-viewall-btn{width:100%;margin-top:12px;padding:8px 10px;font-size:14px;font-weight:600;color:#0d6efd;background:#eaf1ff;border:none;border-radius:8px;cursor:pointer;text-align:center;transition:background .15s ease,color .15s ease}.urgent-viewall-btn:hover{background:#d6e7ff;color:#084298}@keyframes fadeSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseMail{0%{transform:scale(1);opacity:1}50%{transform:scale(1.15);opacity:.7}to{transform:scale(1);opacity:1}}.email-notified-icon{color:#1e90ff;font-size:1.2rem;margin-left:6px;animation:pulseMail 2s infinite ease-in-out}.email-notified-icon{animation:pulseMail 2s infinite;color:#2196f3;font-size:1.2rem}.email-notified-icon-paid{animation:none!important;color:#9aa0a6!important;opacity:.6}.completados-group{margin-top:.5rem}.completados-header{display:flex;align-items:center;gap:8px;width:100%;padding:8px 0;margin:0;border:none;background:none;cursor:pointer;text-align:left;font:inherit;color:inherit;border-radius:6px;transition:background .15s ease}.completados-header:hover{background:#0000000a}.completados-chevron{display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;color:#6b7280;flex-shrink:0}.completados-title{margin:0;font-size:1rem;font-weight:600;color:#4b5563}.completados-list{list-style:none;padding:0;margin:4px 0 0}.repeat-info{font-size:.8rem;color:#777;margin-top:2px}.reminder-paused-message{font-style:italic;line-height:1.1}.reminder-view-budget-icon{position:absolute;top:.5rem;right:.5rem;background:none;border:none;cursor:pointer;color:#6b7280;font-size:1rem;padding:4px;display:flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease;z-index:10;opacity:.7}.reminder-view-budget-icon:hover{color:#2563eb;opacity:1;transform:scale(1.1)}.reminder-view-budget-icon:active{transform:scale(.95)}@media (max-width: 600px){.reminder-view-budget-icon{font-size:.9rem;padding:6px;top:.25rem;right:.25rem}.reminder-view-budget-icon:hover{transform:scale(1.1)}.reminder-view-budget-icon:active{transform:scale(.95)}}.reminder-item.status-pagado,.reminder-item.status-realizado{background-color:#e6f4e9!important;opacity:.9;transform:scale(.97);border-left-color:#b5cbb1!important}.reminder-item.status-pagado:hover,.reminder-item.status-realizado:hover{background-color:#e6f4e9!important}.reminder-item.status-pagado .reminder-title-text,.reminder-item.status-realizado .reminder-title-text{text-decoration:line-through;color:#4b5563}.reminder-item.status-pagado .reminder-amount,.reminder-item.status-realizado .reminder-amount,.reminder-item.status-pagado .reminder-status,.reminder-item.status-realizado .reminder-status{opacity:.7}.reminder-item.status-pagado .action-button,.reminder-item.status-realizado .action-button{color:#9ca3af!important}.reminder-item.status-pagado .action-button:hover,.reminder-item.status-realizado .action-button:hover{color:#6b7280!important}.reminder-item.status-pagado .email-notified-icon,.reminder-item.status-realizado .email-notified-icon{animation:none!important;color:#9aa0a6!important;opacity:.5}.reminder-item.status-pagado,.reminder-item.status-realizado{padding:.55rem .85rem!important}.reminder-item.completed-card .reminder-info{min-width:0;overflow:hidden}.reminder-item.completed-card .reminder-actions{flex-shrink:0}@media (max-width: 768px){.reminder-actions{flex-wrap:wrap;gap:6px}.action-button{padding:4px 6px;border-radius:6px}}@media (max-width: 600px){.reminder-item{flex-wrap:wrap;align-items:flex-start;gap:10px}.reminder-info{min-width:0;flex:1 1 100%;overflow:hidden}.reminder-details{flex-wrap:wrap;gap:.5rem}.reminder-actions{flex:0 0 100%;display:flex;justify-content:flex-end;flex-wrap:wrap;gap:10px}.action-button{padding:10px 12px;border-radius:8px;min-width:44px;min-height:44px;display:inline-flex;align-items:center;justify-content:center}.reminder-attributes-line{gap:6px 8px}.pagar-link{font-size:.95rem}}.payment-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 6px;font-size:.7rem;font-weight:600;border-radius:10px;border:1px solid;margin-left:6px;min-width:18px;text-transform:uppercase;letter-spacing:.5px}.payments-modal{width:520px!important;max-width:520px!important}.payments-modal-content{padding:1.6rem 1.8rem;width:100%;max-width:520px;margin:0 auto;box-sizing:border-box}@media (max-width: 600px){.payments-modal{width:calc(100% - 32px)!important;max-width:100%!important;overflow-x:hidden}.payments-modal-content{max-width:100%;padding:1.2rem 1rem;overflow-x:hidden;min-width:0}.payments-modal .payments-list{overflow-x:hidden}.payments-modal .payment-header{flex-wrap:wrap;gap:.35rem}.payments-modal .payment-title{min-width:0;flex-shrink:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.payments-modal .payment-main-row,.payments-modal .payment-main-left{flex-wrap:wrap;gap:.5rem}.payments-modal .payment-main-right{flex-wrap:wrap;flex-shrink:0}.payments-modal .payment-item{min-width:0}}.payments-modal-content h2{margin:0 0 1rem;border-bottom:1px solid #e5e7eb;padding-bottom:.75rem;font-size:1.6rem;color:#111827;font-weight:600;text-align:center}.payments-modal .payments-list{list-style:none;padding:0;margin:.5rem 0 0;max-height:60vh;overflow-y:auto}.payments-modal .payments-list::-webkit-scrollbar{width:6px}.payments-modal .payments-list::-webkit-scrollbar-thumb{background:#cbd5f5;border-radius:4px}.payments-modal .payments-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}.payments-modal .payment-item{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 1rem;margin-bottom:.75rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 6px #0f172a0f}.payments-modal .payment-header{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.payments-modal .payment-title{font-weight:600;font-size:.95rem;color:#111827;white-space:nowrap;overflow:visible;text-overflow:unset;flex-shrink:0}.payments-modal .payment-exception-pill{font-size:.7rem;font-weight:600;padding:.1rem .4rem;border-radius:999px;background:#fef3c7;color:#92400e}.payments-modal .payment-main-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.payments-modal .payment-main-left{display:flex;align-items:center;gap:.6rem;min-width:0}.payments-modal .payment-main-right{display:flex;align-items:center;gap:.4rem}.payments-modal .payment-amount{font-family:monospace;font-size:.95rem;font-weight:700;color:#0d6efd;white-space:nowrap}.payments-modal .payment-date{font-size:.82rem;color:#6b7280;white-space:nowrap}.payments-modal .payment-pagar-link{display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;line-height:1;color:#2563eb;text-decoration:none;margin-left:6px}.payments-modal .payment-pagar-link:hover{color:#1d4ed8}.payments-modal .payment-method-badge{display:inline-flex;align-items:center}.payments-modal .payment-state-pill{display:inline-flex;align-items:center;gap:.25rem;font-size:.78rem;font-weight:600;border-radius:999px;padding:.15rem .55rem;white-space:nowrap}.payments-modal .payment-state-icon{font-size:.8rem}.payments-modal .payment-state-pill.state-paid{background:#dcfce7;color:#166534}.payments-modal .payment-state-pill.state-pending{background:#fef9c3;color:#92400e}.payments-modal .payment-state-pill.state-overdue{background:#fee2e2;color:#b91c1c}.payments-modal .payment-state-pill.state-other{background:#e5e7eb;color:#374151}.payments-modal .payment-expand-btn{border:none;background:transparent;cursor:pointer;font-size:.9rem;padding:.1rem .25rem;border-radius:999px;transition:background .15s ease}.payments-modal .payment-expand-btn:hover{background:#f3f4f6}.payments-modal .payment-extra{margin-top:.25rem;border-top:1px dashed #e5e7eb;font-size:.78rem;color:#374151;display:flex;flex-direction:column;gap:.25rem;overflow:hidden;max-height:0;opacity:0;padding-top:0;transition:none}.payments-modal .payment-extra.expanded{max-height:600px;opacity:1;padding-top:.45rem}.payment-extra-row span>div{margin-bottom:4px;line-height:1.3}.payments-modal-content p{margin-top:1.2rem;text-align:center;color:#6b7280;font-size:.95rem}.payments-modal .payment-item.priority-alta{border-left:5px solid #dc3545}.payments-modal .payment-item.priority-media{border-left:5px solid #fbbf24}.payments-modal .payment-item.priority-baja{border-left:5px solid #22c55e}.payments-modal .payment-item.status-vencido{background:#fef2f2}.payments-modal .payment-item.status-pendiente{background:#fffbeb}.payments-modal .payment-item.status-pagado{background:#f0fdf4}.edit-from-summary-btn{background-color:#2563eb;color:#fff;border:none;border-radius:6px;padding:6px 12px;font-size:.85rem;cursor:pointer;transition:background-color .2s ease}.edit-from-summary-btn:hover{background-color:#1e4fd8}.edit-from-summary-btn:active{transform:scale(.97)}.slim-list-column{flex:1 1 0;min-width:0}.slim-list.slim-list--dual-column{min-width:0}.slim-card{width:100%;min-width:0;box-sizing:border-box;transition:background .15s ease,box-shadow .15s ease;position:relative;overflow:visible}.slim-card:hover{background:#fafafa;box-shadow:0 2px 6px #0000000a}.slim-card.status-vencido{border-left:3px solid #e55353}.slim-card.status-pendiente{border-left:3px solid #f0ad4e}.slim-card.status-pagado,.slim-card.status-realizado{border-left:3px solid #28a745}.slim-line-1{line-height:1.2}.slim-line-2{font-size:.8rem;opacity:.8}.slim-title.slim-title--line2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.slim-card-check{min-width:28px;min-height:28px;opacity:.85}.slim-card-check:hover{opacity:1}.slim-menu-btn{opacity:.6}.slim-menu-btn:hover{opacity:1}@media (max-width: 768px){.slim-card{padding:10px 12px}.slim-title{font-size:.95rem}}.estimated-badge{font-size:.65rem;padding:2px 6px;border-radius:4px;background-color:#e0e0e0;color:#555;margin-left:6px;white-space:nowrap}.slim-card-note-icon{flex-shrink:0;margin-left:2px;cursor:help}.projections-view{display:flex;flex-direction:column;min-height:calc(100vh - 6rem)}.projections-view__subtitle{margin:0 0 1.25rem;font-size:.95rem;color:#6c757d}.projections-view__global-block{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:1.25rem;padding:.75rem 1rem;background:#f1f3f5;border-radius:8px;font-size:.9rem}.projections-view__global-label{font-weight:600;color:#495057}.projections-view__global-currency{font-weight:600;color:#212529}.projections-view__global-amount{font-size:1.35rem;font-weight:700;color:#212529}.projections-view__global-stat{font-size:1rem;font-weight:600;color:#343a40}.projections-view__global-sep{color:#adb5bd;margin:0 .15rem}.projections-view__global-empty{color:#adb5bd;font-style:italic}.projections-view__scroll-area{flex:1;min-height:0;overflow-y:auto}.projections-view__totals{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.projections-view__total-item{padding:.75rem 1rem;background:#f8f9fa;border-radius:8px;font-weight:600}.projections-view__total-label{margin-right:.5rem;color:#495057}.projections-view__total-value{color:#212529}.projections-view__empty{margin:0;color:#6c757d;font-style:italic}.projections-view__table-wrap{overflow-x:auto;margin-bottom:1.5rem}.projections-view__table{width:100%;border-collapse:collapse;font-size:.9rem}.projections-view__table th,.projections-view__table td{padding:.5rem .75rem;text-align:left;border-bottom:1px solid #dee2e6}.projections-view__table th{background:#f1f3f5;font-weight:600;color:#343a40}.projections-view__placeholder{margin:0;font-size:.9rem;color:#adb5bd}.projections-view__year-row{margin-bottom:1rem;display:flex;align-items:center;gap:.5rem}.projections-view__year-row label{font-weight:600;color:#495057}.projections-view__year-select{max-width:5rem;padding:.25rem .35rem;border-radius:6px;border:1px solid #ced4da;font-size:.95rem}.projections-view__order-select{max-width:9rem}.projections-view__row--clickable{cursor:pointer}.projections-view__row--clickable:hover{background-color:#f1f3f5}.projections-view__view-toggle{display:flex;gap:.25rem;margin-bottom:1rem}.projections-view__toggle-btn{padding:.35rem .75rem;border-radius:6px;border:1px solid #ced4da;background:#fff;font-size:.9rem;font-weight:600;color:#495057;cursor:pointer}.projections-view__toggle-btn:hover{background:#f8f9fa}.projections-view__toggle-btn--active{background:#e9ecef;border-color:#adb5bd;color:#212529}.projections-view__month-select{max-width:10rem}.projections-view__table--monthly .projections-view__month-row td{vertical-align:middle}.projections-view__month-row--focused{background:#3b82f61f!important;box-shadow:inset 0 0 0 2px #3b82f659}.projections-view__month-title{display:inline-flex;align-items:center;gap:.35rem}.projections-view__category-icon{font-size:1rem;opacity:.85}.projections-view__status-pill{display:inline-block;padding:.2rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600}.projections-view__status-pill.status-pagado{background:#dcfce7;color:#166534}.projections-view__status-pill.status-pendiente{background:#fef9c3;color:#854d0e}.projections-view__status-pill.status-vencido{background:#fee2e2;color:#991b1b}.projections-view__assigned-to{font-size:.85rem;color:#4b5563;font-weight:500}.projections-view__notified-wrapper{display:inline-flex;align-items:center;gap:.15rem;margin-left:.25rem;position:relative}.projections-view__notified-icon{color:#6b7280;font-size:.9rem}.projections-view__note-icon{display:inline-flex;margin-left:.35rem;font-size:.85rem;color:#9ca3af;cursor:help;vertical-align:middle}.projections-view__notified-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.1rem;height:1.1rem;padding:0 .25rem;background:#3b82f6;color:#fff;border-radius:10px;font-size:.7rem;font-weight:600;line-height:1}.projections-view__action-btn{padding:.25rem;margin-right:.25rem;border:none;background:transparent;cursor:pointer;color:#495057;font-size:1rem}.projections-view__action-btn:hover{color:#212529}.projections-view__action-btn--paid:hover{color:#16a34a}.projections-view__action-btn--undo:hover{color:#ca8a04}.projections-view__action-btn--edit:hover{color:#2563eb}.projections-view__theoretical-hint{font-size:.8rem;color:#6c757d;font-style:italic}.series-detail-drawer{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;pointer-events:none}.series-detail-drawer[data-open=true]{pointer-events:auto}.series-detail-drawer__backdrop{position:absolute;inset:0;background:#0003;opacity:0;transition:opacity .2s ease}.series-detail-drawer[data-open=true] .series-detail-drawer__backdrop{opacity:1}.series-detail-drawer__panel{position:absolute;top:0;right:0;width:min(40vw,480px);max-width:100%;height:100%;background:#fff;box-shadow:-4px 0 20px #0000001a;overflow-y:auto;transform:translate(100%);transition:transform .25s ease-out}.series-detail-drawer[data-open=true] .series-detail-drawer__panel{transform:translate(0)}.series-detail-drawer__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f3f4f6;border-radius:50%;font-size:1.25rem;cursor:pointer;color:#374151;display:flex;align-items:center;justify-content:center;transition:background .15s}.series-detail-drawer__close:hover{background:#e5e7eb;color:#111}.series-detail-drawer__header{padding:1.5rem 3rem 1rem 1.5rem;border-bottom:1px solid #e5e7eb}.series-detail-drawer__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:600;color:#111827}.series-detail-drawer__meta{margin:0 0 .5rem;font-size:.9rem;color:#6b7280}.series-detail-drawer__header-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.series-detail-drawer__payment-badge{display:inline-flex}.series-detail-drawer__action-icon{width:28px;height:28px;padding:0;border:none;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:background .15s,color .15s}.series-detail-drawer__action-icon:hover{background:#e5e7eb;color:#111}.series-detail-drawer__item-actions{flex:0 0 auto;white-space:nowrap;display:flex;align-items:center;gap:2px;margin-left:auto}.series-detail-drawer__item-actions .series-detail-drawer__action-icon{width:24px;height:24px;font-size:.9rem}.series-detail-drawer__pagar-link{font-size:1rem;color:#2563eb;text-decoration:none;margin-left:4px}.series-detail-drawer__pagar-link:hover{color:#1d4ed8}.series-detail-drawer__section{padding:1rem 1.5rem}.series-detail-drawer__section-title{margin:0 0 .75rem;font-size:.95rem;font-weight:600;color:#374151}.series-detail-drawer__section--collapsible .series-detail-drawer__section-header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem 0;margin:0;border:none;background:none;font-size:.95rem;font-weight:600;color:#374151;cursor:pointer;text-align:left;transition:background .15s}.series-detail-drawer__section--collapsible .series-detail-drawer__section-header:hover{background:#00000008}.series-detail-drawer__section--collapsible .series-detail-drawer__section-header .series-detail-drawer__section-title{margin:0}.series-detail-drawer__section-chevron{font-size:.9rem;color:#6b7280}.series-detail-drawer__section--collapsible .series-detail-drawer__section-content{padding-top:.25rem;padding-bottom:.5rem}.series-detail-drawer__empty--subtle{font-size:.85rem;color:#9ca3af;font-style:italic}.series-detail-drawer__summary{margin:0 0 .35rem;font-size:.9rem;color:#4b5563}.series-detail-drawer__empty{margin:0;font-size:.9rem;color:#9ca3af}.series-detail-drawer__list,.series-detail-drawer__ops-list{list-style:none;padding:0;margin:0}.series-detail-drawer__ops-item{font-size:.85rem;color:#6b7280;padding:.35rem 0;border-bottom:1px solid #f3f4f6;line-height:1.35}.series-detail-drawer__ops-item:last-child{border-bottom:none}.series-detail-drawer__ops-sublabel{font-size:.8rem;color:#9ca3af;margin-top:.2rem;display:block}.series-detail-drawer__item{display:flex;flex-direction:column;padding:0;border-bottom:1px solid #f3f4f6;font-size:.9rem}.series-detail-drawer__item:last-child{border-bottom:none}.series-detail-drawer__item--expanded .series-detail-drawer__item-main{background:#f9fafb}.series-detail-drawer__item--expanded.series-detail-drawer__item--pagado .series-detail-drawer__item-main{background:#f0fdf4}.series-detail-drawer__item--expanded.series-detail-drawer__item--pendiente .series-detail-drawer__item-main{background:#fffbeb}.series-detail-drawer__item--expanded.series-detail-drawer__item--vencido .series-detail-drawer__item-main{background:#fef2f2}.series-detail-drawer__item-main{display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;padding:.6rem 0;cursor:pointer;transition:background .15s}.series-detail-drawer__item-content{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:nowrap;gap:.5rem;overflow:hidden}.series-detail-drawer__item-main:hover{background:#f9fafb}.series-detail-drawer__chevron{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:transparent;font-size:.8rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.series-detail-drawer__item-date{flex-shrink:0;min-width:85px}.series-detail-drawer__item-date--master{font-weight:700;color:#1f2937}.series-detail-drawer__master-star{flex-shrink:0;font-size:.75rem;color:#9ca3af;margin:0 2px}.series-detail-drawer__state-pill{flex-shrink:0;display:inline-flex;align-items:center;gap:.2rem;font-size:.75rem;font-weight:600;border-radius:999px;padding:.12rem .5rem}.series-detail-drawer__state-pill.state-paid{background:#dcfce7;color:#166534}.series-detail-drawer__state-pill.state-pending{background:#fef9c3;color:#92400e}.series-detail-drawer__state-pill.state-overdue{background:#fee2e2;color:#b91c1c}.series-detail-drawer__state-pill.state-other{background:#e5e7eb;color:#374151}.series-detail-drawer__item-amount{flex-shrink:0;font-family:monospace;font-weight:600;color:#0d6efd;white-space:nowrap}.series-detail-drawer__item-payment{display:inline-flex;flex-shrink:0}.series-detail-drawer__item-content .payment-badge{padding:1px 4px;font-size:.6rem;min-width:16px}.series-detail-drawer__email-icon{flex-shrink:0;font-size:1rem;margin-left:2px}.series-detail-drawer__item-extra{overflow:hidden;max-height:0;opacity:0;transition:max-height .2s ease-out,opacity .15s ease}.series-detail-drawer__item-extra--open{max-height:500px;opacity:1}.series-detail-drawer__extra-content{padding:.5rem 0 .75rem 2rem;border-top:1px dashed #e5e7eb;margin-top:-1px;font-size:.8rem;color:#374151;display:flex;flex-direction:column;gap:.25rem}.series-detail-drawer__extra-row{display:flex;flex-wrap:wrap;gap:.25rem .5rem;align-items:baseline}.series-detail-drawer__extra-label{flex-shrink:0;color:#6b7280}.series-detail-drawer__extra-hint{font-size:.75rem;color:#9ca3af;font-style:italic}@media (max-width: 768px){.series-detail-drawer__panel{width:100%}}.settings-view{padding:2rem;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;margin-top:1rem;max-width:560px}.settings-view__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.25rem;flex-wrap:wrap}.settings-view__title{margin:0;font-size:1.5rem;color:#343a40}.settings-view__back{padding:.4rem .75rem;border:1px solid #dee2e6;border-radius:6px;background:#fff;color:#495057;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,color .2s ease}.settings-view__back:hover{background:#e9ecef;color:#343a40}.settings-section{margin-bottom:1.5rem}.settings-section__title{margin:0 0 .75rem;font-size:1.1rem;color:#495057}.settings-section--collapsible .settings-section__header-btn{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 0 .75rem;padding:.5rem 0;border:none;background:none;font-size:1.1rem;color:#495057;cursor:pointer;text-align:left;font-weight:600;transition:color .2s}.settings-section--collapsible .settings-section__header-btn:hover{color:#343a40}.settings-section__header-text{flex:1}.settings-section__chevron{font-size:.9rem;opacity:.7}.settings-section__header-btn--legacy .settings-section__header-text{font-weight:500;opacity:.9}.settings-section__body{margin-top:0}.settings-suboption{animation:settings-suboption-in .2s ease-out}@keyframes settings-suboption-in{0%{opacity:0}to{opacity:1}}.settings-group{margin-bottom:.75rem}.settings-label{display:block;margin-bottom:.35rem;font-size:.9rem;font-weight:600;color:#343a40}.settings-input,.settings-select{width:100%;max-width:320px;padding:.5rem .75rem;border:1px solid #ced4da;border-radius:6px;font-size:.95rem}.settings-hint{margin:.35rem 0 0;font-size:.8rem;color:#6c757d}.settings-checkboxes{display:flex;flex-direction:column;gap:.5rem}.settings-checkbox-label{display:flex;align-items:center;gap:.5rem;font-size:.95rem;cursor:pointer}.settings-placeholder{font-size:.85rem;color:#6c757d}.settings-hint--warning{color:#856404}.settings-row{display:flex;flex-wrap:wrap;gap:1rem}.settings-row--inputs{align-items:flex-end}.settings-input-group{display:flex;flex-direction:column;gap:.25rem}.settings-sublabel{font-size:.8rem;color:#6c757d}.settings-input--small{max-width:70px}.settings-payment-methods-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.settings-payment-method-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.settings-payment-method-row .settings-input{max-width:none}.settings-payment-method-remove{padding:.4rem .6rem;min-width:36px;color:#dc3545;border-color:#f5c6cb}.settings-payment-method-remove:hover{background:#f8d7da;color:#721c24}.settings-payment-methods-actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.settings-payment-methods-save{padding:.5rem 1rem;background:#0d6efd;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer;transition:background .2s}.settings-payment-methods-save:hover:not(:disabled){background:#0b5ed7}.settings-payment-methods-save:disabled{opacity:.6;cursor:not-allowed}.month-picker__backdrop{position:fixed;inset:0;z-index:9999;background:transparent}.month-picker{background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;padding:1rem;min-width:260px;z-index:10000}.month-picker__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e9ecef}.month-picker__year{font-size:1.1rem;font-weight:700;color:#333}.month-picker__year-btn{width:32px;height:32px;border:1px solid #dee2e6;background:#fff;border-radius:8px;cursor:pointer;font-size:.9rem;color:#495057;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.month-picker__year-btn:hover{background:#f1f3f5;border-color:#adb5bd}.month-picker__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.month-picker__month{padding:8px 4px;border:1px solid #dee2e6;background:#fff;border-radius:8px;font-size:.9rem;font-weight:500;color:#495057;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.month-picker__month:hover{background:#f1f3f5;border-color:#adb5bd}.month-picker__month--active{background:#007bff;border-color:#007bff;color:#fff}.month-picker__month--active:hover{background:#0056b3;border-color:#0056b3;color:#fff}html,body{height:100%;margin:0}.dashboard-container{position:relative;display:flex;flex-direction:column;min-height:100vh;overflow:visible;padding:1.5rem;background-color:#dfe4ec;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#333}.onboarding-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:1rem;background:#00000059;border-radius:.5rem}.onboarding-card{background:#fff;border-radius:12px;padding:1.5rem 1.75rem;max-width:420px;width:100%;box-shadow:0 10px 40px #00000026;max-height:90vh;overflow-y:auto}.onboarding-card__title{margin:0 0 .75rem;font-size:1.25rem;font-weight:700;color:#111}.onboarding-card__intro{margin:0 0 .5rem;font-size:.95rem;color:#374151}.onboarding-card__section{margin:0 0 1.25rem;font-size:.9rem;line-height:1.5;color:#4b5563}.onboarding-card__section p{margin:0 0 .5rem}.onboarding-card__section--highlight{margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.onboarding-card__list{margin:0 0 1.25rem;padding-left:1.25rem;font-size:.9rem;line-height:1.5;color:#4b5563}.onboarding-card__list li{margin-bottom:.35rem}.onboarding-card__note{margin:0 0 1rem;font-size:.85rem;color:#6b7280;line-height:1.4}.onboarding-card__cta{display:block;width:100%;padding:.6rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:#0d6efd;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.onboarding-card__cta:hover{background:#0b5ed7}.about-card{max-width:480px}.about-content{margin-bottom:1rem}.about-content p{margin:0 0 .6rem;font-size:.9rem;line-height:1.5;color:#4b5563}.about-content h4{font-size:1rem;font-weight:700;color:#111;margin:1.25rem 0 .4rem}.about-content h4:first-of-type{margin-top:.5rem}.about-content ul{margin:.25rem 0 .6rem;padding-left:1.25rem;font-size:.9rem;line-height:1.5;color:#4b5563}.about-content ul li{margin-bottom:.25rem}.new-landing-card{max-width:420px}.onboarding-card__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:1rem}.onboarding-card__cta-secondary{background:#e5e7eb;color:#374151}.onboarding-card__cta-secondary:hover{background:#d1d5db}.dashboard-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:1.5rem;align-items:start;flex:1;min-height:0;padding-top:1rem;overflow:visible}.main-content{display:flex;flex-direction:column;gap:1rem;grid-column:1 / 2;min-height:0;overflow-y:visible;overflow-x:visible}.action-banner{display:flex;align-items:center;justify-content:space-between;flex-wrap:nowrap;gap:.5rem;padding:.5rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px}.action-banner__text{font-size:.95rem;font-weight:500;color:#b91c1c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}.action-banner__cta{padding:.35rem .75rem;font-size:.9rem;font-weight:600;color:#b91c1c;background:#fff;border:1px solid #fecaca;border-radius:6px;cursor:pointer;transition:background .2s,border-color .2s}.action-banner__cta:hover{background:#fee2e2;border-color:#f87171}.dashboard-summary-container{margin-bottom:.2rem}.period-header-card{background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;padding:.5rem 1.2rem;width:100%;max-width:none;margin:0 0 .55rem}.period-header{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.5rem}.period-header--single-line{justify-content:center;gap:.75rem}.period-header-viendo{font-size:.95rem;font-weight:600;color:#495057}.period-header-left{display:grid;grid-template-columns:auto 1fr auto;align-items:center;column-gap:.5rem;width:320px;max-width:100%}.period-header-today-wrap{display:flex;align-items:center;gap:.25rem;margin-left:.25rem}.period-header-label{font-size:1.2rem;font-weight:700;text-transform:capitalize;white-space:nowrap}.period-header-label--clickable{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s;text-align:center}.period-header-label--clickable:hover{background:#f1f3f5}.period-nav-btn,.period-today-btn{border-radius:999px;border:1px solid #d0d7dd;background:#fff;padding:4px 10px;font-size:.85rem;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:4px}.period-nav-btn:hover,.period-today-btn:hover{background:#f1f3f5}.period-today-btn{background:#e7f1ff;border-color:#007bff;color:#0056b3;font-weight:600}.events-header-top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:4px}.events-header-top h2{font-size:1.2rem;font-weight:600}.events-period-chip{font-size:.9rem;font-weight:500;color:#6c757d;background:#f4f8ff;border:1px solid #d0e2ff;border-radius:999px;padding:2px 10px;text-transform:capitalize}.rightPanelHeader{margin-bottom:.2rem}.rightPanelTitleRow{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.35rem .75rem}.rightPanelTitleGroup{display:flex;align-items:baseline;flex-wrap:wrap;gap:.4rem}.rightPanelTitle{font-size:1.2rem;font-weight:600;margin:0}.rightPanelCountBadge{font-size:.78rem;font-weight:500;color:#6c757d;background:#f5f6f8;border-radius:999px;padding:2px 10px;line-height:1.3;white-space:nowrap}.rightPanelSubtitle{margin:4px 0 0;font-size:.8rem;color:#868e96}.rightPanelMonthChip{font-size:.8rem;font-weight:500;color:#6c757d;background:#ffffffb3;border-radius:999px;padding:2px 10px;text-transform:capitalize}.dashboard-summary-container .summary-mode-selector{display:flex;justify-content:center;margin-bottom:.6rem;gap:.5rem}.dashboard-summary-container .mode-btn{padding:.3rem 1rem;border-radius:14px;border:1px solid #ccc;background:#f6f6f6;cursor:pointer;font-size:.8rem;font-weight:600;transition:all .2s ease}.dashboard-summary-container .mode-btn.active{background:#007bff;color:#fff;border-color:#007bff}.dashboard-summary-container .summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.8rem}.dashboard-summary-container .summary-item{border-radius:10px;padding:.6rem .8rem;text-align:center;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 3px #00000014;min-height:92px;justify-content:center}.dashboard-summary-container .summary-title{font-size:.85rem;font-weight:600;opacity:.85}.dashboard-summary-container .summary-value{font-size:1.35rem;font-weight:700;margin-top:2px}.dashboard-summary-container .summary-button{background:#ffffff40;border:1px solid rgba(255,255,255,.45);color:inherit;padding:4px 15px;border-radius:14px;cursor:pointer;font-size:.75rem;margin-top:.4rem;width:fit-content;align-self:center;transition:background .2s}.dashboard-summary-container .summary-button:hover{background:#ffffff59}.summary-item.total{background-color:#495057;color:#fff}.summary-item.pagado{background-color:#6fcf97;color:#1b4332}.summary-item.pendiente{background-color:#ffd166;color:#5f3b00}.summary-item.atrasado{background-color:#ffa8a8;color:#6a040f}.summarySubheader{margin:0rem 0 .1rem;font-size:.85rem;line-height:1.2}.summarySubheader--emphasis{font-size:.95rem;font-weight:600}.today-summary-banner{margin-top:.4rem;margin-bottom:.25rem;padding:.4rem .6rem;border-radius:8px;background-color:#f1f3f5;display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:.85rem}.today-summary-main{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem}.today-summary-label{font-weight:600;color:#495057}.today-summary-count{color:#495057}.today-summary-amount{font-weight:700;color:#0b7285}.today-summary-empty{color:#868e96}.today-summary-toggle{border-radius:999px;border:1px solid #ced4da;background-color:#fff;color:#343a40;padding:2px 10px;font-size:.78rem;cursor:pointer;white-space:nowrap}.today-summary-toggle--active{border-color:#0b7285;color:#fff;background-color:#0b7285}.calendar-date-selectors{display:flex;flex-direction:row;align-items:center;gap:12px;margin-bottom:1rem}.sidebar-date-selectors{display:flex;flex-direction:row;align-items:center;gap:12px;margin:0;margin-bottom:1rem}.month-selector,.year-selector{padding:4px 8px!important;font-size:.95rem!important;height:32px!important;border-radius:6px!important;border:1px solid #d0d7dd;background:#f8f9fa;cursor:pointer;margin-top:0!important;transition:border-color .2s ease,box-shadow .2s ease;outline:none}.month-selector:hover,.year-selector:hover{border-color:#61b861;background-color:#fff}.month-selector:focus,.year-selector:focus{border-color:#28a745;box-shadow:0 0 0 2px #28a74533}.filter-options{display:flex;flex-direction:row;gap:15px;align-items:center;margin-top:.3rem}.filter-options label{font-size:.75rem;display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:500}.calendar-controls{display:flex;flex-direction:row;align-items:center;gap:15px;margin-top:0;margin-bottom:0}.calendarControlsRow{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-bottom:.5rem}.calendarTitleInline{font-size:.9rem;font-weight:600;color:#343a40;margin-left:auto;margin-right:auto;text-align:center}.calendar-section{flex:1;min-height:0}.calendar-controls select{height:32px!important;min-width:100px;padding:0 28px 0 10px!important;line-height:32px!important;font-size:.85rem!important;font-weight:500;background-color:#f8f9fa;border:1px solid #d0d7dd;border-radius:6px;color:#333;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center}.calendar-controls select:hover{border-color:#198754;background-color:#fff}.filter-options label{font-size:.8rem;display:flex;align-items:center;gap:6px;cursor:pointer;color:#495057;font-weight:500}.dashboard-summary-container .summary-item.disabled{background-color:#eef1f4;color:#6c757d;box-shadow:none}.dashboard-summary-container .summary-item.disabled .summary-title:after{content:" · sin vencimientos";font-weight:400;font-size:.75rem;opacity:.6}.dashboard-summary-container .summary-item.disabled .summary-button{display:none}.summary-next-step{margin-top:.4rem;text-align:center}.summary-next-step__link{display:inline-block;padding:.35rem .75rem;font-size:.9rem;font-weight:600;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;cursor:pointer;transition:background .2s,color .2s}.summary-next-step__link:hover{background:#fee2e2;color:#991b1b}.summary-next-step__ok{font-size:.9rem;font-weight:600;color:#16a34a}.sidebar-content{position:sticky;top:calc(60px + 2.5rem);max-height:calc(100vh - (60px + 2.5rem) - 1.5rem);display:flex;flex-direction:column;grid-column:2 / 3;min-height:0;overflow:hidden;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;padding:.75rem .85rem .7rem}.sidebar-header-block{display:flex;flex-direction:column;flex-shrink:0}.events-header{order:-1;margin-top:0}.sidebar-content h2{margin-top:0;margin-bottom:2px}.alert-container{position:relative;margin-top:6px!important}.alert-icon{font-size:1.5rem;color:#dc3545}.alert-count{position:absolute;top:-5px;right:-5px;background-color:#dc3545;color:#fff;border-radius:50%;padding:2px 6px;font-size:.75rem;font-weight:700}.upcoming-scroll-container{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding-right:6px}.upcoming-scroll-container::-webkit-scrollbar{width:6px}.upcoming-scroll-container::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:4px}.sidebar-empty-state{padding:1.25rem .5rem;text-align:center}.sidebar-empty-state__message{margin:0 0 1rem;font-size:.95rem;color:#6b7280;line-height:1.4}.sidebar-empty-state__cta{display:inline-block;padding:.5rem 1rem;font-size:.9rem;font-weight:600;color:#495057;background:#f1f3f5;border:1px solid #dee2e6;border-radius:8px;cursor:pointer;transition:background .2s,border-color .2s}.sidebar-empty-state__cta:hover{background:#e9ecef;border-color:#ced4da}.sidebar-empty-state__cta--primary{color:#fff;background:#0d6efd;border-color:#0d6efd}.sidebar-empty-state__cta--primary:hover{background:#0b5ed7;border-color:#0a58ca}@media (max-width: 1024px){.dashboard-grid{grid-template-columns:1fr}.dashboard-summary-container .summary-grid{grid-template-columns:repeat(2,1fr)}.dashboard-summary-container .summary-item{min-height:110px}.main-content,.sidebar-content{grid-column:1 / -1}}@media (max-width: 600px){.dashboard-summary-container .summary-grid{grid-template-columns:1fr}}.notification-area{display:flex;align-items:center;gap:10px}.filtered-amount-box{padding:5px 10px;border-radius:5px;font-size:.9rem;font-weight:700;color:#fff;min-width:80px;text-align:center}.paid-bg{background-color:#61b861}.pending-bg{background-color:#f7d268}.overdue-bg{background-color:#e57373}.today-button{padding:6px 12px;border-radius:6px;border:1px solid #0d6efd;background:#fff;color:#0d6efd;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .2s ease}.today-button:hover{background-color:#0d6efd;color:#fff}.projections-view{padding:2rem;background:#fff;border-radius:10px;box-shadow:0 1px 3px #00000014;margin-top:1rem}.projections-view__title{margin:0 0 .5rem;font-size:1.5rem;color:#343a40}.projections-view__text{margin:0;color:#6c757d}@media (max-width: 600px){.dashboard-container{padding-left:12px;padding-right:12px;box-sizing:border-box}.main-content,.sidebar-content,.period-header-card,.dashboard-summary-container,.filter-bar-wrapper,.calendar-container{width:100%;max-width:100%;box-sizing:border-box;min-width:0;margin-top:0}.dashboard-container{overflow-x:clip}}@media (max-width: 1280px){.summarySubheader{font-size:.8rem}}.delete-modal-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1rem}.delete-modal-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;text-align:center;position:relative}.delete-modal-btn-icon{display:none;font-size:1.1rem;line-height:1}@media (min-width: 769px){.delete-modal-btn-icon{display:inline-block}}.delete-modal-separator{height:1px;background-color:#e5e7eb;margin:.5rem 0}.delete-modal-section{display:flex;flex-direction:column;gap:.5rem}.delete-modal-section-title{font-size:.9rem;font-weight:600;color:#374151;margin:0}.delete-modal-info-text{font-size:.85rem;color:#6b7280;margin:-.25rem 0 .5rem;line-height:1.4;padding-left:.25rem}.delete-modal-info-text--warning{color:#dc2626;font-weight:500}.delete-modal-btn--cancel{background-color:#3b82f6}.delete-modal-btn--cancel:hover{background-color:#2563eb}.delete-modal-btn--terminate{background-color:#3b82f6}.delete-modal-btn--terminate:hover{background-color:#2563eb}.delete-modal-btn--danger{background-color:#dc2626}.delete-modal-btn--danger:hover{background-color:#b91c1c}@media (max-width: 768px){.delete-modal-info-text{font-size:.8rem;margin-top:.25rem}}.dashboard-grid-wrapper{display:flex;flex-direction:column;min-height:0;flex:1}@media (min-width: 1024px) and (max-width: 1428px){.dashboard-grid-wrapper{height:auto;min-height:0}.dashboard-grid{align-items:start;gap:1.25rem;padding-top:.75rem;height:auto;min-height:0;display:grid;grid-template-columns:1.6fr 1fr}.main-content{gap:.75rem;height:auto;min-height:0;display:flex;flex-direction:column}.sidebar-content{position:relative;top:0;display:flex;flex-direction:column;min-height:0;overflow:hidden}.upcoming-scroll-container{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden}.sidebar-header-block{flex-shrink:0}}@media (min-width: 1429px){.dashboard-container{height:100vh!important;overflow:hidden;padding-top:calc(60px + .05rem)!important}.dashboard-grid-wrapper{height:calc(100vh - 60px - .05rem);overflow-y:hidden;min-height:0}.dashboard-grid{align-items:start;height:100%;gap:1.25rem;padding-top:.3rem}.main-content .filter-bar-wrapper{margin-top:-.2rem!important}.sidebar-content{position:relative;top:0;max-height:none;height:auto;display:flex;flex-direction:column;min-height:0;overflow:hidden}.upcoming-scroll-container{flex:1 1 auto;min-height:0;overflow-y:auto!important;overflow-x:hidden}.main-content{overflow:hidden!important;display:flex;flex-direction:column;justify-content:flex-start;min-height:0;max-height:calc(100% + .15rem);gap:.3rem}.main-content .alerts-banner-container{margin-top:0}.calendar-container{overflow:hidden!important;width:100%;max-width:100%}.main-content .calendar-container{padding:.45rem .6rem .5rem!important}.main-content:has(.alerts-banner-container) .calendar-container{padding:.45rem .6rem .6rem!important}.calendar-grid{overflow:hidden!important;width:100%;max-width:100%}.calendar-navigation,.days-of-week-header{overflow:hidden;width:100%;max-width:100%}}@media (min-width: 1429px) and (max-height: 920px){.sidebar-content{max-height:calc(100vh - 70px)!important}}@media (max-width: 1428px){.dashboard-container{padding-top:calc(60px + .5rem)!important;padding-bottom:0!important}}.action-banner{margin-top:0!important}.alerts-banner-container{display:flex;gap:.75rem;margin-bottom:.5rem;margin-top:0;position:relative;width:100%;max-width:100%}@media (max-width: 768px){.alerts-banner-container{flex-direction:column;gap:.5rem}}.alerts-banner-container .action-banner{flex:1;min-width:0}.alerts-banner-container .action-banner--success{flex:1 1 100%!important;width:100%!important;max-width:100%!important}.action-banner--overdue{background:#fef2f2;border-color:#fecaca}.action-banner--success{background:#f0fdf4;border-color:#bbf7d0;justify-content:center}.action-banner--success .action-banner__text{color:#166534;font-weight:600;font-size:.95rem}.monthly-content-section{display:flex;flex-direction:column;gap:.5rem;margin-top:.15rem;width:100%;position:relative;z-index:1}@media (max-width: 1428px){.monthly-content-section{display:none!important}}.progress-card{background-color:#fff;padding:.45rem .75rem .6rem;border-radius:10px;box-shadow:0 2px 6px #0000000f;width:100%}.progress-card-title{font-size:.75rem;font-weight:600;color:#333;margin:0 0 .3rem;padding:0;line-height:1.2}.progress-bar-container{margin-bottom:.25rem}.progress-bar{width:100%;height:12px;background-color:#f3f4f6;border-radius:6px;overflow:hidden;display:flex;align-items:stretch;position:relative;isolation:isolate}.progress-segment{height:100%;transition:width .3s ease;min-width:0;flex-shrink:0;position:relative;z-index:1}.progress-segment--paid{background-color:#10b981}.progress-segment--pending{background-color:#f59e0b}.progress-segment--overdue{background-color:#ef4444}.progress-stats{font-size:.7rem;color:#666;margin-top:.25rem;margin-bottom:0;line-height:1.2;padding-bottom:.15rem}.progress-card--compact{padding:.4rem .75rem .55rem!important}.progress-compact-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem;gap:.5rem}.progress-compact-title{font-size:.75rem;font-weight:600;color:#333;line-height:1.2}.progress-compact-stats{font-size:.7rem;color:#666;line-height:1.2;white-space:nowrap}.progress-stat{display:inline-block}.progress-stat-label{font-weight:500;margin-right:.25rem}.upcoming-card{background-color:#fff;padding:.75rem 1rem;border-radius:10px;box-shadow:0 2px 6px #0000000f;width:100%}.upcoming-card-title{font-size:.85rem;font-weight:600;color:#333;margin:0 0 .5rem;padding:0}.upcoming-events-list{display:flex;flex-direction:column;gap:.5rem}.upcoming-event-item{padding:.5rem .75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease}.upcoming-event-item:hover{background-color:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px);box-shadow:0 2px 4px #0000000d}.upcoming-event-item:active{transform:translateY(0)}.upcoming-event-content{display:flex;flex-direction:column;gap:.35rem}.upcoming-event-title{font-size:.85rem;font-weight:600;color:#111827;line-height:1.3}.upcoming-event-details{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#6b7280;flex-wrap:wrap;line-height:1.3}.upcoming-event-amount{font-weight:600;color:#111827}.upcoming-event-date{color:#6b7280}.upcoming-event-days{font-weight:500;color:#059669;margin-left:auto}@media (min-width: 1429px) and (max-width: 1600px){.progress-card,.upcoming-card{padding:.875rem 1rem}}.landing-login{min-height:100vh;background:radial-gradient(1400px 700px at 15% -15%,rgba(59,130,246,.18),transparent 55%),radial-gradient(1000px 600px at 85% 5%,rgba(99,102,241,.14),transparent 55%),radial-gradient(800px 600px at 50% 105%,rgba(79,70,229,.08),transparent 55%),#070a12;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;position:relative;overflow:hidden}.landing-login:before,.landing-login:after{content:"";position:absolute;border-radius:50%;pointer-events:none;z-index:0}.landing-login:before{width:80vmax;height:80vmax;top:-30vmax;left:-20vmax;background:radial-gradient(circle,rgba(59,130,246,.12) 0%,transparent 58%)}.landing-login:after{width:60vmax;height:60vmax;bottom:-20vmax;right:-15vmax;background:radial-gradient(circle,rgba(99,102,241,.1) 0%,transparent 50%)}.landing-login__card{position:relative;z-index:1;width:100%;max-width:420px;padding:32px 28px;border:1px solid rgba(255,255,255,.06);border-radius:16px;box-shadow:0 4px 24px #00000059,0 0 0 1px #ffffff08 inset;background:#121216b3;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.landing-login__header{text-align:center;margin-bottom:24px;position:relative;z-index:1}.landing-login__logo-badge{display:inline-flex;align-items:center;justify-content:center;padding:20px;margin:0 auto 20px;background:#ffffff0f;border:1px solid rgba(99,102,241,.25);border-radius:24px;box-shadow:0 4px 24px #0000004d,0 0 40px #3b82f626,0 0 80px #6366f114;position:relative;width:160px;height:160px;box-sizing:border-box}.landing-login__logo-mask{display:block;width:130px;height:130px;background:linear-gradient(145deg,#38bdf8,#0ea5e9,#007bff 70%,#0369a1);mask-image:url(/nombu-mark.svg);mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-image:url(/nombu-mark.svg);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.landing-login__logo-fallback{display:none;width:130px;height:130px;object-fit:contain}@supports not (mask-image: url(/nombu-mark.svg)){.landing-login__logo-mask{display:none}.landing-login__logo-fallback{display:block}}.landing-login__title{font-size:2rem;font-weight:600;color:#f0f0f0;margin:0 0 4px;letter-spacing:-.02em}.landing-login__subtitle{font-size:.95rem;color:#fff9;margin:0}.landing-login__form{margin-top:8px;position:relative;z-index:1}.landing-login__footer{position:relative;z-index:1;margin-top:28px;display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.landing-login__footer a{font-size:.875rem;color:#ffffff80;text-decoration:none}.landing-login__footer a:hover{color:#fffc}@media (max-width: 480px){.landing-login{padding:16px}.landing-login__card{padding:24px 20px;border-radius:12px}.landing-login__logo-badge{padding:14px;margin-bottom:16px;border-radius:20px;width:128px;height:128px}.landing-login__logo-mask,.landing-login__logo-fallback{width:104px;height:104px}@supports not (mask-image: url(/nombu-mark.svg)){.landing-login__logo-fallback{width:104px;height:104px}}.landing-login__title{font-size:1.65rem}.landing-login__subtitle{font-size:.875rem}.landing-login__footer{margin-top:22px;gap:16px}}.auth-form{width:100%}.auth-form__title{font-size:1.25rem;font-weight:600;color:#f0f0f0;margin:0 0 16px;text-align:center}.auth-form__tabs{display:flex;gap:0;margin-bottom:20px;border-radius:10px;background:#ffffff0d;padding:4px}.auth-form__tab{flex:1;padding:10px 14px;border:2px solid transparent;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;background:transparent;color:#fff9;transition:background .2s,color .2s,border-color .2s,font-weight .2s}.auth-form__tab:hover{color:#ffffffd9}.auth-form__tab--active{background:#ffffff26;color:#fff;font-weight:600;border-color:#ffffff40}.auth-form__field{margin-bottom:14px}.auth-form__label{display:block;font-size:.85rem;color:#ffffffb3;margin-bottom:6px}.auth-form__input-wrap{position:relative}.auth-form__input{width:100%;height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#ffffff0f;color:#f0f0f0;font-size:.95rem;transition:border-color .2s,background .2s}.auth-form__input::placeholder{color:#ffffff59}.auth-form__input:hover{border-color:#ffffff2e}.auth-form__input:focus{outline:none;border-color:#ffffff40;background:#ffffff14}.auth-form__input:disabled{opacity:.6;cursor:not-allowed}.auth-form__input--error{border-color:#dc646499}.auth-form__toggle-pwd{position:absolute;right:12px;top:50%;transform:translateY(-50%);padding:4px 8px;border:none;border-radius:6px;background:transparent;color:#ffffff80;font-size:.75rem;cursor:pointer}.auth-form__toggle-pwd:hover{color:#fffc}.auth-form__help{font-size:.78rem;color:#ffffff73;margin-top:4px}.auth-form__message{margin-bottom:14px;padding:10px 12px;border-radius:10px;font-size:.875rem;line-height:1.4}.auth-form__message--error{background:#b4464633;color:#e8a0a0;border:1px solid rgba(200,100,100,.3)}.auth-form__message--success{background:#46825a33;color:#a0d8b0;border:1px solid rgba(80,140,100,.3)}.auth-form__actions{display:flex;flex-direction:column;gap:10px;margin-top:20px}.auth-form__btn{width:100%;height:44px;padding:0 18px;border:none;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background .2s,opacity .2s}.auth-form__btn:disabled{opacity:.6;cursor:not-allowed}.auth-form__btn--primary{background:#ffffff2e;color:#fff}.auth-form__btn--primary:hover:not(:disabled){background:#ffffff3d}.auth-form__forgot{display:block;margin-top:12px;font-size:.85rem;color:#ffffff80;text-decoration:none}.auth-form__forgot:hover{color:#fffc}.auth-form__error-cta{margin-top:12px;text-align:center}.auth-form__switch{margin-top:20px;padding-top:16px;border-top:1px solid rgba(255,255,255,.1);font-size:.9rem;color:#ffffffb3;text-align:center}.auth-form__link-btn{background:none;border:none;padding:0;font-size:inherit;font-weight:600;color:#ffffffe6;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.auth-form__link-btn:hover{color:#fff}@media (max-width: 480px){.auth-form__actions{margin-top:22px}}.navbar{position:sticky;top:0;z-index:100;background:#fffffff2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.08)}.navbar__container{max-width:1100px;margin:0 auto;padding:14px 40px;display:flex;justify-content:space-between;align-items:center;gap:2rem}.navbar__nav{display:flex;align-items:center;gap:2rem;flex:1;justify-content:center}.navbar__nav-link{color:#4a5568;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s;white-space:nowrap}.navbar__nav-link:hover{color:#1a1a1a}.navbar__logo{text-decoration:none;transition:opacity .2s;display:flex;align-items:center;gap:.5rem;background:transparent;padding:0;border:none}.navbar__logo img,.navbar__logo-img{height:64px;width:auto;display:block;background:transparent!important;border:none!important;outline:none;object-fit:contain;flex-shrink:0}.navbar__logo-text{font-size:1.65rem;font-weight:800;color:#1a1a1a;letter-spacing:.03em;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.navbar__logo:hover{opacity:.8}.navbar__actions{display:flex;align-items:center;gap:16px}.navbar__link{color:#4a5568;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s}.navbar__link:hover{color:#1a1a1a}.navbar__button{background:#2563eb;color:#fff;padding:10px 20px;border-radius:10px;text-decoration:none;font-size:.95rem;font-weight:500;transition:transform .15s ease}.navbar__button:hover{background:#1d4ed8;transform:translateY(-1px)}@media (max-width: 968px){.navbar__nav{display:none}}@media (max-width: 768px){.navbar__container{padding:12px 16px;gap:1rem}.navbar__logo img{height:52px}.navbar__logo-text{font-size:1.4rem}.navbar__link{font-size:.875rem}.navbar__button{padding:8px 16px;font-size:.875rem}}.hero{padding:120px 24px 140px;background:linear-gradient(to bottom,#fff,#f8fafc)}.hero__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:60px;align-items:center}.hero__content{display:flex;flex-direction:column;gap:24px}.hero__title{font-size:4rem;font-weight:800;line-height:1.1;color:#1a1a1a;letter-spacing:-.03em;margin:0}.hero__subtitle{font-size:1.375rem;line-height:1.6;color:#4a5568;margin:0}.hero__actions{display:flex;gap:16px;margin-top:8px;align-items:flex-start}.hero__microcopy{font-size:13px;color:#6b7280;margin-top:8px}.hero__cta-wrapper{display:flex;flex-direction:column;align-items:flex-start}.hero__trust-text{font-size:14px;color:#6b7280;margin-top:10px;margin-bottom:0;text-align:center;width:100%}.hero__button{padding:14px 28px;border-radius:10px;text-decoration:none;font-size:1rem;font-weight:600;transition:transform .15s ease;display:inline-block}.hero__button--primary{background:#2563eb;color:#fff}.hero__button--primary:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 8px 20px #2563eb4d}.hero__button--secondary{background:#fff;color:#2563eb;border:2px solid #2563eb}.hero__button--secondary:hover{background:#f0f7ff;transform:translateY(-2px)}.hero__image{display:flex;justify-content:center;align-items:center}.hero__dashboard-image{width:100%;max-width:100%;height:auto;border-radius:16px;box-shadow:0 30px 80px #00000026;display:block;object-fit:contain}.hero__dashboard-placeholder{aspect-ratio:16 / 10;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1.1rem;font-weight:500}@media (max-width: 968px){.hero__container{grid-template-columns:1fr;gap:40px}.hero__title{font-size:2.75rem}.hero__subtitle{font-size:1.125rem}.hero__actions{flex-direction:column}.hero__cta-wrapper{width:100%}.hero__button{width:100%;text-align:center}.hero__trust-text{text-align:center}}@media (max-width: 640px){.hero{padding:60px 16px 80px}.hero__title{font-size:2.25rem}.hero__subtitle{font-size:1rem}}.problem{padding:5rem 1.5rem;background:#fff}.problem__container{max-width:1100px;margin:0 auto;text-align:center}.problem__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:3rem;line-height:1.2}.problem__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem;max-width:900px;margin-left:auto;margin-right:auto}.problem__card{padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;transition:all .25s ease;text-align:center}.problem__card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000001f}.problem__icon{font-size:2rem;margin-bottom:.75rem}.problem__text{font-size:.95rem;color:#4b5563;line-height:1.5;margin:0}.problem__solution{font-size:1.125rem;color:#2563eb;font-weight:600;max-width:700px;margin:0 auto;line-height:1.6}@media (max-width: 968px){.problem__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.problem{padding:3rem 1.5rem}.problem__title{font-size:1.75rem;margin-bottom:2rem}.problem__grid{grid-template-columns:1fr;gap:1rem}.problem__solution{font-size:1rem}}.features{padding:80px 24px;background:#f8fafc}.features__container{max-width:1100px;margin:0 auto}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px}.features__card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000f;transition:all .25s ease;border:1px solid rgba(0,0,0,.05);text-align:center}.features__card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000001f}.features__icon{font-size:2.5rem;margin-bottom:1rem}.features__card-title{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.01em}.features__card-description{font-size:1rem;line-height:1.6;color:#4a5568;margin:0}@media (max-width: 768px){.features{padding:60px 16px}.features__grid{grid-template-columns:1fr;gap:20px}.features__card{padding:24px}}.how-it-works{padding:5rem 1.5rem;background:#fff}.how-it-works__container{max-width:1100px;margin:0 auto;text-align:center}.how-it-works__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.how-it-works__subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.how-it-works__card{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;transition:all .25s ease;text-align:center}.how-it-works__card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000001f}.how-it-works__icon{font-size:3rem;margin-bottom:1rem}.how-it-works__card-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .75rem;line-height:1.3}.how-it-works__card-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 968px){.how-it-works__grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.how-it-works{padding:3rem 1.5rem}.how-it-works__title{font-size:1.75rem}.how-it-works__subtitle{font-size:1rem}.how-it-works__card{padding:1.5rem}}.seo-section{padding:80px 24px;background:#fff}.seo-section__container{max-width:900px;margin:0 auto;text-align:center}.seo-section__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem;line-height:1.2}.seo-section__text{font-size:1.05rem;line-height:1.8;color:#374151;margin:0 0 1.2rem}.seo-section__text:last-of-type{margin-bottom:0}.seo-section__blog-link{margin-top:24px;font-size:13px;color:#6b7280}.seo-section__blog-link-anchor{color:#2563eb;text-decoration:none}.seo-section__blog-link-anchor:hover{text-decoration:underline}@media (max-width: 768px){.seo-section{padding:64px 16px}.seo-section__title{font-size:1.9rem}.seo-section__text{font-size:1rem}}.product-preview{padding:80px 24px;background:#fff}@media (min-width: 1024px){.product-preview{padding-top:100px;padding-bottom:100px}}.product-preview__container{max-width:1100px;margin:0 auto;text-align:center}.product-preview__title{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}@media (min-width: 1024px){.product-preview__title{font-size:2.75rem}}.product-preview__description{font-size:1.125rem;color:#4a5568;max-width:600px;margin:0 auto 48px}@media (min-width: 1024px){.product-preview__description{font-size:1.25rem;margin-bottom:60px}}.product-preview__image-container{width:100%;max-width:1200px;margin:0 auto;border-radius:16px;overflow:hidden;box-shadow:0 40px 100px #0000002e;background:#fff}.product-preview__image{width:100%;height:auto;display:block;object-fit:contain}.product-preview__placeholder{aspect-ratio:16 / 9;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;font-size:1.2rem;font-weight:500}@media (min-width: 1024px){.product-preview__image-container{box-shadow:0 40px 100px #0000002e}}@media (max-width: 768px){.product-preview{padding:60px 16px}.product-preview__title{font-size:2rem}.product-preview__description{font-size:1rem}}.before-after{padding:5rem 1.5rem;background-color:#fff}.before-after__container{max-width:1100px;margin:0 auto;text-align:center}.before-after__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:3rem;line-height:1.2}.before-after__image-container{margin-bottom:2rem}.before-after__image{width:100%;max-width:100%;height:auto;border-radius:16px;box-shadow:0 10px 40px #0000001a;display:block;margin:0 auto}.before-after__text{font-size:1.125rem;color:#6b7280;line-height:1.7;max-width:700px;margin:0 auto}@media (max-width: 768px){.before-after{padding:3rem 1.5rem}.before-after__title{font-size:1.75rem;margin-bottom:2rem}.before-after__text{font-size:1rem}}.use-cases{padding:5rem 1.5rem;background:#fff}.use-cases__container{max-width:1100px;margin:0 auto;text-align:center}.use-cases__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.use-cases__subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.use-cases__chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;max-width:800px;margin:0 auto}.use-cases__chip{background:#f3f4f6;border-radius:999px;padding:10px 18px;font-weight:500;font-size:.95rem;color:#374151;transition:background-color .2s,transform .1s}.use-cases__chip:hover{background:#e5e7eb;transform:translateY(-1px)}@media (max-width: 768px){.use-cases{padding:3rem 1.5rem}.use-cases__title{font-size:1.75rem}.use-cases__subtitle{font-size:1rem}.use-cases__chips{gap:.5rem}.use-cases__chip{font-size:.875rem;padding:8px 16px}}.who-is-it-for{padding:5rem 1.5rem;background:#fff}.who-is-it-for__container{max-width:1100px;margin:0 auto;text-align:center}.who-is-it-for__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1rem;line-height:1.2}.who-is-it-for__subtitle{font-size:1.125rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.who-is-it-for__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:3rem}.who-is-it-for__card{padding:2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000f;border:1px solid #e5e7eb;transition:all .25s ease;text-align:center}.who-is-it-for__card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000001f}.who-is-it-for__card-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .75rem;line-height:1.3}.who-is-it-for__card-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}@media (max-width: 968px){.who-is-it-for__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 768px){.who-is-it-for{padding:3rem 1.5rem}.who-is-it-for__title{font-size:1.75rem}.who-is-it-for__subtitle{font-size:1rem}.who-is-it-for__grid{grid-template-columns:1fr;gap:1rem}.who-is-it-for__card{padding:1.5rem}}.benefits{padding:90px 24px;background:#f9fafb}.benefits__container{max-width:1100px;margin:0 auto}.benefits__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.benefits__card{text-align:center;padding:28px;background:#fff;border-radius:14px;box-shadow:0 15px 40px #00000014;transition:all .25s ease;border:1px solid rgba(0,0,0,.05)}.benefits__icon{font-size:3rem;margin-bottom:1rem}.benefits__card:hover{transform:translateY(-4px);box-shadow:0 20px 45px #0000001f}.benefits__card-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 12px;letter-spacing:-.01em}.benefits__card-description{font-size:1rem;line-height:1.6;color:#4a5568;margin:0}@media (max-width: 968px){.benefits__grid{grid-template-columns:1fr;gap:24px}}@media (max-width: 768px){.benefits{padding:60px 16px}.benefits__card{padding:32px 20px}}.faq{padding:80px 24px;background:#f9fafb}.faq__container{max-width:900px;margin:0 auto}.faq__title{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:2rem;text-align:center;line-height:1.2}.faq__list{display:flex;flex-direction:column;gap:12px}.faq__blog-link{margin-top:24px;font-size:13px;color:#6b7280;text-align:center}.faq__blog-link-anchor{color:#2563eb;text-decoration:none}.faq__blog-link-anchor:hover{text-decoration:underline}.faq__item{border-radius:12px;background:#fff;border:1px solid #e5e7eb;overflow:hidden;transition:box-shadow .2s ease,transform .15s ease}.faq__item--open{box-shadow:0 14px 35px #0f172a1f;transform:translateY(-2px)}.faq__question{width:100%;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-size:1.05rem;font-weight:600;color:#111827;background:transparent;border:none;cursor:pointer;text-align:left}.faq__icon{font-size:1.5rem;color:#6b7280}.faq__answer-wrapper{overflow:hidden;transition:max-height .25s ease,opacity .25s ease}.faq__answer{padding:0 20px 18px;font-size:.98rem;line-height:1.7;color:#4b5563;margin:0}@media (max-width: 768px){.faq{padding:64px 16px}.faq__title{font-size:1.9rem}.faq__question{font-size:1rem;padding:16px}.faq__answer{padding:0 16px 16px}}.cta{padding:100px 24px;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;text-align:center}.cta__container{max-width:1100px;margin:0 auto}.cta__title{font-size:2.5rem;font-weight:700;margin:0 0 32px;letter-spacing:-.02em}.cta__subtitle{font-size:1.05rem;color:#e5e7eb;margin:0 0 28px}.cta__button{display:inline-block;padding:16px 40px;background:#fff;color:#2563eb;border-radius:10px;text-decoration:none;font-size:1.125rem;font-weight:600;transition:transform .15s ease}.cta__button:hover{transform:translateY(-1px);box-shadow:0 8px 24px #0003}@media (max-width: 768px){.cta{padding:80px 16px}.cta__title{font-size:2rem}.cta__button{padding:14px 32px;font-size:1rem}}.footer{padding:48px 24px;background:#1a1a1a;color:#ffffffb3}.footer__container{max-width:1100px;margin:0 auto;text-align:center}.footer__logo{display:inline-flex;align-items:center;gap:.5rem;margin-bottom:24px;transition:opacity .2s;background:transparent;padding:0;border:none;text-decoration:none}.footer__logo:hover{opacity:.8}.footer__logo img,.footer__logo-img{height:36px;width:auto;display:block;background:transparent!important;border:none!important;outline:none;object-fit:contain;flex-shrink:0}.footer__logo-text{font-size:1.25rem;font-weight:800;color:#ffffffe6;letter-spacing:.03em;line-height:1.2;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.footer__links{display:flex;justify-content:center;gap:32px;margin-bottom:24px;flex-wrap:wrap}.footer__seo-line{font-size:13px;color:#9ca3af;text-align:center;margin:0 0 10px}.footer__link{color:#ffffffb3;text-decoration:none;font-size:.95rem;transition:color .2s}.footer__link:hover{color:#fff}.footer__copyright{font-size:.875rem;color:#ffffff80;margin:0}@media (max-width: 768px){.footer{padding:40px 16px}.footer__links{gap:24px}}.landing-page{min-height:100vh;background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:#111827;line-height:1.6}.landing-page section{scroll-margin-top:110px}html{scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0;padding:0}.blog{min-height:100vh;padding:80px 24px;background:#fff}.blog__container{max-width:1100px;margin:0 auto}.blog__title{font-size:2.5rem;font-weight:800;color:#111827;margin-bottom:1rem;letter-spacing:-.03em}.blog__subtitle{font-size:1.05rem;color:#4b5563;margin-bottom:2.5rem;max-width:620px}.blog__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.blog__card{padding:20px 22px;border-radius:14px;background:#f9fafb;border:1px solid #e5e7eb;transition:box-shadow .2s ease,transform .15s ease,background-color .2s ease}.blog__card:hover{background:#fff;box-shadow:0 16px 40px #0f172a1f;transform:translateY(-3px)}.blog__card-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0 0 .4rem}.blog__card-description{font-size:.98rem;color:#4b5563;margin:0;line-height:1.7}@media (max-width: 768px){.blog{padding:64px 16px}.blog__title{font-size:2rem}.blog__grid{grid-template-columns:1fr}}#root,.App{min-height:100vh}.my-toast{font-size:.85rem!important;padding:8px 12px!important}.Toastify__toast-container--bottom-right{bottom:150px!important;right:24px!important}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
