.dashboard-container{max-width:1200px;margin:0 auto}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:32px}.dashboard-header h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:4px}.dashboard-header .subtitle{color:#64748b;font-size:.95rem}.btn-secondary{background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;box-shadow:var(--shadow-sm);transition:all .2s}.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.kpi-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:24px}.kpi-card{padding:24px;border-radius:var(--radius-lg);display:flex;flex-direction:column;box-shadow:var(--shadow-md);min-height:160px}.kpi-card.white{background:#fff;border:1px solid #f1f5f9}.kpi-card.dark{background:#0f172a;color:#fff}.kpi-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:.85rem;font-weight:600;color:#64748b}.kpi-card.dark .kpi-header{color:#94a3b8}.kpi-icon-bg{width:32px;height:32px;border-radius:8px;background:#f1f5f9;display:flex;align-items:center;justify-content:center;color:#64748b}.kpi-icon-bg.success{background:#10b9811a;color:var(--color-success)}.kpi-icon-bg.danger{background:#ef44441a;color:var(--color-danger)}.kpi-value{font-size:1.75rem;font-weight:700;margin-bottom:auto}.kpi-footer{display:flex;justify-content:space-between;align-items:center;font-size:.75rem;color:#94a3b8;margin-top:12px}.kpi-footer a{text-decoration:none;font-weight:600;color:#0f172a}.progress-container{width:100%;height:6px;background:#ffffff1a;border-radius:3px;margin-top:12px}.progress-bar{height:100%;background:var(--color-primary);border-radius:3px}.action-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:32px}.action-item{background:#fff;border:1px solid #f1f5f9;padding:24px;border-radius:var(--radius-lg);display:flex;flex-direction:column;align-items:center;gap:12px;cursor:pointer;transition:all .2s;box-shadow:var(--shadow-sm)}.action-item:hover{transform:translateY(-2px);box-shadow:var(--shadow-md);border-color:var(--color-primary)}.action-icon-wrapper{width:48px;height:48px;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;color:#64748b}.action-icon-wrapper.danger-light{background:#fef2f2;color:#ef4444}.action-icon-wrapper.success-light{background:#f0fdf4;color:#16a34a}.action-item span{font-size:.875rem;font-weight:600;color:#1e293b}.dashboard-section{background:#fff;border-radius:var(--radius-lg);padding:24px;box-shadow:var(--shadow-md);margin-bottom:24px}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.flex-align{display:flex;align-items:center;gap:16px}.icon-circle{width:40px;height:40px;background:#f0fdf4;color:#16a34a;border-radius:50%;display:flex;align-items:center;justify-content:center}.section-header h3{font-size:1.1rem;font-weight:700;margin:0}.section-header p{font-size:.85rem;color:#64748b;margin:0}.status-badge-inline{padding:4px 12px;border-radius:20px;font-size:.75rem;font-weight:700}.status-badge-inline.success{background:#f0fdf4;color:#16a34a}.empty-state{text-align:center;padding:40px 0}.check-large{color:#e2e8f0;margin-bottom:16px}.empty-state p{font-weight:600;color:#1e293b;margin-bottom:4px}.empty-state small{color:#64748b}.bottom-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px}.section-header-simple{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.section-header-simple h3{font-size:1rem;font-weight:700}.section-header-simple a{font-size:.85rem;color:#64748b;text-decoration:none}.search-mini{margin-bottom:16px}.search-mini input{width:100%;padding:10px 16px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.vencimiento-item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #f1f5f9}.vencimiento-avatar{width:40px;height:40px;background:#f1f5f9;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:#64748b}.vencimiento-info{flex:1}.vencimiento-info .name{font-size:.875rem;font-weight:700;margin-bottom:2px}.vencimiento-info .desc{font-size:.75rem;color:#64748b}.vencimiento-status{text-align:right}.vencimiento-status .amount{font-weight:700;font-size:.9rem}.status-tag{font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px}.status-tag.danger{background:#fef2f2;color:#ef4444}.icon-box-green{background:#22c55e;width:24px;height:24px;border-radius:6px;display:flex;align-items:center;justify-content:center;color:#fff}.recent-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9}.recent-info .name{font-size:.8rem;font-weight:700;margin-bottom:2px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.recent-info .time{font-size:.7rem;color:#94a3b8}.recent-item .amount{font-weight:700;font-size:.85rem;color:#334155}.loading{display:flex;justify-content:center;align-items:center;height:100%;color:#64748b}.link-btn{background:transparent;border:none;color:#64748b;font-size:.85rem;font-weight:600;cursor:pointer;padding:0;display:inline-flex;align-items:center;gap:4px}.link-btn:hover{color:#0f172a;text-decoration:underline}.remaining-text{font-weight:700;color:#3b82f6;margin-left:8px}.section-subtitle{font-size:.8rem;color:#94a3b8;margin-top:-10px;margin-bottom:15px}.empty-msg{padding:20px 0;color:#94a3b8;font-size:.875rem;text-align:center;font-style:italic}.btn-secondary.active{background:#0f172a!important;color:#fff!important}.kpi-footer .remaining-text{font-size:.7rem}.vencimiento-status .amount{display:block;font-weight:700;margin-bottom:4px}.recent-actions{border-top:1px solid #f1f5f9;padding-top:15px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:500px;max-height:90vh;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;display:flex;flex-direction:column}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#f1f5f9;border-radius:4px}.modal-content::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.modal-header{padding:24px;border-bottom:1px solid #f1f5f9;position:relative;display:flex;flex-direction:column;gap:4px}.modal-close-btn{position:absolute;top:24px;right:24px;background:transparent;border:none;color:#64748b;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.modal-close-btn:hover{background:#f1f5f9;color:#0f172a}.modal-badge{font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.modal-badge.gold{color:#d4af37}.modal-badge.green{color:#16a34a}.modal-badge.red{color:#ef4444}.modal-title{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0}.modal-subtitle{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b;margin-top:8px}.concept-pill{background:#f8fafc;border:1px solid #e2e8f0;padding:4px 8px;border-radius:4px;font-weight:600;color:#475569;font-size:.75rem}.modal-body{padding:24px;display:flex;flex-direction:column;gap:20px;overflow-y:auto;flex:1}.payment-type-selector{display:flex;gap:12px}.type-card{flex:1;border:1px solid #e2e8f0;border-radius:12px;padding:16px;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:4px;position:relative}.type-card.selected{background:#0f172a;border-color:#0f172a;color:#fff}.type-card .card-title{font-weight:700;font-size:.85rem;color:#0f172a}.type-card.selected .card-title{color:#fff}.type-card .card-desc{font-size:.75rem;color:#64748b}.type-card.selected .card-desc{color:#94a3b8}.radio-circle{position:absolute;top:16px;right:16px;width:16px;height:16px;border-radius:50%;border:2px solid #cbd5e1}.type-card.selected .radio-circle{border:none;background:#d4af37;display:flex;align-items:center;justify-content:center}.form-row{display:flex;gap:16px}.form-group{display:flex;flex-direction:column;gap:8px;flex:1}.form-group label{font-size:.85rem;font-weight:600;color:#334155}.form-input,.form-select{padding:12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;color:#0f172a;outline:none;transition:border-color .2s;width:100%;box-sizing:border-box}.form-input::placeholder{color:#94a3b8}.form-input:focus,.form-select:focus{border-color:#3b82f6}.input-hint{font-size:.7rem;color:#94a3b8;margin-top:-4px}.info-banner{background:#fefce8;border:1px solid #fef08a;border-radius:8px;padding:16px;display:flex;gap:12px;color:#422006;font-size:.85rem;font-weight:500}.info-banner .icon{background:#0f172a;color:#fff;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.channel-selector{display:flex;gap:8px}.channel-btn{flex:1;padding:12px 8px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:.75rem;font-weight:700;color:#64748b;cursor:pointer;transition:all .2s}.channel-btn.active{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.modal-footer{padding:24px;border-top:1px solid #f1f5f9;display:flex;justify-content:flex-end;gap:16px;background:#fcfcfc;border-radius:0 0 16px 16px}.btn-cancel{background:transparent;border:none;font-weight:700;color:#0f172a;padding:12px 24px;cursor:pointer}.btn-confirm-gold{background:#d4af37;color:#0f172a;border:none;border-radius:8px;padding:12px 24px;font-weight:700;font-size:.9rem;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:0 4px 6px #d4af3733}.notification-toast{position:fixed;top:2rem;right:2rem;display:flex;align-items:center;gap:1rem;padding:1rem 1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:var(--radius-lg);box-shadow:0 10px 25px -5px #0000001a;z-index:2000;animation:slideIn .3s ease-out;border:1px solid var(--color-border)}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.notification-toast p{margin:0;font-weight:500;font-size:.9rem;color:var(--color-text-main)}.notification-icon{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:.8rem}.notification-toast.success .notification-icon{background:var(--color-success)}.notification-toast.error .notification-icon{background:var(--color-danger)}.notification-toast.info .notification-icon{background:var(--color-primary)}.caja-container{display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafaf9}.caja-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.caja-title-row{display:flex;align-items:center;gap:16px}.month-nav{display:flex;align-items:center;background:#fff;padding:2px 4px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #0000000d}.month-input-gold{border:none;background:transparent;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;color:#b45309;padding:4px 8px;outline:none;cursor:pointer}.month-input-gold::-webkit-calendar-picker-indicator{cursor:pointer;filter:invert(48%) sepia(79%) saturate(2476%) hue-rotate(1deg) brightness(118%) contrast(119%)}.caja-title-row h1{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:#0f172a;margin:0;line-height:1.2}.status-dot{width:10px;height:10px;border-radius:50%}.caja-subtitle{color:#64748b;font-size:.85rem;margin-top:6px;margin-left:22px}.text-blue-link{color:#3b82f6;cursor:pointer}.caja-top-actions{display:flex;gap:12px}.btn-red-filled,.btn-yellow-filled,.btn-orange-filled{padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;border:none;cursor:pointer}.btn-red-filled{background:#e11d48;color:#fff}.btn-yellow-filled{background:#fef08a;color:#854d0e}.btn-yellow-filled:hover{background:#fde047}.btn-red-filled:hover{background:#be123c}.currency-toggle-row{display:flex;align-items:center;gap:12px;margin-bottom:24px}.currency-toggle-row .label{font-size:.85rem;color:#64748b}.currency-toggle-group{display:flex;background:#fff;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.toggle-btn{padding:6px 16px;font-size:.85rem;font-weight:600;background:#fff;border:none;color:#64748b;cursor:pointer;border-right:1px solid #e2e8f0}.toggle-btn:last-child{border-right:none}.toggle-btn.active{background:#0f172a;color:#fff}.currency-note{font-size:.8rem;color:#94a3b8;display:flex;align-items:center;gap:4px}.currency-note:before{content:"ⓘ";font-size:1rem}.caja-summary-cards{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-bottom:24px}.summary-card{background:#fff;padding:16px;border-radius:8px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #00000005;display:flex;flex-direction:column;gap:8px}.summary-card .card-label{font-size:.75rem;font-weight:600;color:#64748b;letter-spacing:.05em}.summary-card .card-value{font-size:1.25rem;font-weight:700;color:#0f172a}.summary-card.green{background:#f0fdf4;border-color:#dcfce7}.summary-card.green .card-label,.summary-card.green .card-value{color:#16a34a}.summary-card.blue{background:#eff6ff;border-color:#dbeafe}.summary-card.blue .card-label,.summary-card.blue .card-value{color:#2563eb}.summary-card.orange{background:#fffbeb;border-color:#fef3c7}.summary-card.orange .card-label,.summary-card.orange .card-value{color:#d97706}.summary-card.red{background:#fff1f2;border-color:#ffe4e6}.summary-card.red .card-label,.summary-card.red .card-value{color:#e11d48}.summary-card.dark{background:#0f172a;border-color:#0f172a}.summary-card.dark .card-label{color:#94a3b8}.summary-card.dark .card-value{color:#fff}.caja-filters{display:flex;gap:12px;margin-bottom:16px}.filter-select{padding:8px 32px 8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#475569;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") no-repeat right 8px center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.date-filter-group{display:flex;align-items:center;gap:8px;color:#94a3b8}.filter-date{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#475569}.caja-table-wrapper{background:#fff;border-radius:8px;border:1px solid #e2e8f0;max-height:310px;min-height:120px;overflow-y:auto;margin-bottom:24px;box-shadow:0 1px 3px #0000000d;flex-shrink:0}.caja-table-wrapper::-webkit-scrollbar{width:6px}.caja-table-wrapper::-webkit-scrollbar-track{background:#f1f5f9}.caja-table-wrapper::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.caja-table-wrapper .caja-table thead{position:sticky;top:0;z-index:10}.caja-table{width:100%;border-collapse:collapse}.caja-table th{background:#f8fafc;padding:12px 16px;text-align:left;font-size:.75rem;font-weight:600;color:#64748b;border-bottom:1px solid #e2e8f0;letter-spacing:.05em}.caja-table td{padding:16px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.85rem;color:#334155}.caja-table tr:last-child td{border-bottom:none}.caja-table tr:hover td{background-color:#f8fafc}.badge-cobro{background:#f0fdf4;color:#16a34a;padding:4px 8px;border-radius:4px;font-weight:600;font-size:.75rem}.badge-gasto{background:#fff1f2;color:#e11d48;padding:4px 8px;border-radius:4px;font-weight:600;font-size:.75rem}.category-pill-light{background:#f1f5f9;padding:4px 8px;border-radius:4px;font-size:.75rem}.concept-cell{display:flex;flex-direction:column;gap:2px}.concept-title{font-weight:600;color:#0f172a}.concept-client{color:#94a3b8;font-size:.75rem}.method-pill-blue{background:#eff6ff;color:#2563eb;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.text-center{text-align:center}.text-green-bold{color:#16a34a;font-weight:700}.text-red-bold{color:#e11d48;font-weight:700}.text-muted-small{color:#cbd5e1;font-size:.75rem;font-style:italic}.actions-cell{display:flex;gap:8px;justify-content:center}.icon-btn{background:transparent;border:none;cursor:pointer;padding:4px;border-radius:4px}.icon-btn.blue{color:#3b82f6}.icon-btn.blue:hover{background:#eff6ff}.icon-btn.red{color:#ef4444}.icon-btn.red:hover{background:#fef2f2}.fixed-expenses-panel{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d;overflow:hidden;margin-bottom:24px;flex-shrink:0;min-height:300px}.fixed-expenses-header{padding:20px;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#f8fafc}.fe-title-box{display:flex;align-items:center;gap:16px}.fe-icon-bg{background:#ffedd5;padding:12px;border-radius:10px;display:flex;align-items:center;justify-content:center}.fe-title-box h2{font-size:1.1rem;color:#0f172a;margin:0}.fe-title-box p{font-size:.75rem;color:#94a3b8;margin:4px 0 0;letter-spacing:.05em;font-weight:600}.fe-actions{display:flex;align-items:center;gap:16px}.month-picker{background:#fff;border:1px solid #e2e8f0;padding:8px 12px;border-radius:6px;display:flex;align-items:center;gap:8px;font-size:.85rem;color:#475569;cursor:pointer}.btn-orange-filled{background:#f97316;color:#fff}.btn-orange-filled:hover{background:#ea580c}.fixed-expenses-list{padding:0 20px;max-height:250px;overflow-y:auto}.fixed-expenses-list::-webkit-scrollbar{width:6px}.fixed-expenses-list::-webkit-scrollbar-thumb{background:#e2e8f0;border-radius:10px}.fe-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f1f5f9}.fe-row:last-child{border-bottom:none}.fe-row-left{display:flex;align-items:flex-start;gap:12px}.fe-name{margin:0 0 6px;font-weight:600;color:#0f172a}.fe-badge{background:#fef9c3;color:#ca8a04;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:700;letter-spacing:.05em}.fe-amount{font-weight:700;color:#0f172a}.fixed-expenses-list-container{padding:0;overflow:hidden}.fixed-expenses-table{width:100%;border-collapse:collapse}.fixed-expenses-table th{background:#f8fafc;padding:12px 20px;text-align:left;font-size:.7rem;font-weight:600;color:#94a3b8;border-bottom:1px solid #e2e8f0;letter-spacing:.05em}.fixed-expenses-table td{padding:14px 20px;border-bottom:1px solid #f1f5f9;vertical-align:middle;font-size:.85rem}.fixed-expenses-table tr:hover td{background-color:#fcfcfc}.fe-category-cell{display:flex;align-items:center;gap:10px}.fixed-expenses-footer{display:grid;grid-template-columns:repeat(3,1fr);background:#f8fafc;padding:24px;border-top:1px solid #e2e8f0;text-align:center}.footer-amount-col{display:flex;flex-direction:column;gap:8px}.footer-label{font-size:.75rem;font-weight:600;color:#94a3b8;letter-spacing:.05em}.footer-value{font-size:1.2rem;font-weight:700}.footer-value.text-green{color:#16a34a}.footer-value.text-orange{color:#f97316}.footer-value.text-blue{color:#3b82f6}.category-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.cat-card{border:1px solid #e2e8f0;padding:12px;border-radius:8px;display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.9rem;color:#475569;transition:all .2s}.cat-card:hover{background:#f8fafc}.cat-card.active-orange{border-width:2px;border-color:#f97316;background:#ffedd5;color:#ea580c;font-weight:600}.currency-input-group{display:flex;border:1px solid #e2e8f0;border-radius:6px;overflow:hidden}.currency-select{border:none;background:#f8fafc;padding:0 12px;border-right:1px solid #e2e8f0;outline:none}.currency-input-group .form-input{border:none;border-radius:0;width:100%}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:var(--radius-md);width:100%;max-width:500px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column}.modal-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--color-border);display:flex;justify-content:space-between;align-items:center}.modal-header h3{margin:0;font-size:1.1rem}.close-btn{font-size:1.5rem;color:var(--color-text-muted)}.modal-body{padding:1.5rem}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.85rem;font-weight:500;color:var(--color-text-muted);margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background-color:#f8fafc}.modal-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--color-border);display:flex;justify-content:flex-end;gap:.75rem}.btn-secondary{padding:.6rem 1.2rem;border-radius:var(--radius-sm);background-color:#f1f5f9;color:#475569;font-weight:500}.clients-container{max-width:1200px;margin:0 auto}.page-header-alt{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.page-header-alt h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin-bottom:4px}.page-header-alt .subtitle{color:#64748b;font-size:.9rem}.header-actions{display:flex;gap:12px}.dropdown-btn{background:#fff;border:1px solid #e2e8f0;padding:8px 16px;border-radius:8px;font-size:.875rem;font-weight:600;color:#1e293b;display:flex;align-items:center;gap:8px;cursor:pointer;box-shadow:var(--shadow-sm)}.btn-primary-gold{background-color:var(--color-primary);color:#fff;padding:8px 16px;border-radius:8px;font-weight:700;font-size:.875rem;display:flex;align-items:center;gap:8px;box-shadow:0 4px 10px #0064b433;transition:all .2s}.btn-primary-gold:hover{background-color:var(--color-primary-dark);transform:translateY(-1px)}.table-card{background:#fff;border-radius:var(--radius-lg);box-shadow:var(--shadow-md);border:1px solid #f1f5f9;overflow:hidden}.table-filters{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #f1f5f9;background-color:#fcfcfc}.search-box{position:relative;flex:1;max-width:500px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#94a3b8}.search-box input{width:100%;padding:10px 10px 10px 40px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.filter-select-container{position:relative;display:flex;align-items:center}.filter-select-native{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;padding:8px 36px 8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.825rem;color:#64748b;cursor:pointer;min-width:160px;font-family:inherit}.filter-select-icon{position:absolute;right:12px;pointer-events:none;color:#94a3b8}.filter-select{background:#fff;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.825rem;color:#64748b;display:flex;align-items:center;gap:8px;cursor:pointer}.premium-table{width:100%;border-collapse:collapse}.premium-table th{text-align:left;padding:16px 24px;font-size:.675rem;font-weight:700;color:#94a3b8;letter-spacing:.05em;background-color:#fcfcfc}.premium-table td{padding:16px 24px;border-bottom:1px solid #f8fafc;vertical-align:middle}.client-cell{display:flex;align-items:center;gap:12px}.client-avatar{width:36px;height:36px;background:#0f172a;color:#fff;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.client-name{font-weight:700;color:#1e293b;font-size:.825rem;margin-bottom:2px}.client-email{font-size:.7rem;color:#94a3b8}.text-id,.text-phone{font-size:.825rem;color:#475569}.badge-status-dot{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:600;color:#334155;background:#f1f5f9;padding:4px 10px;border-radius:20px;width:fit-content}.badge-status-dot:before{content:"";width:6px;height:6px;border-radius:50%;background:#2563eb}.badge-status-dot.active:before{background:#3b82f6}.cases-count{font-weight:500;color:#64748b;font-size:.85rem}.amount-red{color:#ef4444;font-weight:700;font-size:.875rem;margin:0}.cases-sub{font-size:.675rem;color:#94a3b8;margin:0}.actions-cell{text-align:right}.action-group{display:flex;justify-content:flex-end;gap:12px}.action-group button{color:#94a3b8;transition:all .2s}.action-group .icon-btn-whatsapp:hover{color:#22c55e}.action-group .icon-btn-edit:hover{color:#1e293b}.action-group .icon-btn-delete:hover{color:#ef4444}.premium-form{padding:8px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.75rem;font-weight:700;color:#64748b;margin-bottom:6px;text-transform:uppercase;letter-spacing:.025em}.form-group input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.875rem}.form-group input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #c9a45c1a}.btn-save{background-color:var(--color-primary);color:#fff;width:100%;padding:12px;border-radius:8px;font-weight:700;margin-top:12px}.cases-container{max-width:1200px;margin:0 auto}.table-filters-multi{padding:16px 24px;display:flex;justify-content:space-between;align-items:center;gap:20px;background-color:#fcfcfc}.filters-right{display:flex;gap:8px;flex:1;justify-content:flex-end}.filter-select-alt{background:#fff;padding:8px 12px;border:1px solid #e2e8f0;border-radius:8px;font-size:.825rem;color:#64748b;display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:160px}.legend-strip{padding:12px 24px;display:flex;gap:24px;border-bottom:1px solid #f1f5f9}.legend-item{display:flex;align-items:center;gap:8px;font-size:.7rem;font-weight:600;color:#94a3b8}.dot{width:8px;height:8px;border-radius:2px}.dot.blue{background:#3b82f6}.dot.purple{background:#a855f7}.premium-table-alt{width:100%;border-collapse:collapse}.premium-table-alt th{text-align:left;padding:16px 24px;font-size:.75rem;font-weight:700;color:#94a3b8}.premium-table-alt td{padding:16px 24px;border-bottom:1px solid #f8fafc}.expediente-cell{display:flex;gap:16px;position:relative}.connector{width:3px;height:40px;border-radius:4px}.connector.root{background:#3b82f6}.connector.derived{background:#a855f7}.corner-icon{color:#a855f7;margin-right:4px}.exp-title{font-weight:700;font-size:.875rem;color:#1e293b;margin-bottom:2px;text-transform:capitalize}.exp-meta{font-size:.75rem;color:#94a3b8;display:flex;align-items:center;gap:8px}.badge-purple{background:#f5f3ff;color:#7c3aed;font-size:.65rem;font-weight:800;padding:2px 6px;border-radius:4px}.client-mini .client-name-small{font-weight:700;font-size:.825rem;color:#1e293b;margin:0}.client-mini .client-sub{font-size:.7rem;color:#94a3b8;margin:0}.modality-badge{background:#f1f5f9;color:#475569;font-size:.75rem;font-weight:600;padding:4px 10px;border-radius:6px}.recaudacion-cell{width:120px}.progress-mini{width:100%;height:4px;background:#f1f5f9;border-radius:2px;margin:6px 0}.progress-fill{height:100%;background:#3b82f6;border-radius:2px}.percent-text{font-size:.75rem;font-weight:700;color:#94a3b8}.amount-mini{font-size:.75rem;font-weight:700;color:#1e293b}.badge-pill{font-size:.75rem;font-weight:700;padding:4px 12px;border-radius:20px;display:inline-flex;align-items:center;gap:6px}.badge-pill.en-plazo{background:#22c55e;color:#fff}.badge-pill.próximo-a-vencer{background:#f97316;color:#fff}.badge-pill.en-riesgo{background:#ea580c;color:#fff}.badge-pill.vencido{background:#dc2626;color:#fff}.badge-pill.en-mora{background:#581c87;color:#fff}.badge-pill.completado{background:#0ea5e9;color:#fff}.badge-pill.cerrado{background:#64748b;color:#fff}.badge-pill:before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.create-case-container{background-color:#f7f6f1;min-height:100vh;padding:40px;font-family:Inter,sans-serif;color:#1e293b}.create-case-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px}.create-case-title-area{display:flex;align-items:center;gap:16px}.create-case-icon{background-color:#1a2235;color:#e5c07b;width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center}.create-case-title h1{font-size:24px;font-weight:700;margin:0 0 4px;font-family:Playfair Display,serif;color:#1a2235}.create-case-title p{margin:0;font-size:14px;color:#64748b}.btn-back-link{background:none;border:none;font-size:12px;font-weight:600;color:#1a2235;cursor:pointer;display:flex;align-items:center;gap:6px;letter-spacing:.5px}.btn-back-link:hover{text-decoration:underline}.create-case-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 20px #00000008;overflow:hidden;border:1px solid #e2e8f0}.steps-header{display:flex;padding:30px 40px;border-bottom:1px solid #f1f5f9;flex-direction:column;gap:15px}.steps-indicators{display:flex;gap:10px;align-items:center}.step-btn{flex:1;padding:12px 0;text-align:center;border-radius:30px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s;border:1px solid #e2e8f0;background-color:#fff;color:#64748b}.step-btn.active{background-color:#1a2235;color:#fff;border-color:#1a2235}.steps-header p{margin:0;font-size:13px;color:#94a3b8}.step-content{padding:40px}.section-title{display:flex;align-items:center;gap:12px;font-size:14px;font-weight:700;color:#334155;margin-bottom:30px;letter-spacing:.5px}.step-number{background-color:#1a2235;color:#fff;font-size:11px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.form-group-c{display:flex;flex-direction:column;gap:8px}.form-group-c label{font-size:13px;font-weight:600;color:#475569}.form-group-c label span{color:#ef4444}.form-group-c input,.form-group-c select{padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:14px;color:#1e293b;outline:none;background:#fdfdfd;transition:border-color .2s}.form-group-c input:focus,.form-group-c select:focus{border-color:#cbd5e1}.optional-section{margin-top:40px}.optional-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.optional-badge{background-color:#d4af37;color:#fff;font-size:11px;font-weight:700;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.optional-badge.blue{background-color:#3b82f6}.optional-title{font-size:13px;font-weight:700;color:#334155;letter-spacing:.5px}.optional-desc{font-size:13px;color:#94a3b8;font-weight:400}.checkbox-card{border:1px solid #fde68a;background-color:#fefce8;border-radius:8px;padding:16px 20px;display:flex;align-items:center;gap:12px}.checkbox-card.blue-tint{border:1px solid #bfdbfe;background-color:#eff6ff}.checkbox-card input[type=checkbox]{width:16px;height:16px;accent-color:#1a2235;cursor:pointer}.checkbox-card label{font-size:14px;font-weight:600;color:#1e293b;cursor:pointer;flex:1}.step-footer{padding:24px 40px;border-top:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;background:#fafaf9}.footer-info{display:flex;align-items:center;gap:8px;font-size:12px;font-weight:600;color:#10b981}.footer-actions{display:flex;align-items:center;gap:16px}.btn-secondary{background:#fff;border:1px solid #e2e8f0;color:#64748b;padding:10px 20px;border-radius:30px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f8fafc}.btn-primary-dark{background:#1a2235;border:1px solid #1a2235;color:#fff;padding:10px 24px;border-radius:30px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.btn-primary-dark:hover{background:#28344e}.btn-disabled-hint{background:#f1f5f9;border:1px solid #e2e8f0;color:#94a3b8;padding:10px 20px;border-radius:30px;font-size:12px;font-weight:600}.payment-card{border:1px solid #f1f5f9;background-color:#fafaf9;border-radius:12px;padding:30px;margin-bottom:24px}.payment-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.payment-card-title-group{display:flex;align-items:center;gap:16px}.payment-icon{width:48px;height:48px;background-color:#eff6ff;color:#3b82f6;border-radius:12px;display:flex;align-items:center;justify-content:center}.payment-icon.cal{color:#6366f1;background-color:#eef2ff}.payment-icon.cash{color:#1a2235;background-color:#f1f5f9}.payment-title-text h3{margin:0 0 4px;font-size:18px;font-weight:700;color:#1e293b}.payment-title-text p{margin:0;font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.5px}.btn-add-meta{background:#fff;border:1px solid #e2e8f0;color:#475569;padding:8px 16px;border-radius:6px;font-size:12px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:6px}.meta-badge{background-color:#eef2ff;color:#6366f1;font-size:11px;font-weight:700;padding:4px 12px;border-radius:20px;display:inline-block;margin-bottom:16px}.cronograma-badge{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;color:#94a3b8;margin-top:16px}.c-badge{background-color:#eff6ff;color:#3b82f6;padding:4px 10px;border-radius:12px;font-size:12px}.case-detail-container{max-width:1100px;margin:0 auto;font-family:inherit}.instance-breadcrumb{display:flex;align-items:center;gap:12px;font-size:.75rem;font-weight:700;margin-bottom:24px}.breadcrumb-label{color:#94a3b8;letter-spacing:.05em}.breadcrumb-item{display:flex;align-items:center;gap:6px;padding:6px 14px;border-radius:20px}.breadcrumb-item.active{background:#0f172a;color:#fff}.breadcrumb-item.past{background:#fff;border:1px solid #e2e8f0;color:#1e293b}.icon-circle{display:flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%}.icon-circle.bg-dark{background:#0f172a}.text-muted-actual{color:#94a3b8;font-weight:500}.case-detail-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.header-info{display:flex;align-items:flex-start;gap:16px}.case-icon-bg{width:48px;height:48px;background:#0f172a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.header-titles h1.serif-title{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;font-weight:700;color:#0f172a;margin:0;line-height:1.2}.meta-text{font-size:.85rem;color:#64748b;margin-top:8px;display:flex;align-items:center;gap:8px}.client-name-bold{color:#475569}.dot-separator{color:#cbd5e1;font-size:1rem}.field-badge{text-transform:uppercase;font-weight:700;font-size:.7rem;letter-spacing:.05em;color:#64748b}.header-actions{display:flex;gap:8px}.btn-gold-filled{background:#d4af37;color:#0f172a;border:none;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px;box-shadow:0 2px 4px #d4af3733}.btn-success-filled{background:#22c55e;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px;box-shadow:0 4px 10px #22c55e33;transition:all .2s}.btn-success-filled:hover{background:#16a34a;transform:translateY(-1px)}.btn-danger-filled{background:#ef4444;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px}.btn-white-outline{background:#fff;border:1px solid #e2e8f0;color:#1e293b;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem;display:flex;align-items:center;gap:6px}.btn-back{background:transparent;color:#1e293b;font-weight:600;font-size:.85rem;border:none;display:flex;align-items:center;gap:4px;margin-left:8px}.finance-summary-banner{background:#0f172a;border-radius:12px;padding:32px;display:flex;justify-content:space-between;align-items:center;color:#fff;margin-bottom:24px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.finance-main{flex:1}.finance-main .label{font-size:.7rem;font-weight:700;color:#3b82f6;letter-spacing:.05em;margin-bottom:12px;text-transform:uppercase}.amount-display{margin-bottom:24px}.amount-display .currency,.amount-display .current{font-size:2.5rem;font-weight:700;color:#fff}.amount-display .total{font-size:1.25rem;color:#64748b;font-weight:500}.progress-track{width:100%;height:8px;background:#1e293b;border-radius:4px;margin-bottom:12px}.finance-main .progress-fill{height:100%;background:#3b82f6;border-radius:4px}.finance-bottom{display:flex;justify-content:space-between;align-items:center}.status-badge-text{font-size:.8rem;font-weight:600;color:#94a3b8}.pending-text{font-size:.8rem;font-weight:600;color:#ef4444}.finance-percent{text-align:right;padding-left:48px}.finance-percent .percent{font-size:2.5rem;font-weight:700;color:#3b82f6}.finance-percent .label{font-size:.7rem;font-weight:700;color:#64748b;margin-top:4px;letter-spacing:.05em}.detail-tabs-container{display:flex;margin-bottom:24px}.detail-tabs{display:flex;background:#fff;padding:6px;border-radius:30px;border:1px solid #e2e8f0;gap:4px}.tab-btn{padding:10px 24px;font-size:.8rem;font-weight:700;color:#64748b;border-radius:20px;transition:all .2s;background:transparent}.tab-btn.active-blue{background:#2563eb;color:#fff}.tab-btn.active-orange{background:#d97706;color:#fff}.resumen-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.info-card{background:#fff;padding:32px;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9}.info-card h3{font-size:1rem;font-weight:700;margin-bottom:24px;color:#0f172a}.info-row{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #f1f5f9;font-size:.85rem}.info-row.border-none{border-bottom:none}.pb-2{padding-bottom:8px}.py-2{padding-top:8px;padding-bottom:8px}.pt-4{padding-top:16px}.mt-2{margin-top:8px}.flex-align{display:flex;align-items:center}.gap-2{gap:8px}.info-row .label{color:#64748b}.value-black{color:#0f172a;font-weight:500}.value-gold{color:#b48238;font-weight:700}.value-blue{color:#2563eb;font-weight:700}.label-bold-black{color:#0f172a;font-weight:700;font-size:.95rem}.value-bold-red{color:#ef4444;font-weight:700;font-size:1.1rem}.dot-blue{width:6px;height:6px;background-color:#2563eb;border-radius:50%;display:inline-block;margin-right:8px}.badge-pill-blue{background:#eff6ff;color:#2563eb;padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700;letter-spacing:.05em}.anticipo-banner{background:#fefce8;border:1px solid #fef08a;border-radius:12px;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.anticipo-left{display:flex;align-items:center;gap:16px}.anticipo-icon{background:#fef08a;width:40px;height:40px;border-radius:10px;display:flex;align-items:center;justify-content:center}.anticipo-texts h4{color:#0f172a;font-size:.95rem;font-weight:700;margin-bottom:4px}.anticipo-texts p{color:#854d0e;font-size:.8rem;margin:0}.anticipo-right{display:flex;align-items:center;gap:16px}.anticipo-amount{color:#b48238;font-size:1.1rem;font-weight:700}.table-wrapper{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000d;border:1px solid #f1f5f9;overflow:hidden}.modern-table{width:100%;border-collapse:collapse}.modern-table th{background:#fff;padding:16px 24px;text-align:left;font-size:.75rem;font-weight:700;color:#64748b;border-bottom:1px solid #e2e8f0;letter-spacing:.05em}.modern-table td{padding:16px 24px;border-bottom:1px solid #f8fafc;font-size:.85rem;color:#334155}.modern-table tbody tr:last-child td{border-bottom:none}.font-bold{font-weight:700;color:#0f172a}.text-right{text-align:right}.uppercase{text-transform:uppercase;font-size:.75rem;font-weight:600;color:#64748b}.text-italic{font-style:italic}.text-muted{color:#94a3b8}.badge-dot-blue{background:#eff6ff;color:#2563eb;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;gap:6px}.badge-dot-blue .dot{width:6px;height:6px;background:#2563eb;border-radius:50%}.badge-dot-red{background:#fef2f2;color:#ef4444;padding:4px 12px;border-radius:20px;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center;gap:6px}.badge-dot-red .dot{width:6px;height:6px;background:#ef4444;border-radius:50%}.text-action-blue{color:#3b82f6;display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700}.btn-cobrar-gold{background:#d4af37;color:#0f172a;padding:6px 14px;border-radius:6px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:6px;box-shadow:0 2px 4px #d4af3733}.id-cell{display:flex;align-items:center;gap:12px}.id-circle{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700}.id-circle.blue{background:#eff6ff;color:#2563eb}.id-circle.light-blue{background:#f0f9ff;color:#0ea5e9}.id-code{font-weight:600;color:#0f172a}.canal-badge{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;letter-spacing:.05em;background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.comprobante-badge{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;color:#cbd5e1}.finance-mini-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px}.mini-card{padding:16px 20px;border-radius:12px;border:1px solid #f1f5f9;display:flex;flex-direction:column;gap:6px}.mini-card.green-tint{background:#f0fdf4;border-color:#dcfce7}.mini-card.red-tint{background:#fef2f2;border-color:#fee2e2}.mini-card.yellow-tint{background:#fffbeb;border-color:#fef3c7}.mini-card .label{font-size:.7rem;font-weight:700;color:#64748b;letter-spacing:.05em}.mini-card .value{font-size:1.25rem;font-weight:700}.text-red{color:#ef4444}.text-gray-dark{color:#334155}.actions-bar-top{display:flex;gap:12px}.btn-gold-small{background:#d4af37;color:#0f172a;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem}.btn-gray-small{background:#f1f5f9;color:#475569;padding:8px 16px;border-radius:6px;font-weight:700;font-size:.85rem}.mt-4{margin-top:24px}.tipo-badge{padding:4px 10px;border-radius:20px;font-size:.7rem;font-weight:700;display:inline-flex;align-items:center}.tipo-badge.in{background:#f0fdf4;color:#16a34a}.tipo-badge.out{background:#fef2f2;color:#ef4444}.concepto-cell{display:flex;flex-direction:column;gap:4px}.concepto-title{font-weight:600;color:#1e293b}.concepto-ref{font-size:.75rem;color:#94a3b8}.btn-icon-trash{color:#94a3b8;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s}.btn-icon-trash:hover{color:#ef4444;background:#fef2f2}.btn-icon-revert{color:#64748b;background:#f8fafc;border:1px solid #e2e8f0;padding:5px 12px;border-radius:6px;font-size:.75rem;font-weight:700;display:inline-flex;align-items:center;gap:4px;transition:all .2s;cursor:pointer;white-space:nowrap}.btn-icon-revert:hover{color:#d97706;background:#fffbeb;border-color:#fde68a}.cartera-container{padding:24px 32px;height:100vh;display:flex;flex-direction:column;box-sizing:border-box}.cartera-header h1{font-family:Playfair Display,Georgia,serif;font-size:2rem;color:#0f172a;margin:0;line-height:1.2}.cartera-header p{color:#64748b;font-size:.85rem;margin-top:6px;margin-bottom:20px}.cartera-legends{display:flex;align-items:center;gap:16px;margin-bottom:24px}.legend{display:flex;align-items:center;gap:6px;font-size:.75rem;font-weight:700;color:#64748b;background:#fff;padding:6px 12px;border-radius:20px;border:1px solid #f1f5f9;letter-spacing:.02em}.legend.purple{color:#8b5cf6;background:#f5f3ff;border-color:#ede9fe}.purple-icon{color:#8b5cf6}.dot{width:8px;height:8px;border-radius:50%}.dot-green{background:#22c55e}.dot-yellow{background:#eab308}.dot-orange{background:#f97316}.dot-red{background:#ef4444}.text-green{color:#16a34a}.text-yellow{color:#ca8a04}.text-orange{color:#ea580c}.text-red{color:#dc2626}.kanban-board{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;flex:1;min-height:0}.kanban-column{border-radius:12px;padding:16px;display:flex;flex-direction:column}.column-green{background:#f0fdf4;border:1px solid #dcfce7}.column-yellow{background:#fefce8;border:1px solid #fef08a}.column-orange{background:#fff7ed;border:1px solid #ffedd5}.column-red{background:#fef2f2;border:1px solid #fee2e2}.column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:8px;border-bottom:1px dashed rgba(0,0,0,.05)}.column-header .title{display:flex;align-items:center;gap:8px;font-weight:700;font-size:.85rem}.column-header .count{font-weight:700;font-size:.85rem}.kanban-cards-wrapper{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;padding-right:4px}.kanban-cards-wrapper::-webkit-scrollbar{width:4px}.kanban-cards-wrapper::-webkit-scrollbar-track{background:transparent}.kanban-cards-wrapper::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.empty-state{text-align:center;color:#94a3b8;font-size:.8rem;margin-top:40px}.cartera-card{background:#fff;border-radius:10px;padding:16px;box-shadow:0 1px 3px #00000008;border:1px solid #f1f5f9;cursor:pointer;transition:all .2s}.cartera-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px #0000000d}.card-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px;gap:8px}.client-name{margin:0;font-size:.8rem;font-weight:700;color:#0f172a;line-height:1.2}.instance-badge{font-size:.65rem;font-weight:600;padding:2px 6px;border-radius:4px;white-space:nowrap}.instance-badge.green{background:#f0fdf4;color:#16a34a}.instance-badge.yellow{background:#fefce8;color:#ca8a04}.instance-badge.orange{background:#fff7ed;color:#ea580c}.instance-badge.red{background:#fef2f2;color:#dc2626}.card-body p{margin:0}.case-title{color:#334155;font-size:.85rem;font-weight:500;margin-bottom:4px!important}.case-subtitle{color:#64748b;font-size:.75rem;display:flex;align-items:center;gap:4px;margin-bottom:4px!important}.case-exp{color:#94a3b8;font-size:.7rem;font-family:monospace}.card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:16px;padding-top:12px;border-top:1px solid #f1f5f9}.card-amount{font-weight:700;color:#0f172a;font-size:.9rem}.card-status{font-size:.7rem;font-weight:700}.status-green{color:#16a34a}.status-yellow{color:#ca8a04;background:#fefce8;padding:2px 6px;border-radius:4px}.status-orange{color:#ea580c;background:#fff7ed;padding:2px 6px;border-radius:4px}.status-red{color:#dc2626;background:#fef2f2;padding:2px 6px;border-radius:4px}.column-footer{margin-top:auto;padding-top:16px;border-top:1px dashed rgba(0,0,0,.1);font-weight:700;font-size:.9rem}.mora-container{padding:24px 32px;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafaf9;overflow-y:auto}.mora-header-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.mora-title-row h1{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:#0f172a;margin:0;line-height:1.2}.mora-subtitle{color:#64748b;font-size:.85rem;margin-top:6px}.mora-summary-actions{display:flex;align-items:center;gap:16px;text-align:right}.summary-debt-group{display:flex;flex-direction:column}.summary-debt-amount{font-size:1.4rem;font-weight:700;color:#ef4444;line-height:1}.summary-debt-stats{font-size:.75rem;color:#64748b;margin-top:4px}.btn-whatsapp-massive{background:#22c55e;color:#fff;border:none;border-radius:6px;padding:10px 16px;font-weight:600;font-size:.85rem;display:flex;align-items:center;gap:8px;cursor:pointer;transition:background .2s}.btn-whatsapp-massive:hover{background:#16a34a}.mora-filters{display:flex;gap:12px;margin-bottom:24px}.mora-filter-pill{border:none;background:transparent;padding:6px 14px;border-radius:20px;font-size:.8rem;font-weight:600;color:#64748b;cursor:pointer;transition:all .2s}.mora-filter-pill.active{background:#0f172a;color:#fff}.mora-filter-pill.orange-text{color:#f97316}.mora-filter-pill.red-text{color:#ef4444}.mora-cards-list{display:flex;flex-direction:column;gap:16px;max-width:1000px}.mora-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:20px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #00000005;transition:border-color .2s,box-shadow .2s;position:relative}.mora-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.mora-card-left{display:flex;align-items:center;gap:20px}.days-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;width:60px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-shrink:0}.days-num{font-size:1.25rem;font-weight:700;color:#0f172a;line-height:1}.days-text{font-size:.7rem;color:#64748b;margin-top:2px}.mora-card-info{display:flex;flex-direction:column;gap:4px}.mc-name{font-size:.95rem;font-weight:700;color:#0f172a;margin:0}.mc-concept-row{display:flex;align-items:center;gap:8px;font-size:.8rem;color:#475569}.mc-badge{background:#f3e8ff;color:#9333ea;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:600;display:inline-flex;align-items:center;gap:4px}.mc-meta-row{display:flex;align-items:center;gap:16px;font-size:.75rem;color:#94a3b8;margin-top:4px}.mc-meta-item{display:flex;align-items:center;gap:4px}.mora-card-right{display:flex;align-items:center;gap:32px}.mc-amount-block{text-align:right;display:flex;flex-direction:column}.mc-amount-label{font-size:.7rem;color:#94a3b8;margin-bottom:2px}.mc-amount{font-size:1.25rem;font-weight:700;color:#ef4444}.mc-actions-block{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:130px}.top-action-hint{display:flex;align-items:center;gap:4px;font-size:.7rem;color:#64748b}.btn-whatsapp-send{background:#22c55e;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;cursor:pointer}.btn-whatsapp-send:hover{background:#16a34a}.btn-manage{background:#fff;border:1px solid #e2e8f0;color:#0f172a;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.8rem;display:flex;align-items:center;justify-content:center;gap:6px;width:100%;cursor:pointer}.btn-manage:hover{background:#f8fafc}.managed-by-badge{position:absolute;top:-10px;right:20px;background:#eff6ff;border:1px solid #bfdbfe;color:#3b82f6;padding:2px 8px;border-radius:12px;font-size:.65rem;font-weight:600;display:flex;align-items:center;gap:4px}.reports-container{padding:24px 32px;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafaf9;overflow-y:auto}.reports-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.reports-header-title h1{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:#0f172a;margin:0}.reports-header-title p{color:#64748b;font-size:.85rem;margin-top:6px}.reports-actions{display:flex;align-items:center;gap:16px}.month-picker-container label{display:block;font-size:.75rem;color:#64748b;margin-bottom:4px}.month-picker-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;color:#0f172a;font-size:.85rem;min-width:160px}.btn-pdf{background:#dc2626;color:#fff;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;display:flex;align-items:center;gap:8px;margin-top:18px}.reports-tabs{display:flex;gap:16px;margin-bottom:24px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.r-tab{background:transparent;border:none;font-size:.85rem;color:#64748b;font-weight:600;cursor:pointer;padding:6px 12px;border-radius:20px}.r-tab.active{background:#0f172a;color:#fff}.revenue-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:32px}.rev-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;box-shadow:0 1px 3px #00000005}.rev-card.dark{background:#0f172a;border-color:#0f172a;color:#fff}.rev-label{font-size:.7rem;font-weight:700;color:#94a3b8;letter-spacing:.05em;margin-bottom:8px;display:block}.rev-card-value{font-size:2rem;font-weight:700;color:#0f172a;margin-bottom:4px;display:flex;align-items:baseline;gap:12px}.rev-card.dark .rev-card-value{color:#fff}.rev-diff.negative{font-size:.8rem;color:#ef4444;font-weight:600}.rev-subtext{font-size:.8rem;color:#94a3b8}.report-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.section-header{margin-bottom:20px;display:flex;justify-content:space-between;align-items:Baseline}.section-header h3{margin:0;font-size:1.1rem;color:#0f172a}.section-header p{margin:4px 0 0;font-size:.8rem;color:#64748b}.section-link{font-size:.8rem;color:#64748b;text-decoration:none;font-weight:600}.chart-container{height:200px;position:relative;border-bottom:1px solid #e2e8f0;border-left:1px solid #e2e8f0;margin-top:16px;display:flex;align-items:flex-end;justify-content:space-around;padding-bottom:1px}.chart-y-axis{position:absolute;left:-40px;top:0;height:100%;display:flex;flex-direction:column;justify-content:space-between;font-size:.7rem;color:#94a3b8}.chart-bar-group{display:flex;align-items:flex-end;gap:4px;height:100%;position:relative;width:40px;justify-content:center}.chart-bar{width:16px;border-radius:2px 2px 0 0;background:#8b5cf6}.chart-bar.usd{background:#93c5fd}.chart-x-label{position:absolute;bottom:-24px;font-size:.7rem;color:#64748b;white-space:nowrap}.chart-legend{display:flex;justify-content:flex-end;gap:16px;margin-top:-30px;padding-right:20px}.chart-legend-item{display:flex;align-items:center;gap:6px;font-size:.75rem;color:#64748b;font-weight:600}.chart-legend-box{width:24px;height:8px;border-radius:2px}.chart-legend-box.pen{background:#8b5cf6}.chart-legend-box.usd{background:#93c5fd}.report-table{width:100%;border-collapse:collapse;margin-top:8px}.report-table th{text-align:left;font-size:.7rem;font-weight:700;color:#64748b;padding:12px 8px;border-bottom:1px solid #e2e8f0}.report-table td{padding:16px 8px;font-size:.85rem;color:#334155;border-bottom:1px solid #f1f5f9}.report-table tr:last-child td{border-bottom:none}.empty-table-state{text-align:center;padding:32px;color:#94a3b8;font-size:.85rem}.cash-flow-summary{display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:24px}.cf-item .cf-label{font-size:.7rem;color:#94a3b8;font-weight:700;display:block;margin-bottom:4px}.cf-item .cf-value{font-size:1.25rem;font-weight:700}.text-ingreso{color:#16a34a}.text-egreso{color:#ef4444}.text-saldo{color:#0f172a}.report-pdf-view{background:#f8fafc;padding:40px;font-family:Inter,sans-serif;color:#1e293b;max-width:1000px;margin:0 auto}.report-pdf-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px;border-bottom:2px solid #0f172a;padding-bottom:10px}.brand-name{font-size:1.5rem;font-weight:800;color:#eab308;letter-spacing:.1em}.header-right{text-align:right;font-size:.8rem;color:#64748b}.period-badge{background:#eab308;color:#fff;padding:4px 12px;border-radius:4px;font-weight:700;margin-top:8px;display:inline-block}.report-pdf-title-bar{background:#0f172a;color:#eab308;padding:10px 20px;font-weight:700;font-size:.9rem;letter-spacing:.05em;margin-bottom:30px;border-left:5px solid #eab308}.contract-block{background:#fff;margin-bottom:30px;border-radius:4px;overflow:hidden;box-shadow:0 4px 10px #0000000d}.contract-header{background:#1e293b;color:#fff;padding:15px 20px;display:flex;justify-content:space-between;align-items:center}.contract-info h3{margin:0;font-size:1.25rem;font-weight:700}.contract-info p{margin:5px 0 0;font-size:.8rem;color:#94a3b8}.contract-summary{text-align:right}.summary-row.main{font-size:1.1rem;margin-bottom:4px}.summary-row.main strong{margin-left:10px;font-size:1.4rem}.summary-row.sub{font-size:.75rem;font-weight:600;color:#cbd5e1;display:flex;gap:15px;justify-content:flex-end}.contract-pills-row{background:#f1f5f9;padding:8px 20px;font-size:.75rem;font-style:italic;color:#64748b}.contract-table{width:100%;border-collapse:collapse}.contract-table th{background:#f1f5f9;padding:12px 20px;text-align:left;font-size:.75rem;font-weight:700;color:#475569;border-bottom:1px solid #e2e8f0}.contract-table td{padding:12px 20px;font-size:.85rem;border-bottom:1px solid #f1f5f9}.status-badge{padding:4px 10px;border-radius:4px;font-size:.7rem;font-weight:800}.status-badge.pagada{background:#dcfce7;color:#166534}.status-badge.pendiente{background:#fef9c3;color:#854d0e}.status-badge.vencida{background:#fee2e2;color:#991b1b}.status-badge.cobrado{background:#dbeafe;color:#1e40af}.text-green{color:#4ade80}.text-red{color:#f87171}@media print{.reports-container,.sidebar{display:none}.report-pdf-view{padding:0;margin:0;width:100%;box-shadow:none}body{background:#fff}}.config-container{padding:24px 32px;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafaf9;overflow-y:auto}.config-header h1{font-family:Playfair Display,Georgia,serif;font-size:1.8rem;color:#0f172a;margin:0}.config-header p{color:#64748b;font-size:.85rem;margin-top:6px}.config-layout{display:flex;margin-top:24px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;min-height:600px}.config-sidebar{width:240px;border-right:1px solid #e2e8f0;padding:24px 12px;display:flex;flex-direction:column;gap:4px}.config-tab-btn{background:transparent;border:none;text-align:left;padding:10px 16px;border-radius:8px;font-size:.9rem;font-weight:500;color:#64748b;cursor:pointer;transition:all .2s}.config-tab-btn.active{background:#f8fafc;color:#0f172a;font-weight:600}.config-content{flex:1;padding:32px}.config-section-title{font-size:1.1rem;color:#0f172a;margin:0 0 4px}.config-section-subtitle{font-size:.8rem;color:#64748b;margin:0 0 24px}.config-form-group{margin-bottom:20px}.config-label{display:block;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:8px}.config-input{width:100%;padding:10px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.9rem;color:#0f172a;transition:border-color .2s;font-family:inherit}.config-input:focus{outline:none;border-color:#cbd5e1}.btn-gold{background:#ca8a04;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-weight:600;font-size:.9rem;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.btn-gold:hover{background:#b45309}.btn-light{background:#f1f5f9;color:#475569;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer}.flex-row-gap{display:flex;gap:12px;align-items:center}.switch-container{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 0;border-bottom:1px solid #f1f5f9}.switch-text h4{margin:0 0 4px;color:#0f172a;font-size:.95rem}.switch-text p{margin:0;color:#64748b;font-size:.8rem;max-width:500px;line-height:1.4}.wa-variables{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap;margin-bottom:12px}.wa-var-tag{font-size:.75rem;color:#8b5cf6;background:#fff;border:1px dashed #c4b5fd;padding:2px 6px;border-radius:4px;cursor:pointer}.users-banner{background:#f8fafc;border:1px solid #e2e8f0;padding:12px 16px;border-radius:8px;display:flex;align-items:center;gap:12px;font-size:.85rem;color:#64748b;margin-bottom:24px}.user-card{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:12px;box-shadow:0 1px 2px #00000005}.user-info-left{display:flex;align-items:center;gap:12px}.user-avatar{width:40px;height:40px;border-radius:50%;background:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.1rem}.user-card.gray .user-avatar{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.user-details h4{margin:0;color:#0f172a;font-size:.95rem}.user-details p{margin:2px 0 0;color:#94a3b8;font-size:.8rem}.badge-admin{color:#3b82f6;background:#eff6ff;font-weight:700;font-size:.7rem;padding:2px 8px;border-radius:12px;letter-spacing:.05em}.btn-red-outline{border:1px solid #ef4444;color:#fff;background:#ef4444;padding:6px 16px;border-radius:6px;font-weight:600;font-size:.85rem;cursor:pointer;transition:background .2s}.btn-red-outline:hover{background:#dc2626}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.integration-card{border:1px solid #e2e8f0;padding:24px;border-radius:12px}.int-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.int-title-box{display:flex;gap:12px}.int-icon{width:40px;height:40px;background:#eff6ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#3b82f6}.int-title-box h4{margin:0;color:#0f172a;font-size:1rem}.int-title-box p{margin:4px 0 0;color:#64748b;font-size:.8rem;max-width:300px}.int-status-row{display:flex;align-items:center;gap:12px;margin-top:16px}.int-badge-connected{background:#dcfce7;color:#16a34a;padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:600;display:flex;align-items:center;gap:4px}.btn-red-ghost{border:1px solid #ef4444;color:#ef4444;background:transparent;padding:6px 12px;border-radius:6px;font-weight:600;font-size:.8rem;cursor:pointer;transition:background .2s}.btn-red-ghost:hover{background:#fef2f2}.int-alert{background:#f0fdf4;border:1px solid #dcfce7;color:#16a34a;font-size:.8rem;padding:12px;border-radius:8px;margin-top:16px}.toggle-switch{position:relative;display:inline-block;width:44px;height:24px}.toggle-switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#cbd5e1;transition:.3s;border-radius:24px}.slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%}input:checked+.slider{background-color:#0f172a}input:checked+.slider:before{transform:translate(20px)}.backup-row{display:flex;justify-content:space-between;align-items:center;border:1px solid #e2e8f0;padding:16px;border-radius:8px;margin-bottom:24px}.backup-info{display:flex;align-items:center;gap:12px}.backup-icon-box{color:#64748b}.backup-details h4{margin:0;color:#0f172a;font-size:.95rem}.backup-details p{margin:2px 0 0;color:#94a3b8;font-size:.8rem}.backup-actions{display:flex;gap:12px;color:#64748b}.restore-row{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e2e8f0;padding-top:24px}.restore-btn{color:#0f172a;cursor:pointer;font-weight:500;font-size:.9rem}.subs-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px}.subs-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px}.subs-header-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;border-bottom:1px solid #e2e8f0;padding-bottom:16px}.subs-header-row h3{margin:0;font-size:1.1rem;color:#0f172a}.badge-active{background:#dcfce7;color:#16a34a;padding:4px 12px;border-radius:6px;font-weight:700;font-size:.8rem;letter-spacing:.05em}.plan-details-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:24px}.plan-stat{display:flex;flex-direction:column;gap:4px}.plan-stat-label{font-size:.7rem;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.plan-stat-value{font-size:.95rem;font-weight:600;color:#0f172a}.plan-stat-value.orange{color:#f97316;font-size:1.2rem}.upgrade-box{background:#1e1b4b;color:#fff;padding:20px;border-radius:12px;display:flex;flex-direction:column;gap:12px}.upgrade-box h4{margin:0;font-size:1rem}.upgrade-box ul{margin:0;padding-left:20px;font-size:.85rem;color:#e2e8f0;display:flex;flex-direction:column;gap:4px}.btn-gold-full{background:#ca8a04;color:#fff;border:none;padding:10px;border-radius:8px;font-weight:600;width:100%;cursor:pointer;transition:background .2s}.btn-gold-full:hover{background:#b45309}.renovate-step{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px}.step-circle{width:24px;height:24px;background:#8b5cf6;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:700;flex-shrink:0}.step-title{margin:0 0 12px;font-size:.85rem;color:#475569;font-weight:600;padding-top:4px}.qr-box{display:flex;gap:16px;align-items:center;background:#f8fafc;padding:16px;border-radius:8px;border:1px solid #e2e8f0;margin-bottom:24px}.qr-code{width:80px;height:80px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#94a3b8}.qr-info-row{display:flex;justify-content:space-between;font-size:.75rem;margin-bottom:4px}.qr-info-row span:first-child{color:#64748b;width:60px}.qr-info-row span:last-child{color:#0f172a;font-weight:600}.btn-blue{background:#2563eb;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer;width:100%;transition:background .2s}.btn-blue:hover{background:#1d4ed8}.btn-green{background:#16a34a;color:#fff;border:none;padding:10px 16px;border-radius:6px;font-weight:600;cursor:pointer;width:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .2s}.btn-green:hover{background:#15803d}.users-plan-alert{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;padding:12px 16px;border-radius:8px;font-size:.85rem;margin-bottom:20px}.user-item-card{display:flex;align-items:center;gap:16px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:12px;transition:all .2s}.user-item-card:hover{border-color:#cbd5e1;box-shadow:0 4px 6px -1px #0000000d}.user-avatar{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;flex-shrink:0}.user-info{flex:1}.user-name-row{display:flex;align-items:center;gap:8px;margin-bottom:2px}.u-name{font-weight:600;color:#0f172a;font-size:.95rem}.u-role-badge{background:#f1f5f9;color:#64748b;padding:2px 8px;border-radius:4px;font-size:.7rem;font-weight:700;text-transform:uppercase}.u-email{color:#64748b;font-size:.8rem}.btn-delete-user{background:transparent;border:1px solid #fee2e2;color:#ef4444;padding:6px 12px;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.btn-delete-user:hover{background:#fef2f2;border-color:#fca5a5}.btn-edit-user{background:transparent;border:none;color:#3b82f6;padding:6px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.btn-edit-user:hover{background:#eff6ff}.user-form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.add-user-form{background:#f8fafc;padding:24px;border-radius:12px;border:1px solid #e2e8f0}.input-with-icon-right{position:relative;display:flex;align-items:center}.input-icon-btn-abs{position:absolute;right:12px;background:transparent;border:none;color:#94a3b8;cursor:pointer;display:flex;align-items:center;padding:0}.input-hint{font-size:.75rem;color:#64748b;margin-top:6px}.backup-summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.backup-status{display:flex;align-items:center;gap:8px}.bs-label{font-size:.85rem;font-weight:600;color:#475569}.bs-tag{background:#dcfce7;color:#16a34a;padding:2px 8px;border-radius:12px;font-size:.75rem;font-weight:600}.backup-item-card{display:flex;align-items:center;gap:12px;padding:12px 16px;border:1px solid #f1f5f9;border-radius:8px;margin-bottom:8px}.bi-info{flex:1}.bi-date{font-size:.9rem;font-weight:500;color:#0f172a}.bi-meta{font-size:.75rem;color:#94a3b8}.bi-btn{background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:6px;border-radius:4px}.bi-btn:hover{background:#f8fafc;color:#0f172a}.bi-btn.delete:hover{color:#ef4444;background:#fef2f2}.config-content-scroll{overflow-y:auto;height:calc(100vh - 180px);padding-right:8px}.simple-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:1000}.simple-modal{background:#fff;padding:32px;border-radius:16px;width:600px;max-width:90%;box-shadow:0 10px 25px #0000001a}.registro-container{padding:24px 32px;height:100vh;display:flex;flex-direction:column;box-sizing:border-box;background-color:#fafaf9;overflow-y:auto}.registro-filters-block{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:24px;margin-bottom:24px}.rf-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:16px}.rf-group{display:flex;flex-direction:column;gap:6px}.rf-group label{font-size:.75rem;font-weight:600;color:#64748b}.rf-input,.rf-select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:.85rem;color:#0f172a;outline:none;background:#fff}.rf-input:focus,.rf-select:focus{border-color:#cbd5e1}.rf-clear-row{display:flex;justify-content:flex-end}.rf-btn-clear{background:transparent;border:none;color:#64748b;font-size:.8rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:4px}.rf-btn-clear:hover{color:#0f172a}.registro-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.reg-table{width:100%;border-collapse:collapse}.reg-table th{background:#f8fafc;padding:16px;text-align:left;font-size:.7rem;font-weight:700;color:#64748b;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.reg-table td{padding:16px;border-bottom:1px solid #f1f5f9;font-size:.85rem;color:#334155;vertical-align:top}.reg-table tr:last-child td{border-bottom:none}.reg-table tr:hover td{background:#f8fafc}.reg-user-cell{display:flex;align-items:center;gap:8px}.reg-avatar{width:24px;height:24px;border-radius:50%;background:#eff6ff;color:#3b82f6;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.7rem}.reg-avatar.webmaster{background:#f1f5f9;color:#64748b}.badge-action{padding:4px 10px;border-radius:6px;font-size:.7rem;font-weight:700;display:inline-block}.badge-action.reporte{background:#fef9c3;color:#a16207}.badge-action.deleted{background:#fee2e2;color:#b91c1c}.badge-action.updated{background:#dbeafe;color:#1d4ed8}.badge-action.created{background:#dcfce7;color:#15803d}.reg-model-info{display:flex;flex-direction:column}.reg-model-id{font-size:.75rem;color:#94a3b8}.reg-desc{max-width:400px;line-height:1.4;word-break:break-word}.login-page{height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;background:url(https://images.unsplash.com/photo-1589829545856-d10d557cf95f?q=80&w=2070&auto=format&fit=crop) no-repeat center center;background-size:cover;position:relative;overflow:hidden;font-family:Inter,sans-serif}.login-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,#0f172ae6,#1e293bb3);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.login-card{position:relative;width:420px;background:#fffffff2;padding:40px;border-radius:20px;box-shadow:0 25px 50px -12px #00000080;z-index:10;border:1px solid rgba(255,255,255,.3)}.login-header{text-align:center;margin-bottom:32px}.login-logo{width:70px;height:70px;background:#fffbeb;border-radius:18px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;box-shadow:0 10px 15px -3px #0000001a}.login-header h1{font-family:Playfair Display,serif;font-size:1.8rem;color:#0f172a;margin:0}.login-header p{color:#64748b;font-size:.9rem;margin-top:8px}.login-error{background:#fef2f2;color:#ef4444;padding:12px;border-radius:8px;font-size:.85rem;margin-bottom:20px;border-left:4px solid #ef4444;font-weight:500}.login-input-group{margin-bottom:20px}.login-input-group label{display:block;font-size:.85rem;font-weight:600;color:#475569;margin-bottom:8px}.login-input-wrapper{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:14px;color:#94a3b8}.login-input-wrapper input{width:100%;padding:12px 14px 12px 42px;border:1px solid #e2e8f0;border-radius:10px;font-size:.95rem;transition:all .2s;background:#f8fafc}.login-input-wrapper input:focus{outline:none;border-color:#ca8a04;background:#fff;box-shadow:0 0 0 3px #ca8a041a}.toggle-password{position:absolute;right:12px;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px}.login-options{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.remember-me{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b;cursor:pointer}.forgot-password{font-size:.85rem;color:#ca8a04;text-decoration:none;font-weight:500}.btn-login{width:100%;padding:14px;background:#ca8a04;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .2s}.btn-login:hover{background:#a16207;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.btn-login:disabled{background:#94a3b8;cursor:not-allowed}.login-footer{text-align:center;margin-top:32px;padding-top:24px;border-top:1px solid #f1f5f9}.login-footer p{font-size:.75rem;color:#94a3b8}.spinner{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 480px){.login-card{width:100%;height:100%;border-radius:0;display:flex;flex-direction:column;justify-content:center}}.sidebar{width:240px;background-color:var(--color-sidebar);color:#cbd5e1;display:flex;flex-direction:column;transition:all .3s ease;border-right:1px solid rgba(255,255,255,.05)}.sidebar-logo{padding:24px;display:flex;align-items:center;gap:12px}.logo-icon{width:32px;height:32px;background:var(--color-primary);border-radius:8px;display:flex;align-items:center;justify-content:center;color:#fff}.sidebar-logo h2{color:#fff;font-size:1.1rem;font-weight:600;letter-spacing:-.01em}.sidebar-nav{padding:8px 12px;flex:1;display:flex;flex-direction:column;gap:4px}.nav-item{display:flex;align-items:center;gap:12px;padding:10px 12px;color:#94a3b8;border-radius:8px;transition:all .2s ease;font-size:.925rem;font-weight:500;width:100%;text-align:left}.nav-item:hover{background-color:#ffffff0d;color:#fff}.nav-item.active{background-color:var(--color-primary);color:#fff;font-weight:600}.nav-item.active svg{color:#fff}.mora-badge{width:6px;height:6px;background-color:var(--color-danger);border-radius:50%;margin-left:auto;box-shadow:0 0 0 2px #ef444433}.sidebar-footer{padding:16px;margin-top:auto;border-top:1px solid rgba(255,255,255,.05)}.user-info{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px}.avatar{background-color:#334155;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem}.user-info .name{font-size:.85rem;font-weight:600;color:#fff;margin:0}.user-info .role{font-size:.75rem;color:#64748b;margin:0}.u-details{flex:1;min-width:0}.u-details p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn-logout{background:transparent;border:none;color:#64748b;padding:8px;border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.btn-logout:hover{background:#ef44441a;color:#ef4444}:root{--color-primary: #0064B4;--color-primary-dark: #004c8c;--color-sidebar: #0D0D0D;--color-sidebar-hover: #1a1a1a;--color-bg-main: #f8fafc;--color-bg-card: #ffffff;--color-text-main: #0f172a;--color-text-muted: #64748b;--color-success: #10b981;--color-danger: #ef4444;--color-warning: #f59e0b;--color-border: #e2e8f0;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .1);--shadow-md: 0 4px 12px rgba(0, 0, 0, .04);--shadow-lg: 0 10px 25px rgba(0, 0, 0, .06)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg-main);color:var(--color-text-main);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{color:var(--color-primary-dark)}.app-container{display:flex;min-height:100vh}.main-content{flex:1;padding:2rem 3rem;overflow-y:auto}button{cursor:pointer;border:none;background:none;font-family:inherit}input,select,textarea{font-family:inherit}
