@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";body,html{margin:0;padding:0;width:100%;height:100%;background-image:url(/assets/fondo-CXNsmJr3.jpeg);background-size:cover;background-position:center;background-repeat:no-repeat;background-attachment:fixed;overflow-x:hidden;overflow-y:auto;font-family:Inter,sans-serif}body,button,input,select,textarea{font-family:Inter,sans-serif}.contenedor-principal{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;position:relative;background-color:#0003}.espacio-izquierdo{width:450px;height:550px;transform:translate(-240px);display:flex;justify-content:center;align-items:center;position:absolute}.contenedor-logo{position:relative;display:flex;justify-content:center;align-items:center;width:400px;height:auto}.logo-superpuesto{width:100%;height:auto;display:block;z-index:1;position:relative;filter:drop-shadow(0 5px 15px rgba(0,0,0,.3))}.contenedor-logo:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;-webkit-mask-image:url(/assets/logo4-44VyWYr5.png);mask-image:url(/assets/logo4-44VyWYr5.png);-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;mask-size:contain;mask-repeat:no-repeat;mask-position:center;background:linear-gradient(110deg,#fff0 10%,#fff3 25%,#fff 48% 52%,#fff3 75%,#fff0 90%);background-size:200% 100%;z-index:2;pointer-events:none;filter:brightness(2) contrast(1.2);animation:brillo-fluido 2s linear infinite}@keyframes brillo-fluido{0%{background-position:200% 0}to{background-position:-200% 0}}.cuadrado.derecho{width:440px;min-height:540px;background:#fffffff7;transform:translate(240px);z-index:2;border-radius:24px;display:flex;justify-content:center;align-items:center;box-shadow:0 24px 64px #00000038,0 4px 16px #00000014;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.45);position:absolute}.login-container{width:82%;display:flex;flex-direction:column;align-items:center;padding:8px 0}.login-container h2{color:#0f172a;margin-bottom:6px;font-weight:800;font-size:1.45rem;letter-spacing:-.02em}.login-container .login-subtitle{font-size:.82rem;color:#64748b;margin-bottom:22px}.avatar-area{width:100px;height:100px;background:linear-gradient(135deg,#dbeafe,#eff6ff);border-radius:50%;margin:0 auto 18px;border:3px solid #fff;box-shadow:0 0 0 4px #2563eb2e,0 8px 24px #2563eb1f;position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center}.imagen-login{width:100%;height:100%;object-fit:cover}.login-form{display:flex;flex-direction:column;gap:14px;width:100%}.login-form input{padding:13px 15px;border-radius:12px;border:1.5px solid #e2e8f0;font-size:14px;font-family:Inter,sans-serif;width:100%;box-sizing:border-box;outline:none;background:#f8fafc;color:#0f172a;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.login-form input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb1a}.login-form input::placeholder{color:#94a3b8}.password-field{position:relative;width:100%}.texto-ver{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:11.5px;font-weight:600;color:#2563eb;z-index:10;-webkit-user-select:none;user-select:none;letter-spacing:.02em;transition:color .15s ease}.texto-ver:hover{color:#1d4ed8}.login-btn{background:linear-gradient(180deg,#3b82f6,#1d4ed8);color:#fff;padding:14px;border-radius:14px;border:none;font-weight:700;font-size:14px;font-family:Inter,sans-serif;cursor:pointer;margin-top:6px;width:100%;letter-spacing:.01em;box-shadow:0 8px 20px #2563eb4d;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease}.login-btn:hover{filter:brightness(1.06);transform:translateY(-1px);box-shadow:0 12px 28px #2563eb5c}.login-btn:active{transform:translateY(0);filter:brightness(.98)}.login-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.login-error{margin:0 0 4px;padding:10px 14px;background:#ef444412;border:1px solid rgba(239,68,68,.25);border-radius:10px;color:#dc2626;font-size:13px;text-align:center;font-weight:500}@media(max-width:768px){.contenedor-principal{flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:28px 0;height:auto;min-height:100vh}.espacio-izquierdo{position:static;transform:none;width:70%;max-width:260px;height:auto}.contenedor-logo{width:100%;height:auto}.cuadrado.derecho{position:static;transform:none;width:90vw;max-width:420px;min-height:auto}.login-container{padding:24px 0;width:86%}}@media(max-width:480px){.espacio-izquierdo{width:60%;max-width:220px}.cuadrado.derecho{width:95vw}.login-container{width:88%;padding:20px 0}.login-container h2{font-size:1.25rem}.login-form input{font-size:13px;padding:11px 13px}.login-btn{font-size:13px;padding:12px}}.nav-sublink-btn{appearance:none;border:1px solid transparent;background:transparent;width:100%;text-align:left;cursor:pointer;font:inherit}.top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.header-actions{display:flex;align-items:center;gap:16px}.page-title{font-size:.7rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);margin-bottom:4px}.page-heading{font-size:1.35rem;font-weight:800;color:var(--text-dark);margin:0;letter-spacing:-.02em}.search-box{background:var(--surface);padding:7px 16px;border-radius:12px;display:flex;align-items:center;gap:10px;border:1px solid var(--surface-border);box-shadow:var(--shadow-xs);transition:border-color .15s ease,box-shadow .15s ease}.search-box:focus-within{border-color:#2563eb66;box-shadow:0 0 0 3px #2563eb14}.search-box input{border:none;outline:none;font-size:.84rem;background:transparent;color:var(--text-body);font-family:Inter,sans-serif}.search-box input::placeholder{color:var(--text-light)}.date-badge{background:var(--surface);padding:8px 14px;border-radius:10px;border:1px solid var(--surface-border);font-size:.82rem;font-weight:500;cursor:pointer;box-shadow:var(--shadow-xs);color:var(--text-body);transition:border-color .15s ease}.date-badge:hover{border-color:#2563eb4d}.icon-btn{width:36px;height:36px;border-radius:10px;border:1px solid var(--surface-border);background:var(--surface);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--shadow-xs);transition:border-color .15s ease,background .15s ease}.icon-btn:hover{border-color:#2563eb59;background:#fff}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.stat-card{background:#fff;padding:18px 20px;border-radius:18px;border:1px solid var(--surface-border);display:flex;align-items:center;gap:16px;cursor:pointer;text-align:left;box-shadow:var(--shadow-sm);transition:transform .15s var(--ease),box-shadow .15s var(--ease)}.stat-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.stat-icon{width:46px;height:46px;border-radius:13px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;position:relative;overflow:hidden}.stat-icon:after{content:"";position:absolute;inset:-40%;background:radial-gradient(circle at 25% 25%,#ffffff80,#fff0 55%);pointer-events:none}.tone-blue{background:linear-gradient(135deg,#2563eb,#60a5fa)}.tone-green{background:linear-gradient(135deg,#16a34a,#34d399)}.tone-yellow{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#0f172ad9}.tone-indigo{background:linear-gradient(135deg,#4f46e5,#818cf8)}.tone-orange{background:linear-gradient(135deg,#f97316,#fb923c);color:#0f172ad9}.stat-content p{margin:0;font-size:.68rem;color:var(--text-muted);text-transform:uppercase;font-weight:700;letter-spacing:.06em}.stat-content h2{margin:4px 0 0;font-size:1.35rem;font-weight:800;letter-spacing:-.02em;color:var(--text-dark)}.stat-meta{display:inline-flex;align-items:center;gap:4px;margin-top:5px;font-size:.72rem;color:var(--text-muted);font-weight:500}.data-row{display:grid;grid-template-columns:2fr 1fr;gap:18px;margin-bottom:22px}.content-card{background:#fff;padding:22px;border-radius:18px;border:1px solid var(--surface-border);box-shadow:var(--shadow-sm)}.card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.card-header h3{margin:0;font-size:.95rem;font-weight:700;letter-spacing:-.01em;color:var(--text-dark)}.sub-text{font-weight:400;color:var(--text-muted);font-size:.82rem}.tabs{display:flex;gap:6px}.tabs button{appearance:none;border:1px solid var(--surface-border);background:#f8fafc;padding:5px 12px;border-radius:8px;cursor:pointer;font-size:.72rem;font-weight:600;color:var(--text-muted);font-family:Inter,sans-serif;transition:background .15s ease,border-color .15s ease,color .15s ease}.tabs button:hover{background:#fff;border-color:#2563eb40;color:var(--text-body)}.tabs button.active{background:#2563eb1a;border-color:#2563eb52;color:var(--primary)}.activity-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.activity-card{display:flex;flex-direction:column}.empty-state{padding:24px;border:1.5px dashed rgba(100,116,139,.3);border-radius:14px;color:var(--text-muted);font-weight:500;font-size:.85rem;text-align:center}.chart-shell{margin-top:14px}.chart-layout{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:stretch}.chart-y{display:flex;flex-direction:column;justify-content:space-between;padding:10px 0 28px}.chart-y-label{color:var(--text-muted);font-size:.72rem;font-weight:600;line-height:1}.chart-main{min-width:0}.chart-svg{width:100%;height:auto}.chart-grid-line{stroke:#94a3b838;stroke-width:1;stroke-dasharray:4 6}.chart-area{fill:url(#area);stroke:none}.chart-line{fill:none;stroke:#2563eb;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-point{fill:#2563eb;stroke:#ffffffe6;stroke-width:2;cursor:pointer}.chart-tooltip rect{fill:#0f172ae6}.chart-tooltip text{fill:#fff;font-size:14px;font-weight:800}.chart-x{display:flex;justify-content:space-between;gap:10px;margin-top:10px;color:var(--text-muted);font-size:.75rem;font-weight:600}.activity-list{display:flex;flex-direction:column;gap:0;max-height:360px;overflow-y:auto;margin-bottom:14px}.activity-item{display:flex;align-items:flex-start;gap:12px;padding:14px 2px;border-bottom:1px solid #eef2f7}.activity-mini-icon{width:32px;height:32px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.activity-mini-icon.payment_received{background:#dcfce7;color:#16a34a}.activity-mini-icon.payment_overdue{background:#fee2e2;color:#dc2626}.activity-mini-icon.credit_approved{background:#e0e7ff;color:#4f46e5}.activity-item-content{flex:1;min-width:0}.activity-msg{margin:0;font-size:.84rem;color:#0f172a;line-height:1.4}.activity-time{display:inline-block;margin-top:4px;font-size:.72rem;color:#94a3b8}.act-amount{color:#0f172a;font-size:.85rem;font-weight:800;white-space:nowrap;padding-left:12px;max-width:140px;overflow:hidden;text-overflow:ellipsis}.mock-chart{height:180px;margin-top:20px;background:linear-gradient(180deg,rgba(37,99,235,.1) 0%,transparent 100%);border-bottom:2px solid var(--primary);position:relative}.tooltip{position:absolute;background:#fff;padding:4px 8px;border-radius:4px;box-shadow:0 2px 10px #0000001a;font-size:.75rem;font-weight:700;top:-30px}.bottom-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.card-label{font-size:.72rem;color:var(--text-muted);font-weight:700;margin-bottom:6px;text-transform:uppercase;letter-spacing:.06em}.flex-row{display:flex;justify-content:space-between;align-items:center}.badge-blue{background:#dbeafe;color:var(--primary);font-size:.68rem;padding:3px 8px;border-radius:6px;font-weight:700;letter-spacing:.02em}.card-sub{font-size:.8rem;margin:8px 0;color:var(--text-muted);font-weight:500}.card-sub.danger{color:#ef4444;font-weight:600}.progress-bar{height:5px;background:#f1f5f9;border-radius:999px;margin-bottom:14px;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--primary) 0%,#60a5fa 100%);border-radius:999px;transition:width .4s var(--ease)}.btn-blue-action{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:10px 18px;border-radius:10px;font-weight:600;cursor:pointer;font-size:.83rem;font-family:Inter,sans-serif;box-shadow:0 4px 14px #2563eb4d;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.btn-blue-action:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.btn-blue-action:active{transform:translateY(0);filter:brightness(.97)}.btn-primary{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:10px 18px;border-radius:10px;margin-top:16px;cursor:pointer;font-family:Inter,sans-serif;font-weight:600;font-size:.83rem;box-shadow:0 4px 14px #2563eb4d;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.activity-card .btn-primary{margin-top:auto;margin-bottom:4px}.activity-item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:10px;transition:background .15s ease}.activity-item:hover{background:#f8fafc}.activity-item-btn{width:100%;border:none;background:transparent;text-align:left;cursor:pointer}.activity-item-btn:hover{background:#f8fafc}.activity-modal-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1200;padding:24px}.activity-modal{width:min(920px,100%);max-height:86vh;overflow:hidden;border-radius:24px;background:linear-gradient(180deg,#fff,#f8fbff);border:1px solid rgba(226,232,240,.9);box-shadow:0 24px 70px #0f172a38;display:flex;flex-direction:column}.activity-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 18px;border-bottom:1px solid #e2e8f0;background:linear-gradient(180deg,#eff6ffeb,#fffffff2)}.activity-modal-header h3{margin:0;display:flex;align-items:center;gap:10px;font-size:1.05rem;font-weight:800;color:#0f172a}.activity-modal-header p{margin:8px 0 0;font-size:.84rem;color:#64748b;line-height:1.5}.activity-modal-list{padding:12px 14px 16px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.activity-modal-item{width:100%;display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:18px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;text-align:left;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease,background .16s ease}.activity-modal-item:hover{transform:translateY(-1px);border-color:#bfdbfe;background:linear-gradient(180deg,#fff,#f8fbff);box-shadow:0 10px 24px #2563eb14}.activity-modal-content{flex:1;min-width:0}.activity-modal-topline{display:flex;align-items:center;justify-content:space-between;gap:12px}.activity-modal-topline strong{font-size:.92rem;color:#0f172a}.activity-modal-amount{flex-shrink:0;font-size:.82rem;font-weight:800;color:#0f172a;background:#eff6ff;border:1px solid #dbeafe;border-radius:999px;padding:4px 10px}.activity-modal-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 14px;margin-top:8px}.activity-modal-meta span{font-size:.76rem;color:#64748b;line-height:1.45}.activity-detail-popup{position:relative;width:min(440px,94%);background:#fff;border-radius:24px;box-shadow:0 24px 70px #0f172a3d;border:1px solid #e2e8f0;padding:32px 28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;animation:detailPopIn .22s ease-out}@keyframes detailPopIn{0%{opacity:0;transform:scale(.92) translateY(12px)}to{opacity:1;transform:scale(1) translateY(0)}}.activity-detail-close{position:absolute;top:14px;right:14px;background:#f1f5f9;border:none;border-radius:10px;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#64748b;transition:background .15s ease,color .15s ease}.activity-detail-close:hover{background:#e2e8f0;color:#0f172a}.activity-detail-icon-lg{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.activity-detail-icon-lg.payment_received{background:linear-gradient(135deg,#dcfce7,#bbf7d0);color:#15803d}.activity-detail-icon-lg.payment_overdue{background:linear-gradient(135deg,#fee2e2,#fecaca);color:#dc2626}.activity-detail-icon-lg.credit_approved{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);color:#4f46e5}.activity-detail-title{margin:0 0 4px;font-size:1.1rem;font-weight:800;color:#0f172a}.activity-detail-amount{margin:0 0 18px;font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.activity-detail-rows{width:100%;border-top:1px solid #e2e8f0;margin-bottom:18px}.activity-detail-row{display:flex;justify-content:space-between;align-items:center;padding:12px 4px;border-bottom:1px solid #f1f5f9}.activity-detail-label{font-size:.82rem;color:#64748b;font-weight:600}.activity-detail-value{font-size:.84rem;color:#0f172a;font-weight:700;text-align:right;max-width:60%;word-break:break-word}.activity-detail-go{width:100%;margin-top:4px}@media(max-width:720px){.activity-modal-overlay{padding:12px;align-items:flex-end}.activity-modal{max-height:92vh;border-radius:20px 20px 0 0}.activity-modal-topline,.activity-modal-header{flex-direction:column;align-items:stretch}.activity-modal-meta{grid-template-columns:1fr}.activity-detail-popup{width:100%;border-radius:20px 20px 0 0}}.act-icon{width:34px;height:34px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.act-icon.up{background:#22c55e1f;color:#15803d}.act-icon.check{background:#6366f11f;color:#4338ca}.act-icon.down{background:#ef44441f;color:#b91c1c}.act-text p{margin:0;font-size:.8rem;font-weight:700;color:var(--text-dark)}.act-text span{font-size:.7rem;color:var(--text-muted)}.act-amount{margin-left:auto;font-size:.83rem;font-weight:700;white-space:nowrap}.activity-list{display:flex;flex-direction:column;gap:2px;flex:1;max-height:320px;overflow-y:auto;overflow-x:hidden;padding-right:4px;scrollbar-gutter:stable}.activity-list.notif-widget .notif-dropdown-item{width:100%;max-width:100%;padding:10px 8px 10px 12px;gap:10px}.activity-list.notif-widget .notif-item-content{min-width:0}.activity-list.notif-widget .notif-msg{font-size:.74rem;word-break:break-word}.activity-list.notif-widget .act-amount{min-width:78px;text-align:right}@media(max-width:1024px){.stats-grid,.bottom-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.top-bar{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:18px}.welcome-section h1{font-size:1.6rem;line-height:1.2}.welcome-section p{font-size:.82rem;color:var(--text-muted);margin:2px 0 0}.header-actions{width:100%;gap:8px;flex-wrap:wrap}.search-box{flex:1;min-width:0;padding:8px 12px}.search-box input{width:100%}.date-badge{font-size:.75rem;padding:7px 10px;white-space:nowrap}.stats-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:14px}.stat-card{padding:14px;gap:10px;border-radius:14px}.stat-icon{width:38px;height:38px;border-radius:10px;flex-shrink:0}.stat-content h2{font-size:1.05rem}.stat-content p{font-size:.62rem}.stat-meta{font-size:.66rem}.data-row{grid-template-columns:1fr;gap:14px;margin-bottom:14px}.chart-card{order:1}.activity-card{order:2}.chart-layout{grid-template-columns:58px minmax(0,1fr);gap:8px}.chart-y-label{font-size:.65rem}.card-header{flex-wrap:wrap;gap:8px;margin-bottom:10px}.card-header h3{font-size:.88rem}.tabs button{padding:5px 9px;font-size:.68rem}.activity-list{max-height:260px}.bottom-grid{grid-template-columns:repeat(2,1fr);gap:10px}.content-card{padding:16px;border-radius:14px}.content-card h2{font-size:1.15rem}}@media(max-width:480px){.welcome-section h1{font-size:1.35rem}.stats-grid{gap:8px}.stat-card{padding:12px 10px;gap:8px}.stat-icon{width:34px;height:34px}.stat-content h2{font-size:.95rem}.bottom-grid{grid-template-columns:1fr;gap:10px}.date-badge{display:none}.activity-item{padding:10px 6px;gap:10px}.activity-mini-icon{width:28px;height:28px;border-radius:8px}.activity-msg{font-size:.79rem}.activity-time{font-size:.68rem}.act-amount{font-size:.78rem}}.notif-widget{position:relative;display:inline-flex}.notif-widget .notif-wrapper{position:relative}.notif-widget .notif-badge-red{position:absolute;top:-5px;right:-5px;background:#ef4444;color:#fff;font-size:10px;font-weight:800;min-width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid white}.notif-widget .notif-dropdown{position:absolute;top:130%;right:0;width:300px;background:#fff;border-radius:16px;box-shadow:0 15px 35px #0000001f;border:1px solid var(--border);z-index:1300;overflow:hidden;animation:slideIn .2s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notif-widget .notif-dropdown-header{padding:12px 18px;background:#f8fafc;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;align-items:center}.notif-widget .notif-dropdown-header h4{margin:0;font-size:.85rem;color:var(--text-dark)}.notif-widget .notif-count{font-size:.65rem;background:var(--primary);color:#fff;padding:2px 8px;border-radius:10px;font-weight:700}.notif-widget .notif-dropdown-list{max-height:320px;overflow-y:auto}.notif-widget .notif-dropdown-item{display:flex;gap:12px;padding:12px 18px;border-bottom:1px solid #f1f5f9;transition:background .2s;cursor:pointer}.notif-widget .notif-dropdown-item:hover{background:#f1f7ff}.notif-widget .notif-mini-icon{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.notif-widget .notif-mini-icon.payment_received{background:#dcfce7;color:#16a34a}.notif-widget .notif-mini-icon.payment_overdue{background:#fee2e2;color:#dc2626}.notif-widget .notif-mini-icon.credit_approved{background:#e0e7ff;color:#4f46e5}.notif-widget .notif-item-content{flex:1}.notif-widget .notif-msg{margin:0;font-size:.78rem;line-height:1.4;color:#334155}.notif-widget .notif-time{font-size:.68rem;color:#94a3b8}.notif-widget .notif-empty{padding:30px;text-align:center;color:#94a3b8;font-size:.8rem}.notif-widget .notif-view-all{width:100%;padding:10px;background:#fff;border:none;border-top:1px solid var(--border);color:var(--primary);font-size:.75rem;font-weight:700;cursor:pointer}.hist-scope{display:flex;flex-direction:column;gap:20px;font-family:Inter,sans-serif;color:#1e293b}.hist-scope .hist-header{text-align:center}.hist-scope .hist-header h1{margin:0 0 6px;font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.hist-scope .hist-header p{margin:0;font-size:13.5px;color:#64748b}.hist-scope .hist-filters-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:16px 20px;box-shadow:0 2px 10px #0f172a0d}.hist-scope .hist-filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.hist-scope .hist-filter-field{display:flex;flex-direction:column;gap:5px}.hist-scope .hist-filter-field label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.hist-scope .hist-filter-field input[type=date],.hist-scope .hist-filter-field select{height:36px;border:1.5px solid #e2e8f0;border-radius:8px;padding:0 10px;font-size:12.5px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;transition:border-color .16s}.hist-scope .hist-filter-field input:focus,.hist-scope .hist-filter-field select:focus{border-color:#2563eb80;background:#fff}.hist-scope .hist-filter-field select{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='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;padding-right:28px;min-width:160px}.hist-scope .hist-consultar-btn{height:36px;padding:0 18px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:12.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:7px;box-shadow:0 3px 10px #2563eb40;transition:filter .15s,transform .15s}.hist-scope .hist-consultar-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.hist-scope .hist-consultar-btn:disabled{opacity:.65;cursor:not-allowed}.hist-scope .hist-search-wrap input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:13px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;box-sizing:border-box;transition:border-color .16s,box-shadow .16s}.hist-scope .hist-search-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.hist-scope .hist-search-wrap input::placeholder{color:#94a3b8}.hist-scope .hist-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#64748b;font-size:14px}.hist-scope .hist-state--error{color:#dc2626}.hist-scope .hist-retry{padding:8px 18px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer}@keyframes hist-spin{to{transform:rotate(360deg)}}.hist-spin{animation:hist-spin .8s linear infinite}.hist-scope .hist-table-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;box-shadow:0 2px 10px #0f172a0d;overflow:hidden}.hist-scope .hist-table-wrap{overflow-x:auto}.hist-scope .hist-table{width:100%;border-collapse:collapse;font-size:12.5px;min-width:900px}.hist-scope .hist-table thead tr{background:#f1f5f9}.hist-scope .hist-table th{padding:11px 15px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#475569;text-align:left;white-space:nowrap;border-bottom:2px solid #e2e8f0}.hist-scope .hist-table td{padding:11px 15px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.hist-scope .hist-table tbody tr:last-child td{border-bottom:none}.hist-scope .hist-table tbody tr:hover{background:#f8faff}.hist-scope .hist-date{white-space:nowrap;color:#64748b;font-size:12px}.hist-scope .hist-cliente{font-weight:600;color:#0f172a}.hist-scope .hist-monto{font-weight:700;color:#166534}.hist-scope .hist-desc{color:#64748b;font-size:12px;max-width:240px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hist-scope .hist-empty{text-align:center;color:#94a3b8;font-size:13px;padding:32px 0}.hist-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}.hist-badge--green{background:#dcfce7;color:#166534}.hist-badge--yellow{background:#fef9c3;color:#854d0e}.hist-badge--red{background:#fee2e2;color:#991b1b}.hist-badge--gray{background:#f1f5f9;color:#475569}.hist-priority{font-size:11px;font-weight:700}.hist-priority--green{color:#16a34a}.hist-priority--yellow{color:#ca8a04}.hist-priority--red{color:#dc2626}.hist-priority--gray{color:#64748b}.hist-scope .hist-footer{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:10px}.hist-scope .hist-count{font-size:12px;color:#64748b}.hist-scope .hist-pagination{display:flex;align-items:center;gap:10px}.hist-scope .hist-pagination button{width:30px;height:30px;border:1.5px solid #e2e8f0;border-radius:8px;background:#fff;color:#475569;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background .14s,border-color .14s}.hist-scope .hist-pagination button:hover:not(:disabled){background:#eff6ff;border-color:#93c5fd}.hist-scope .hist-pagination button:disabled{opacity:.4;cursor:not-allowed}.hist-scope .hist-pagination span{font-size:12.5px;color:#475569;font-weight:600}@media(max-width:768px){.cp-stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.cp-chart-section{overflow-x:auto;-webkit-overflow-scrolling:touch}.chart-bars-container{min-width:320px}.cp-filters-row{flex-direction:column!important;gap:10px!important}.cp-filter-group{width:100%}.cp-header{flex-direction:column!important;align-items:flex-start!important;gap:10px!important}.cp-indicadores-card{width:100%!important}.stat-card-compact{padding:12px}.stat-card-compact h2{font-size:1rem}}@media(max-width:480px){.cp-stats-grid{grid-template-columns:1fr 1fr!important}.bars-flex{gap:8px}.bar-val-text{font-size:.68rem}.bar-label{font-size:.65rem}}.chart-bars-container{display:flex;align-items:stretch;gap:12px;height:200px;padding:8px 0 0}.y-axis{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;padding-bottom:28px;min-width:44px;font-size:.72rem;color:var(--text-muted);flex-shrink:0}.bars-flex{display:flex;align-items:stretch;justify-content:space-around;flex:1;gap:16px;border-left:1px solid var(--border);padding:0 8px}.bar-group{display:flex;flex-direction:column;align-items:center;gap:4px;flex:1}.bar-track{flex:1;width:100%;display:flex;align-items:flex-end;justify-content:center}.bar-val-text{font-size:.8rem;font-weight:700;color:var(--text-dark);white-space:nowrap}.bar-pill{width:60%;max-width:52px;border-radius:8px 8px 0 0;transition:height .5s ease;min-height:4px}.bar-blue{background:linear-gradient(180deg,#3b82f6,#2563eb)}.bar-indigo{background:linear-gradient(180deg,#818cf8,#6366f1)}.bar-green{background:linear-gradient(180deg,#34d399,#059669)}.bar-orange{background:linear-gradient(180deg,#fb923c,#ea580c)}.bar-label-text{font-size:.72rem;color:var(--text-muted);text-align:center;white-space:nowrap}.portfolio-scope .top-bar-container{display:flex;flex-direction:column;margin-bottom:22px}.portfolio-scope .top-bar{margin-bottom:14px}.portfolio-scope .view-title h1{font-size:1.6rem;margin:0;font-weight:800;letter-spacing:-.02em}.portfolio-scope .view-title p{color:var(--text-muted);margin:6px 0 0;font-size:.9rem}.stats-grid-5{grid-template-columns:repeat(5,1fr);margin-bottom:22px}.stat-card-compact{cursor:default}.portfolio-scope .query-filters-card{background:var(--surface);padding:14px 18px;border-radius:14px;border:1px solid var(--surface-border);box-shadow:var(--shadow-soft);margin-bottom:22px}.portfolio-scope .filters-label{margin:0 0 12px;font-size:.9rem;font-weight:800}.portfolio-scope .filters-row{display:flex;align-items:center;gap:14px}.portfolio-scope .filter-item{display:flex;align-items:center;gap:10px}.portfolio-scope .filter-item label{font-size:.8rem;color:var(--text-muted);white-space:nowrap}.portfolio-scope .input-icon-wrapper,.portfolio-scope .select-wrapper,.portfolio-scope .filter-search{background:#f8fafce6;border:1px solid var(--surface-border);border-radius:10px;padding:8px 12px;display:flex;align-items:center;gap:8px}.portfolio-scope .filter-search{flex:1}.portfolio-scope .input-icon-wrapper input,.portfolio-scope .filter-search input,.portfolio-scope .select-wrapper select{border:none;background:transparent;outline:none;font-size:.85rem}.portfolio-scope .input-icon-wrapper.clickable{position:relative;cursor:pointer;min-width:140px}.portfolio-scope .input-date-hidden{position:absolute;opacity:0;width:100%;height:100%;left:0;top:0;cursor:pointer}.portfolio-scope .date-text-display{font-size:.85rem;color:var(--text-dark);font-weight:700}.portfolio-scope .select-wrapper{position:relative;padding-right:34px}.portfolio-scope .select-wrapper select{appearance:none;padding-right:10px}.portfolio-scope .select-arrow{position:absolute;right:10px;opacity:.7}.portfolio-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:10px 22px;border-radius:10px;font-weight:700;font-family:Inter,sans-serif;font-size:.83rem;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #2563eb4d;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.portfolio-scope .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.portfolio-scope .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.portfolio-scope .export-container{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.portfolio-scope .btn-export{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;padding:8px 14px;border-radius:9px;font-size:.78rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease}.portfolio-scope .btn-export:hover{background:#f8faff;border-color:#2563eb40;transform:translateY(-1px)}.portfolio-scope .btn-export.pdf{color:#dc2626}.portfolio-scope .btn-export.pdf:hover{border-color:#dc26264d}.portfolio-scope .btn-export.excel{color:#16a34a}.portfolio-scope .btn-export.excel:hover{border-color:#16a34a4d}.portfolio-row{display:grid;grid-template-columns:1fr 2fr;gap:20px}.left-side{display:flex;flex-direction:column}.chart-bars-container{display:flex;height:180px;margin-top:18px}.y-axis{display:flex;flex-direction:column;justify-content:space-between;color:var(--text-muted);font-size:.75rem;border-right:1px solid var(--surface-border);padding-right:10px}.bars-flex{flex:1;display:flex;justify-content:space-around;align-items:flex-end;padding-left:10px}.bar-pill{width:54px;border-radius:10px 10px 12px 12px}.bar-blue{background:linear-gradient(180deg,#2563eb59,#2563ebd9)}.bar-indigo{background:linear-gradient(180deg,#4f46e559,#4f46e5d9)}.bar-green{background:linear-gradient(180deg,#16a34a59,#16a34ad9)}.bar-group{display:flex;flex-direction:column;align-items:center}.bar-val-text{font-size:.78rem;font-weight:900;margin-bottom:6px;color:var(--text-dark)}.bar-label-text{font-size:.72rem;color:var(--text-muted);margin-top:10px;text-align:center;max-width:120px}.mt-20{margin-top:20px}.indicator-row{display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid rgba(241,245,249,.9);font-size:.9rem;margin-top:10px}.label-side{display:flex;align-items:center;gap:10px;color:var(--text-muted);font-weight:700}.icon-s.blue{color:#2563eb}.icon-s.green{color:#16a34a}.icon-s.orange{color:#f97316}.btn-consultar-full{width:100%;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;border:none;padding:10px;border-radius:12px;font-weight:900;margin-top:15px;cursor:pointer}.card-header-flex{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.tab-filters{display:flex;gap:15px;font-size:.8rem;font-weight:900;color:var(--text-muted)}.tab-item.active{color:var(--primary);border-bottom:2px solid var(--primary);padding-bottom:2px}.table-search-header{margin-bottom:15px}.description-text{font-size:.85rem;color:var(--text-muted);margin:0 0 10px}.search-bar-inline{display:flex;gap:10px;align-items:center}.input-group-search{flex:1;background:#f8fafce6;border:1px solid var(--surface-border);border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px}.input-group-search input{border:none;background:transparent;outline:none;width:100%;font-size:.85rem}.filter-icon-btn{background:#f8fafce6;border:1px solid var(--surface-border);padding:10px;border-radius:12px;cursor:pointer;color:#94a3b8}.table-responsive{overflow:auto;border-radius:14px;border:1px solid rgba(226,232,240,.7);transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.data-table{width:100%;border-collapse:collapse;font-size:.85rem;text-align:left}.data-table th{padding:12px;border-bottom:1px solid rgba(226,232,240,.85);background:#f8fafc;color:var(--text-muted);font-weight:900}.data-table td{padding:12px;border-bottom:1px solid rgba(241,245,249,.9)}.highlight-cell{background:#f1f5f9b3;font-weight:900}.data-table td.vencido-high{background:#ef444424;color:#b91c1c;font-weight:900}.btn-link{border:1px solid rgba(37,99,235,.22);background:#2563eb14;color:#1d4ed8;font-weight:900;border-radius:10px;padding:6px 10px;cursor:pointer}@media(max-width:1200px){.stats-grid-5{grid-template-columns:repeat(2,1fr)}.portfolio-row{grid-template-columns:1fr}}@media(max-width:768px){.stats-grid-5>.stat-card:last-child:nth-child(odd){grid-column:1 / -1}.portfolio-scope .filters-row{flex-wrap:wrap;gap:8px}.portfolio-scope .filter-item{flex:1 1 calc(50% - 4px);min-width:130px}.portfolio-scope .filter-search{flex:1 1 100%}.portfolio-scope .btn-consultar{width:100%;justify-content:center}.portfolio-scope .export-container{flex-wrap:wrap;width:100%}.portfolio-scope .btn-export{flex:1;justify-content:center}.search-bar-inline{flex-direction:column;align-items:stretch}.data-table{min-width:560px}}@media(max-width:480px){.stats-grid-5{grid-template-columns:1fr 1fr}.portfolio-scope .filter-item{flex:1 1 100%}}.cobranza-scope .cobranza-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.cobranza-scope{background:transparent}.cobranza-scope .cobranza-title h1{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.025em;color:#0f172a}.cobranza-scope .cobranza-title p{margin:5px 0 6px;color:var(--text-muted);font-weight:400;font-size:13px}.cobranza-scope .date-range{color:var(--text-muted);font-size:12.5px;font-weight:500}.cobranza-scope .cobranza-actions{display:flex;align-items:center;gap:12px}.cobranza-search{min-width:220px}@media(max-width:768px){.cobranza-search{min-width:0;flex:1;width:100%}}.filters-card{background:var(--surface);border:1px solid var(--surface-border);border-radius:18px;padding:16px;box-shadow:var(--shadow);margin-bottom:18px}.filters-top{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.filters-top h3{margin:0;font-size:1rem}.cobranza-filters{display:flex;align-items:flex-end;gap:12px;flex-wrap:wrap}.cobranza-scope .filter-item{display:flex;flex-direction:column;gap:5px;min-width:130px}.cobranza-scope .filter-item label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cobranza-scope .input-icon-wrapper,.cobranza-scope .select-wrapper{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;padding:8px 12px;display:flex;align-items:center;gap:7px;color:#94a3b8;transition:border-color .16s ease,box-shadow .16s ease}.cobranza-scope .input-icon-wrapper:focus-within,.cobranza-scope .select-wrapper:focus-within{border-color:#2563eb66;box-shadow:0 0 0 3px #2563eb12}.cobranza-scope .input-icon-wrapper.clickable{position:relative;cursor:pointer;min-width:150px}.cobranza-scope .input-date-hidden{position:absolute;opacity:0;width:100%;height:100%;top:0;left:0;cursor:pointer;z-index:1}.cobranza-scope .date-text-display{font-size:12.5px;font-weight:500;color:#334155;white-space:nowrap}.cobranza-scope .select-wrapper{position:relative;padding-right:32px}.cobranza-scope .select-wrapper select{appearance:none;border:none;background:transparent;outline:none;font-size:12.5px;font-family:Inter,sans-serif;color:#334155;cursor:pointer;width:100%}.cobranza-scope .select-arrow{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#94a3b8}.cobranza-scope .export-container{display:flex;align-items:center;gap:8px;flex-shrink:0}.cobranza-scope .btn-export{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:9px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:filter .16s ease,transform .16s ease;white-space:nowrap}.cobranza-scope .btn-export.pdf{background:#ef444414;border:1.5px solid rgba(239,68,68,.22);color:#dc2626}.cobranza-scope .btn-export.excel{background:#22c55e14;border:1.5px solid rgba(34,197,94,.22);color:#16a34a}.cobranza-scope .btn-export:hover{filter:brightness(.9);transform:translateY(-1px)}.cobranza-grid{display:grid;grid-template-columns:1fr 2fr;gap:18px;margin-bottom:18px}.route-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:14px}.route-thumb{width:100%;margin-top:16px;padding:0;border:1px solid #dbeafe;background:#fff;border-radius:16px;overflow:hidden;cursor:pointer;text-align:left;box-shadow:0 10px 24px #2563eb14;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.route-thumb:hover{transform:translateY(-2px);border-color:#93c5fd;box-shadow:0 16px 32px #2563eb29}.route-thumb-map{height:116px;background:linear-gradient(135deg,#2563eb24,#10b9811a),radial-gradient(circle at 20% 30%,rgba(59,130,246,.25),transparent 28%),radial-gradient(circle at 80% 70%,rgba(34,197,94,.22),transparent 26%);display:flex;align-items:center;justify-content:center}.route-thumb-map svg{width:100%;height:100%}.route-thumb-map polyline{fill:none;stroke:#2563eb;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.route-thumb-map circle{fill:#fff;stroke:#2563eb;stroke-width:4}.route-thumb-empty{width:48px;height:48px;border-radius:16px;background:#2563eb1f;color:#2563eb;display:flex;align-items:center;justify-content:center}.route-thumb-info{padding:12px 14px}.route-thumb-info strong{display:block;color:#0f172a;font-size:.9rem;font-weight:800}.route-thumb-info span{display:block;margin-top:4px;color:#64748b;font-size:.76rem;font-weight:600}.route-modal-overlay{position:fixed;inset:0;z-index:1300;background:#0f172a85;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:24px}.route-modal-card{width:min(1120px,100%);max-height:92vh;overflow-y:auto;background:#fff;border-radius:24px;border:1px solid #e2e8f0;box-shadow:0 24px 80px #0f172a47;padding:20px}.route-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:14px}.route-modal-header h3{margin:0;color:#0f172a;font-size:1.08rem;font-weight:800}.route-modal-header p{margin:6px 0 0;color:#64748b;font-size:.82rem}.route-modal-close{width:34px;height:34px;border:none;border-radius:10px;background:#f1f5f9;color:#334155;font-size:1.35rem;line-height:1;cursor:pointer}.route-summary>div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:12px 14px}.route-summary strong{display:block;font-size:.96rem;color:#0f172a;font-weight:800}.route-summary span{display:block;margin-top:3px;color:#64748b;font-size:.76rem;font-weight:600}.route-order-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:10px;margin-top:14px}.route-order-item{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;cursor:pointer;text-align:left;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.route-order-item:hover{border-color:#bfdbfe;box-shadow:0 10px 22px #2563eb14;transform:translateY(-1px)}.route-order-item>span{width:30px;height:30px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;font-weight:800;font-size:.8rem}.route-order-item strong{display:block;color:#0f172a;font-size:.84rem}.route-order-item small{display:block;margin-top:3px;color:#64748b;font-size:.74rem}.map-popup-btn{margin-top:8px;width:100%;border:none;border-radius:8px;padding:7px 10px;background:#2563eb;color:#fff;font-weight:700;cursor:pointer}.bars-card{display:grid;grid-template-columns:56px 1fr 160px;gap:14px;align-items:stretch;margin-top:10px}.bars-axis{display:flex;flex-direction:column;justify-content:space-between;color:var(--text-muted);font-weight:500;font-size:.72rem;border-right:1px solid rgba(226,232,240,.75);padding-right:10px;padding-top:26px;padding-bottom:34px}.bars-area{display:flex;justify-content:space-around;align-items:flex-end;padding:26px 10px 10px;border-radius:16px;background:transparent;border:1px solid rgba(226,232,240,.55);position:relative;overflow:visible}.bars-area:before{content:"";position:absolute;inset:26px 12px 36px;background:repeating-linear-gradient(to bottom,rgba(148,163,184,.4) 0px,rgba(148,163,184,.4) 1px,transparent 1px,transparent 32px);pointer-events:none}.bars-area:after{content:"";position:absolute;left:12px;right:12px;bottom:36px;height:1px;background:#94a3b88c;pointer-events:none}.vbar{width:120px;display:flex;flex-direction:column;align-items:center;gap:8px;position:relative;z-index:1}.vbar-value{font-weight:700;font-size:.78rem;color:#2563eb;position:absolute;top:-28px;left:50%;transform:translate(-50%);white-space:nowrap;background:#fffffff2;padding:2px 10px;border-radius:999px;border:1px solid rgba(226,232,240,.8);box-shadow:0 4px 10px #02061714;z-index:2}.vbar-pillar{width:64px;height:160px;display:flex;align-items:flex-end;border-radius:10px;background:transparent;overflow:visible;position:relative;--bar-h: 0%}.vbar-fill{width:100%;border-radius:10px 10px 0 0;box-shadow:0 10px 18px #0206171f;position:relative}.vbar-fill.soft{background:linear-gradient(180deg,#93c5fd8c,#3b82f6f2)}.vbar-fill.soft2{background:linear-gradient(180deg,#c4b5fd8c,#6366f1f2)}.vbar-fill.strong{background:linear-gradient(180deg,#60a5faa6,#2563eb)}.vbar-label{text-align:center;font-weight:500;font-size:.72rem;color:var(--text-muted);max-width:120px}.bars-kpi{border-radius:16px;border:1px solid rgba(226,232,240,.75);background:#f8fafca6;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.bars-kpi-amount{font-size:1.3rem;font-weight:700;color:var(--text-dark)}.bars-kpi-sub{font-weight:500;font-size:12.5px;color:var(--text-muted)}.cobranza-summary .summary-row{display:flex;align-items:center;gap:12px;margin-top:10px}.summary-icon{width:44px;height:44px;border-radius:14px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb2e,#2563eb8c);border:1px solid rgba(37,99,235,.25);font-weight:900;color:#1d4ed8}.summary-amount{font-weight:700;font-size:1.05rem;color:#0f172a}.summary-sub{color:var(--text-muted);font-weight:400;font-size:12.5px;margin-top:2px}.cobranza-chart{min-width:0}.cobranza-chart .chart-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.chart-kpi{font-weight:600;font-size:.85rem;color:var(--text-dark)}.mini-bars{display:grid;gap:12px}.mini-row{display:grid;grid-template-columns:160px 1fr 80px;align-items:center;gap:12px}.mini-label{color:var(--text-muted);font-weight:500;font-size:.82rem}.mini-track{height:12px;background:#e2e8f0b3;border-radius:999px;overflow:hidden}.mini-fill{height:100%;border-radius:999px}.mini-fill.soft{background:linear-gradient(90deg,#2563eb40,#2563eba6)}.mini-fill.soft2{background:linear-gradient(90deg,#6366f140,#4f46e5b3)}.mini-fill.strong{background:linear-gradient(90deg,#2563eb59,#2563ebf2)}.mini-value{text-align:right;font-weight:600;color:var(--text-dark)}.cobranza-table .table-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.cobranza-scope .data-table th{background:linear-gradient(180deg,#f5f7ff,#eef3ff);font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;color:#475569;border-bottom:1px solid #e8edf8}.cobranza-scope .data-table td{font-size:13px;font-weight:400;color:#334155}.table-tabs{display:flex;gap:8px}.table-tabs .tab{appearance:none;border:1.5px solid #e2e8f0;background:#f8fafc;padding:7px 14px;border-radius:9px;cursor:pointer;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;color:#475569;transition:background .16s ease,border-color .16s ease,color .16s ease}.table-tabs .tab:hover:not(.active){background:#f0f5ff;border-color:#2563eb4d;color:#1e293b}.table-tabs .tab.active{background:linear-gradient(160deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 3px 10px #2563eb40}.cell-main{font-weight:600;color:#1e293b}.cell-sub{color:var(--text-muted);font-weight:400;font-size:12px;margin-top:2px}.pager{display:flex;justify-content:flex-end;gap:6px;margin-top:10px}.pager-btn{width:34px;height:34px;border-radius:9px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:600;font-family:Inter,sans-serif;font-size:13px;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.pager-btn:hover:not(.active){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.pager-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.cobranza-scope .btn-blue-action{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:100%;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:11px 20px;border-radius:10px;font-size:.83rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;margin-top:16px;box-shadow:0 4px 14px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.cobranza-scope .btn-blue-action:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #2563eb5c}.cobranza-scope .btn-blue-action:active{transform:translateY(0);filter:brightness(.97)}.cobranza-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:10px 22px;border-radius:10px;font-weight:600;font-family:Inter,sans-serif;font-size:.83rem;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.cobranza-scope .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb5c}.cobranza-scope .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.cobranza-scope .btn-link{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 3px 10px #2563eb38;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.cobranza-scope .btn-link:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 6px 16px #2563eb4d}.cobranza-scope .btn-link:active{transform:translateY(0);filter:brightness(.97)}.date-bars-area{display:flex;align-items:flex-end;gap:18px;padding:40px 12px 10px;min-height:180px;border:1px solid rgba(226,232,240,.55);border-radius:14px;margin-top:10px;overflow-x:auto}.date-vbar{display:flex;flex-direction:column;align-items:center;gap:6px;min-width:56px;flex:1;max-width:100px;position:relative}.date-vbar-value{position:absolute;top:-28px;font-size:11px;font-weight:700;color:#2563eb;white-space:nowrap;background:#fffffff2;padding:2px 8px;border-radius:999px;border:1px solid rgba(226,232,240,.8);box-shadow:0 2px 8px #02061712}.date-vbar-track{width:100%;height:120px;display:flex;align-items:flex-end;background:#e2e8f040;border-radius:8px;overflow:hidden}.date-vbar-fill{width:100%;background:linear-gradient(180deg,#60a5fa,#2563eb);border-radius:8px 8px 0 0;transition:height .4s ease;box-shadow:0 4px 12px #2563eb40}.date-vbar-label{font-size:11px;font-weight:600;color:#64748b;text-align:center;white-space:nowrap}.cob-result-summary{background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;padding:13px 20px;font-size:13.5px;color:#1e40af;font-weight:500;margin-bottom:16px}.cob-result-summary strong{font-weight:700;color:#1d4ed8}.btn-excel-full{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(160deg,#22c55e,#16a34a);color:#fff;border:none;padding:11px 32px;border-radius:10px;font-size:.85rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;width:100%;max-width:400px;box-shadow:0 4px 14px #22c55e47;transition:filter .16s ease,transform .16s ease}.btn-excel-full:hover{filter:brightness(1.07);transform:translateY(-1px)}.cob-empty-chart{text-align:center;padding:36px 20px;color:#94a3b8;font-size:13px;line-height:1.6}.cob-breakdown{display:flex;flex-direction:column;gap:7px;margin-top:14px}.cob-breakdown-item{display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:10px}.cob-breakdown-item.activo{background:#22c55e14;border:1px solid rgba(34,197,94,.22)}.cob-breakdown-item.atrasado{background:#ef444414;border:1px solid rgba(239,68,68,.22)}.cob-breakdown-label{flex:1;font-size:12px;font-weight:600;color:#334155}.cob-breakdown-count{font-size:11.5px;color:#64748b;white-space:nowrap}.cob-breakdown-amount{font-size:13px;font-weight:700;color:#0f172a;min-width:72px;text-align:right}.cob-status-badge{display:inline-flex;align-items:center;padding:2px 7px;border-radius:999px;font-size:10.5px;font-weight:700;letter-spacing:.02em;white-space:nowrap;flex-shrink:0}.cob-status-badge.activo{background:#22c55e1f;color:#15803d;border:1px solid rgba(34,197,94,.28)}.cob-status-badge.atrasado{background:#ef44441a;color:#b91c1c;border:1px solid rgba(239,68,68,.25)}.cob-atrasado-note{margin:8px 0 0;font-size:12px;color:#92400e;background:#fbbf241a;border:1px solid rgba(251,191,36,.28);border-radius:8px;padding:7px 12px;line-height:1.5}.cob-td-center{text-align:center;padding:24px;color:#64748b}@media(max-width:1200px){.cobranza-grid{grid-template-columns:1fr}.cobranza-scope .cobranza-header{flex-direction:column}.mini-row{grid-template-columns:1fr;gap:6px}.mini-value{text-align:left}.bars-card{grid-template-columns:1fr}.bars-axis{display:none}}@media(max-width:768px){.cobranza-scope .cobranza-title h1{font-size:1.3rem}.cobranza-scope .filter-item{min-width:calc(50% - 6px);flex:1 1 calc(50% - 6px)}.cobranza-scope .export-container{width:100%;flex-wrap:wrap}.cobranza-scope .btn-export{flex:1;justify-content:center}.cobranza-scope .data-table{min-width:640px}.cobranza-scope table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.cobranza-table .table-head{flex-wrap:wrap;gap:8px}.cobranza-summary .summary-row{flex-wrap:wrap}.cobranza-grid{gap:12px}.mini-row{grid-template-columns:120px 1fr 70px}.mini-label{font-size:.75rem}.cobranza-table .table-head input{width:100%}.cobranza-scope .btn-blue-action{max-width:100%}}@media(max-width:480px){.cobranza-scope .filter-item{flex:1 1 100%}.filters-top{flex-direction:column;align-items:flex-start;gap:8px}.cobranza-scope .cobranza-title h1{font-size:1.15rem}.mini-row{grid-template-columns:1fr;gap:4px}.mini-value{text-align:left}}@media(max-width:768px){.route-summary{grid-template-columns:1fr 1fr;gap:8px}.route-modal-overlay{padding:20px 12px 12px;align-items:flex-start}.route-modal-card{padding:16px}.table-tabs{flex-wrap:wrap;gap:6px}.table-tabs .tab{flex:1 1 calc(50% - 3px);justify-content:center;text-align:center}}@media(max-width:480px){.route-summary{grid-template-columns:1fr}.route-modal-overlay{padding:12px 6px 6px}.route-modal-card{border-radius:16px;padding:14px;max-height:94vh}.route-order-list{grid-template-columns:1fr}.cobranza-scope{padding:12px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.alta-scope .alta-card{padding:18px}.alta-tabs{display:flex;gap:6px;margin-bottom:14px;padding:6px;background:#f1f5f9d9;border:1px solid rgba(148,163,184,.25);border-radius:12px;box-shadow:inset 0 1px #fffc;overflow-x:auto}.alta-tab{appearance:none;border:1px solid transparent;background:transparent;padding:8px 14px;border-radius:10px;cursor:pointer;font-size:.82rem;font-weight:800;color:#64748bf2;white-space:nowrap;transition:background .16s ease,color .16s ease,box-shadow .16s ease,border-color .16s ease}.alta-tipo-alert{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 18px;border-radius:12px;font-size:.84rem;font-weight:500;margin-bottom:10px;border:1px solid}.alta-tipo-alert.info{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.alta-tipo-alert.locked{background:#fef3c7;color:#92400e;border-color:#fde68a}.alta-tipo-alert.moral{background:#f0fdf4;color:#166534;border-color:#86efac}.alta-tipo-alert-close{background:none;border:none;cursor:pointer;font-size:1rem;color:inherit;opacity:.6;line-height:1;padding:0 4px}.alta-tipo-alert-close:hover{opacity:1}.tab-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:999px;margin-left:6px;vertical-align:middle;letter-spacing:.02em;text-transform:uppercase}.locked-badge{background:#fde68a;color:#92400e}.req-badge{background:#bfdbfe;color:#1e40af}.alta-tab.locked{color:#92400e!important}.alta-tab.required{color:#1d4ed8!important}.doc-status{display:inline-block;font-size:.75rem;font-weight:700;padding:2px 8px;border-radius:999px;margin-left:8px;white-space:nowrap}.doc-status.ok{background:#dcfce7;color:#166534}.doc-status.err{background:#fee2e2;color:#991b1b}.alta-top-fields{display:flex;flex-direction:column;gap:4px;padding-bottom:16px;border-bottom:1px solid var(--border, #e2e8f0);margin-bottom:16px}.alta-domicilio-header{font-size:.85rem;font-weight:700;color:var(--text-dark, #1e293b);background:#f1f5f9b3;border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:7px 14px;margin-bottom:10px}.alta-entre-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:8px}@media(max-width:600px){.alta-entre-row{grid-template-columns:1fr}}.alta-calles-row{display:flex;align-items:center;gap:8px}.alta-calles-row input{flex:1;min-width:0}.alta-calles-sep{font-size:.8rem;color:var(--text-muted, #64748b);white-space:nowrap}.alta-textarea{width:100%;box-sizing:border-box;border:1px solid var(--border, #e2e8f0);border-radius:8px;padding:8px 10px;font-size:.85rem;font-family:inherit;resize:vertical;background:#ffffffd9;color:var(--text-dark, #1e293b)}.alta-textarea:focus{outline:none;border-color:var(--primary, #2563eb)}.alta-input-readonly{background:#f1f5f9cc!important;color:var(--text-muted, #64748b);cursor:default}.alta-confirm-overlay{position:fixed;inset:0;background:#0f172a73;z-index:9999;display:flex;align-items:center;justify-content:center}.alta-confirm-modal{background:#fff;border-radius:16px;padding:28px 32px;max-width:440px;width:90%;box-shadow:0 20px 60px #0003}.alta-confirm-title{font-size:1.1rem;font-weight:700;color:var(--text-dark, #1e293b);margin-bottom:8px}.alta-confirm-desc{font-size:.85rem;color:var(--text-muted, #64748b);margin-bottom:12px}.alta-confirm-list{list-style:none;margin:0 0 20px;display:flex;flex-direction:column;gap:4px;font-size:.85rem;background:#f8fafc;border-radius:8px;padding:12px 14px;border:1px solid var(--border, #e2e8f0)}.alta-confirm-list li{color:var(--text-dark, #1e293b)}.alta-confirm-actions{display:flex;gap:10px;justify-content:flex-end}.alta-step-label{font-size:.78rem;color:var(--text-muted, #64748b);font-weight:500;margin-right:12px}.alta-laboral-bloqueada{text-align:center;padding:48px 24px;font-size:1rem;font-weight:600;color:#92400e;background:#fffbeb;border:2px dashed #fde68a;border-radius:14px;margin:24px 0}.alta-tab.active{background:linear-gradient(180deg,#2563ebf2,#1d4ed8f2);border-color:#1d4ed88c;color:#fffffff5;box-shadow:0 10px 18px #2563eb2e}.alta-form{display:flex;flex-direction:column;gap:18px}.alta-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.alta-col{display:flex;flex-direction:column;gap:12px}.alta-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.alta-field{display:flex;flex-direction:column;gap:6px}.alta-field label{font-size:.78rem;font-weight:800;color:#1e293bbf}.alta-field input{height:34px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#ffffffe6;padding:0 12px;outline:none;font-size:.85rem}.select-wrapper{position:relative}.select-wrapper select{width:100%;height:34px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#ffffffe6;padding:0 36px 0 12px;outline:none;font-size:.85rem;font-weight:700;color:#1e293beb;appearance:none;-webkit-appearance:none;-moz-appearance:none}.select-wrapper select:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb1f}.select-wrapper select:disabled{opacity:.7;cursor:not-allowed}.select-wrapper .select-arrow{position:absolute;right:12px;top:50%;transform:translateY(-50%);pointer-events:none;color:#334155d9}.alta-field input:focus{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb1f}.alta-check{display:flex;align-items:center;gap:10px;font-size:.82rem;font-weight:700;color:#1e293bbf}.alta-check input{width:16px;height:16px}.alta-section{border:1px solid rgba(148,163,184,.22);border-radius:16px;padding:14px;background:#ffffffb3}.alta-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin-bottom:10px}.alta-ref-count{display:flex;flex-direction:column;gap:6px;min-width:180px}.alta-ref-count label{font-size:.78rem;font-weight:800;color:#1e293bbf}.alta-ref-block{border:1px solid rgba(148,163,184,.18);background:#ffffffa6;border-radius:14px;padding:12px;margin-top:10px}.alta-ref-label{font-weight:900;font-size:.82rem;color:#0f172ad9;margin-bottom:10px}.alta-cp-field{margin-top:12px}.alta-section-title{font-size:.9rem;font-weight:900;color:#0f172ae6;margin-bottom:10px}.ref-grid{align-items:start}.alta-cp-row{display:grid;grid-template-columns:1fr auto;gap:10px}.alta-btn-secondary{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:1.5px solid #e2e8f0;background:#fff;border-radius:10px;padding:0 16px;cursor:pointer;font-weight:600;font-family:Inter,sans-serif;font-size:13px;height:36px;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease}.alta-btn-secondary:hover{background:#f0f5ff;border-color:#2563eb59;color:#1e293b;transform:translateY(-1px)}.address-grid{grid-template-columns:1.2fr .6fr .6fr}.address-grid .alta-field:nth-child(4),.address-grid .alta-field:nth-child(5){grid-column:1 / -1}.alta-actions{display:flex;justify-content:flex-end}.alta-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:11px 24px;border-radius:10px;font-weight:700;font-size:.88rem;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #2563eb4d;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.alta-scope .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.alta-scope .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.alta-map-wrap{margin-top:14px}.alta-map-help{font-size:.82rem;font-weight:800;color:#334155d9;margin-bottom:10px}.alta-map-frame{position:relative;border-radius:16px;overflow:hidden;border:1px solid rgba(148,163,184,.22);background:#fffc;box-shadow:0 10px 24px #02061714}.alta-map-search{position:absolute;left:56px;right:12px;top:12px;z-index:500}.alta-map-search-input{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#ffffffeb;box-shadow:0 14px 28px #0206171a;color:#2563ebf2}.alta-map-search-input input{width:100%;border:0;outline:none;background:transparent;font-size:.86rem;font-weight:700;color:#1e293beb}.alta-map-search-btn{appearance:none;border:1px solid rgba(37,99,235,.28);background:linear-gradient(135deg,#2563eb1f,#a855f71a);color:#2563ebf2;border-radius:10px;height:30px;padding:0 12px;cursor:pointer;font-weight:900;font-size:.82rem;white-space:nowrap}.alta-map-search-iconbtn{appearance:none;width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid rgba(148,163,184,.22);background:#f1f5f9bf;color:#334155e6;cursor:pointer}.alta-map-search-iconbtn:hover{background:#e2e8f0d9}.alta-map-search-btn:hover{background:linear-gradient(135deg,#2563eb29,#a855f721)}.alta-map-search-results{margin-top:8px;border-radius:14px;overflow:hidden;border:1px solid rgba(148,163,184,.22);background:#fffffff5;box-shadow:0 18px 34px #0206171f}@media(max-width:520px){.alta-map-search{left:12px;top:56px}}.alta-map-search-item{width:100%;text-align:left;padding:10px 12px;border:0;background:transparent;cursor:pointer;font-size:.86rem;font-weight:700;color:#1e293beb}.alta-map-search-item:hover{background:#2563eb14}.alta-map-search-spinner{width:14px;height:14px;border-radius:999px;border:2px solid rgba(148,163,184,.5);border-top-color:#2563ebf2;animation:alta-spin .9s linear infinite}@keyframes alta-spin{to{transform:rotate(360deg)}}.map-theme .leaflet-container{background:#e2e8f099}.map-theme .leaflet-control-zoom{border:0;box-shadow:0 10px 18px #02061724}.map-theme .leaflet-control-zoom a{background:#ffffffeb;color:#1e293be6;border:1px solid rgba(148,163,184,.25)}.map-theme .leaflet-control-zoom a:first-child{border-top-left-radius:12px;border-top-right-radius:12px}.map-theme .leaflet-control-zoom a:last-child{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.map-theme .leaflet-control-zoom a:hover{background:#f1f5f9f2}.map-theme .leaflet-control-attribution{background:#ffffffd1;color:#334155e6;border-radius:10px;padding:4px 8px;margin:10px}.map-theme .leaflet-control-attribution a{color:#2563ebf2}.mp-pin{background:transparent;border:0}.mp-pin-el{position:relative;width:30px;height:30px;border-radius:999px;background:linear-gradient(135deg,#2563ebfa,#a855f7fa);box-shadow:0 18px 24px #2563eb2e,0 10px 16px #a855f724;border:2px solid rgba(255,255,255,.92)}.mp-pin-el:before{content:"";position:absolute;inset:8px;border-radius:999px;background:#ffffffeb}.mp-pin-el:after{content:"";position:absolute;left:50%;top:22px;width:14px;height:14px;transform:translate(-50%) rotate(45deg);background:linear-gradient(135deg,#2563ebfa,#a855f7fa);border-bottom-right-radius:6px;box-shadow:0 12px 18px #0206171f}.alta-placeholder{padding:16px;border:1px dashed rgba(100,116,139,.35);border-radius:14px;color:#64748be6;font-weight:800}.alta-docs-note{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:center;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.22);background:#f1f5f9bf}.alta-docs-note-icon{width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2563eb24,#a855f71a);border:1px solid rgba(37,99,235,.18);color:#2563ebf2}.alta-docs-note-text{font-size:.86rem;font-weight:800;color:#334155e0;line-height:1.25}.alta-docs-list{display:flex;flex-direction:column;gap:12px}.alta-doc-row{display:grid;grid-template-columns:54px 1fr;gap:12px;padding:14px;border-radius:16px;border:1px solid rgba(148,163,184,.22);background:#ffffffbf;box-shadow:0 10px 22px #0206170f}.alta-doc-ico{width:54px;height:54px;border-radius:16px;display:flex;align-items:center;justify-content:center;background:#f1f5f9d9;border:1px solid rgba(148,163,184,.22);color:#2563ebf2}.alta-doc-main{display:flex;flex-direction:column;gap:10px}.alta-doc-title{font-size:.92rem;font-weight:950;color:#0f172adb}.alta-doc-actions{display:grid;grid-template-columns:auto 1fr;gap:10px;align-items:center}.alta-doc-input{display:none}.alta-doc-btn{appearance:none;border:1px solid rgba(37,99,235,.22);background:linear-gradient(135deg,#2563eb24,#a855f71a);color:#2563ebf2;border-radius:10px;height:34px;padding:0 14px;cursor:pointer;font-weight:900;font-size:.85rem;white-space:nowrap}.alta-doc-btn:hover{background:linear-gradient(135deg,#2563eb2e,#a855f721)}.alta-doc-filename{height:34px;display:flex;align-items:center;padding:0 12px;border-radius:10px;border:1px solid rgba(148,163,184,.18);background:#f1f5f9bf;color:#475569eb;font-weight:800;font-size:.82rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media(max-width:700px){.alta-doc-actions{grid-template-columns:1fr;align-items:stretch}.alta-doc-btn{width:100%}}.alta-fin-block{border:1px solid rgba(148,163,184,.22);border-radius:16px;background:#ffffffbf;box-shadow:0 10px 22px #0206170f;padding:14px}.alta-extra-head{display:flex;flex-direction:column;gap:6px}.alta-extra-title{font-size:1.05rem;font-weight:950;color:#0f172ae6}.alta-extra-sub{font-size:.85rem;font-weight:800;color:#475569e6}.alta-fin-title{font-size:.92rem;font-weight:950;color:#0f172adb;margin-bottom:12px;padding:8px 10px;border-radius:12px;background:#f1f5f9d9;border:1px solid rgba(148,163,184,.18)}.alta-fin-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:14px}.alta-fin-grid.wide{grid-template-columns:1fr 1fr 1fr 1fr}.alta-money{display:grid;grid-template-columns:34px 1fr 56px;align-items:center;height:34px;border-radius:10px;border:1px solid rgba(148,163,184,.28);background:#ffffffe6;overflow:hidden}.alta-money input{height:34px;border:0;outline:none;padding:0 10px;background:transparent;font-size:.85rem;font-weight:800;color:#1e293beb}.alta-money-prefix,.alta-money-suffix{height:34px;display:flex;align-items:center;justify-content:center;font-weight:950;font-size:.78rem;color:#475569e6;background:#f1f5f9d9}.alta-money-prefix{border-right:1px solid rgba(148,163,184,.18)}.alta-money-suffix{border-left:1px solid rgba(148,163,184,.18)}.alta-money:focus-within{border-color:#2563eb73;box-shadow:0 0 0 4px #2563eb1f}.alta-money.read{background:#f1f5f9b3}@media(max-width:1100px){.alta-fin-grid,.alta-fin-grid.wide{grid-template-columns:1fr}}@media(max-width:1100px){.alta-grid,.address-grid{grid-template-columns:1fr}}@media(max-width:768px){.alta-scope .alta-card{padding:12px 14px}.alta-tabs{flex-wrap:wrap;gap:4px}.alta-tab{flex:1 1 calc(33% - 4px);text-align:center;justify-content:center}.alta-top-fields{flex-direction:column;gap:8px}.alta-top-fields>*{width:100%}.alta-tipo-alert{flex-wrap:wrap;gap:8px}.alta-scope input,.alta-scope select,.alta-scope textarea{width:100%;box-sizing:border-box}.alta-confirm-modal{width:95vw;max-width:95vw;padding:20px 18px;border-radius:16px}.alta-calles-row{flex-direction:column;gap:6px}.alta-calles-sep{display:none}}@media(max-width:480px){.alta-tab{flex:1 1 calc(50% - 4px);font-size:.78rem;padding:7px 8px}.alta-scope .alta-card{padding:10px}.alta-confirm-modal{padding:16px 14px}}.consultar-scope .consultar-card{padding:18px}.consultar-scope .consultar-table{border-radius:16px;overflow:hidden;border:1px solid rgba(148,163,184,.22);background:#fffc;box-shadow:0 14px 26px #02061714}.consultar-scope .consultar-thead{display:grid;grid-template-columns:160px 220px 1fr 150px 150px;gap:12px;padding:14px;color:#fffffff5;font-weight:900;font-size:.85rem;background:linear-gradient(135deg,#2563ebf2,#4f46e5eb)}.consultar-scope .consultar-subhead{display:block;margin-top:2px;font-size:.72rem;font-weight:800;opacity:.9}.consultar-scope .consultar-tr{display:grid;grid-template-columns:160px 220px 1fr 150px 150px;gap:12px;padding:12px 14px;align-items:center;border-top:1px solid rgba(226,232,240,.7)}.consultar-scope .consultar-td{font-size:.86rem;font-weight:800;color:#1e293beb}.consultar-scope .consultar-td.nombre{text-transform:uppercase}.consultar-scope .consultar-td.action{display:flex;justify-content:flex-end}.consultar-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:9px 16px;border-radius:10px;font-weight:900;cursor:pointer;box-shadow:0 10px 18px #2563eb38}.consultar-scope .btn-actualizar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;padding:9px 16px;border-radius:10px;font-weight:900;cursor:pointer;box-shadow:0 10px 18px #0206170f}.consultar-scope .consultar-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}.consultar-scope .page-btn{width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;border:1px solid rgba(148,163,184,.22);background:#ffffffdb;font-weight:900;cursor:pointer}.consultar-scope .page-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d}.consultar-scope .page-btn:disabled{opacity:.5;cursor:not-allowed}.consultar-scope .page-ellipsis{font-weight:900;color:#64748be6}@media(max-width:1100px){.consultar-scope .consultar-thead{display:none}.consultar-scope .consultar-table{border:none;background:transparent;box-shadow:none;overflow:visible}.consultar-scope .consultar-tr{grid-template-columns:1fr 1fr;gap:8px;padding:14px 16px;border-radius:12px;margin:8px 0;background:#fff;box-shadow:0 1px 6px #0f172a12;border:1px solid rgba(226,232,240,.6)}.consultar-scope .consultar-tr div:nth-child(1){grid-column:1}.consultar-scope .consultar-td.id:before{content:"ID ";color:#94a3b8;font-weight:700;font-size:.75rem}.consultar-scope .consultar-tr div:nth-child(2){grid-column:2;text-align:right;color:#2563eb}.consultar-scope .consultar-tr div:nth-child(3){grid-column:1 / -1;font-size:.95rem}.consultar-scope .consultar-tr div:nth-child(4){grid-column:1;justify-content:flex-start}.consultar-scope .consultar-tr div:nth-child(5){grid-column:2;justify-content:flex-end}.consultar-scope .consultar-card{padding:12px}}@media(max-width:480px){.consultar-scope .consultar-tr div:nth-child(4),.consultar-scope .consultar-tr div:nth-child(5){grid-column:1 / -1;justify-content:stretch}.consultar-scope .btn-consultar,.consultar-scope .btn-actualizar{flex:1;justify-content:center}}.consultar-scope .btn-eliminar{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#ef4444;border:1.5px solid #fecaca;padding:9px 10px;border-radius:10px;cursor:pointer;transition:all .15s;box-shadow:0 2px 8px #ef444414}.consultar-scope .btn-eliminar:hover{background:#fef2f2;border-color:#ef4444;box-shadow:0 4px 14px #ef44442e}.consultar-scope .modal-overlay{position:fixed;inset:0;z-index:9999;background:#0f172a8c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:20px}.consultar-scope .modal-box{position:relative;background:#fff;border-radius:16px;padding:32px 28px 24px;max-width:420px;width:100%;text-align:center;box-shadow:0 20px 50px #0000002e;animation:modalIn .2s ease-out}@keyframes modalIn{0%{opacity:0;transform:scale(.92) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.consultar-scope .modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#94a3b8;cursor:pointer;padding:4px;border-radius:6px}.consultar-scope .modal-close:hover{color:#475569;background:#f1f5f9}.consultar-scope .modal-icon-warn{display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;border-radius:50%;background:#fef3c7;color:#f59e0b;margin-bottom:14px}.consultar-scope .modal-box h3{font-size:1.15rem;font-weight:800;color:#1e293b;margin:0 0 8px}.consultar-scope .modal-box p{font-size:.88rem;color:#475569;line-height:1.5;margin:0 0 4px}.consultar-scope .modal-sub{font-size:.78rem;color:#94a3b8;margin-bottom:10px}.consultar-scope .modal-error{background:#fef2f2;color:#dc2626;font-weight:700;font-size:.82rem;padding:8px 12px;border-radius:8px;margin:10px 0;border:1px solid #fecaca}.consultar-scope .modal-actions{display:flex;gap:10px;margin-top:18px}.consultar-scope .btn-cancel{flex:1;padding:10px 16px;border-radius:10px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-weight:800;cursor:pointer}.consultar-scope .btn-cancel:hover{background:#f8fafc}.consultar-scope .btn-delete{flex:1;padding:10px 16px;border-radius:10px;border:none;background:linear-gradient(160deg,#ef4444,#dc2626);color:#fff;font-weight:800;cursor:pointer;box-shadow:0 6px 16px #ef444440}.consultar-scope .btn-delete:hover{opacity:.9}.consultar-scope .btn-delete:disabled{opacity:.6;cursor:not-allowed}.detalle-scope{padding:0 0 40px}.detalle-scope .detalle-header{text-align:center;padding:28px 20px 18px}.detalle-scope .btn-back{position:absolute;left:28px;display:inline-flex;align-items:center;gap:6px;background:#ffffffd9;border:1.5px solid #e2e8f0;border-radius:10px;padding:8px 16px;font-weight:700;font-size:.82rem;color:#475569;cursor:pointer;box-shadow:0 2px 8px #0000000f}.detalle-scope .detalle-header h1{font-size:1.5rem;font-weight:900;color:#1e293b;margin:0 0 4px}.detalle-scope .detalle-nombre{font-size:.95rem;font-weight:800;color:#334155;margin:4px 0 2px}.detalle-scope .detalle-meta{font-size:.82rem;color:#64748b;font-weight:600}.detalle-scope .detalle-tabs{display:flex;gap:0;overflow-x:auto;background:linear-gradient(135deg,#1e3a5f,#1e293b);border-radius:12px 12px 0 0;margin:0 18px;padding:0 4px}.detalle-scope .detalle-tab{flex-shrink:0;padding:11px 16px;background:transparent;border:none;color:#ffffffa6;font-weight:700;font-size:.72rem;letter-spacing:.02em;cursor:pointer;border-bottom:3px solid transparent;transition:all .15s;white-space:nowrap}.detalle-scope .detalle-tab:hover{color:#ffffffe6}.detalle-scope .detalle-tab.active{color:#fff;border-bottom-color:#60a5fa;background:#ffffff14}.detalle-scope .detalle-body{margin:0 18px;border-radius:0 0 12px 12px;padding:24px 28px;min-height:300px}.detalle-scope .info-row-top{display:flex;flex-wrap:wrap;gap:8px 18px;align-items:center;margin-bottom:14px;font-size:.82rem}.detalle-scope .info-row-top label{font-weight:700;color:#475569}.detalle-scope .info-row-top select{padding:4px 8px;border:1px solid #cbd5e1;border-radius:6px;font-size:.82rem}.detalle-scope .info-row-top .val{font-weight:600;color:#1e293b;background:#f1f5f9;padding:4px 10px;border-radius:6px}.detalle-scope .info-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px 24px;margin-bottom:18px}.detalle-scope .field-pair{display:flex;flex-direction:column;gap:3px}.detalle-scope .field-pair label{font-size:.76rem;font-weight:700;color:#64748b}.detalle-scope .field-pair input,.detalle-scope .field-pair select{padding:7px 10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.84rem;font-weight:600;color:#1e293b;background:#fff}.detalle-scope .field-pair input:disabled,.detalle-scope .field-pair select:disabled{background:#f1f5f9;color:#64748b}.detalle-scope .field-pair .val{font-size:.84rem;font-weight:600;color:#1e293b;background:#f8fafc;padding:7px 10px;border:1px solid #e2e8f0;border-radius:8px;min-height:20px}.detalle-scope .section-title{font-size:.92rem;font-weight:800;color:#1e293b;margin:18px 0 10px;padding-bottom:6px;border-bottom:2px solid #e2e8f0}.detalle-scope .detalle-table{width:100%;border-collapse:collapse;font-size:.82rem}.detalle-scope .detalle-table thead{background:linear-gradient(135deg,#1e3a5f,#1e293b);color:#fff}.detalle-scope .detalle-table th{padding:10px 12px;text-align:left;font-weight:700;font-size:.76rem;white-space:nowrap}.detalle-scope .detalle-table td{padding:10px 12px;border-bottom:1px solid #e2e8f0;color:#334155;font-weight:600}.detalle-scope .detalle-table tbody tr:hover{background:#2563eb08}.detalle-scope .btn-ver{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:6px 14px;border-radius:8px;font-weight:700;font-size:.78rem;cursor:pointer;box-shadow:0 4px 12px #2563eb33}.detalle-scope .btn-upload{background:#1e293b;color:#fff;border:none;padding:6px 14px;border-radius:8px;font-weight:700;font-size:.78rem;cursor:pointer}.detalle-scope .btn-add-row{margin-top:10px;background:linear-gradient(135deg,#1e3a5f,#1e293b);color:#fff;border:none;padding:8px 18px;border-radius:8px;font-weight:700;font-size:.78rem;cursor:pointer}.detalle-scope .detalle-save-row{display:flex;align-items:center;gap:14px;margin-top:22px}.detalle-scope .btn-guardar{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:12px 32px;border-radius:10px;font-weight:800;font-size:.9rem;cursor:pointer;box-shadow:0 8px 20px #2563eb40;width:100%;justify-content:center}.detalle-scope .btn-guardar:disabled{opacity:.6;cursor:not-allowed}.detalle-scope .msg-ok{color:#16a34a;font-weight:700;font-size:.84rem}.detalle-scope .msg-error{color:#ef4444;font-weight:700;font-size:.84rem}.detalle-scope .doc-controls{display:flex;align-items:center;gap:10px;margin-bottom:12px;font-size:.82rem;flex-wrap:wrap}.detalle-scope .doc-controls label{font-weight:700;color:#475569}.detalle-scope .doc-controls select{padding:5px 10px;border:1px solid #cbd5e1;border-radius:6px}.detalle-scope .empty-msg{font-size:1.1rem;font-weight:800;color:#1e293b;margin-top:20px}.detalle-scope .tab-placeholder{min-height:200px}@media(max-width:900px){.detalle-scope .info-grid{grid-template-columns:1fr 1fr}.detalle-scope .info-grid>div:nth-child(3n){display:none}.detalle-scope .detalle-tabs{margin:0 8px}.detalle-scope .detalle-body{margin:0 8px;padding:16px}}@media(max-width:600px){.detalle-scope .info-grid{grid-template-columns:1fr}.detalle-scope .btn-back{position:static;margin-bottom:10px}.detalle-scope .detalle-table{font-size:.74rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lista-negra-scope .ln-warning-banner{display:flex;align-items:center;gap:10px;background:#ef444412;border:1.5px solid rgba(239,68,68,.25);border-radius:12px;padding:12px 18px;margin-bottom:16px;color:#991b1b}.lista-negra-scope .btn-sincronizar{display:inline-flex;align-items:center;background:#fff;border:1.5px solid #e2e8f0;color:#475569;padding:7px 14px;border-radius:9px;font-size:12px;font-weight:600;cursor:pointer;transition:background .14s ease,border-color .14s ease}.lista-negra-scope .btn-sincronizar:hover:not(:disabled){background:#f0f5ff;border-color:#2563eb59}.lista-negra-scope .btn-sincronizar:disabled{opacity:.5;cursor:not-allowed}.lista-negra-scope .ln-badge{display:inline-block;padding:2px 9px;border-radius:20px;font-size:11px;font-weight:700}.lista-negra-scope .ln-badge--mora{background:#ef44441f;color:#b91c1c}.lista-negra-scope .ln-badge--auto{background:#eab30821;color:#92400e}.lista-negra-scope .ln-badge--manual{background:#6366f11f;color:#3730a3}.lista-negra-scope .ln-empty{text-align:center;color:#94a3b8;padding:24px 0;display:block}.lista-negra-scope .ln-modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:999}.lista-negra-scope .ln-modal{background:#fff;border-radius:16px;padding:28px 32px;max-width:420px;box-shadow:0 20px 60px #0000002e}.lista-negra-scope .btn-cancelar{padding:8px 18px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;cursor:pointer;font-size:13px}.lista-negra-scope .btn-confirmar-quitar{padding:8px 18px;border-radius:8px;border:none;background:#dc2626;color:#fff;cursor:pointer;font-weight:700;font-size:13px}.lista-negra-scope .lista-negra-card{padding:20px;background:#fff;border-radius:18px;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 16px #0f172a12;overflow:hidden}.lista-negra-scope .ln-table{border-radius:14px;overflow:hidden;border:1px solid #e8edf8;background:#fff}.lista-negra-scope .ln-thead{display:grid;grid-template-columns:90px 80px 1fr 90px 110px 100px 180px 130px 80px;gap:10px;padding:13px 16px;color:#475569;font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-bottom:1px solid #e8edf8}.lista-negra-scope .ln-tr{display:grid;grid-template-columns:90px 80px 1fr 90px 110px 100px 180px 130px 80px;gap:10px;padding:13px 16px;align-items:center;border-top:1px solid #f1f5f9;transition:background .12s ease}.lista-negra-scope .ln-tr:hover{background:#f8faff}.lista-negra-scope .ln-td{font-size:13px;font-weight:400;color:#334155}.lista-negra-scope .ln-td.nombre{text-transform:uppercase;font-weight:500}.lista-negra-scope .ln-td.action{display:flex;justify-content:flex-end}.lista-negra-scope .btn-actualizar{display:inline-flex;align-items:center;justify-content:center;gap:5px;background:linear-gradient(160deg,#f87171,#dc2626);color:#fff;border:none;padding:6px 14px;border-radius:8px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 3px 10px #dc262638;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.lista-negra-scope .btn-actualizar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 6px 16px #dc26264d}.lista-negra-scope .btn-actualizar:active{transform:translateY(0);filter:brightness(.97)}.lista-negra-scope .ln-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.lista-negra-scope .page-btn{background:#fff;border:1.5px solid #e2e8f0;color:#475569;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;cursor:pointer;font-size:13px;font-family:Inter,sans-serif;font-weight:600;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.lista-negra-scope .page-btn:hover:not(:disabled):not(.active){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.lista-negra-scope .page-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.lista-negra-scope .page-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}@media(max-width:1100px){.lista-negra-scope .ln-thead,.lista-negra-scope .ln-tr{grid-template-columns:120px 1fr}.lista-negra-scope .ln-thead div:nth-child(3),.lista-negra-scope .ln-tr div:nth-child(3),.lista-negra-scope .ln-thead div:nth-child(4),.lista-negra-scope .ln-tr div:nth-child(4),.lista-negra-scope .ln-thead div:nth-child(5),.lista-negra-scope .ln-tr div:nth-child(5){grid-column:1 / -1}.lista-negra-scope .ln-td.action{justify-content:flex-start}}@media(max-width:768px){.lista-negra-scope .ln-thead{display:none}.lista-negra-scope .ln-tr{grid-template-columns:1fr;gap:6px;padding:14px 16px;border-top:1px solid #e8edf8;border-radius:12px;margin:6px 0;background:#fff;box-shadow:0 1px 4px #0f172a0f}.lista-negra-scope .ln-td{grid-column:1 / -1}.lista-negra-scope .ln-td.nombre{font-size:.95rem;font-weight:700}.lista-negra-scope .ln-td.action{justify-content:flex-start}.lista-negra-scope .lista-negra-card{padding:12px}}@media(max-width:480px){.lista-negra-scope .btn-actualizar{width:100%;justify-content:center}}.nueva-solicitud-scope.ns-card{margin:24px auto;max-width:980px;background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 16px #0f172a12;border-radius:18px;padding:28px 24px}.nueva-solicitud-scope.ns-card .ns-title{text-align:center;font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:18px}.nueva-solicitud-scope.ns-card .ns-subtitle{font-size:.82rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#64748b;padding:12px 0 10px;border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;margin-bottom:16px}.nueva-solicitud-scope.ns-card .ns-options{display:flex;flex-direction:column;gap:12px}.nueva-solicitud-scope.ns-card .ns-option{display:grid;grid-template-columns:84px 1fr 180px;align-items:center;gap:14px;padding:16px;border-radius:12px;border:1.5px solid #e8edf8;background:#f8faff;transition:border-color .16s ease,box-shadow .16s ease}.nueva-solicitud-scope.ns-card .ns-option:hover{border-color:#2563eb40;box-shadow:0 2px 10px #2563eb12}.nueva-solicitud-scope.ns-card .ns-ico{width:64px;height:64px;border-radius:12px;background:linear-gradient(180deg,#93c5fd99,#3b82f64d);border:1px solid rgba(148,163,184,.25);position:relative;display:grid;place-items:center;color:#1e40afeb}.nueva-solicitud-scope.ns-card .ns-ico:after{content:"$";position:absolute;right:-8px;bottom:-8px;width:26px;height:26px;border-radius:999px;background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fffffff5;display:grid;place-items:center;font-weight:950;box-shadow:0 10px 16px #2563eb40;border:2px solid rgba(255,255,255,.9)}.nueva-solicitud-scope.ns-card .ns-ico.grupal{background:linear-gradient(180deg,#c4b5fd99,#6366f140);color:#4338caeb}.nueva-solicitud-scope.ns-card .ns-ico.personal{background:linear-gradient(180deg,#93c5fd99,#3b82f64d)}.nueva-solicitud-scope.ns-card .ns-text{display:flex;flex-direction:column;gap:4px}.nueva-solicitud-scope.ns-card .ns-opt-title{font-weight:700;font-size:.9rem;color:#0f172a}.nueva-solicitud-scope.ns-card .ns-opt-desc{font-weight:400;font-size:.8rem;color:#64748b;margin-top:3px}.nueva-solicitud-scope.ns-card .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:.83rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.nueva-solicitud-scope.ns-card .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #2563eb5c}.nueva-solicitud-scope.ns-card .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.nueva-solicitud-scope.ns-card .ns-arrow{margin-left:10px;font-size:1.05rem;font-weight:950}@media(max-width:860px){.nueva-solicitud-scope.ns-card .ns-option{grid-template-columns:72px 1fr}.nueva-solicitud-scope.ns-card .btn-consultar{grid-column:1 / -1;width:100%;justify-self:stretch}}.nsc-scope{max-width:920px;margin:24px auto;display:flex;flex-direction:column;gap:16px;padding:0 4px}.nsc-page-header{display:flex;align-items:center;gap:14px;padding:4px 0 8px}.nsc-page-header h2{margin:0;font-size:1.25rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.nsc-back-btn{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 14px;font-size:.78rem;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap;transition:background .13s}.nsc-back-btn:hover{background:#e8edf8}.nsc-card{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:20px 22px;box-shadow:0 2px 10px #0f172a0d}.nsc-card-hd{font-size:.87rem;font-weight:700;color:#1e293b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e8edf8;padding-bottom:10px;margin-bottom:14px;display:flex;align-items:center;justify-content:space-between}.nsc-opt-lbl{font-size:.72rem;font-weight:500;color:#94a3b8;text-transform:none;letter-spacing:0;margin-left:6px}.nsc-search-wrap{position:relative}.nsc-search-box{display:flex;align-items:center;gap:8px;border:1.5px solid #e2e8f0;border-radius:10px;padding:8px 12px;background:#f8fafc;transition:border-color .15s}.nsc-search-box:focus-within{border-color:#3b82f6;background:#fff}.nsc-search-box svg{color:#94a3b8;flex-shrink:0}.nsc-search-box input{border:none;background:transparent;outline:none;font-size:.85rem;color:#1e293b;width:100%}.nsc-x-btn{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:0;flex-shrink:0}.nsc-x-btn:hover{color:#ef4444}.nsc-drop{position:absolute;z-index:200;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 28px #0f172a1f;max-height:260px;overflow-y:auto;list-style:none;padding:4px 0;margin:0}.nsc-drop-item{display:flex;flex-direction:column;gap:2px;padding:9px 14px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .12s}.nsc-drop-item:last-child{border-bottom:none}.nsc-drop-item:hover{background:#eff6ff}.nsc-drop-name{font-size:.85rem;font-weight:600;color:#1e293b}.nsc-drop-meta{font-size:.76rem;color:#94a3b8}.nsc-drop-empty{padding:14px 16px;font-size:.82rem;color:#94a3b8;font-style:italic;text-align:center;list-style:none}.nsc-hint-text{margin:8px 0 0;font-size:.8rem;color:#94a3b8;font-style:italic}.nsc-client-row{display:flex;align-items:flex-start;gap:14px;margin-top:14px;padding:14px 16px;background:#f8faff;border:1px solid #e0e8ff;border-radius:10px}.nsc-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-size:1.1rem;font-weight:800;display:grid;place-items:center;flex-shrink:0}.nsc-client-info{flex:1;display:flex;flex-direction:column;gap:5px}.nsc-client-name{font-size:.95rem;font-weight:700;color:#0f172a}.nsc-client-meta{font-size:.78rem;color:#64748b}.nsc-badge{display:inline-flex;align-items:center;gap:5px;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:999px;width:fit-content}.nsc-badge-ok{background:#dcfce7;color:#15803d}.nsc-badge-debt{background:#fef3c7;color:#b45309}.nsc-override-label{display:flex;align-items:center;gap:7px;font-size:.8rem;color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:8px 12px;cursor:pointer;width:fit-content;margin-top:2px}.nsc-override-label input{cursor:pointer;accent-color:#f59e0b}.nsc-warn-ico{color:#f59e0b;flex-shrink:0}.nsc-block-msg{display:flex;align-items:center;gap:6px;font-size:.8rem;color:#b91c1c;margin:4px 0 0}.nsc-block-msg svg{color:#ef4444}.nsc-change-btn{display:flex;align-items:center;gap:5px;font-size:.75rem;color:#64748b;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:7px;padding:5px 10px;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:background .13s}.nsc-change-btn:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.nsc-avales-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.nsc-aval-chip{display:flex;align-items:center;gap:5px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:4px 10px;font-size:.78rem;font-weight:600;color:#1d4ed8}.nsc-aval-id{font-weight:400;color:#60a5fa}.nsc-aval-chip button{background:none;border:none;cursor:pointer;color:#93c5fd;display:flex;align-items:center;padding:0}.nsc-aval-chip button:hover{color:#ef4444}.nsc-caract-row{display:flex;flex-wrap:wrap;gap:10px;align-items:flex-end;margin-bottom:2px}.nsc-caract-row .nsc-field{flex:1 1 130px;min-width:110px}.nsc-caract-row .nsc-f-sm{flex:0 0 80px}.nsc-caract-row .nsc-field-grow{flex:2 1 180px}.nsc-grid{display:grid;gap:12px;margin-bottom:10px}.nsc-g2{grid-template-columns:repeat(2,1fr)}.nsc-g3{grid-template-columns:repeat(3,1fr)}.nsc-g4{grid-template-columns:repeat(4,1fr)}.nsc-span2{grid-column:span 2}.nsc-field{display:flex;flex-direction:column;gap:4px}.nsc-field label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.nsc-field input,.nsc-field select{border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 10px;font-size:.85rem;color:#1e293b;background:#fff;outline:none;width:100%;transition:border-color .14s}.nsc-field input:focus,.nsc-field select:focus{border-color:#3b82f6}.nsc-ro{background:#f8fafc!important;color:#64748b!important;cursor:default}.nsc-neg{color:#ef4444!important;background:#fef2f2!important}.nsc-sel-wrap{position:relative;display:flex;align-items:center}.nsc-sel-wrap select{padding-right:28px;appearance:none;cursor:pointer}.nsc-sel-wrap svg{position:absolute;right:8px;pointer-events:none;color:#94a3b8}.nsc-preview{display:flex;flex-wrap:wrap;gap:20px;background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;padding:12px 16px;margin-top:6px}.nsc-prev-item{font-size:.83rem;color:#1e40af}.nsc-prev-item strong{color:#1d4ed8}.nsc-fin-sub{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f9;padding:5px 10px;border-radius:6px;margin:10px 0 8px}.nsc-note{font-size:.79rem;color:#94a3b8;margin:0 0 12px}.nsc-sim-card{border-color:#bfdbfe;background:#f8fbff}.nsc-sim-summary{display:flex;flex-wrap:wrap;gap:16px;font-size:.82rem;color:#475569;background:#eff6ff;border-radius:8px;padding:10px 14px;margin-bottom:14px}.nsc-sim-close{margin-left:auto}.nsc-table-wrap{overflow-x:auto;max-height:340px;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.nsc-table{width:100%;border-collapse:collapse;font-size:.82rem}.nsc-table th{background:#eff6ff;color:#1d4ed8;font-weight:700;padding:8px 12px;text-align:left;position:sticky;top:0}.nsc-table td{padding:7px 12px;border-bottom:1px solid #f1f5f9;color:#334155}.nsc-table tbody tr:hover{background:#f8fbff}.nsc-err-banner{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fca5a5;border-radius:10px;padding:10px 16px;font-size:.83rem;color:#b91c1c}.nsc-err-banner svg{flex-shrink:0}.nsc-actions{display:flex;gap:12px;flex-wrap:wrap;padding-bottom:16px}.nsc-btn-sim{display:inline-flex;align-items:center;gap:7px;background:#1e293b;color:#fff;border:none;padding:11px 22px;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:filter .15s,transform .15s}.nsc-btn-sim:hover:not(:disabled){filter:brightness(1.15);transform:translateY(-1px)}.nsc-btn-sim:disabled{opacity:.45;cursor:not-allowed}.nsc-btn-send{display:inline-flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#22c55e,#16a34a);color:#fff;border:none;padding:11px 28px;border-radius:10px;font-size:.84rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #16a34a47;transition:filter .15s,transform .15s,box-shadow .15s}.nsc-btn-send:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #16a34a57}.nsc-btn-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.nsc-btn-cancel{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0;padding:11px 20px;border-radius:10px;font-size:.84rem;font-weight:600;cursor:pointer;transition:background .14s}.nsc-btn-cancel:hover{background:#fee2e2;color:#ef4444;border-color:#fca5a5}.nsc-success{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:18px;padding:52px 28px;text-align:center;box-shadow:0 4px 18px #0f172a12}.nsc-success-ico{color:#22c55e;margin-bottom:16px}.nsc-success h2{font-size:1.35rem;font-weight:800;color:#0f172a;margin:0 0 10px}.nsc-success p{font-size:.9rem;color:#475569;margin:4px 0}.nsc-btn-primary{display:inline-flex;align-items:center;gap:7px;margin-top:22px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:12px 28px;border-radius:10px;font-size:.88rem;font-weight:700;cursor:pointer;box-shadow:0 4px 14px #2563eb47;transition:filter .15s}.nsc-btn-primary:hover{filter:brightness(1.08)}.nsc-prod-btn{display:flex;align-items:center;gap:9px;width:100%;background:#fefce8;border:1.5px solid #fde68a;border-radius:9px;padding:9px 14px;font-size:.85rem;color:#92400e;cursor:pointer;transition:border-color .15s,background .15s;text-align:left}.nsc-prod-btn:hover{border-color:#f59e0b;background:#fef3c7}.nsc-prod-btn strong{color:#1e293b}.nsc-prod-placeholder{color:#b45309;font-style:italic}.nsc-mora-hint{display:block;margin-top:4px;font-size:.68rem;color:#2563eb;opacity:.75;font-style:italic}.nsc-lock-lbl{font-size:.68rem;font-weight:600;color:#dc2626;background:#fee2e2;border-radius:999px;padding:1px 7px;margin-left:6px;text-transform:none;letter-spacing:0;vertical-align:middle}.nsc-prod-notif{display:flex;align-items:center;gap:8px;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:9px;padding:9px 14px;font-size:.8rem;color:#065f46;margin-bottom:12px}.nsc-prod-notif svg{flex-shrink:0;color:#10b981}.nsc-modal-backdrop{position:fixed;inset:0;background:#0f172a73;z-index:9000;display:flex;align-items:center;justify-content:center;padding:16px}.nsc-modal{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0f172a38;width:100%;max-width:480px;padding:24px;animation:nscModalIn .18s ease}@keyframes nscModalIn{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.nsc-modal-hd{display:flex;align-items:center;justify-content:space-between;font-size:1.05rem;font-weight:800;color:#0f172a;margin-bottom:10px}.nsc-modal-sub{font-size:.82rem;color:#64748b;margin:0 0 16px;line-height:1.5}.nsc-prod-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.nsc-prod-item{display:flex;align-items:center;gap:12px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px;transition:border-color .14s,background .14s}.nsc-prod-item:hover{border-color:#93c5fd;background:#f0f7ff}.nsc-prod-info{flex:1;display:flex;flex-direction:column;gap:3px}.nsc-prod-nombre{font-size:.88rem;font-weight:700;color:#1e293b}.nsc-prod-desc{font-size:.75rem;color:#94a3b8}.nsc-prod-sel-btn{background:#1e293b;color:#fff;border:none;border-radius:7px;padding:6px 14px;font-size:.78rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:background .14s}.nsc-prod-sel-btn:hover{background:#334155}.nsc-prod-sel-btn.nsc-prod-active{background:#22c55e;cursor:default}@media(max-width:700px){.nsc-g4,.nsc-g3{grid-template-columns:repeat(2,1fr)}.nsc-g2{grid-template-columns:1fr}.nsc-span2{grid-column:span 1}.nsc-actions{flex-direction:column}.nsc-btn-sim,.nsc-btn-send,.nsc-btn-cancel{width:100%;justify-content:center}}.nsc-ayuda-btn{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:9px;padding:8px 16px;font-size:.8rem;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;margin-left:auto;white-space:nowrap;box-shadow:0 3px 10px #2563eb3d;transition:filter .14s,transform .14s}.nsc-ayuda-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.nsc-add-member-btn{display:inline-flex;align-items:center;gap:5px;font-size:.76rem;font-weight:700;font-family:Inter,sans-serif;color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:5px 13px;cursor:pointer;white-space:nowrap;transition:background .13s,border-color .13s}.nsc-add-member-btn:hover{background:#dbeafe;border-color:#93c5fd}.nsc-grupal-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;background:#2563eb;color:#fff;border-radius:999px;font-size:.7rem;font-weight:800;margin-left:8px;vertical-align:middle}.nsc-member-table-wrap{margin-top:10px;overflow-x:auto;border-radius:10px;border:1px solid #e8edf8}.nsc-member-table{width:100%;border-collapse:collapse;font-size:.82rem}.nsc-member-table th{background:#f1f5f9;color:#64748b;font-weight:700;font-size:.71rem;text-transform:uppercase;letter-spacing:.04em;padding:9px 12px;text-align:left;white-space:nowrap}.nsc-member-table td{padding:9px 12px;border-bottom:1px solid #f1f5f9;color:#334155;vertical-align:middle}.nsc-member-table tbody tr:last-child td{border-bottom:none}.nsc-member-table tbody tr:hover{background:#f8fbff}.nsc-member-num{font-size:.75rem;color:#94a3b8;font-weight:700;width:36px}.nsc-member-name{display:flex;align-items:center;gap:9px;font-weight:600;color:#1e293b}.nsc-member-avatar{width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;font-size:.75rem;font-weight:800;display:grid;place-items:center;flex-shrink:0}.nsc-td-muted{color:#94a3b8;font-size:.79rem}.nsc-member-del-btn{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;justify-content:center;padding:5px 7px;border-radius:6px;transition:background .12s,color .12s}.nsc-member-del-btn:hover{background:#fee2e2;color:#ef4444}.nsc-member-empty{display:flex;flex-direction:column;align-items:center;gap:6px;padding:36px 0 28px;color:#94a3b8;text-align:center;font-size:.84rem;line-height:1.5}.nsc-member-empty svg{color:#cbd5e1;margin-bottom:4px}.nsc-member-empty strong{color:#64748b}.nsc-grupal-req{display:flex;flex-wrap:wrap;gap:8px 16px;background:#fffbeb;border:1px solid #fde68a;border-radius:9px;padding:10px 16px;font-size:.8rem;color:#92400e}.nsc-grupal-req span{display:flex;align-items:center;gap:4px}.nsc-btn-grupal-send{display:flex;width:100%;align-items:center;justify-content:center;background:linear-gradient(160deg,#22c55e,#16a34a);color:#fff;border:none;padding:16px 28px;border-radius:12px;font-size:.95rem;font-weight:800;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 4px 16px #16a34a47;transition:filter .15s,transform .15s,box-shadow .15s;letter-spacing:.01em;margin-bottom:16px}.nsc-btn-grupal-send:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 8px 24px #16a34a5c}.nsc-btn-grupal-send:disabled{opacity:.42;cursor:not-allowed;box-shadow:none;transform:none}@media(max-width:700px){.nsc-member-table td:nth-child(4),.nsc-member-table th:nth-child(4),.nsc-member-table td:nth-child(5),.nsc-member-table th:nth-child(5){display:none}}.nsc-equidad-banner{display:flex;align-items:center;gap:8px;background:linear-gradient(135deg,#eff6ff,#f0fdf4);border:1px solid #bfdbfe;border-radius:9px;padding:10px 16px;font-size:.81rem;color:#1e40af;margin-bottom:14px}.nsc-equidad-banner svg{flex-shrink:0;color:#3b82f6}.nsc-equidad-banner strong{color:#1d4ed8}.nsc-equidad-grid{display:flex;align-items:center;gap:8px;background:#f8faff;border:1.5px solid #c7d7fe;border-radius:12px;padding:12px 20px;margin-bottom:14px;flex-wrap:wrap}.nsc-equidad-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:6px 12px;border-radius:8px;background:#fff;border:1px solid #e0e8ff;min-width:100px}.nsc-equidad-item.nsc-eq-highlight{background:linear-gradient(135deg,#eff6ff,#ecfdf5);border-color:#6ee7b7}.nsc-eq-label{font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8}.nsc-eq-val{font-size:1rem;font-weight:800;color:#1e293b}.nsc-eq-highlight .nsc-eq-val{color:#16a34a}.nsc-equidad-div{font-size:1.4rem;font-weight:900;color:#94a3b8;padding:0 2px}.nsc-member-monto{white-space:nowrap}.nsc-member-share{display:inline-flex;align-items:center;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:6px;padding:2px 8px;font-size:.79rem;font-weight:700}.nsc-member-pago{display:inline-flex;align-items:center;background:#eff6ff;border:1px solid #bfdbfe;color:#1d4ed8;border-radius:6px;padding:2px 8px;font-size:.79rem;font-weight:700;white-space:nowrap}.nsc-equidad-preview{margin-top:14px;border-radius:12px;overflow:hidden;border:1.5px solid #e0e8ff}.nsc-eq-prev-row{display:flex;min-height:130px}.nsc-eq-prev-col{flex:1;padding:14px 18px;display:flex;flex-direction:column;gap:6px}.nsc-eq-prev-member{background:#f8faff}.nsc-eq-prev-group{background:#f0fdf4}.nsc-eq-prev-sep{width:1px;background:#e0e8ff;flex-shrink:0}.nsc-eq-prev-title{font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:#64748b;margin-bottom:4px;border-bottom:1px solid #e0e8ff;padding-bottom:5px}.nsc-eq-prev-member .nsc-eq-prev-title{color:#1e40af;border-color:#bfdbfe}.nsc-eq-prev-group .nsc-eq-prev-title{color:#166534;border-color:#a7f3d0}.nsc-eq-prev-item{font-size:.81rem;color:#475569}.nsc-eq-prev-item strong{color:#1e293b;font-weight:700}@media(max-width:600px){.nsc-eq-prev-row{flex-direction:column}.nsc-eq-prev-sep{width:100%;height:1px}.nsc-equidad-grid{justify-content:center}}@media(max-width:768px){.nsc-scope{padding:0 4px}.nueva-solicitud-scope.ns-card .ns-option{grid-template-columns:64px 1fr}.nueva-solicitud-scope.ns-card .ns-option>:last-child{grid-column:1 / -1}.nsc-field input,.nsc-field select,.nsc-sel-wrap{width:100%;box-sizing:border-box}.nsc-row{flex-direction:column;gap:8px}.nsc-row>*{width:100%!important;flex:1 1 100%}.nsc-submit-bar{flex-direction:column;gap:8px}.nsc-submit-bar>*{width:100%;justify-content:center}.nsc-modal{width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px}}@media(max-width:480px){.nsc-scope{padding:0}.nsc-card{padding:14px 12px}.nueva-solicitud-scope.ns-card .ns-option{padding:12px;gap:10px}}.consultar-solicitud-scope .cs-card{padding:20px;background:#fff;border-radius:18px;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 16px #0f172a12;overflow:hidden}.consultar-solicitud-scope .cs-filters{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}.consultar-solicitud-scope .cs-filter{display:inline-flex;align-items:center;gap:6px;border:1.5px solid #e2e8f0;background:#f8fafc;border-radius:10px;padding:8px 18px;font-size:13px;font-weight:600;font-family:Inter,sans-serif;color:#475569;cursor:pointer;transition:background .16s ease,border-color .16s ease,color .16s ease,box-shadow .16s ease,transform .16s ease}.consultar-solicitud-scope .cs-filter:hover{background:#fff;border-color:#2563eb4d;color:#1e293b;transform:translateY(-1px)}.consultar-solicitud-scope .cs-filter.active{background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);border-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb4d;transform:none}.consultar-solicitud-scope .cs-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:99px;font-size:.68rem;font-weight:800;line-height:1}.consultar-solicitud-scope .cs-badge--pendientes{background:#fbbf24;color:#78350f}.consultar-solicitud-scope .cs-badge--aprobadas{background:#4ade80;color:#14532d}.consultar-solicitud-scope .cs-badge--rechazadas{background:#f87171;color:#7f1d1d}.consultar-solicitud-scope .cs-filter.active .cs-badge{background:#ffffff40;color:#fff}.consultar-solicitud-scope .cs-spin{animation:csSpin .9s linear infinite;color:#2563eb;margin-left:4px;flex-shrink:0}@keyframes csSpin{to{transform:rotate(360deg)}}.consultar-solicitud-scope .cs-empty{padding:40px 0;text-align:center;color:#94a3b8;font-size:.9rem;font-style:italic}.consultar-solicitud-scope .cs-alert-err{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;border-radius:8px;padding:10px 16px;font-size:.83rem;margin-bottom:12px;display:flex;align-items:center;gap:10px}.consultar-solicitud-scope .cs-alert-err button{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;font-size:.82rem}.consultar-solicitud-scope .cs-table{border-radius:14px;overflow:hidden;border:1px solid #e8edf8;background:#fff}.consultar-solicitud-scope .cs-thead{display:grid;grid-template-columns:160px 180px 1fr 140px 180px 140px 140px;gap:12px;padding:13px 16px;color:#475569;font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-bottom:1px solid #e8edf8}.consultar-solicitud-scope .cs-tr{display:grid;grid-template-columns:160px 180px 1fr 140px 180px 140px 140px;gap:12px;padding:13px 16px;align-items:center;border-top:1px solid #f1f5f9;transition:background .12s ease}.consultar-solicitud-scope .cs-tr:hover{background:#f8faff}.consultar-solicitud-scope .cs-td{font-size:13px;font-weight:500;color:#1e293b}.consultar-solicitud-scope .cs-td.money{font-variant-numeric:tabular-nums;font-weight:600}.consultar-solicitud-scope .cs-td.linkish{color:#2563eb;font-weight:600}.consultar-solicitud-scope .cs-td.action{display:flex;justify-content:flex-end}.consultar-solicitud-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:7px 16px;border-radius:9px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 4px 12px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.consultar-solicitud-scope .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 18px #2563eb5c}.consultar-solicitud-scope .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.consultar-solicitud-scope .cs-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.consultar-solicitud-scope .page-btn{background:#fff;border:1.5px solid #e2e8f0;color:#475569;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;cursor:pointer;font-size:13px;font-family:Inter,sans-serif;font-weight:600;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.consultar-solicitud-scope .page-btn:hover:not(:disabled):not(.active){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.consultar-solicitud-scope .page-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.consultar-solicitud-scope .page-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.consultar-solicitud-scope .cs-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:14px}@media(max-width:1200px){.consultar-solicitud-scope .cs-thead,.consultar-solicitud-scope .cs-tr{grid-template-columns:120px 1fr}.consultar-solicitud-scope .cs-thead div:nth-child(3),.consultar-solicitud-scope .cs-tr div:nth-child(3),.consultar-solicitud-scope .cs-thead div:nth-child(4),.consultar-solicitud-scope .cs-tr div:nth-child(4),.consultar-solicitud-scope .cs-thead div:nth-child(5),.consultar-solicitud-scope .cs-tr div:nth-child(5),.consultar-solicitud-scope .cs-thead div:nth-child(6),.consultar-solicitud-scope .cs-tr div:nth-child(6),.consultar-solicitud-scope .cs-thead div:nth-child(7),.consultar-solicitud-scope .cs-tr div:nth-child(7){grid-column:1 / -1}.consultar-solicitud-scope .cs-td.action{justify-content:flex-start}}.det-scope{max-width:960px;margin:24px auto;display:flex;flex-direction:column;gap:16px}.det-topbar{display:flex;align-items:center;gap:14px;padding:4px 0 8px}.det-page-title{margin:0;font-size:1.2rem;font-weight:800;color:#0f172a;letter-spacing:-.02em;flex:1}.det-back-btn{display:flex;align-items:center;gap:4px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;padding:6px 12px;font-size:.82rem;font-weight:600;color:#475569;cursor:pointer;white-space:nowrap}.det-back-btn:hover{background:#e8edf8}.det-estatus{font-size:.72rem;font-weight:700;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.06em}.det-est-activo{background:#dcfce7;color:#15803d}.det-est-pendiente{background:#fef9c3;color:#a16207}.det-est-atrasado{background:#fee2e2;color:#b91c1c}.det-est-cancelado{background:#f1f5f9;color:#64748b}.det-est-liquidado{background:#dbeafe;color:#1d4ed8}.det-card{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:14px;padding:20px 22px;box-shadow:0 2px 10px #0f172a0d}.det-card-hdr{font-size:.87rem;font-weight:700;color:#1e293b;padding-bottom:12px;margin-bottom:14px;border-bottom:1px solid #f1f5f9}.det-g2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.det-g3{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.det-gastos-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:10px}.det-field{display:flex;flex-direction:column;gap:4px}.det-field label{font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.det-field input,.det-field select,.det-inp-sm,.det-inp-md,.det-inp-xs,.det-sel,.det-sel-sm,.det-sel-xs{border:1.5px solid #e2e8f0;border-radius:7px;padding:6px 9px;font-size:.83rem;color:#1e293b;background:#f8fafc;outline:none;width:100%}input[readOnly],select:disabled{cursor:default}.det-inp-xs{width:54px!important}.det-inp-sm{width:100px!important}.det-inp-md{width:160px!important}.det-sel-xs{width:64px!important}.det-sel-sm{width:120px!important}.det-sel{width:180px!important}@media(max-width:480px){.det-inp-xs,.det-inp-sm,.det-inp-md,.det-sel-xs,.det-sel-sm,.det-sel{width:100%!important;min-width:0!important}.det-caract-row{flex-direction:column;gap:8px}}.det-cliente-info{display:flex;flex-wrap:wrap;gap:8px 24px;margin-bottom:14px}.det-cliente-info p{margin:0;font-size:.88rem;color:#1e293b}.det-dom-title{font-size:.78rem;font-weight:700;color:#64748b;margin-bottom:8px;text-transform:uppercase;letter-spacing:.05em}.det-table-wrap{overflow-x:auto}.det-table{width:100%;border-collapse:collapse;font-size:.81rem}.det-table th{background:#eff6ff;color:#1d4ed8;font-weight:700;padding:7px 10px;text-align:left;border-bottom:2px solid #bfdbfe;white-space:nowrap}.det-table td{padding:7px 10px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap}.det-dot{color:#ef4444;margin-right:4px}.det-caract-row{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:nowrap}.det-caract-row.det-wrap{flex-wrap:wrap}.det-lbl{font-size:.78rem;font-weight:600;color:#475569;white-space:nowrap}.det-resumen{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;padding-top:12px;border-top:1px solid #f1f5f9}.det-res-item{display:flex;flex-direction:column;gap:2px;background:#f8fbff;border:1px solid #bfdbfe;border-radius:10px;padding:8px 14px;min-width:120px}.det-res-item span{font-size:.72rem;color:#64748b}.det-res-item strong{font-size:.95rem;color:#1d4ed8}.det-seccion-sub{font-size:.74rem;font-weight:700;color:#1d4ed8;background:#eff6ff;padding:4px 10px;border-radius:6px;margin:10px 0 8px;display:inline-block}.det-eco-row{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px}.det-eco-row label{font-size:.78rem;font-weight:600;color:#475569}.det-field--normal-case label{text-transform:none;font-size:.78rem;letter-spacing:0}.det-empty-hint{font-size:.83rem;color:#94a3b8;margin:0}.det-note{font-size:.78rem;color:#64748b;margin:0 0 12px}@media(max-width:640px){.det-g2,.det-g3{grid-template-columns:1fr}.det-gastos-grid{grid-template-columns:repeat(2,1fr)}.det-caract-row{flex-wrap:wrap}}@media(max-width:768px){.cs-scope{padding:12px 14px}.cs-filter-bar{flex-wrap:wrap;gap:8px}.cs-filter-bar>*{flex:1 1 calc(50% - 4px)}.cs-filter-bar input,.cs-filter-bar select{width:100%;box-sizing:border-box}.cs-filter-bar button{width:100%}.det-scope{padding:14px 12px;margin:12px 0}.det-res-row{flex-wrap:wrap;gap:8px}.det-res-item{flex:1 1 calc(50% - 4px);min-width:120px}}@media(max-width:480px){.cs-scope{padding:10px}.cs-filter-bar>*{flex:1 1 100%}.det-gastos-grid{grid-template-columns:1fr}.det-scope{max-width:100%;padding:10px;margin:8px 0}.det-res-item{flex:1 1 100%}.cs-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}}.aperturar-creditos-scope .ap-header{margin-bottom:22px}.aperturar-creditos-scope .ap-title{font-weight:800;font-size:1.5rem;color:#0f172a;letter-spacing:-.025em;margin:0 0 5px}.aperturar-creditos-scope .ap-subtitle{font-weight:400;font-size:13px;color:#64748b;margin:0}.aperturar-creditos-scope .ap-card{background:#fff;border:1px solid rgba(148,163,184,.2);box-shadow:0 4px 16px #0f172a12;border-radius:18px;padding:18px}.aperturar-creditos-scope .ap-search{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;margin-bottom:14px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.aperturar-creditos-scope .ap-search:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.aperturar-creditos-scope .ap-search input{border:none;outline:none;width:100%;font-weight:400;font-size:13.5px;font-family:Inter,sans-serif;color:#334155;background:transparent}.aperturar-creditos-scope .ap-search input::placeholder{color:#94a3b8}.aperturar-creditos-scope .ap-table{border-radius:14px;overflow:hidden;border:1px solid #e8edf8;background:#fff}.aperturar-creditos-scope .ap-thead{display:grid;grid-template-columns:160px 180px 1fr 140px 180px 140px 260px;gap:12px;padding:13px 16px;color:#475569;font-weight:700;font-size:11px;letter-spacing:.05em;text-transform:uppercase;background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-bottom:1px solid #e8edf8}.aperturar-creditos-scope .ap-tr{display:grid;grid-template-columns:160px 180px 1fr 140px 180px 140px 260px;gap:12px;padding:13px 16px;align-items:center;border-top:1px solid #f1f5f9;transition:background .12s ease}.aperturar-creditos-scope .ap-tr:hover{background:#f8faff}.aperturar-creditos-scope .ap-td{font-size:13px;font-weight:500;color:#1e293b}.aperturar-creditos-scope .ap-td.money{font-variant-numeric:tabular-nums}.aperturar-creditos-scope .ap-td.linkish{color:#2563eb;font-weight:600}.aperturar-creditos-scope .ap-td.action{display:flex;justify-content:flex-end}.aperturar-creditos-scope .ap-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border-radius:10px;font-size:.78rem;font-weight:600;font-family:Inter,sans-serif;white-space:nowrap;cursor:pointer;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;box-shadow:0 4px 12px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.aperturar-creditos-scope .ap-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 18px #2563eb5c}.aperturar-creditos-scope .ap-btn:active{transform:translateY(0);filter:brightness(.97)}.aperturar-creditos-scope .ap-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:12px}.aperturar-creditos-scope .ap-spin{animation:ap-spin .9s linear infinite;color:#2563eb;margin-left:auto}@keyframes ap-spin{to{transform:rotate(360deg)}}.aperturar-creditos-scope .ap-empty{padding:40px 0;text-align:center;color:#94a3b8;font-size:.9rem;font-style:italic}.aperturar-creditos-scope .ap-alert-err{background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;border-radius:8px;padding:10px 16px;font-size:.83rem;margin-bottom:10px;display:flex;align-items:center;gap:10px}.aperturar-creditos-scope .ap-alert-err button{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;font-size:.82rem}.ap-modal-backdrop{position:fixed;inset:0;background:#0f172a80;z-index:9000;display:flex;align-items:flex-start;justify-content:center;padding:24px 16px;overflow-y:auto}.ap-modal{background:#fff;border-radius:16px;box-shadow:0 24px 60px #0f172a38;width:100%;max-width:480px;padding:26px 28px;animation:apModalIn .17s ease}.ap-modal--full{max-width:860px;padding:0;display:flex;flex-direction:column;max-height:calc(100vh - 48px)}@keyframes apModalIn{0%{opacity:0;transform:scale(.94) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}.ap-modal-hd{display:flex;align-items:center;justify-content:space-between;font-size:1rem;font-weight:800;color:#0f172a;padding:18px 22px 16px;border-bottom:1px solid #e8edf8;position:sticky;top:0;background:#fff;z-index:2;border-radius:16px 16px 0 0}.ap-modal-close{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:4px;border-radius:6px}.ap-modal-close:hover{color:#ef4444;background:#fef2f2}.ap-modal-body{overflow-y:auto;padding:16px 22px 22px;display:flex;flex-direction:column;gap:14px}.ap-modal-loading{display:flex;align-items:center;gap:10px;padding:40px;color:#64748b;font-size:.9rem;justify-content:center}.ap-sec{background:#fff;border:1px solid #e8edf8;border-radius:12px;padding:16px 18px}.ap-sec--centered{text-align:center}.ap-sec--opciones{background:#f8fbff;border:1.5px solid #bfdbfe}.ap-sec-hdr{font-size:.87rem;font-weight:700;color:#1e293b;padding-bottom:10px;margin-bottom:12px;border-bottom:1px solid #f1f5f9}.ap-sec-hdr-c{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:8px}.ap-field{display:flex;flex-direction:column;gap:4px}.ap-field label{font-size:.71rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.ap-field input,.ap-field select,.ap-inp-xs,.ap-inp-sm,.ap-inp-md,.ap-sel,.ap-sel-sm,.ap-sel-xs{border:1.5px solid #e2e8f0;border-radius:7px;padding:6px 9px;font-size:.83rem;color:#1e293b;background:#f8fafc;outline:none;width:100%}.ap-field input:focus,.ap-field select:focus{border-color:#2563eb;background:#fff}input[readonly],select:disabled{cursor:default}.ap-inp-xs{width:54px!important}.ap-inp-sm{width:100px!important}.ap-inp-md{width:160px!important}.ap-sel-xs{width:64px!important}.ap-sel-sm{width:120px!important}.ap-sel{width:180px!important}.ap-g2{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.ap-g4{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.ap-cr{display:flex;align-items:center;gap:8px;margin-bottom:10px;flex-wrap:nowrap}.ap-cr.ap-wrap{flex-wrap:wrap}.ap-lbl{font-size:.77rem;font-weight:600;color:#475569;white-space:nowrap}.ap-resumen{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #f1f5f9}.ap-res-item{display:flex;flex-direction:column;gap:2px;background:#f8fbff;border:1px solid #bfdbfe;border-radius:10px;padding:8px 14px;min-width:120px}.ap-res-item span{font-size:.71rem;color:#64748b}.ap-res-item strong{font-size:.93rem;color:#1d4ed8}.ap-cliente-info{display:flex;flex-wrap:wrap;gap:6px 24px;margin-bottom:12px}.ap-cliente-info p{margin:0;font-size:.88rem;color:#1e293b}.ap-dom-title{font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;margin-bottom:7px}.ap-table-wrap{overflow-x:auto}.ap-dom-table{width:100%;border-collapse:collapse;font-size:.8rem}.ap-dom-table th{background:#eff6ff;color:#1d4ed8;font-weight:700;padding:6px 10px;text-align:left;border-bottom:2px solid #bfdbfe;white-space:nowrap}.ap-dom-table td{padding:6px 10px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap}.ap-dot{color:#ef4444;margin-right:4px}.ap-inline-field{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;color:#475569;margin:8px 0}.ap-red-note{font-size:.78rem;color:#dc2626;margin:0 0 6px}.ap-small-note{font-size:.74rem;color:#94a3b8;margin:6px 0 0}.ap-note{font-size:.77rem;color:#64748b;margin:0 0 12px}.ap-confirmar{display:inline-flex;align-items:center;gap:8px;font-size:.83rem;font-weight:700;color:#1e293b;margin-top:12px;cursor:pointer}.ap-confirmar input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#2563eb}.ap-modal-err{display:flex;align-items:center;gap:8px;background:#fef2f2;border:1px solid #fca5a5;color:#b91c1c;border-radius:8px;padding:9px 14px;font-size:.8rem}.ap-modal-ok{display:flex;align-items:center;gap:8px;background:#ecfdf5;border:1px solid #a7f3d0;color:#065f46;border-radius:8px;padding:9px 14px;font-size:.8rem}.ap-badge-grupal{display:inline-block;margin-left:7px;background:#f0abfc;color:#7e22ce;font-size:.62rem;font-weight:800;letter-spacing:.07em;padding:2px 7px;border-radius:999px;vertical-align:middle;text-transform:uppercase}.ap-aviso-grupal{display:flex;align-items:flex-start;gap:12px;background:#faf5ff;border:1.5px solid #d8b4fe;border-radius:10px;padding:12px 16px;font-size:.84rem;color:#4c1d95}.ap-aviso-grupal strong{font-weight:800}.ap-aviso-grupal em{font-style:normal;font-weight:700;color:#7e22ce}.ap-aviso-grupal span{font-size:.77rem;color:#6b21a8}.ap-aviso-icon{font-size:1.4rem;line-height:1;flex-shrink:0}.ap-aviso-miembros{margin:5px 0 4px;display:flex;flex-wrap:wrap;align-items:center;gap:5px;font-size:.79rem;color:#4c1d95}.ap-miembro-tag{display:inline-block;background:#ede9fe;border:1px solid #c4b5fd;color:#5b21b6;font-weight:700;font-size:.74rem;padding:2px 9px;border-radius:999px;letter-spacing:.02em}.ap-empty-hint{font-size:.83rem;color:#94a3b8;margin:0}.ap-modal-btns{display:flex;flex-direction:column;gap:8px}.ap-btn-aperturar{width:100%;padding:13px 0;border:none;border-radius:10px;background:#16a34a;color:#fff;font-weight:700;font-size:.95rem;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:filter .14s,transform .1s}.ap-btn-aperturar:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.ap-btn-aperturar:disabled{opacity:.45;cursor:not-allowed}.ap-btn-cancelar{width:100%;padding:11px 0;border:none;border-radius:10px;background:#ef4444;color:#fff;font-weight:700;font-size:.88rem;cursor:pointer;transition:filter .14s}.ap-btn-cancelar:hover:not(:disabled){filter:brightness(1.1)}.ap-btn-cancelar:disabled{opacity:.45;cursor:not-allowed}@media(max-width:1200px){.aperturar-creditos-scope .ap-thead,.aperturar-creditos-scope .ap-tr{grid-template-columns:120px 1fr}.aperturar-creditos-scope .ap-btn{white-space:normal}}@media(max-width:768px){.aperturar-creditos-scope{padding:12px 14px}.aperturar-creditos-scope .ap-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.aperturar-creditos-scope .ap-thead,.aperturar-creditos-scope .ap-tr{min-width:360px}.aperturar-creditos-scope .ap-btn{width:100%;justify-content:center}.aperturar-creditos-scope .ap-header{flex-direction:column;gap:10px}.ap-modal-overlay{padding:10px}.ap-modal{width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px}}@media(max-width:480px){.aperturar-creditos-scope{padding:10px}.ap-modal{padding:16px 14px}.ap-btn-aperturar,.ap-btn-cancelar{font-size:.88rem}}:root{--primary: #2563eb;--primary-light: #3b82f6;--primary-dark: #1d4ed8;--primary-glow: rgba(37, 99, 235, .18);--bg-body: #f0f4ff;--surface: rgba(255, 255, 255, .97);--card: rgba(255, 255, 255, .94);--surface-border: rgba(148, 163, 184, .22);--text-dark: #0f172a;--text-body: #1e293b;--text-muted: #64748b;--text-light: #94a3b8;--border: #e2e8f0;--border-input: #cbd5e1;--sidebar-bg: #1e293b;--sidebar-border: rgba(255, 255, 255, .1);--shadow-xs: 0 1px 3px rgba(15, 23, 42, .06), 0 1px 2px rgba(15, 23, 42, .04);--shadow-sm: 0 4px 12px rgba(15, 23, 42, .07);--shadow: 0 8px 24px rgba(15, 23, 42, .09);--shadow-md: 0 14px 32px rgba(15, 23, 42, .1);--shadow-soft: 0 8px 18px rgba(2, 6, 23, .06);--radius-sm: 8px;--radius: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 24px;--ease: cubic-bezier(.4, 0, .2, 1);--transition: .15s var(--ease);--transition-md: .25s var(--ease)}*{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.45) transparent}*::-webkit-scrollbar{width:6px;height:6px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{background:#94a3b873;border-radius:999px}*::-webkit-scrollbar-thumb:hover{background:#64748ba6}.dashboard-scope{font-family:Inter,sans-serif;background:linear-gradient(135deg,#f0f4ff,#eef2ff,#f5f8ff);color:var(--text-body);min-height:100vh}.dashboard-layout{display:flex;min-height:100vh}.sidebar{width:256px;background:linear-gradient(180deg,#1a3278,#1b2755,#111835);color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;box-shadow:4px 0 32px #0a143c47;border-right:1px solid rgba(255,255,255,.07);overflow-y:auto;overflow-x:hidden}.sidebar-brand{padding:10px 16px 6px;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:800;font-size:1.05rem;letter-spacing:-.01em;flex-shrink:0}.sidebar-logo{width:200px;max-width:100%;height:auto;object-fit:contain}.sidebar-logo-mini{display:none}.sidebar-brand:after{content:"";display:block;height:1px;background:linear-gradient(90deg,#ffffff2e,#ffffff0a);margin-top:6px}.logo-icon{background:#ffffff26;padding:4px 8px;border-radius:8px;border:1px solid rgba(255,255,255,.18);font-size:.95rem}.user-profile-small{background:#ffffff12;margin:0 12px 16px;padding:10px 12px;border-radius:14px;display:flex;align-items:center;gap:10px;border:1px solid rgba(255,255,255,.1);transition:background var(--transition)}.user-profile-small:hover{background:#ffffff1c}.avatar{width:48px;height:48px;border-radius:50%;overflow:hidden;flex-shrink:0;background:#dbeafe;border:3px solid rgba(255,255,255,.75);box-shadow:0 0 0 2px #2563eb59;position:relative}.avatar-image{width:100%;height:100%;object-fit:cover;display:block}.avatar-status{position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;background:#4ade80;border:2px solid #1a3278;box-shadow:0 1px 4px #0f172a40}.user-info-text{flex:1;min-width:0}.user-info-text p{margin:0;font-size:.82rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user-info-text span{font-size:.68rem;color:#94a3b8e6;letter-spacing:.01em}.settings-trigger{appearance:none;border:none;background:transparent;color:#dbeafecc;width:30px;height:30px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background var(--transition),transform var(--transition),color var(--transition);flex-shrink:0}.settings-trigger:hover{background:#ffffff1f;color:#fff;transform:rotate(30deg)}.profile-modal-backdrop{position:fixed;inset:0;background:#0f172a70;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.profile-modal{width:min(520px,100%);background:#fffffffa;border-radius:20px;box-shadow:0 30px 60px #0f172a40;border:1px solid rgba(148,163,184,.22);color:#1e293b;overflow:hidden}.profile-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:22px 24px 16px;border-bottom:1px solid #e2e8f0}.profile-modal-header h3{margin:0 0 6px;font-size:20px;font-weight:700}.profile-modal-header p{margin:0;font-size:13px;color:#64748b;line-height:1.5}.profile-modal-close{appearance:none;border:1px solid #dbe2f0;background:#fff;color:#475569;width:34px;height:34px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:22px;line-height:1}.profile-modal-body{padding:20px 24px 24px}.profile-preview-card{display:flex;align-items:center;gap:14px;padding:14px;margin-bottom:20px;border-radius:16px;background:linear-gradient(180deg,#f8fbff,#eef4ff);border:1px solid #dbeafe}.profile-preview-info{display:flex;flex-direction:column;gap:4px}.profile-preview-info strong{font-size:15px}.profile-preview-info span,.profile-preview-info small{color:#64748b}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.profile-field{display:flex;flex-direction:column;gap:8px}.profile-field--full{grid-column:1 / -1}.profile-field span{font-size:12px;font-weight:600;color:#475569}.profile-field input,.profile-field select{width:100%;min-height:42px;border:1px solid #dbe2f0;border-radius:10px;padding:0 12px;background:#fff;color:#334155;font-size:13px;box-sizing:border-box;outline:none}.profile-input-readonly{background:#f8fafc!important;color:#64748b!important;cursor:not-allowed}.profile-readonly-notice{margin:0 0 8px;padding:10px 14px;background:#fef9ec;border:1px solid #fbbf24;border-radius:10px;font-size:.8rem;color:#92400e}.profile-modal-actions{display:flex;justify-content:flex-end;gap:12px;padding:0 24px 22px}.profile-primary-btn,.profile-secondary-btn{appearance:none;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;display:inline-flex;align-items:center;gap:6px;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.profile-primary-btn{border:none;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb4d}.profile-primary-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.profile-secondary-btn{border:1.5px solid #e2e8f0;background:#fff;color:#475569;box-shadow:0 1px 3px #0f172a0f}.profile-secondary-btn:hover{background:#f0f5ff;border-color:#2563eb59;color:#1e293b;transform:translateY(-1px)}@media(max-width:640px){.profile-form-grid{grid-template-columns:1fr}.profile-field--full{grid-column:auto}.profile-modal-actions{flex-direction:column-reverse}}.nav-link{appearance:none;background:transparent;border:none;width:100%;padding:10px 18px;display:flex;align-items:center;gap:10px;color:#94a3b8e6;cursor:pointer;font-size:.75rem;font-weight:500;text-align:left;text-decoration:none;border-radius:10px;transition:background var(--transition),color var(--transition)}.nav-link:hover{background:#ffffff12;color:#e2e8f0f2}.nav-emoji{width:18px;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;opacity:.85}.nav-link.active{background:#ffffff21;color:#fff;border-radius:10px;margin:0 10px;width:calc(100% - 20px);border:1px solid rgba(255,255,255,.16);box-shadow:0 2px 8px #0000001f}.nav-link.active .nav-emoji{opacity:1}.nav-group-link.nav-link.active{margin:0;width:100%;border-radius:0;box-shadow:none;border:none;border-left:3px solid rgba(255,255,255,.4)}.nav-group{width:100%;margin-bottom:2px}.nav-group-header{display:flex;align-items:center;gap:6px;padding-left:8px;padding-right:8px}.nav-group-link{flex:1}.nav-group-toggle{appearance:none;border:1px solid transparent;background:transparent;color:#94a3b8cc;width:28px;height:28px;margin-right:8px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform var(--transition),background var(--transition),color var(--transition);flex-shrink:0}.nav-group-toggle:hover{background:#ffffff1a;color:#e2e8f0}.nav-group-toggle.open{transform:rotate(180deg)}.nav-sub{margin:4px 0 10px;padding-left:44px;padding-right:16px;overflow:hidden;max-height:400px;opacity:1;transition:max-height .22s var(--ease),opacity .22s var(--ease)}.nav-sub.collapsed{max-height:0;opacity:0;margin-top:0;margin-bottom:0;pointer-events:none}.nav-sublink{display:flex;align-items:center;gap:8px;padding:7px 10px;border-radius:8px;color:#cbd5e1d1;text-decoration:none;font-size:.73rem;font-weight:500;border:1px solid transparent;transition:background var(--transition),color var(--transition),border-color var(--transition);margin-bottom:2px}.nav-sublink:before{content:"";width:5px;height:5px;border-radius:50%;background:#94a3b873;flex-shrink:0;transition:background var(--transition)}.nav-sublink:hover{background:#ffffff14;color:#e2e8f0f2;border-color:#ffffff1a}.nav-sublink:hover:before{background:#94a3b8b3}.nav-sublink.active{background:#ffffff1f;border-color:#ffffff29;color:#fff;font-weight:600}.nav-sublink.active:before{background:#60a5fa}.main-content{margin-left:256px;flex:1;padding:28px 32px;min-height:100vh}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;font-family:Inter,sans-serif;font-weight:600;font-size:.83rem;line-height:1;border:none;border-radius:10px;padding:10px 20px;cursor:pointer;white-space:nowrap;text-decoration:none;transition:filter .16s var(--ease),transform .16s var(--ease),box-shadow .16s var(--ease),background .16s var(--ease)}.btn-primary{background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-primary:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.btn-primary:active{transform:translateY(0);filter:brightness(.97)}.btn-secondary{background:#fff;color:#475569;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f}.btn-secondary:hover{background:#f0f5ff;border-color:#2563eb59;color:#1e293b;transform:translateY(-1px)}.btn-secondary:active{transform:translateY(0)}.btn-danger{background:linear-gradient(160deg,#f87171,#dc2626);color:#fff;box-shadow:0 4px 14px #dc262647}.btn-danger:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #dc26265c}.btn-danger:active{transform:translateY(0);filter:brightness(.97)}.btn-success{background:linear-gradient(160deg,#4ade80,#16a34a);color:#fff;box-shadow:0 4px 14px #16a34a47}.btn-success:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #16a34a5c}.btn-success:active{transform:translateY(0);filter:brightness(.97)}.btn-ghost{background:transparent;color:var(--primary);border:1.5px solid rgba(37,99,235,.28)}.btn-ghost:hover{background:#2563eb12;border-color:#2563eb7a;transform:translateY(-1px)}.btn-ghost:active{transform:translateY(0)}.btn-icon{width:36px;height:36px;padding:0;border-radius:10px;background:#fff;color:#475569;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f}.btn-icon:hover{background:#f0f5ff;border-color:#2563eb59;color:var(--primary);transform:translateY(-1px)}.btn-icon:active{transform:translateY(0)}.btn-sm{padding:6px 13px;font-size:.75rem;border-radius:8px;gap:5px}.btn-lg{padding:12px 28px;font-size:.9rem;border-radius:12px;gap:9px}.btn:disabled,.btn[disabled]{opacity:.48;cursor:not-allowed;transform:none!important;filter:none!important;box-shadow:none!important}.mobile-topbar,.sidebar-close-btn{display:none}@media(max-width:1100px)and (min-width:901px){.dashboard-layout{position:relative}.sidebar{width:64px;overflow-x:hidden;overflow-y:auto;transition:width .2s ease;z-index:100}.dashboard-layout.sidebar-expanded .sidebar{width:256px;overflow-x:visible;z-index:1000}.main-content{margin-left:64px;padding:22px 14px;overflow-x:hidden;min-width:0;transition:margin-left .2s ease;position:relative;z-index:1}.dashboard-layout.sidebar-expanded .main-content{margin-left:256px}.sidebar-collapsed-overlay{position:fixed;inset:0;background:transparent;z-index:999}.sidebar-brand{justify-content:center;padding:10px 4px}.dashboard-layout:not(.sidebar-expanded) .sidebar-logo{display:none}.dashboard-layout:not(.sidebar-expanded) .sidebar-logo-mini{display:block;width:42px;height:auto}.dashboard-layout.sidebar-expanded .sidebar-brand{justify-content:center;padding:20px 16px}.dashboard-layout.sidebar-expanded .sidebar-logo{width:200px;height:auto}.user-profile-small{display:none}.dashboard-layout.sidebar-expanded .user-profile-small{display:flex}.nav-group-header{padding-left:4px;padding-right:4px}.nav-link{justify-content:center;padding:10px 4px;font-size:0;gap:0}.dashboard-layout.sidebar-expanded .nav-group-header{padding-left:8px;padding-right:8px}.dashboard-layout.sidebar-expanded .nav-link{justify-content:flex-start;padding:10px 18px;font-size:.75rem;gap:10px}.nav-link.active{margin:0;width:100%;border-radius:8px;border-left:none}.nav-group-link.nav-link.active{border-left:none}.nav-emoji{margin:0;width:22px}.nav-group-toggle{display:none}.nav-sub{display:none!important}.dashboard-layout.sidebar-expanded .nav-group-toggle{display:inline-flex}.dashboard-layout.sidebar-expanded .nav-sub{display:block!important}.sidebar-logout-area{padding:8px 6px 16px}.dashboard-layout:not(.sidebar-expanded) .sidebar-logout-btn{justify-content:center;padding:10px 6px;font-size:0;gap:0;color:#f87171;background:#ef444424}.dashboard-layout:not(.sidebar-expanded) .sidebar-logout-btn:hover{color:#ef4444;background:#ef444440}.dashboard-layout.sidebar-expanded .sidebar-logout-area{padding:12px 16px 20px}.dashboard-layout.sidebar-expanded .sidebar-logout-btn{justify-content:flex-start;padding:10px 16px;font-size:13.5px;gap:9px}}@media(max-width:900px){.mobile-topbar{display:flex;align-items:center;gap:12px;position:fixed;top:0;left:0;right:0;height:56px;background:linear-gradient(180deg,#1a3278,#1b2755);color:#fff;padding:0 16px;z-index:900;box-shadow:0 2px 14px #0a143c4d;flex-shrink:0}.hamburger-btn{background:none;border:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:6px;border-radius:8px;transition:background .14s;flex-shrink:0}.hamburger-btn:hover{background:#ffffff1f}.mobile-brand{font-weight:800;font-size:.97rem;letter-spacing:-.01em;display:flex;align-items:center;gap:8px;color:#fff}.mobile-logo{max-height:45px;max-width:150px;object-fit:contain}.sidebar-overlay{position:fixed;inset:0;background:#0f172a85;z-index:1000;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:overlayIn .18s ease}@keyframes overlayIn{0%{opacity:0}to{opacity:1}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sidebar{width:260px;transform:translate(-100%);transition:transform .26s cubic-bezier(.4,0,.2,1);z-index:1001;top:0}.sidebar.sidebar--open{transform:translate(0)}.sidebar-close-btn{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);color:#ffffffd9;border-radius:7px;width:28px;height:28px;font-size:.85rem;cursor:pointer;transition:background .14s;flex-shrink:0}.sidebar-close-btn:hover{background:#ffffff38}.main-content{margin-left:0!important;padding:68px 14px 28px;width:100%;min-width:0;overflow-x:hidden}.profile-modal{width:100%;max-width:100%;border-radius:20px 20px 0 0;position:fixed;bottom:0;left:0;right:0;max-height:90vh;overflow-y:auto}.profile-modal-backdrop{align-items:flex-end}}@media(max-width:480px){.main-content{padding:64px 10px 20px}}.sidebar-logout-area{margin-top:auto;padding:12px 16px 20px;border-top:1px solid rgba(255,255,255,.1)}.sidebar-logout-btn{display:flex;align-items:center;gap:9px;width:100%;padding:10px 16px;border:none;border-radius:10px;background:#fee2e21f;color:#fca5a5;font-size:13.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:background .15s ease,color .15s ease}.sidebar-logout-btn:hover{background:#fee2e238;color:#f87171}.consulta-movimientos-scope{width:100%;padding:24px;background-color:#f8fafc;font-family:Inter,sans-serif;color:#1e293b}.cm-tab-bar{display:flex;gap:8px;margin-bottom:16px}.cm-tab-btn{padding:7px 18px;border:none;border-radius:8px;font-size:.84rem;font-weight:600;cursor:pointer;background:#e2e8f0;color:#475569;transition:background .14s,color .14s}.cm-tab-btn.active{background:#2563eb;color:#fff}.cm-tab-btn:hover:not(.active){background:#cbd5e1}.cm-loading{display:flex;align-items:center;gap:10px;padding:32px;color:#64748b;font-size:.9rem;justify-content:center}@keyframes cmSpin{to{transform:rotate(360deg)}}.cm-spin{animation:cmSpin .8s linear infinite}.cm-header{margin-bottom:22px}.cm-header h1{font-size:1.5rem;font-weight:800;color:var(--text-dark, #0f172a);margin:0 0 5px;letter-spacing:-.025em}.cm-header h2{font-size:1rem;font-weight:600;color:var(--text-dark, #1e293b);margin:0 0 5px}.cm-header p{font-size:13px;color:var(--text-muted, #64748b);margin:0;font-weight:400}.cm-content-card{background:#fff;border-radius:18px;padding:0;box-shadow:0 4px 16px #0f172a12;border:1px solid rgba(148,163,184,.2);overflow:hidden}.cm-search-container{padding:16px 24px}.cm-search-box{display:flex;align-items:center;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;background-color:#f8fafc;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease;gap:8px}.cm-search-box:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.cm-search-box input{flex:1;border:none;outline:none;background:transparent;font-size:13.5px;color:#334155;font-family:Inter,sans-serif}.cm-search-box input::placeholder{color:#94a3b8}.cm-table-container{width:100%;overflow-x:auto}.cm-thead{display:grid;grid-template-columns:1fr 3fr 2fr 1.5fr 1.5fr 100px;background:linear-gradient(180deg,#f5f7ff,#eef3ff);padding:14px 24px;font-weight:700;font-size:11.5px;letter-spacing:.05em;text-transform:uppercase;color:#475569;border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8}.cm-tbody{display:flex;flex-direction:column}.cm-tr{display:grid;grid-template-columns:1fr 3fr 2fr 1.5fr 1.5fr 100px;padding:14px 24px;border-bottom:1px solid #f1f5f9;align-items:center;font-size:13px;color:#1e293b;transition:background .12s ease}.cm-tr:hover{background:#f8faff}.cm-tr:last-child{border-bottom:none}.cm-td{padding-right:16px;display:flex;align-items:center}.id-text{font-weight:500}.nombre-text{text-transform:uppercase}.tipo-text{color:#475569}.monto-text{font-weight:500}.fecha-text{color:#475569}.action{justify-content:flex-end;padding-right:0}.btn-consultar-azul{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;border-radius:9px;padding:7px 16px;font-size:12px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;box-shadow:0 4px 12px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease;white-space:nowrap}.btn-consultar-azul:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 18px #2563eb5c}.btn-consultar-azul:active{transform:translateY(0);filter:brightness(.97)}.cm-empty-state{padding:40px;text-align:center;color:#64748b;font-size:14px}.cm-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:24px;border-top:1px solid #e2e8f0}.page-btn{background:#fff;border:1.5px solid #e2e8f0;color:#475569;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;cursor:pointer;font-size:13px;font-family:Inter,sans-serif;font-weight:600;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease}.page-btn:hover:not(:disabled):not(.active){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.page-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;font-weight:600;box-shadow:0 4px 12px #2563eb4d}.page-btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.page-ellipsis{color:#64748b;padding:0 4px}.credito-detalle-scope{width:100%;padding:24px;font-family:Inter,sans-serif;color:#1e293b;background:#f8fafc}.cd-loading-page,.cd-error-page{display:flex;align-items:center;gap:10px;padding:48px 24px;color:#64748b;font-size:.95rem;justify-content:center}.cd-error-page{color:#b91c1c}@keyframes cdSpin{to{transform:rotate(360deg)}}.cd-spin{animation:cdSpin .8s linear infinite}.cd-header{text-align:center;margin-bottom:16px}.cd-header h1{font-size:1.4rem;font-weight:800;color:#0f172a;margin:0 0 4px}.cd-nombre{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 2px}.cd-ids{font-size:.84rem;color:#64748b;margin:0}.cd-status-bar{text-align:center;color:#fff;font-weight:700;font-size:.95rem;padding:10px 0;border-radius:6px;margin-bottom:14px}.cd-tabs{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:20px}.cd-tab{display:inline-flex;align-items:center;gap:5px;padding:7px 14px;border:none;border-radius:6px;font-size:.81rem;font-weight:600;cursor:pointer;transition:opacity .12s}.cd-tab:hover{opacity:.85}.cd-tab--blue{background:#2563eb;color:#fff}.cd-tab--green{background:#16a34a;color:#fff}.cd-sections{display:flex;flex-direction:column;gap:14px}.cd-sec{background:#fefce8;border:1px solid #e2e8f0;border-radius:10px;padding:16px 20px}.cd-sec-title{font-size:.95rem;font-weight:700;color:#1e293b;margin:0 0 12px;border-bottom:1px solid #e2e8f0;padding-bottom:8px}.cd-centered{text-align:center}.cd-sec-title-c{font-size:1rem;font-weight:700;color:#1e293b;margin:0 0 10px}.cd-inline-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cd-inline-row label{font-size:.83rem;font-weight:600;white-space:nowrap}.cd-inline{display:inline-flex;align-items:center;gap:6px;font-size:.85rem;font-weight:600}.cd-note-sm{font-size:.74rem;color:#ef4444;margin:6px 0 0}.cd-note{font-size:.74rem;color:#64748b;margin:4px 0 8px}.cd-row-wrap{display:flex;flex-wrap:wrap;gap:10px 18px;align-items:flex-end;margin-bottom:8px}.cd-fi{display:flex;flex-direction:column;gap:3px;min-width:130px}.cd-fi--xs{min-width:70px}.cd-fi--lg{min-width:200px}.cd-fi label{font-size:.72rem;font-weight:600;color:#475569;white-space:nowrap}.credito-detalle-scope input[type=text],.credito-detalle-scope input:not([type]),.credito-detalle-scope input[readonly]{border:1px solid #cbd5e1;border-radius:5px;padding:5px 8px;font-size:.82rem;background:#f8fafc;color:#1e293b;outline:none;width:100%;box-sizing:border-box}.cd-inp-xs{width:70px!important}.cd-inp-lg{width:340px!important}.cd-client-summary{margin-bottom:10px}.cd-client-summary p{margin:3px 0;font-size:.85rem}.cd-subsec-title{font-size:.8rem;font-weight:700;color:#475569;background:#e2e8f0;padding:4px 10px;border-radius:4px;margin:10px 0 8px}.cd-table-wrap{overflow-x:auto}.cd-dom-table{width:100%;border-collapse:collapse;font-size:.78rem;min-width:560px}.cd-dom-table th{background:#2563eb;color:#fff;padding:6px 10px;text-align:left;font-weight:600}.cd-dom-table td{padding:6px 10px;border-bottom:1px solid #e2e8f0}.cd-dot{color:#ef4444}.cd-resumen{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.cd-res-item{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;display:flex;flex-direction:column;gap:3px;min-width:140px}.cd-res-item span{font-size:.72rem;color:#2563eb}.cd-res-item strong{font-size:1rem;font-weight:800;color:#1e3a8a}.cd-g2{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cd-g3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:10px}.cd-g4{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:10px}@media(max-width:768px){.cd-g4,.cd-g3{grid-template-columns:1fr 1fr}}@media(max-width:500px){.cd-g2,.cd-g3,.cd-g4{grid-template-columns:1fr}}.cd-empty-hint{font-size:.83rem;color:#94a3b8;margin:0}.cd-modal-bd{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:900}.cd-modal{background:#fff;border-radius:12px;padding:24px;min-width:300px;max-width:400px;width:90%;box-shadow:0 20px 60px #00000040;display:flex;flex-direction:column;gap:12px;position:relative}.cd-modal--wide{max-width:540px}.cd-modal-hd{font-size:1rem;font-weight:800;color:#1e293b;display:flex;justify-content:space-between;align-items:center;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.cd-modal-x{background:none;border:none;font-size:1.3rem;cursor:pointer;color:#64748b;line-height:1}.cd-modal-x:hover{color:#1e293b}.cd-modal-btn{width:100%;padding:12px 0;border:none;border-radius:8px;font-size:.9rem;font-weight:700;cursor:pointer;transition:opacity .12s;letter-spacing:.02em}.cd-modal-btn:hover:not(:disabled){opacity:.85}.cd-modal-btn:disabled{opacity:.45;cursor:not-allowed}.cd-modal-btn--green{background:#16a34a;color:#fff}.cd-modal-btn--red{background:#dc2626;color:#fff}.cd-feedback-ok{text-align:center;padding:14px 0;color:#16a34a;font-weight:700;font-size:.95rem}.cd-anot-body{display:flex;flex-direction:column;gap:12px}.cd-textarea{width:100%;min-height:100px;padding:10px;border:1px solid #cbd5e1;border-radius:8px;font-size:.85rem;resize:vertical;font-family:inherit;box-sizing:border-box}.cd-textarea:focus{outline:2px solid #2563eb}.cd-anot-table{width:100%;border-collapse:collapse;font-size:.78rem}.cd-anot-table th{background:#1e3a8a;color:#fff;padding:6px 10px;text-align:left}.cd-anot-table td{padding:6px 10px;border-bottom:1px solid #e2e8f0}.cd-anot-empty{text-align:center;color:#94a3b8}.cd-editing .cd-sections{position:relative}.cd-sec--editing{border-color:#bfdbfe!important;background:#f0f7ff!important}.cd-inp-edit.cd-inp-lg{width:340px!important}.cd-edit-bar{position:sticky;top:0;z-index:200;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;background:#1e3a8a;color:#fff;padding:10px 18px;border-radius:8px;margin-bottom:14px;box-shadow:0 4px 16px #1e3a8a47}.cd-edit-bar-label{display:inline-flex;align-items:center;gap:7px;font-size:.83rem;font-weight:600}.cd-edit-bar-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.cd-bar-btn{display:inline-flex;align-items:center;gap:5px;padding:7px 16px;border:none;border-radius:7px;font-size:.82rem;font-weight:700;cursor:pointer;transition:opacity .12s}.cd-bar-btn:disabled{opacity:.5;cursor:not-allowed}.cd-bar-btn--save{background:#16a34a;color:#fff}.cd-bar-btn--cancel{background:#ffffff26;color:#fff;border:1px solid rgba(255,255,255,.3)}.cd-bar-btn--save:hover:not(:disabled){opacity:.85}.cd-bar-btn--cancel:hover:not(:disabled){background:#ffffff40}.cd-bar-ok{font-size:.8rem;color:#86efac;font-weight:700}.cd-bar-err{font-size:.8rem;color:#fca5a5;font-weight:700}.cd-fi--edit{border:1.5px solid #2563eb;border-radius:8px;padding:6px 8px;background:#eff6ff}.cd-fi--edit label{color:#1d4ed8}.cd-edit-badge{display:inline-block;margin-left:6px;background:#2563eb;color:#fff;font-size:.62rem;font-weight:700;padding:1px 6px;border-radius:10px;vertical-align:middle;letter-spacing:.03em;text-transform:uppercase}.cd-inp-edit{border:1.5px solid #2563eb;border-radius:6px;padding:6px 10px;font-size:.88rem;background:#fff;color:#1e293b;outline:none;width:100%;box-sizing:border-box;font-family:inherit;transition:border-color .14s,box-shadow .14s}.cd-inp-edit:focus{border-color:#1d4ed8;box-shadow:0 0 0 3px #2563eb26}.cd-status-inline{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:.95rem}.cd-status-select{border:none;border-radius:6px;padding:4px 10px;font-size:.88rem;font-weight:700;background:#fff3;color:#fff;cursor:pointer;outline:none}.cd-status-select option{color:#1e293b;background:#fff}.cd-mod-recalc{background:#eff6ff;border:1px solid #bfdbfe;border-radius:7px;padding:9px 12px;font-size:.76rem;color:#1d4ed8}.cd-feedback-err{text-align:center;padding:10px 0;color:#dc2626;font-weight:600;font-size:.88rem;background:#fef2f2;border-radius:6px}@media(max-width:768px){.credito-detalle-scope{padding:12px 14px}.cd-inp-lg{width:100%!important;box-sizing:border-box}.cd-edit-bar{flex-direction:column;align-items:stretch;gap:8px}.cd-edit-bar>*{width:100%;justify-content:center}.cd-tabs{flex-wrap:wrap;gap:6px}.cd-tabs .tab{flex:1 1 calc(50% - 3px);text-align:center;justify-content:center}.cd-modal-bd .cd-modal{width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px}.cd-table-wrap{-webkit-overflow-scrolling:touch}.cd-header-bar{flex-direction:column;align-items:flex-start;gap:10px}.cd-header-bar>*{width:100%}.cd-section{padding:14px}}@media(max-width:480px){.credito-detalle-scope{padding:10px}.cd-tabs .tab{padding:7px 10px;font-size:.76rem}.cd-dom-table{min-width:420px}.cd-section{padding:10px}.cd-modal-bd .cd-modal{width:98vw}}.metodo-abono-scope{display:flex;flex-direction:column;align-items:center;padding:40px 20px;background-color:#f8fafc;min-height:100%}.metodo-header{text-align:center;margin-bottom:40px}.metodo-header h1{font-size:1.5rem;font-weight:800;color:#0f172a;letter-spacing:-.025em;margin-bottom:10px}.metodo-subtitle h3{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:4px}.metodo-subtitle p{font-size:13px;font-weight:400;color:#94a3b8}.metodo-cards-container{display:flex;gap:24px;width:100%;max-width:900px;justify-content:center}.metodo-card{background:#fff;border:1.5px solid #e2e8f0;border-radius:18px;width:100%;max-width:400px;padding:28px 24px;display:flex;flex-direction:column;align-items:center;text-align:center;cursor:pointer;position:relative;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease;box-shadow:0 4px 16px #0f172a0f}.metodo-card:hover{border-color:#2563eb4d;box-shadow:0 8px 24px #2563eb1a;transform:translateY(-2px)}.metodo-card.active{border-color:#2563eb;background:#fff;box-shadow:0 8px 24px #2563eb29}.check-icon{position:absolute;top:15px;right:15px;color:#3b82f6;fill:#3b82f6;color:#fff}.icon-wrapper{background-color:#f1f5f9;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.metodo-card.active .icon-wrapper{background-color:#eff6ff}.metodo-card h2{font-size:1rem;font-weight:700;color:#1e293b;margin-bottom:8px}.metodo-card p{font-size:13px;font-weight:400;color:#64748b;margin-bottom:24px;line-height:1.6}.btn-metodo{width:100%;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:11px 18px;border-radius:10px;font-size:.83rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease,box-shadow .16s ease,color .16s ease}.btn-metodo.selected{background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);border-color:#2563eb;color:#fff;box-shadow:0 4px 14px #2563eb4d}.btn-metodo:not(.selected):hover{background:#f0f5ff;border-color:#2563eb59;color:#1e293b;transform:translateY(-1px)}@media(max-width:768px){.metodo-abono-scope{padding:12px 14px}.metodo-abono-scope .btn-metodo{width:100%;justify-content:center}.metodo-abono-scope .metodo-actions{flex-direction:column;gap:8px}.metodo-abono-scope .metodo-actions>*{width:100%;justify-content:center}}@media(max-width:480px){.metodo-abono-scope{padding:10px}}.sca-scope{display:flex;flex-direction:column;gap:20px;font-family:Inter,sans-serif}.sca-scope .sca-back-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;font-weight:500;padding:8px 16px;cursor:pointer;font-family:Inter,sans-serif;width:fit-content;transition:background .14s,border-color .14s,color .14s,transform .14s}.sca-scope .sca-back-btn:hover{background:#f0f5ff;border-color:#93c5fd;color:#1d4ed8;transform:translate(-2px)}.sca-scope .sca-header{text-align:center}.sca-scope .sca-header h1{margin:0 0 6px;font-size:1.6rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.sca-scope .sca-header p{margin:0;font-size:13.5px;color:#64748b}.sca-scope .sca-search-wrap input{width:100%;border:1.5px solid #e2e8f0;border-radius:12px;padding:12px 16px;font-size:13.5px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.sca-scope .sca-search-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.sca-scope .sca-search-wrap input::placeholder{color:#94a3b8}.sca-scope .sca-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:60px 24px;color:#64748b;font-size:14px}.sca-scope .sca-state--error{color:#dc2626}.sca-scope .sca-retry{padding:8px 18px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer}@keyframes sca-spin{to{transform:rotate(360deg)}}.sca-spin{animation:sca-spin .8s linear infinite}.sca-scope .sca-table-wrap{background:#fff;border:1px solid #e8edf8;border-radius:14px;box-shadow:0 2px 10px #0f172a0d;overflow:hidden}.sca-scope .sca-table{width:100%;border-collapse:collapse;font-size:13px}.sca-scope .sca-table thead tr{background:#f1f5f9;border-bottom:2px solid #e2e8f0}.sca-scope .sca-table th{padding:12px 18px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#475569;text-align:left;white-space:nowrap}.sca-scope .sca-table td{padding:12px 18px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.sca-scope .sca-table tbody tr:last-child td{border-bottom:none}.sca-scope .sca-table tbody tr:hover{background:#f8faff}.sca-scope .sca-nombre{font-weight:600;color:#0f172a}.sca-scope .sca-empty{text-align:center;color:#94a3b8;font-size:13px;padding:30px 0}.sca-scope .sca-consultar-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;padding:7px 18px;font-size:12.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 3px 10px #2563eb40;white-space:nowrap;transition:filter .15s,transform .15s}.sca-scope .sca-consultar-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}@media(max-width:768px){.sca-scope{padding:12px 14px}.sca-scope .sca-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.sca-scope table{min-width:500px}.sca-scope .sca-search-row{flex-direction:column;gap:8px}.sca-scope .sca-search-row>*{width:100%;box-sizing:border-box}.sca-scope .sca-consultar-btn{width:100%;justify-content:center}}@media(max-width:480px){.sca-scope{padding:10px}}.am-scope{display:flex;flex-direction:column;gap:20px;font-family:Inter,sans-serif;color:#1e293b}.am-scope .am-back-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;font-weight:500;padding:8px 16px;cursor:pointer;font-family:Inter,sans-serif;width:fit-content;transition:background .14s,border-color .14s,color .14s,transform .14s}.am-scope .am-back-btn:hover{background:#f0f5ff;border-color:#93c5fd;color:#1d4ed8;transform:translate(-2px)}.am-scope .am-header{text-align:center}.am-scope .am-header h1{margin:0 0 6px;font-size:1.55rem;font-weight:800;color:#0f172a}.am-scope .am-header p{margin:0;font-size:13.5px;color:#64748b}.am-scope .am-template-bar{display:flex;align-items:center;gap:14px;flex-wrap:wrap;background:#eff6ff;border:1px solid #bfdbfe;border-radius:12px;padding:12px 18px;font-size:13px;color:#1e40af}.am-scope .am-download-btn{display:inline-flex;align-items:center;gap:7px;background:#2563eb;color:#fff;border:none;border-radius:8px;padding:7px 14px;font-size:12.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;transition:filter .15s,transform .15s}.am-scope .am-download-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.am-scope .am-example-card{background:#fffbeb;border:1.5px solid #fde68a;border-radius:14px;padding:18px 22px;display:flex;flex-direction:column;gap:14px}.am-scope .am-example-title{margin:0;font-size:13.5px;font-weight:700;color:#92400e}.am-scope .am-example-table-wrap{overflow-x:auto}.am-scope .am-example-table{border-collapse:collapse;font-size:12.5px;min-width:400px;border-radius:8px;overflow:hidden;border:1px solid #fcd34d}.am-scope .am-example-table thead tr{background:#fef3c7}.am-scope .am-example-table th{padding:9px 16px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#78350f;text-align:left;border-bottom:2px solid #fcd34d;white-space:nowrap}.am-scope .am-example-table td{padding:8px 16px;color:#451a03;background:#fffbeb;border-bottom:1px solid #fde68a;white-space:nowrap}.am-scope .am-example-table tbody tr:last-child td{border-bottom:none}.am-scope .am-example-rules{margin:0;padding-left:18px;display:flex;flex-direction:column;gap:5px;font-size:12.5px;color:#78350f}.am-scope .am-example-rules li{line-height:1.55}.am-scope .am-example-rules code{background:#fef3c7;border:1px solid #fcd34d;border-radius:4px;padding:1px 5px;font-size:11.5px;font-family:Courier New,monospace;color:#92400e}.am-scope .am-dropzone{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;border:2px dashed #cbd5e1;border-radius:16px;padding:44px 24px;background:#f8fafc;cursor:pointer;transition:border-color .16s,background .16s}.am-scope .am-dropzone:hover{border-color:#3b82f6;background:#eff6ff}.am-scope .am-dropzone-icon{color:#3b82f6;opacity:.75}.am-scope .am-dropzone-title{margin:0;font-size:14px;font-weight:600;color:#334155;text-align:center}.am-scope .am-dropzone-hint{margin:0;font-size:12px;color:#94a3b8}.am-scope .am-summary{display:flex;flex-wrap:wrap;gap:12px}.am-scope .am-summary-item{display:flex;flex-direction:column;align-items:center;gap:3px;padding:14px 24px;border-radius:12px;border:1.5px solid #e2e8f0;background:#fff;box-shadow:0 2px 8px #0f172a0d;min-width:110px}.am-scope .am-summary-item--total{border-color:#e2e8f0}.am-scope .am-summary-item--ok{border-color:#86efac;background:#f0fdf4}.am-scope .am-summary-item--error{border-color:#fca5a5;background:#fef2f2}.am-scope .am-summary-item--applied{border-color:#6ee7b7;background:#ecfdf5}.am-scope .am-summary-item--failed{border-color:#fca5a5;background:#fff1f2}.am-scope .am-sum-val{font-size:1.6rem;font-weight:800;color:#0f172a}.am-scope .am-sum-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.am-scope .am-table-wrap{overflow-x:auto;border-radius:14px;border:1px solid #e8edf8;box-shadow:0 2px 10px #0f172a0d}.am-scope .am-table{width:100%;border-collapse:collapse;font-size:12.5px;min-width:780px}.am-scope .am-table thead tr{background:#f1f5f9}.am-scope .am-table th{padding:11px 14px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#475569;text-align:left;white-space:nowrap;border-bottom:2px solid #e2e8f0}.am-scope .am-table td{padding:10px 14px;color:#334155;border-bottom:1px solid #f1f5f9;vertical-align:middle}.am-scope .am-table tbody tr:last-child td{border-bottom:none}.am-scope .am-table .am-row--invalid{background:#fff7f7}.am-scope .am-table .am-row--ok{background:#f0fdf4}.am-scope .am-ok-text{display:inline-flex;align-items:center;gap:4px;color:#16a34a;font-weight:600;font-size:12px}.am-scope .am-err-text{display:inline-flex;align-items:center;gap:4px;color:#dc2626;font-weight:500;font-size:11.5px}.am-scope .am-badge{display:inline-block;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;white-space:nowrap}.am-badge--pending{background:#f1f5f9;color:#64748b}.am-badge--ok{background:#dcfce7;color:#15803d}.am-badge--error{background:#fee2e2;color:#dc2626;max-width:260px;overflow:hidden;text-overflow:ellipsis}.am-scope .am-remove-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:1.5px solid #fca5a5;color:#dc2626;border-radius:7px;width:28px;height:28px;cursor:pointer;transition:background .14s}.am-scope .am-remove-btn:hover{background:#fee2e2}.am-scope .am-remove-btn:disabled{opacity:.4;cursor:not-allowed}.am-scope .am-apply-btn{width:100%;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:12px;padding:14px;font-size:14px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:9px;box-shadow:0 4px 16px #16a34a47;transition:filter .15s,transform .15s}.am-scope .am-apply-btn:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.am-scope .am-apply-btn:disabled{opacity:.5;cursor:not-allowed}.am-scope .am-done-banner{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#dcfce7,#d1fae5);border:1.5px solid #86efac;border-radius:14px;padding:18px 24px;color:#166534}.am-scope .am-done-banner strong{display:block;font-size:.95rem;font-weight:800}.am-scope .am-done-banner span{font-size:.82rem;font-weight:600;opacity:.85}@keyframes am-spin{to{transform:rotate(360deg)}}.am-spin{animation:am-spin .75s linear infinite}@media(max-width:768px){.am-scope{padding:12px 14px}.am-scope table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.am-scope .am-header{flex-direction:column;gap:8px}.am-scope .am-header>*{width:100%}.am-scope .am-filters{flex-wrap:wrap;gap:8px}.am-scope .am-filters>*{flex:1 1 calc(50% - 4px)}.am-scope .am-submit-btn{width:100%;justify-content:center}.am-scope .am-done-banner{padding:14px 16px}}@media(max-width:480px){.am-scope{padding:10px}.am-scope .am-filters>*{flex:1 1 100%}}.cuenta-ahorro-scope,.cuentas-activas-scope{width:100%;padding:24px;color:#1e293b}.savings-header{margin-bottom:22px}.savings-header h1{margin:0 0 5px;font-size:1.5rem;font-weight:800;color:var(--text-dark, #0f172a);letter-spacing:-.025em}.savings-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12}.savings-card--flush{overflow:hidden}.savings-search-row{padding:16px}.savings-search-box{display:flex;align-items:center;gap:10px;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;background:#f8fafc;color:#94a3b8;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.savings-search-box:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.savings-search-box input{flex:1;border:none;outline:none;background:transparent;color:#334155;font-size:13.5px;font-family:Inter,sans-serif}.savings-search-box input::placeholder{color:#94a3b8}.savings-table-wrap{width:100%;overflow-x:auto}.savings-table{display:grid;align-items:center;column-gap:16px;padding:12px 16px}.savings-table--apertura{grid-template-columns:1.1fr 3fr 1.4fr 1.5fr 1.4fr}.savings-table--activas{grid-template-columns:1.1fr 2.8fr 1.5fr 1.5fr 1.3fr}.savings-table--header{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8}.savings-table-body{display:flex;flex-direction:column}.savings-row{min-height:52px;font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9;transition:background .12s ease}.savings-row:hover{background:#f8faff}.savings-action-cell{display:flex;justify-content:flex-end}.savings-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border:none;border-radius:9px;padding:7px 16px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;font-size:12px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;white-space:nowrap;box-shadow:0 4px 12px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.savings-action-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 18px #2563eb5c}.savings-action-btn:active{transform:translateY(0);filter:brightness(.97)}.savings-tabs{display:flex;justify-content:center;gap:10px;margin-bottom:18px}.savings-tab{display:inline-flex;align-items:center;gap:8px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;padding:8px 18px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.savings-tab:hover{background:#fff;border-color:#2563eb4d;color:#1e293b}.savings-tab.active{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb38}.savings-badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:#ffffff2e;border:1px solid rgba(148,163,184,.25);font-size:11px}.savings-tab:not(.active) .savings-badge{background:#eef2ff;color:#64748b}.savings-empty{padding:56px 16px;text-align:center;color:#94a3b8;font-size:14px}.savings-table--cuentas{grid-template-columns:.6fr 2.2fr 1.6fr 1.3fr 1.3fr 1.1fr 1.2fr 1.2fr;min-width:860px}@media(max-width:768px){.cuenta-ahorro-scope{padding:12px 14px}.savings-table--apertura,.savings-table--activas{min-width:600px}.savings-header{flex-direction:column;align-items:flex-start;gap:10px}.savings-search-row{flex-direction:column;gap:8px}.savings-search-box{width:100%;box-sizing:border-box}.savings-action-btn{width:100%;justify-content:center}}@media(max-width:480px){.cuenta-ahorro-scope{padding:10px}.savings-card{padding:12px 10px}}.modal-overlay{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-box{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0f172a2e;padding:32px 36px;width:100%;max-width:480px;display:flex;flex-direction:column;gap:16px}.modal-title{margin:0;font-size:1.25rem;font-weight:800;color:#0f172a}.modal-subtitle{margin:0;font-size:13.5px;color:#475569;line-height:1.5}.modal-field{display:flex;flex-direction:column;gap:6px}.modal-field label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.modal-field select,.modal-field input{border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:14px;color:#1e293b;font-family:Inter,sans-serif;background:#f8fafc;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.modal-field select:focus,.modal-field input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.modal-info-box{display:flex;flex-direction:column;gap:6px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;padding:12px 14px;font-size:13px;color:#0369a1}.modal-info-box span{display:flex;gap:6px}.modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:4px}.modal-btn{border:none;border-radius:10px;padding:10px 22px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:filter .15s ease,transform .15s ease}.modal-btn:disabled{opacity:.6;cursor:not-allowed}.modal-btn--primary{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #2563eb47}.modal-btn--primary:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.modal-btn--secondary{background:#f1f5f9;color:#475569}.modal-btn--secondary:hover:not(:disabled){background:#e2e8f0}@media(max-width:768px){.modal-overlay{padding:24px 12px 12px;align-items:flex-start}.modal-box{width:95vw;max-width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px;padding:20px 18px}.modal-actions{flex-direction:column;gap:8px}.modal-btn{width:100%;justify-content:center}.modal-field input,.modal-field select{width:100%;box-sizing:border-box}}@media(max-width:480px){.modal-overlay{padding:16px 8px 8px}.modal-box{padding:16px 14px;border-radius:14px}}.detalle-ahorro-scope{width:100%;padding:24px;color:#1e293b}.detalle-topbar{display:flex;align-items:center;gap:14px;margin-bottom:20px}.detalle-back-btn{display:inline-flex;align-items:center;gap:6px;border:1.5px solid #e2e8f0;border-radius:9px;background:#f8fafc;color:#475569;padding:7px 16px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s ease}.detalle-back-btn:hover{background:#e2e8f0}.detalle-badge{display:inline-flex;align-items:center;padding:4px 14px;border-radius:999px;font-size:11.5px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.badge--activa{background:#dcfce7;color:#15803d}.badge--vencida{background:#fef9c3;color:#a16207}.badge--cancelada{background:#fee2e2;color:#b91c1c}.detalle-title{margin:0 0 4px;font-size:1.6rem;font-weight:800;color:#0f172a}.detalle-subtitle{margin:0 0 24px;font-size:14px;color:#64748b}.detalle-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.detalle-card{background:#fff;border:1px solid rgba(148,163,184,.18);border-radius:16px;padding:20px 22px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 10px #0f172a0d}.detalle-card--highlight{background:linear-gradient(145deg,#eff6ff,#dbeafe);border-color:#bfdbfe}.detalle-card-label{font-size:11.5px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.detalle-card-value{font-size:1.4rem;font-weight:800;color:#1e293b}.detalle-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px 24px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;padding:18px 22px;margin-bottom:24px}.detalle-info-grid>div{display:flex;flex-direction:column;gap:3px}.detalle-info-grid label{font-size:11px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.detalle-info-grid span{font-size:14px;font-weight:600;color:#1e293b}.detalle-actions{display:flex;gap:12px;margin-bottom:28px;flex-wrap:wrap}.detalle-btn{display:inline-flex;align-items:center;gap:7px;border:none;border-radius:10px;padding:10px 22px;font-size:13.5px;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:filter .15s ease,transform .15s ease,opacity .15s ease}.detalle-btn:disabled{opacity:.6;cursor:not-allowed}.detalle-btn--rendimiento{background:linear-gradient(160deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #05966947}.detalle-btn--rendimiento:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.detalle-btn--cancelar{background:#fee2e2;color:#b91c1c;border:1.5px solid #fca5a5}.detalle-btn--cancelar:hover:not(:disabled){background:#fecaca}.detalle-section-title{margin:0 0 14px;font-size:1.1rem;font-weight:700;color:#0f172a}.savings-table--movimientos{grid-template-columns:.5fr 1.2fr 1.2fr 3fr 1.2fr;min-width:600px}.mov-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.movbadge--deposito{background:#dcfce7;color:#15803d}.movbadge--rendimiento{background:#dbeafe;color:#1d4ed8}.movbadge--retiro{background:#fee2e2;color:#b91c1c}@media(max-width:768px){.detalle-cuenta-scope{padding:12px 14px}.dca-header{flex-direction:column;align-items:flex-start;gap:10px}.dca-header>*{width:100%}.dca-info-grid{grid-template-columns:1fr 1fr}.dca-mov-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.dca-mov-table{min-width:540px}.dca-actions{flex-direction:column;gap:8px}.dca-actions button{width:100%;justify-content:center}}@media(max-width:480px){.detalle-cuenta-scope{padding:10px}.dca-info-grid{grid-template-columns:1fr}}.route-management-scope,.gerencias-rutas-scope,.asignacion-gerencias-scope,.gerencias-scope{width:100%;padding:24px;color:#1e293b}.route-management-header,.route-module-header{text-align:center;margin-bottom:18px}.route-management-header h1,.route-module-header h1{margin:0 0 6px;font-size:30px;font-weight:500;color:#1e2542}.route-management-header p,.route-module-header p{margin:0;font-size:13px;color:#94a3b8}.route-card,.route-panel{background:#fffffff0;border:1px solid rgba(148,163,184,.24);border-radius:16px;box-shadow:0 14px 28px #0f172a0f;overflow:hidden}.route-card-pad,.route-panel-pad{padding:16px}.route-top-grid,.route-assign-header-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:12px;margin-bottom:14px}.route-info-chip{border:1px solid #dbe2f0;border-radius:10px;background:#f8fbff;padding:10px 12px}.route-info-chip span{display:block;font-size:11px;color:#64748b;margin-bottom:6px}.route-info-chip strong{font-size:13px;color:#334155}.route-table-wrap{width:100%;overflow-x:auto}.route-table,.route-table-head,.route-table-row{min-width:860px}.route-table-head,.route-table-row{display:grid;grid-template-columns:.8fr 1.8fr 1.2fr 2fr 1.2fr;gap:14px;align-items:center;padding:12px 16px}.route-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:13px;font-weight:600;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.route-table-row{font-size:13px;color:#334155;border-bottom:1px solid #edf2f7}.route-table-row:hover{background:#f8fbff}.route-input,.route-select{width:100%;height:34px;border:1px solid #dbe2f0;border-radius:6px;padding:0 10px;background:#fff;color:#334155;font-size:12px;outline:none}.route-select:focus,.route-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.route-action-cell{display:flex;justify-content:flex-end}.route-btn,.route-primary-btn,.route-secondary-btn,.gerencia-btn,.gerencia-edit-btn,.gerencia-delete-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;padding:8px 16px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.route-btn,.route-primary-btn,.gerencia-btn{border:none;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb47}.route-btn:hover,.route-primary-btn:hover,.gerencia-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #2563eb5c}.route-secondary-btn,.gerencia-edit-btn{background:#fff;color:#2563eb;border:1.5px solid rgba(37,99,235,.3);box-shadow:0 1px 3px #0f172a0f}.route-secondary-btn:hover,.gerencia-edit-btn:hover{background:#f0f5ff;border-color:#2563eb80;transform:translateY(-1px)}.gerencia-delete-btn{background:#fff;color:#dc2626;border:1.5px solid rgba(220,38,38,.28);box-shadow:0 1px 3px #0f172a0f}.gerencia-delete-btn:hover{background:#fff5f5;border-color:#dc262680;transform:translateY(-1px)}.route-footer-actions{display:flex;justify-content:center;padding:18px 16px 20px}.route-dual-grid{display:grid;grid-template-columns:1.1fr 1.4fr;gap:16px}.route-list-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.route-list-head,.route-list-row{display:grid;gap:12px;padding:10px 14px;font-size:12px}.route-list-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-weight:600;border-bottom:1px solid #e2e8f0}.route-list-row{color:#334155;border-bottom:1px solid #edf2f7}.route-list-row:last-child{border-bottom:none}.route-list-gerencias{grid-template-columns:1.6fr .9fr}.route-list-rutas{grid-template-columns:.9fr 1.4fr 1fr}.route-panel-topbar,.gerencias-topbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.route-assign-grid{display:grid;grid-template-columns:.8fr 1.6fr 1.2fr;gap:14px;align-items:end}.route-assign-grid--header{background:linear-gradient(180deg,#f5f7ff,#eef3ff);border:1px solid #e2e8f0;border-radius:10px 10px 0 0;padding:10px 14px;color:#475569;font-size:13px;font-weight:600}.route-assign-grid--row{border:1px solid #e2e8f0;border-top:none;border-radius:0 0 10px 10px;padding:14px}.route-assign-actions{display:flex;justify-content:flex-end}.gerencias-shell{max-width:860px}.gerencias-title-block h1{margin:0;font-size:32px;color:#1e2542;font-weight:500}.gerencias-title-block p{margin:6px 0 0;color:#94a3b8;font-size:13px}.gerencias-table-head,.gerencias-table-row{display:grid;grid-template-columns:1.4fr 1fr 1.2fr;gap:12px;align-items:center;padding:12px 16px}.gerencias-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:13px;font-weight:600;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.gerencias-table-row{font-size:13px;color:#334155;border-bottom:1px solid #edf2f7}.gerencias-actions{display:flex;gap:10px}@media(max-width:768px){.route-management-scope{padding:12px 14px}.route-top-grid,.route-assign-header-grid,.route-dual-grid{grid-template-columns:1fr}.route-table-wrap{-webkit-overflow-scrolling:touch}.route-header{flex-direction:column;align-items:flex-start;gap:10px}.route-header>*{width:100%}.route-footer-actions{flex-direction:column}.route-footer-actions button{width:100%}.gerencias-actions{flex-wrap:wrap}.gerencias-actions button{flex:1 1 calc(50% - 5px);justify-content:center}}@media(max-width:480px){.route-management-scope{padding:10px}.route-card-pad,.route-panel-pad{padding:12px 10px}.gerencias-actions button{flex:1 1 100%}}.gerencias-scope{display:flex;justify-content:center}.gerencias-shell{width:min(100%,860px)}.gm-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000}.gm-modal{background:#fff;border-radius:16px;padding:28px 32px;width:min(480px,94vw);box-shadow:0 20px 60px #0f172a2e;display:flex;flex-direction:column;gap:10px}.gm-modal h3{margin:0 0 4px;font-size:1.1rem;font-weight:700;color:#0f172a}.gm-modal label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#64748b;margin-top:4px}.gm-modal input,.gm-modal select{border:1.5px solid #e2e8f0;border-radius:9px;padding:9px 12px;font-size:13.5px;font-family:inherit;color:#1e293b;background:#f8fafc;outline:none;width:100%;box-sizing:border-box;transition:border-color .15s}.gm-modal input:focus,.gm-modal select:focus{border-color:#2563eb}.gm-error{color:#dc2626;font-size:12.5px;margin:0}.gm-modal-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:6px}.gm-btn-cancel{background:#f1f5f9;border:1.5px solid #e2e8f0;border-radius:9px;padding:8px 20px;font-size:13px;font-weight:600;font-family:inherit;cursor:pointer;color:#475569}.gm-btn-save{background:#2563eb;border:none;border-radius:9px;padding:8px 20px;font-size:13px;font-weight:600;font-family:inherit;color:#fff;cursor:pointer;transition:filter .15s}.gm-btn-save:hover{filter:brightness(1.1)}.gm-btn-save:disabled,.gm-btn-cancel:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.gerencias-management-scope{padding:12px 14px}.gm-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.gm-header{flex-direction:column;gap:8px}.gm-header>*{width:100%}.gm-form-actions{flex-direction:column;gap:8px}.gm-btn-save,.gm-btn-cancel{width:100%;justify-content:center}.gerencias-management-scope input,.gerencias-management-scope select{width:100%;box-sizing:border-box}}@media(max-width:480px){.gerencias-management-scope{padding:10px}}.rg-scope{width:100%;max-width:1100px;margin:0 auto;padding:24px;color:#1e293b;font-family:Inter,sans-serif;display:flex;flex-direction:column;gap:20px}.rg-back-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;font-weight:500;padding:8px 16px;cursor:pointer;font-family:Inter,sans-serif;width:fit-content;transition:background .14s ease,border-color .14s ease,color .14s ease,transform .14s ease}.rg-back-btn:hover{background:#f0f5ff;border-color:#93c5fd;color:#1d4ed8;transform:translate(-2px)}.rg-center-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:72px 24px;color:#64748b;font-size:14px;text-align:center}.rg-center-state--error{color:#dc2626}.rg-retry-btn{margin-top:4px;padding:8px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer}@keyframes rg-spin{to{transform:rotate(360deg)}}.rg-spin{animation:rg-spin .8s linear infinite}.rg-page-header{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12;padding:28px 32px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.rg-page-header h1{margin:0;font-size:1.45rem;font-weight:800;color:#0f172a;letter-spacing:-.025em}.rg-client-name{margin:0;font-size:1rem;font-weight:700;color:#1e293b;letter-spacing:.01em;text-transform:uppercase}.rg-header-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;font-size:13px;color:#64748b;font-weight:500}.rg-header-meta strong{color:#1e293b}.rg-meta-sep{color:#cbd5e1}.rg-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 22px;border-radius:10px;font-size:13px;font-weight:700;letter-spacing:.01em;margin-top:4px}.rg-badge--activo{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #16a34a40}.rg-badge--liquidado{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #2563eb40}.rg-badge--cancelado{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;box-shadow:0 4px 12px #dc262638}.rg-badge--pendiente{background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;box-shadow:0 4px 12px #d9770640}.rg-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12;padding:24px 28px;display:flex;flex-direction:column;gap:18px}.rg-card-title{display:flex;align-items:center;gap:9px;font-size:1rem;font-weight:700;color:#1e293b;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.rg-card-title svg{color:#2563eb}.rg-info-row{display:flex;flex-wrap:wrap;gap:16px}.rg-info-field{display:flex;flex-direction:column;gap:4px;min-width:140px}.rg-info-field--wide{flex:1;min-width:220px}.rg-info-field label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.rg-info-field span{font-size:13.5px;font-weight:600;color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 12px;min-height:36px}.rg-credit-table{width:100%;overflow-x:auto}.rg-credit-table-head,.rg-credit-table-row{display:grid;grid-template-columns:2fr 1.3fr 1.1fr 1.2fr .8fr 1fr 1.2fr;gap:10px;align-items:center;min-width:700px;padding:10px 12px}.rg-credit-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;border-radius:10px 10px 0 0;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rg-credit-table-row{border-bottom:1px solid #f1f5f9;font-size:13px;color:#334155}.rg-amount{color:#166534;font-weight:700}.rg-avales-table{width:100%}.rg-avales-head,.rg-avales-row{display:grid;grid-template-columns:1fr 3fr;gap:12px;padding:10px 14px;align-items:center}.rg-avales-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;border-radius:10px 10px 0 0;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.rg-avales-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.rg-avales-empty{margin:0;font-size:13px;color:#94a3b8;text-align:center;padding:18px 0}.rg-form{display:flex;flex-direction:column;gap:18px}.rg-form-field{display:flex;flex-direction:column;gap:6px}.rg-form-field label{font-size:12px;font-weight:600;color:#475569;letter-spacing:.01em}.rg-form-field textarea{resize:vertical;min-height:120px;border:1.5px solid #e2e8f0;border-radius:10px;padding:12px 14px;font-size:13.5px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.rg-form-field textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.rg-form-field input[type=date],.rg-form-field input[type=time]{height:40px;border:1.5px solid #e2e8f0;border-radius:10px;padding:0 12px;font-size:13.5px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.rg-form-field input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.rg-form-field--inline{flex-direction:row;align-items:center;gap:10px}.rg-form-field--inline label{white-space:nowrap;margin-bottom:0}.rg-datetime-row{display:flex;align-items:center;gap:20px;flex-wrap:wrap}.rg-checkbox-row{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:13px;color:#475569;font-weight:500;-webkit-user-select:none;user-select:none}.rg-checkbox-row input[type=checkbox]{width:17px;height:17px;accent-color:#2563eb;cursor:pointer}.rg-save-error{display:flex;align-items:center;gap:7px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;padding:10px 14px}.rg-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;border:none;border-radius:12px;padding:14px 28px;font-size:14px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 4px 14px #16a34a4d;transition:filter .15s ease,transform .15s ease,box-shadow .15s ease;width:100%}.rg-save-btn:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #16a34a66}.rg-save-btn:active:not(:disabled){transform:translateY(0);filter:brightness(.97)}.rg-save-btn:disabled{opacity:.65;cursor:not-allowed}.rg-success-banner{display:flex;align-items:flex-start;gap:14px;background:#f0fdf4;border:1.5px solid #86efac;border-radius:12px;padding:18px 20px;color:#166534}.rg-success-banner svg{flex-shrink:0;margin-top:2px;color:#16a34a}.rg-success-banner strong{display:block;font-size:14px;font-weight:700}.rg-success-banner p{margin:4px 0 0;font-size:13px;opacity:.8}.dg-scope{width:100%;max-width:1100px;margin:0 auto;padding:24px;font-family:Inter,sans-serif;color:#1e293b;display:flex;flex-direction:column;gap:20px}.dg-back-btn{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;color:#475569;font-size:13px;font-weight:500;padding:8px 16px;cursor:pointer;font-family:Inter,sans-serif;width:fit-content;transition:background .14s,border-color .14s,color .14s,transform .14s}.dg-back-btn:hover{background:#f0f5ff;border-color:#93c5fd;color:#1d4ed8;transform:translate(-2px)}.dg-center-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:14px;padding:72px 24px;color:#64748b;font-size:14px;text-align:center}.dg-center-state--error{color:#dc2626}.dg-retry-btn{padding:8px 20px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer}@keyframes dg-spin{to{transform:rotate(360deg)}}.dg-spin{animation:dg-spin .8s linear infinite}.dg-page-header{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12;padding:28px 32px;display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.dg-page-header h1{margin:0;font-size:1.4rem;font-weight:800;color:#0f172a}.dg-client-name{margin:0;font-size:1rem;font-weight:700;color:#1e293b;text-transform:uppercase}.dg-header-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:center;font-size:13px;color:#64748b;font-weight:500}.dg-header-meta strong{color:#1e293b}.dg-meta-sep{color:#cbd5e1}.dg-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:7px 24px;border-radius:10px;font-size:13px;font-weight:700}.dg-badge--activo{background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;box-shadow:0 4px 12px #16a34a40}.dg-badge--liquidado{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 4px 12px #2563eb40}.dg-badge--cancelado{background:linear-gradient(135deg,#f87171,#dc2626);color:#fff;box-shadow:0 4px 12px #dc262638}.dg-badge--pendiente{background:linear-gradient(135deg,#fbbf24,#d97706);color:#fff;box-shadow:0 4px 12px #d9770640}.dg-action-btns{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:6px}.dg-action-btn{display:inline-flex;align-items:center;gap:7px;border:none;border-radius:9px;padding:9px 18px;font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:filter .14s,transform .14s,box-shadow .14s}.dg-action-btn--blue{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 3px 10px #2563eb47}.dg-action-btn--teal{background:linear-gradient(135deg,#2dd4bf,#0d9488);color:#fff;box-shadow:0 3px 10px #0d948847}.dg-action-btn:hover{filter:brightness(1.08);transform:translateY(-1px)}.dg-action-btn.active{filter:brightness(.9)}.dg-panel{border-radius:16px;padding:20px 24px;display:flex;flex-direction:column;gap:16px;border:1.5px solid transparent}.dg-panel--blue{background:#eff6ff;border-color:#bfdbfe}.dg-panel--teal{background:#f0fdfa;border-color:#99f6e4}.dg-panel-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:#1e293b}.dg-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12;padding:24px 28px;display:flex;flex-direction:column;gap:16px}.dg-card-title{display:flex;align-items:center;gap:9px;font-size:1rem;font-weight:700;color:#1e293b;padding-bottom:14px;border-bottom:1px solid #f1f5f9}.dg-card-title svg{color:#2563eb}.dg-sub-title{display:flex;align-items:center;gap:7px;font-size:13.5px;font-weight:700;color:#334155;margin-top:6px}.dg-sub-title svg{color:#64748b}.dg-info-row{display:flex;flex-wrap:wrap;gap:14px}.dg-info-field{display:flex;flex-direction:column;gap:4px;min-width:130px}.dg-info-field--wide{flex:1;min-width:220px}.dg-info-field label{font-size:11px;font-weight:700;color:#94a3b8;text-transform:uppercase;letter-spacing:.06em}.dg-info-field span{font-size:13px;font-weight:600;color:#1e293b;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:7px 12px}.dg-credit-table{width:100%;overflow-x:auto}.dg-credit-head,.dg-credit-row{display:grid;grid-template-columns:2fr 1.2fr 1.1fr 1.2fr .8fr 1fr 1.1fr;gap:10px;align-items:center;min-width:680px;padding:10px 12px}.dg-credit-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;border-radius:10px 10px 0 0;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dg-credit-row{border-bottom:1px solid #f1f5f9;font-size:13px;color:#334155}.dg-amount{color:#166534;font-weight:700}.dg-avales-table{width:100%}.dg-avales-head,.dg-avales-row{display:grid;grid-template-columns:1fr 3fr;gap:12px;padding:9px 14px;align-items:center}.dg-avales-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;border-radius:8px 8px 0 0;color:#475569;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dg-avales-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.dg-empty-text{margin:0;font-size:13px;color:#94a3b8;padding:8px 0}.dg-notif-table{width:100%;overflow-x:auto}.dg-notif-head,.dg-notif-row{display:grid;grid-template-columns:1.2fr .8fr 1.8fr 2.5fr;gap:12px;align-items:center;min-width:560px;padding:10px 14px}.dg-notif-head{background:#fecaca;border-radius:8px 8px 0 0;color:#7f1d1d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dg-notif-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.dg-search-wrap input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:13px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;box-sizing:border-box;transition:border-color .15s,box-shadow .15s}.dg-search-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.dg-gestion-table{width:100%;overflow-x:auto}.dg-gestion-head,.dg-gestion-row{display:grid;grid-template-columns:.8fr 1.2fr 1.5fr 3fr;gap:12px;align-items:start;min-width:540px;padding:10px 14px}.dg-gestion-head{background:#bbf7d0;border-radius:8px 8px 0 0;color:#14532d;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dg-gestion-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.dg-gestion-row:hover{background:#f8faff}.dg-sms-table{width:100%;overflow-x:auto}.dg-sms-head,.dg-sms-row{display:grid;grid-template-columns:.7fr 1.4fr 1.2fr 4fr;gap:12px;align-items:start;min-width:580px;padding:10px 14px}.dg-sms-head{background:#a5f3fc;border-radius:8px 8px 0 0;color:#164e63;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.dg-sms-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.dg-form{display:flex;flex-direction:column;gap:14px}.dg-form-field{display:flex;flex-direction:column;gap:5px}.dg-form-field label{font-size:12px;font-weight:600;color:#475569}.dg-form-field textarea,.dg-form-field input[type=text]{border:1.5px solid #e2e8f0;border-radius:9px;padding:10px 12px;font-size:13px;font-family:Inter,sans-serif;color:#334155;background:#fff;outline:none;resize:vertical;transition:border-color .15s,box-shadow .15s}.dg-form-field textarea:focus,.dg-form-field input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.dg-form-field input[type=date],.dg-form-field input[type=time]{height:38px;border:1.5px solid #e2e8f0;border-radius:9px;padding:0 10px;font-size:13px;font-family:Inter,sans-serif;color:#334155;background:#fff;outline:none;transition:border-color .15s,box-shadow .15s}.dg-form-field input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14}.dg-form-field--inline{flex-direction:row;align-items:center;gap:10px}.dg-form-field--inline label{white-space:nowrap}.dg-datetime-row{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.dg-checkbox-row{display:flex;align-items:center;gap:9px;cursor:pointer;font-size:13px;color:#475569;font-weight:500;-webkit-user-select:none;user-select:none}.dg-checkbox-row input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.dg-inline-error{display:flex;align-items:center;gap:6px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:13px;padding:9px 12px}.dg-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:10px;padding:12px 24px;font-size:13.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 4px 14px #2563eb47;transition:filter .15s,transform .15s;width:100%}.dg-save-btn--teal{background:linear-gradient(135deg,#2dd4bf,#0d9488);box-shadow:0 4px 14px #0d948847}.dg-save-btn:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.dg-save-btn:active:not(:disabled){transform:translateY(0);filter:brightness(.97)}.dg-save-btn:disabled{opacity:.65;cursor:not-allowed}.recaudaciones-scope button.receipt-badge{border:none;cursor:pointer;font:inherit;transition:filter .14s ease,transform .12s ease}.recaudaciones-scope button.receipt-badge:hover{filter:brightness(1.08);transform:translateY(-1px)}.recaudaciones-scope .recaudaciones-empty{padding:24px 8px;text-align:center;color:#94a3b8;font-size:13px}.recaudaciones-scope .metric-chart{gap:6px}.recaudaciones-scope .metric-bar-item{border:none;background:transparent;padding:0;font:inherit;cursor:pointer}.recaudaciones-scope .metric-bar-item .metric-bar{transition:filter .14s ease,box-shadow .14s ease}.recaudaciones-scope .metric-bar-item:hover .metric-bar{filter:brightness(1.08)}.recaudaciones-scope .metric-bar-item.selected .metric-bar{background:linear-gradient(180deg,#60a5fa,#1d4ed8);box-shadow:0 0 0 2px #1d4ed859}.recaudaciones-scope .metric-bar-item.selected span{color:#1d4ed8;font-weight:700}@media(max-width:480px){.recaudaciones-scope .metric-chart{gap:3px}.recaudaciones-scope .metric-bar-item span{font-size:9.5px}}.recibo-modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1200}.recibo-modal{width:min(100%,760px);max-height:calc(100vh - 48px);overflow:auto}.recibo-modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-bottom:12px}.recibo-modal-btn{border:none;border-radius:10px;padding:10px 16px;background:linear-gradient(160deg,#2563eb,#1d4ed8);color:#fff;font-weight:700;cursor:pointer}.recibo-modal-btn.secondary{background:#e2e8f0;color:#334155}.recibo-modal-paper{background:#fff;border-radius:18px;padding:28px;box-shadow:0 20px 50px #0f172a2e}.recibo-modal-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;padding-bottom:16px;border-bottom:1px dashed #cbd5e1}.recibo-modal-head h3{margin:0;font-size:1.35rem;color:#0f172a}.recibo-modal-head p{margin:4px 0 0;color:#64748b;font-size:.9rem}.recibo-modal-folio{text-align:right}.recibo-modal-folio span,.recibo-modal-grid span,.recibo-modal-row span{display:block;color:#64748b;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em}.recibo-modal-folio strong,.recibo-modal-grid strong,.recibo-modal-row strong{color:#0f172a}.recibo-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 18px;padding:18px 0}.recibo-modal-grid>div,.recibo-modal-row{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px}.recibo-modal-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.recibo-modal-row.total{grid-column:1 / -1;background:linear-gradient(180deg,#eff6ff,#dbeafe);border-color:#93c5fd}.recibo-modal-note{margin-top:18px;padding-top:14px;border-top:1px dashed #cbd5e1;color:#475569;font-size:.9rem}@media print{body *{visibility:hidden}.recibo-modal-overlay,.recibo-modal-overlay *{visibility:visible}.recibo-modal-overlay{position:absolute;inset:0;background:#fff;padding:0}.recibo-modal{width:100%;max-height:none;overflow:visible}.recibo-modal-paper{box-shadow:none;border-radius:0;padding:0}.no-print{display:none!important}}.pager-ellipsis{letter-spacing:1px;font-weight:700}.pager-jump-input{width:44px;height:34px;border-radius:9px;border:1.5px solid #2563eb;text-align:center;font-size:13px;font-weight:600;color:#1d4ed8;outline:none}.rendimientos-scope .rendimientos-empty{padding:16px 8px;text-align:center;color:#94a3b8;font-size:13px}.rendimientos-scope .rendimientos-gastos-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid #edf2f7;flex-wrap:wrap}.rendimientos-scope .rendimientos-gastos-footer .module-pager{padding:0;justify-content:flex-end}.rendimientos-scope .rendimientos-form-error{margin:12px 0 0;font-size:13px;color:#dc2626}.rendimientos-scope .formatos-modal .upload-submit-btn:disabled{opacity:.65;cursor:not-allowed}.rendimientos-scope .mini-item-fecha{display:block;margin-top:3px;color:#64748b;font-size:12px;font-weight:400}.rendimientos-scope .rendimientos-gasto-monto{display:flex;align-items:center;gap:8px}.rendimientos-scope .rendimientos-gasto-delete{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:8px;background:transparent;color:#ef4444;cursor:pointer;transition:background .14s ease,color .14s ease}.rendimientos-scope .rendimientos-gasto-delete:hover{background:#ef44441f}.rendimientos-scope .rendimientos-gasto-delete:disabled{opacity:.5;cursor:not-allowed}.rendimientos-scope .metric-bar-item{border:none;background:transparent;padding:0;font:inherit;cursor:pointer}.rendimientos-scope .metric-bar-item .metric-bar{transition:filter .14s ease,box-shadow .14s ease}.rendimientos-scope .metric-bar-item:hover .metric-bar{filter:brightness(1.08)}.rendimientos-scope .metric-bar-item.selected .metric-bar{box-shadow:0 0 0 2px #1d4ed859}.rendimientos-scope .metric-bar-item.selected span{color:#1d4ed8;font-weight:700}.rendimientos-scope .rendimientos-mes-callout{display:flex;align-items:baseline;gap:8px;width:fit-content;margin:4px 0 14px;padding:8px 14px;border-radius:10px;background:#f8faff;border:1px solid #e8edf8}.rendimientos-scope .rendimientos-mes-callout span{font-size:12px;color:#64748b;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.rendimientos-scope .rendimientos-mes-callout strong{font-size:16px}.rendimientos-scope .rendimientos-mes-callout strong.positivo{color:#166534}.rendimientos-scope .rendimientos-mes-callout strong.negativo{color:#dc2626}.gestion-cobranza-scope,.seguimiento-gestion-scope,.recaudaciones-scope,.rendimientos-scope,.formatos-scope{width:100%;max-width:1400px;margin:0 auto;padding:24px;color:#1e293b}.cobranza-header,.contabilidad-header,.formatos-header{margin-bottom:22px;width:100%}.cobranza-header h1,.contabilidad-header h1,.formatos-header h1{margin:0 0 5px;font-size:1.5rem;font-weight:800;color:var(--text-dark, #0f172a);letter-spacing:-.025em}.cobranza-header p,.contabilidad-header p,.formatos-header p{margin:0;font-size:13px;color:var(--text-muted, #64748b);font-weight:400}.module-card,.metric-card,.formato-card,.upload-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12;transition:box-shadow .15s ease}.module-card,.contabilidad-grid,.rendimientos-grid,.formatos-grid,.upload-card,.formato-section{width:100%}.module-card{overflow:hidden}.module-search-row{padding:16px}.module-search-box{display:flex;align-items:center;gap:10px;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;background:#f8fafc;color:#94a3b8;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.module-search-box input{flex:1;border:none;outline:none;background:transparent;color:#334155;font-size:13.5px;font-family:Inter,sans-serif}.module-search-box input::placeholder{color:#94a3b8}.module-search-box:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.module-tabs{display:flex;justify-content:center;gap:10px;padding:0 16px 16px}.module-tab{display:inline-flex;align-items:center;gap:8px;border:1.5px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#475569;padding:8px 18px;font-size:13px;font-weight:500;cursor:pointer;font-family:Inter,sans-serif;transition:background .15s ease,border-color .15s ease,color .15s ease,box-shadow .15s ease}.module-tab:hover{background:#fff;border-color:#2563eb4d;color:#1e293b}.module-tab.active{background:linear-gradient(180deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb38}.module-tab.module-tab--success.active{background:linear-gradient(180deg,#4ade80,#16a34a);color:#fff;border-color:#16a34a;box-shadow:0 4px 12px #16a34a38}.module-tab.module-tab--danger.active{background:linear-gradient(180deg,#f87171,#dc2626);color:#fff;border-color:#dc2626;box-shadow:0 4px 12px #dc262638}.module-table-wrap{width:100%;overflow-x:auto}.module-table-row,.module-table-head{display:grid;grid-template-columns:1.1fr 2fr 1.6fr 1fr 1.2fr 1.2fr;gap:14px;align-items:center;min-width:980px;padding:12px 16px}.module-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8}.module-table-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9;transition:background .12s ease}.module-table-row:hover{background:#f8faff}.module-amount{color:#166534;font-weight:600}.module-action-cell{display:flex;justify-content:flex-end}.module-primary-btn,.module-secondary-btn,.formato-download-btn,.upload-submit-btn,.metric-chip,.metric-filter-btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:500}.module-primary-btn,.formato-download-btn,.upload-submit-btn,.metric-chip.active{background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;box-shadow:0 4px 14px #2563eb4d;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease}.module-primary-btn:hover,.formato-download-btn:hover,.upload-submit-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #2563eb61}.module-primary-btn:active,.formato-download-btn:active,.upload-submit-btn:active{transform:translateY(0);filter:brightness(.97)}.module-primary-btn,.module-secondary-btn,.formato-download-btn,.upload-submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:9px 18px;border-radius:10px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap}.module-secondary-btn,.metric-filter-btn,.metric-chip{background:#fff;color:#475569;border:1px solid #dbe2f0}.module-footer{display:flex;justify-content:center;gap:10px;padding:16px}.module-pager{display:flex;justify-content:center;gap:8px;padding:12px 16px 18px}.pager-btn-lite{width:34px;height:34px;border-radius:9px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease}.pager-btn-lite:hover:not(.active){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.pager-btn-lite.active{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.contabilidad-grid{display:grid;grid-template-columns:1.7fr .95fr;gap:16px}.metric-card{padding:18px}.metric-topbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.metric-filter-group,.metric-chip-group{display:flex;gap:8px;flex-wrap:wrap}.metric-table-head,.metric-table-row{display:grid;grid-template-columns:2.2fr .9fr 1fr 1fr 1fr;gap:12px;align-items:center;padding:12px 8px}.metric-table-head{color:#475569;font-size:13px;font-weight:600;border-bottom:1px solid #e2e8f0}.metric-table-row{font-size:13px;color:#334155;border-bottom:1px solid #edf2f7}.receipt-badge{display:inline-flex;align-items:center;justify-content:center;padding:5px 10px;border-radius:999px;background:linear-gradient(180deg,#5b95f7,#2563eb);color:#fff;font-size:11px}.metric-summary{text-align:center}.metric-summary h3{margin:8px 0 4px;font-size:32px;font-weight:500;color:#1e2542}.metric-summary p{margin:0;font-size:14px;color:#64748b}.metric-chart{height:220px;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;margin:20px 0}.metric-bar-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:10px}.metric-bar{width:100%;border-radius:12px 12px 0 0;background:linear-gradient(180deg,#93c5fd,#7c3aed)}.metric-bar-item span{font-size:12px;color:#64748b}.rendimientos-grid{display:grid;grid-template-columns:1.5fr 1fr;gap:16px}.kpi-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:16px}.kpi-box{padding:18px;border-radius:14px;background:#fff;border:1px solid #e8edf8;box-shadow:0 2px 8px #0f172a0d}.kpi-box h4{margin:0 0 6px;font-size:11px;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.07em}.kpi-box strong{font-size:26px;color:#166534;font-weight:800;letter-spacing:-.02em}.kpi-box span{display:block;margin-top:5px;color:#64748b;font-size:12px;font-weight:400}.mini-list{display:flex;flex-direction:column;gap:12px}.mini-item{display:flex;justify-content:space-between;gap:12px;padding:11px 14px;border-radius:12px;background:#f8faff;border:1px solid #e8edf8;font-size:13px;transition:background .15s ease}.mini-item:hover{background:#eff4ff}.formatos-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.formato-card{padding:18px}.formato-icon-row{display:flex;align-items:flex-start;gap:14px;margin-bottom:16px}.formato-icon-box{width:52px;height:52px;border-radius:14px;background:linear-gradient(180deg,#eff6ff,#dbeafe);color:#2563eb;display:inline-flex;align-items:center;justify-content:center;border:1px solid #bfdbfe}.formato-icon-box img{width:100%;height:100%;object-fit:cover;border-radius:14px}.formato-card h3,.upload-card h3{margin:0 0 6px;font-size:22px;font-weight:500;color:#1e2542}.formato-card p,.upload-card p,.upload-hint{margin:0;font-size:13px;color:#64748b}.formato-section-title{margin:0 0 14px;font-size:22px;font-weight:500;color:#1e2542}.formato-section{margin-bottom:24px}.formatos-toolbar{display:flex;justify-content:flex-end;margin-bottom:20px}.formato-download-btn{width:100%}.upload-card{margin-top:24px;padding:18px}.formatos-modal-overlay{position:fixed;inset:0;background:#0f172a61;display:flex;align-items:center;justify-content:center;padding:24px;z-index:1000}.formatos-modal{width:min(100%,980px);margin-top:0}.formatos-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.formatos-modal-close{width:36px;height:36px;border:1px solid #dbe2f0;border-radius:10px;background:#fff;color:#475569;font-size:22px;line-height:1;cursor:pointer}.upload-form-grid{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:12px;align-items:end;margin-top:16px}.upload-field{display:flex;flex-direction:column;gap:6px}.upload-field label{font-size:12px;color:#475569}.upload-input{height:40px;border:1px solid #dbe2f0;border-radius:8px;padding:0 12px;background:#fff;color:#334155}.upload-preview-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin-top:18px}.upload-preview-card{display:flex;gap:12px;align-items:center;padding:12px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fbff}.upload-preview-thumb{width:46px;height:46px;border-radius:12px;overflow:hidden;background:#dbeafe;display:inline-flex;align-items:center;justify-content:center}.upload-preview-thumb img{width:100%;height:100%;object-fit:cover}.upload-preview-info strong{display:block;color:#1e2542;font-size:14px}.upload-preview-info span{font-size:12px;color:#64748b}@media(max-width:768px){.gestion-cobranza-scope,.contabilidad-scope,.rendimientos-scope,.formatos-scope{padding:14px 12px}.contabilidad-header,.formatos-header{flex-direction:column;align-items:flex-start;gap:8px}.contabilidad-header>*,.formatos-header>*{width:100%}.contabilidad-grid,.rendimientos-grid,.upload-form-grid{grid-template-columns:1fr}.upload-submit-btn{width:100%}.metric-card{overflow-x:auto;-webkit-overflow-scrolling:touch}.metric-table-head,.metric-table-row{min-width:560px}.metric-filter-group,.metric-chip-group{flex-wrap:wrap;gap:6px}.formatos-modal-overlay{padding:10px}.formatos-modal{width:95vw;max-height:90vh;overflow-y:auto;border-radius:16px}}@media(max-width:480px){.gestion-cobranza-scope,.contabilidad-scope,.rendimientos-scope,.formatos-scope{padding:10px}.kpi-strip,.formatos-grid{grid-template-columns:1fr}.formatos-toolbar{flex-wrap:wrap;gap:8px}.formatos-toolbar>*{flex:1 1 calc(50% - 4px);justify-content:center}.upload-preview-list{grid-template-columns:1fr}.metric-chip{flex:1 1 calc(50% - 4px);text-align:center;justify-content:center}}.configuracion-scope,.datos-sucursal-scope,.productos-credito-scope,.productos-ahorro-scope,.configuracion-credito-scope,.biblioteca-listas-scope{width:100%;max-width:1380px;margin:0 auto;padding:24px;color:#1e293b}.configuracion-header{margin-bottom:22px}.configuracion-header h1{margin:0 0 5px;font-size:1.5rem;font-weight:800;color:var(--text-dark, #0f172a);letter-spacing:-.025em}.configuracion-header p{margin:0;font-size:13px;color:var(--text-muted, #64748b);line-height:1.6;font-weight:400}.config-card,.config-panel,.config-mini-card,.config-library-card{background:#fff;border:1px solid rgba(148,163,184,.2);border-radius:18px;box-shadow:0 4px 16px #0f172a12}.config-card,.config-panel,.config-library-card{padding:26px}.config-card h3,.config-panel h3,.config-library-card h3{margin:0 0 20px;font-size:1rem;font-weight:700;color:var(--text-dark, #0f172a);line-height:1.4;letter-spacing:-.01em}.config-form-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:22px;row-gap:18px}.config-field{display:flex;flex-direction:column;gap:10px}.config-field label{font-size:11.5px;color:#475569;font-weight:700;margin-bottom:6px;line-height:1.4;display:block;letter-spacing:.02em;text-transform:uppercase}.config-field input,.config-field select,.config-inline-input{width:100%;min-height:42px;border:1.5px solid #e2e8f0;border-radius:10px;padding:0 13px;background:#f8fafc;color:#1e293b;font-size:13px;font-family:Inter,sans-serif;outline:none;box-sizing:border-box;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.config-field input:focus,.config-field select:focus,.config-inline-input:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.config-field textarea{width:100%;min-height:90px;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 13px;background:#f8fafc;color:#1e293b;font-size:13px;font-family:Inter,sans-serif;outline:none;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.config-field textarea:focus{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.config-section-title{margin:30px 0 18px;padding-top:20px;border-top:1px solid #e8edf8;font-size:.82rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.08em}.config-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.config-primary-btn,.config-secondary-btn,.config-danger-btn,.config-success-btn,.config-chip,.config-small-btn{border:none;border-radius:8px;cursor:pointer;font-size:12px;font-weight:600}.config-primary-btn,.config-secondary-btn,.config-danger-btn,.config-success-btn,.config-small-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;border-radius:10px;font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease,background .16s ease}.config-primary-btn,.config-success-btn,.config-chip.active{background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;box-shadow:0 4px 14px #2563eb4d;padding:10px 20px}.config-primary-btn:hover,.config-success-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 22px #2563eb61}.config-primary-btn:active,.config-success-btn:active{transform:translateY(0);filter:brightness(.97)}.config-secondary-btn,.config-chip,.config-small-btn{background:#fff;color:#475569;border:1.5px solid #e2e8f0;box-shadow:0 1px 3px #0f172a0f;padding:9px 18px}.config-secondary-btn:hover,.config-small-btn:hover{background:#f0f5ff;border-color:#2563eb59;color:#1e293b;transform:translateY(-1px)}.config-small-btn{padding:6px 12px;font-size:12px;border-radius:8px}.config-danger-btn{background:linear-gradient(160deg,#f87171,#dc2626);color:#fff;border:none;box-shadow:0 4px 14px #dc262647;padding:10px 20px}.config-danger-btn:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #dc26265c}.config-danger-btn:active{transform:translateY(0);filter:brightness(.97)}.config-success-btn{background:linear-gradient(160deg,#4ade80,#16a34a);box-shadow:0 4px 14px #16a34a47}.config-success-btn:hover{box-shadow:0 7px 20px #16a34a5c}.config-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.config-search-box{display:flex;align-items:center;gap:10px;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;background:#f8fafc;color:#94a3b8;flex:1;min-width:260px;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.config-search-box:focus-within{border-color:#2563eb;background:#fff;box-shadow:0 0 0 4px #2563eb14}.config-search-box input{flex:1;border:none;outline:none;background:transparent;color:#334155;font-size:13.5px;font-family:Inter,sans-serif}.config-search-box input::placeholder{color:#94a3b8}.config-chip-row{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:18px}.config-table-wrap{width:100%;overflow-x:auto}.config-table-head,.config-table-row{display:grid;gap:12px;align-items:center;padding:14px 16px}.config-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:11.5px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-top:1px solid #e8edf8;border-bottom:1px solid #e8edf8;line-height:1.5}.config-table-row{font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9;min-height:64px;transition:background .12s ease}.config-table-row:hover{background:#f8faff}.config-table-credito{min-width:980px}.config-table-credito .config-table-head,.config-table-credito .config-table-row{grid-template-columns:.7fr 1.2fr 1.4fr .8fr 1fr .7fr .8fr 1fr .9fr}.config-table-ahorro{min-width:860px}.config-table-ahorro .config-table-head,.config-table-ahorro .config-table-row{grid-template-columns:.9fr 1.6fr 1fr .9fr .9fr}.config-credit-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;background:linear-gradient(180deg,#dcfce7,#bbf7d0);color:#166534;font-size:11px;font-weight:700;border:1.5px solid transparent;cursor:pointer;transition:background .13s,box-shadow .13s}.config-credit-badge:hover:not(:disabled){background:linear-gradient(180deg,#bbf7d0,#86efac);box-shadow:0 2px 8px #16a34a38}.config-credit-badge--on{background:linear-gradient(160deg,#fbbf24,#d97706)!important;color:#fff!important;box-shadow:0 3px 10px #d9770659;cursor:default}.config-inline-actions{display:flex;gap:8px;justify-content:flex-end}.config-inline-note{padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:linear-gradient(180deg,#fff,#f8fbff);color:#475569;font-size:13px;margin-bottom:16px}.config-credit-box{max-width:860px;margin:0 auto}.config-credit-row{display:grid;grid-template-columns:240px 1fr;gap:18px;align-items:center;padding:18px;background:#eef4ff;border:1px solid #dbeafe;border-radius:12px}.config-library-card{padding:10px}.config-library-head{background:linear-gradient(180deg,#eefcf0,#e2f7e8);border:1px solid #d8f1df;border-radius:10px 10px 0 0;padding:12px 14px;font-size:14px;font-weight:700;color:#475569}.config-library-row{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:16px 14px;border:1px solid #edf2f7;border-top:none;border-radius:0 0 10px 10px;background:#fff}.config-library-row p{margin:0;color:#475569;font-size:14px}.config-table-credito .config-table-head-pc,.config-table-credito .config-table-row-pc{grid-template-columns:.3fr .85fr 1.4fr .7fr .8fr .4fr .45fr .65fr .65fr .55fr .45fr;gap:8px;min-width:760px}.config-btn-sm{padding:5px 10px!important;font-size:11.5px!important;display:inline-flex;align-items:center;gap:4px}.config-label{display:block;font-size:11px;font-weight:600;color:#64748b;margin-bottom:4px;text-transform:uppercase;letter-spacing:.04em}.config-add-form{background:#f8faff;border:1.5px solid #dbeafe;border-radius:14px;padding:18px 20px;margin-bottom:18px}.config-add-form-hd{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;font-size:14px;color:#1e293b}.config-add-form-hd button{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;transition:color .12s}.config-add-form-hd button:hover{color:#dc2626}.config-add-form-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:12px}.config-error-msg{background:#fef2f2;border:1px solid #fca5a5;color:#dc2626;border-radius:8px;padding:10px 14px;font-size:12.5px;margin-bottom:12px}.config-loading,.config-empty{padding:2.5rem;text-align:center;color:#94a3b8;font-size:14px}.bls-overlay{position:fixed;inset:0;background:#0f172a73;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px}.bls-panel{background:#fff;border-radius:18px;box-shadow:0 20px 60px #0f172a38;width:100%;max-width:820px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.bls-panel-header{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #e8edf8;font-size:15px;font-weight:700;color:#0f172a}.bls-close-btn{background:none;border:none;cursor:pointer;color:#94a3b8;display:flex;align-items:center;padding:4px;border-radius:6px;transition:color .12s,background .12s}.bls-close-btn:hover{color:#dc2626;background:#fef2f2}.bls-panel-body{flex:1;overflow-y:auto;padding:20px 24px}.bls-toolbar{display:flex;justify-content:flex-end;margin-bottom:16px}.bls-new-row{display:flex;gap:10px;align-items:center;padding:12px 14px;background:#f0f5ff;border:1.5px dashed #93c5fd;border-radius:10px;margin-bottom:16px;flex-wrap:wrap}.bls-inp-nombre{flex:1;min-width:140px}.bls-inp-tipo{width:110px}.bls-inp-orden{width:80px}.bls-section{margin-bottom:24px}.bls-section-title{font-size:12px;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.06em;margin-bottom:8px;padding-bottom:6px;border-bottom:1px solid #e8edf8}.bls-empty{padding:12px;color:#94a3b8;font-size:13px;text-align:center}.bls-table{width:100%;overflow-x:auto}.bls-table-head,.bls-table-row{display:grid;grid-template-columns:.5fr 2fr 1fr .7fr 1fr 1fr;gap:10px;align-items:center;padding:10px 14px}.bls-table-head{background:linear-gradient(180deg,#f5f7ff,#eef3ff);color:#475569;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;border-radius:8px 8px 0 0;border:1px solid #e8edf8}.bls-table-row{font-size:13px;color:#334155;border:1px solid #f1f5f9;border-top:none;min-height:58px;transition:background .12s}.bls-table-row:last-child{border-radius:0 0 8px 8px}.bls-table-row:hover{background:#f8faff}@media(max-width:980px){.config-form-grid,.config-credit-row{grid-template-columns:1fr}.config-toolbar{align-items:stretch}}.productos-credito-scope{overflow-x:hidden;min-width:0}.productos-credito-scope .config-card{min-width:0;overflow:hidden}.av-scope{display:flex;flex-direction:column;gap:20px;min-width:0;overflow-x:hidden}.av-scope .av-header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.av-scope .av-title h1{margin:0;font-size:1.5rem;font-weight:800;letter-spacing:-.025em;color:#0f172a}.av-scope .av-title p{margin:5px 0 0;color:#64748b;font-size:13px;font-weight:400}.av-scope .av-actions{display:flex;align-items:center;gap:10px;flex-shrink:0}.av-scope .btn-export{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #e2e8f0;padding:8px 14px;border-radius:9px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease}.av-scope .btn-export:hover{background:#f8faff;transform:translateY(-1px)}.av-scope .btn-export.pdf{color:#dc2626}.av-scope .btn-export.pdf:hover{border-color:#dc26264d}.av-scope .btn-export.excel{color:#16a34a}.av-scope .btn-export.excel:hover{border-color:#16a34a4d}.av-scope .av-filters-card{background:#fff;border:1px solid #e8edf8;border-radius:16px;padding:16px 20px;box-shadow:0 4px 14px #0f172a0d}.av-scope .av-filters-label{margin:0 0 14px;font-size:13.5px;font-weight:700;color:#1e293b}.av-scope .av-filters-row{display:flex;align-items:flex-end;flex-wrap:wrap;gap:14px}.av-scope .av-filter-item{display:flex;flex-direction:column;gap:5px}.av-scope .av-filter-item label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.av-scope .av-input,.av-scope .av-select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;padding:8px 12px;font-size:13px;font-family:Inter,sans-serif;color:#334155;outline:none;transition:border-color .16s ease;min-width:140px}.av-scope .av-input:focus,.av-scope .av-select:focus{border-color:#2563eb73}.av-scope .av-select{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='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;padding-right:30px}.av-scope .btn-consultar{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb 60%,#1d4ed8);color:#fff;border:none;padding:9px 22px;border-radius:9px;font-size:13px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 4px 14px #2563eb47;transition:filter .16s ease,transform .16s ease,box-shadow .16s ease;align-self:flex-end}.av-scope .btn-consultar:hover{filter:brightness(1.07);transform:translateY(-1px);box-shadow:0 7px 20px #2563eb5c}.av-scope .btn-consultar:active{transform:translateY(0);filter:brightness(.97)}.av-scope .av-chart-card{background:#fff;border:1px solid #e8edf8;border-radius:16px;padding:20px;box-shadow:0 4px 14px #0f172a0d;min-width:0;overflow:hidden}.av-scope .av-chart-scroll{min-width:0;overflow-x:auto}.av-scope .av-chart-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.av-scope .av-chart-head h3{margin:0;font-size:15px;font-weight:700;color:#0f172a}.av-scope .av-chart-sub{font-size:12px;color:#94a3b8;margin:0 0 16px}.av-chart-legend{display:flex;gap:18px;font-size:12px;color:#475569}.av-legend-item{display:flex;align-items:center;gap:6px}.av-legend-dot{width:10px;height:10px;border-radius:50%}.av-legend-dot.total{background:#94a3b8}.av-legend-dot.capital{background:#3b82f6}.av-legend-dot.interes{background:#22c55e}.av-legend-dot.moratorio{background:#f97316}.av-bars-wrap{display:flex;gap:0;height:160px;align-items:flex-end;border-bottom:1px solid #e8edf8;padding-bottom:4px;overflow-x:auto;overflow-y:hidden}.av-bar-group{display:flex;flex-direction:column;align-items:center;gap:3px;flex:1;min-width:26px}.av-bar-stacked{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;width:12px;height:100%;gap:1px}.av-bar-seg{width:100%;border-radius:3px 3px 0 0;min-height:2px}.av-bar-seg.capital{background:#3b82f6d9}.av-bar-seg.interes{background:#22c55ecc}.av-bar-seg.moratorio{background:#f97316d9}.av-bar-label{font-size:9px;color:#94a3b8;transform:rotate(-45deg);white-space:nowrap;transform-origin:center;margin-top:6px;max-width:28px;overflow:hidden;text-overflow:ellipsis}.av-scope .av-color-card{background:#fff;border:1px solid #e8edf8;border-radius:16px;padding:16px 20px;box-shadow:0 4px 14px #0f172a0d}.av-scope .av-color-card h4{margin:0 0 12px;font-size:13px;font-weight:700;color:#1e293b}.av-color-legend{display:flex;gap:14px;flex-wrap:wrap}.av-color-item{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#475569}.av-color-swatch{width:22px;height:16px;border-radius:4px;flex-shrink:0}.av-color-swatch.level-1{background:#fbbf24}.av-color-swatch.level-2{background:#f97316}.av-color-swatch.level-3{background:#ef4444}.av-color-swatch.level-4{background:#374151}.av-scope .av-table-card{background:#fff;border:1px solid #e8edf8;border-radius:16px;padding:20px;box-shadow:0 4px 14px #0f172a0d;min-width:0;overflow:hidden}.av-scope .av-search-bar{display:flex;align-items:center;gap:10px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;padding:9px 14px;margin-bottom:16px;transition:border-color .16s ease}.av-scope .av-search-bar:focus-within{border-color:#2563eb66}.av-scope .av-search-bar input{border:none;background:transparent;outline:none;font-size:13px;font-family:Inter,sans-serif;color:#334155;width:100%}.av-scope .av-search-bar input::placeholder{color:#94a3b8}.av-table-wrap{border-radius:12px;border:1px solid #e8edf8;overflow:auto}.av-table{width:100%;border-collapse:collapse;font-size:13px;text-align:left;min-width:900px}.av-table thead tr{background:linear-gradient(180deg,#f5f7ff,#eef3ff)}.av-table th{padding:11px 12px;font-size:11px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:#475569;border-bottom:1px solid #e8edf8;white-space:nowrap}.av-table th.sub-label{font-size:10px;color:#94a3b8;text-transform:none;font-weight:500;padding-top:2px}.av-table td{padding:10px 12px;border-bottom:1px solid rgba(241,245,249,.8);color:#1e293b;font-weight:400;vertical-align:middle}.av-table td.fw-600{font-weight:600}.av-table td.muted{color:#64748b;font-size:12px}.av-table tbody tr.level-1{background:#fbbf242e}.av-table tbody tr.level-2{background:#f9731633}.av-table tbody tr.level-3{background:#ef44442e}.av-table tbody tr.level-4{background:#37415124}.av-table tbody tr:hover{filter:brightness(.97)}.av-scope .btn-ir-pago{display:inline-flex;align-items:center;gap:4px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:5px 12px;border-radius:7px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #2563eb38;transition:filter .14s ease,transform .14s ease}.av-scope .btn-ir-pago:hover{filter:brightness(1.08);transform:translateY(-1px)}.av-scope .btn-ir-pago:active{transform:translateY(0)}.av-scope .av-pager{display:flex;justify-content:flex-end;gap:6px;margin-top:14px}.av-scope .pager-btn{width:34px;height:34px;border-radius:9px;border:1.5px solid #e2e8f0;background:#fff;cursor:pointer;font-weight:600;font-family:Inter,sans-serif;font-size:13px;color:#475569;display:inline-flex;align-items:center;justify-content:center;transition:background .16s ease,border-color .16s ease,transform .16s ease}.av-scope .pager-btn:hover:not(.active):not(:disabled){background:#f0f5ff;border-color:#2563eb59;transform:translateY(-1px)}.av-scope .pager-btn.active{background:linear-gradient(160deg,#3b82f6,#2563eb);border-color:#2563eb;color:#fff;box-shadow:0 4px 12px #2563eb47}.av-scope .pager-btn:disabled{opacity:.45;cursor:not-allowed}.abono-scope{display:flex;flex-direction:column;gap:22px}.abono-scope .abono-banner-liquidado{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#dcfce7,#d1fae5);border:1.5px solid #86efac;border-radius:14px;padding:16px 22px;color:#166534;animation:bannerSlide .4s ease-out}.abono-scope .abono-banner-liquidado strong{display:block;font-size:.95rem;font-weight:800}.abono-scope .abono-banner-liquidado span{font-size:.82rem;font-weight:600;opacity:.85}@keyframes bannerSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.abono-scope .abono-page-title{text-align:center;font-size:1.8rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0}.abono-scope .abono-info-label{text-align:center;font-size:14px;font-weight:600;color:#1e293b;margin:0}.abono-scope .abono-info-btns{display:flex;justify-content:center;gap:12px;margin-bottom:0}.abono-scope .btn-info-link{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:7px 16px;border-radius:20px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 3px 10px #2563eb38;transition:filter .16s ease,transform .16s ease}.abono-scope .btn-info-link:hover{filter:brightness(1.08);transform:translateY(-1px)}.abono-scope .abono-credit-bar{display:flex;gap:32px;flex-wrap:wrap;align-items:flex-start;padding:18px 28px;background:#fff;border:1px solid #e8edf8;border-radius:14px;box-shadow:0 2px 10px #0f172a0d}.abono-scope .abono-credit-field{display:flex;flex-direction:column;gap:5px}.abono-scope .abono-credit-field .field-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.abono-scope .abono-credit-field .field-value{font-size:13.5px;font-weight:600;color:#0f172a}.abono-scope .abono-layout{display:grid;grid-template-columns:250px 1fr 310px;gap:20px;align-items:start}.abono-scope .metodo-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:20px 18px;width:85%;box-shadow:0 2px 10px #0f172a0d}.abono-scope .metodo-card h3{margin:0 0 16px;font-size:13.5px;font-weight:700;color:#0f172a;text-align:center;border-bottom:1px solid #e8edf8;padding-bottom:12px}.abono-scope .metodo-row{display:flex;justify-content:space-between;align-items:flex-start;font-size:12px;color:#334155;margin-bottom:14px;gap:10px}.abono-scope .metodo-row .mlabel{font-weight:600;color:#dc2626}.abono-scope .metodo-row .mvalue{font-weight:700;color:#dc2626}.abono-scope .metodo-row.total{border-top:1px solid #e8edf8;margin-top:4px;padding-top:12px;margin-bottom:0}.abono-scope .metodo-row.total .mlabel,.abono-scope .metodo-row.total .mvalue{color:#dc2626;font-size:13px}.abono-scope .metodo-form{display:flex;flex-direction:column;gap:13px;margin-top:18px}.abono-scope .mf-field{display:flex;flex-direction:column;gap:5px}.abono-scope .mf-field label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.abono-scope .mf-field input,.abono-scope .mf-field select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:8px 11px;font-size:12.5px;font-family:Inter,sans-serif;color:#334155;outline:none;transition:border-color .16s ease}.abono-scope .mf-field input:focus,.abono-scope .mf-field select:focus{border-color:#2563eb73}.abono-scope .mf-field select{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='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;padding-right:26px}.abono-scope .resumen-section h4{font-size:11.5px;font-weight:700;color:#475569;text-align:center;margin:18px 0 12px;text-transform:uppercase;letter-spacing:.04em}.abono-scope .resumen-row{display:flex;justify-content:space-between;font-size:11.5px;color:#475569;padding:6px 0;border-bottom:1px solid #f1f5f9}.abono-scope .resumen-row .rlabel{font-weight:500}.abono-scope .resumen-row .rvalue{font-weight:600;color:#1e293b}.abono-scope .resumen-total{display:flex;justify-content:space-between;font-size:12.5px;font-weight:700;color:#0f172a;margin-top:8px;padding-top:8px;border-top:2px solid #e8edf8}.abono-scope .info-pago-section{margin-top:18px;padding-top:16px;border-top:1px solid #e8edf8;display:flex;flex-direction:column;gap:13px}.abono-scope .info-pago-section h4{margin:0 0 4px;font-size:11.5px;font-weight:700;color:#1e293b;text-align:center;text-transform:uppercase;letter-spacing:.04em}.abono-scope .mf-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:12px;font-weight:500;color:#334155;margin-top:4px}.abono-scope .mf-checkbox input[type=checkbox]{width:15px;height:15px;accent-color:#16a34a;cursor:pointer;flex-shrink:0}.abono-scope .btn-aplicar{width:100%;background:linear-gradient(160deg,#22c55e,#16a34a 60%,#15803d);color:#fff;border:none;padding:11px;border-radius:9px;font-size:13.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;margin-top:6px;box-shadow:0 4px 14px #16a34a47;transition:filter .16s ease,transform .16s ease,opacity .16s ease}.abono-scope .btn-aplicar:not(:disabled):hover{filter:brightness(1.07);transform:translateY(-1px)}.abono-scope .btn-aplicar:not(:disabled):active{transform:translateY(0)}.abono-scope .btn-aplicar:disabled{opacity:.45;cursor:not-allowed;transform:none}.abono-scope .periodos-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d}.abono-scope .periodos-table-wrap{overflow:auto;max-height:520px;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.abono-scope .periodos-table{width:100%;border-collapse:collapse;font-size:11.5px;min-width:700px}.abono-scope .periodos-table thead tr{background:linear-gradient(160deg,#1e40af,#1d4ed8 60%,#2563eb);position:sticky;top:0;z-index:1}.abono-scope .periodos-table th{padding:12px 16px;font-size:11px;font-weight:600;letter-spacing:.01em;color:#fff;border-bottom:2px solid rgba(255,255,255,.15);border-right:1px solid rgba(255,255,255,.1);white-space:nowrap;text-align:left}.abono-scope .periodos-table td{padding:10px 16px;border-bottom:1px solid rgba(241,245,249,.9);color:#334155;white-space:nowrap}.abono-scope .periodos-table tr.pagado{background:#05966940}.abono-scope .periodos-table tr.inactivo{background:#f1f5f9}.abono-scope .periodos-table tr.retraso{background:#e11d4833}.abono-scope .periodos-table tr.pendiente{background:#d9770640}.abono-scope .periodos-table tr.congelado{background:#4f46e533}.abono-scope .periodos-table tr.vencido{background:#e11d4833}.abono-scope .periodos-table tr:hover{filter:brightness(.97)}.badge-estado{display:inline-block;padding:2px 8px;border-radius:99px;font-size:10px;font-weight:700;letter-spacing:.03em}.badge-estado.pagado{background:#059669;color:#fff}.badge-estado.inactivo{background:#475569;color:#fff}.badge-estado.retraso{background:#e11d48;color:#fff}.badge-estado.pendiente{background:#d97706;color:#fff}.badge-estado.congelado{background:#4f46e5;color:#fff}.badge-estado.vencido{background:#e11d48;color:#fff}.abono-scope .recibos-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:16px;box-shadow:0 2px 10px #0f172a0d;display:flex;flex-direction:column;gap:12px}.abono-scope .recibos-card h3{margin:0;font-size:13.5px;font-weight:700;color:#0f172a}.abono-scope .recibos-search{display:flex;align-items:center;gap:8px;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:9px;padding:7px 12px;transition:border-color .16s ease}.abono-scope .recibos-search:focus-within{border-color:#2563eb66}.abono-scope .recibos-search input{border:none;background:transparent;outline:none;font-size:12px;font-family:Inter,sans-serif;color:#334155;width:100%}.abono-scope .recibos-search input::placeholder{color:#94a3b8}.abono-scope .recibos-list{display:flex;flex-direction:column;gap:8px;max-height:420px;overflow-y:auto;overflow-x:hidden;padding-right:2px}.abono-scope .recibo-item{background:#f8faff;border:1px solid #e8edf8;border-radius:10px;padding:11px 13px;display:flex;flex-direction:column;gap:7px;transition:box-shadow .16s ease,border-color .16s ease}.abono-scope .recibo-item:hover{border-color:#2563eb40;box-shadow:0 4px 12px #2563eb14}.abono-scope .recibo-head{display:flex;justify-content:space-between;align-items:center}.abono-scope .recibo-num{font-size:13px;font-weight:700;color:#2563eb}.abono-scope .recibo-monto{font-size:14px;font-weight:700;color:#0f172a}.abono-scope .recibo-row{display:flex;justify-content:space-between;font-size:11.5px;color:#64748b}.abono-scope .recibo-row .rv{font-weight:500;color:#334155;text-align:right}.abono-scope .recibo-badge{display:inline-block;background:#2563eb1a;color:#2563eb;font-size:10.5px;font-weight:600;padding:2px 9px;border-radius:99px}.abono-scope .recibos-empty{text-align:center;color:#94a3b8;font-size:12.5px;padding:20px 0}.abono-scope .btn-back{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #e2e8f0;padding:8px 16px;border-radius:9px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,border-color .16s ease,transform .16s ease;align-self:flex-start}.abono-scope .btn-back:hover{background:#f8faff;transform:translateY(-1px)}@media(max-width:768px){.abono-scope .abono-layout{grid-template-columns:1fr}.abono-scope .metodo-card{width:100%;box-sizing:border-box}.abono-scope .abono-header{flex-direction:column;align-items:flex-start;gap:10px}.abono-scope .abono-header>*{width:100%}.abono-scope table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.abono-scope .btn-back,.abono-scope button[type=submit],.abono-scope .btn-primary{width:100%;justify-content:center}}@media(max-width:480px){.abono-scope{gap:14px}.abono-scope .metodo-card{padding:14px 12px}.abono-scope .recibos-empty{padding:14px 0}}.cmc-scope{display:flex;flex-direction:column;gap:20px}.cmc-scope .cmc-banner-liquidado{display:flex;align-items:center;gap:14px;background:linear-gradient(135deg,#dcfce7,#d1fae5);border:1.5px solid #86efac;border-radius:14px;padding:16px 22px;color:#166534;animation:bannerIn .4s ease-out}.cmc-scope .cmc-banner-liquidado strong{display:block;font-size:.95rem;font-weight:800}.cmc-scope .cmc-banner-liquidado span{font-size:.82rem;font-weight:600;opacity:.85}@keyframes bannerIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.cmc-scope .cmc-banner-adeudo{display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#ef444414,#dc26261f);border:1.5px solid rgba(239,68,68,.3);border-radius:14px;padding:14px 20px;margin-bottom:12px;animation:bannerIn .4s ease;color:#991b1b}.cmc-scope .cmc-banner-adeudo strong{display:block;font-size:.92rem;margin-bottom:2px}.cmc-scope .cmc-banner-adeudo span{font-size:.82rem;font-weight:600;opacity:.85}.cmc-scope .cmc-badge-liq{display:inline-block;background:linear-gradient(135deg,#22c55e,#16a34a);color:#fff;font-size:.7rem;font-weight:800;padding:3px 10px;border-radius:20px;margin-left:8px;vertical-align:middle;letter-spacing:.5px}.cmc-scope .cmc-header{text-align:center}.cmc-scope .cmc-header h1{font-size:1.7rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 4px}.cmc-scope .cmc-header .cmc-subtitle{font-size:13px;font-weight:600;color:#334155;line-height:1.6;margin:0}.cmc-scope .cmc-action-btns{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.cmc-scope .btn-cmc{display:inline-flex;align-items:center;gap:6px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-size:12px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 3px 10px #2563eb38;transition:filter .16s ease,transform .16s ease}.cmc-scope .btn-cmc:hover{filter:brightness(1.08);transform:translateY(-1px)}.cmc-scope .btn-cmc.secondary{background:linear-gradient(160deg,#64748b,#475569);box-shadow:0 3px 10px #4755692e}.cmc-scope .cmc-options-wrap{position:relative;display:inline-flex}.cmc-scope .cmc-options-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 16px 34px #0f172a24;padding:6px;z-index:20}.cmc-scope .cmc-options-menu button{width:100%;border:none;background:transparent;padding:9px 10px;border-radius:10px;text-align:left;font-size:12px;font-weight:700;color:#334155;cursor:pointer}.cmc-scope .cmc-options-menu button:hover{background:#eff6ff;color:#2563eb}.cmc-scope .cmc-info-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:clip;box-shadow:0 2px 10px #0f172a0d}.cmc-info-container{container-type:inline-size;container-name:info-general}.cmc-scope .cmc-info-label{font-size:12px;font-weight:700;color:#334155;padding:10px 16px;background:linear-gradient(180deg,#f5f7ff,#eef3ff);border-bottom:1px solid #e8edf8}.cmc-scope .cmc-info-row{display:grid;grid-template-columns:repeat(7,1fr);border-bottom:1px solid #f1f5f9}.cmc-scope .cmc-info-row:last-child{border-bottom:none}.cmc-scope .cmc-info-row.cols-3{grid-template-columns:repeat(3,1fr)}.cmc-scope .cmc-info-row.cols-4{grid-template-columns:repeat(4,1fr)}.cmc-scope .cmc-info-cell{padding:9px 14px;border-right:1px solid #f1f5f9;display:flex;flex-direction:column;gap:3px}.cmc-scope .cmc-info-cell:last-child{border-right:none}.cmc-scope .ic-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}@media(max-width:750px){.cmc-scope .cmc-info-row{grid-template-columns:repeat(3,1fr)!important;overflow-x:unset!important}.cmc-scope .cmc-info-row.cols-3,.cmc-scope .cmc-info-row.cols-4{grid-template-columns:repeat(3,1fr)!important}.cmc-scope .cmc-info-cell{min-width:unset!important;border-right:none;border-bottom:1px solid #f1f5f9;padding:8px 12px}}.cmc-scope .ic-value{font-size:13px;font-weight:600;color:#0f172a}.cmc-scope .cmc-moratorios-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d}.cmc-scope .mor-section-header{display:grid;grid-template-columns:repeat(3,1fr);padding:10px 16px;background:#06b6d41f;border-bottom:1px solid rgba(6,182,212,.2)}.cmc-scope .mor-section-header.vigentes{background:#14b8a61f;border-bottom:1px solid rgba(20,184,166,.2);border-top:1px solid #f1f5f9}.cmc-scope .mor-section-title{grid-column:1 / -1;font-size:12px;font-weight:700;color:#0e7490;margin-bottom:8px}.cmc-scope .mor-section-header.vigentes .mor-section-title{color:#0f766e}.cmc-scope .mor-col{display:flex;flex-direction:column;gap:3px}.cmc-scope .mor-col-label{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cmc-scope .mor-col-value{font-size:13px;font-weight:600;color:#0f172a}.cmc-scope .cmc-bottom-grid{display:grid;grid-template-columns:380px minmax(0,1fr);gap:16px;align-items:start}.cmc-scope .cmc-chart-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 16px;box-shadow:0 2px 10px #0f172a0d;display:flex;flex-direction:column;align-items:center;gap:14px}.cmc-scope .cmc-chart-card h4{margin:0;font-size:12.5px;font-weight:700;color:#1e293b;text-align:center}.cmc-scope .cmc-progress-card{width:100%;display:flex;flex-direction:column;align-items:center;gap:16px}.cmc-scope .cmc-progress-ring-wrap{position:relative;width:220px;height:220px;display:grid;place-items:center}.cmc-scope .cmc-progress-ring{width:220px;height:220px;transform:rotate(-90deg);filter:drop-shadow(0 12px 24px rgba(37,99,235,.18))}.cmc-scope .cmc-progress-ring-track{fill:none;stroke:#e2e8f0;stroke-width:16}.cmc-scope .cmc-progress-ring-fill{fill:none;stroke-width:16;stroke-linecap:round;transition:stroke-dashoffset .3s ease}.cmc-scope .cmc-progress-center{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center}.cmc-scope .cmc-progress-center-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#64748b}.cmc-scope .cmc-progress-center-value{font-size:2rem;font-weight:800;color:#0f172a;letter-spacing:-.04em}.cmc-scope .cmc-progress-center-state{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:6px 12px;border-radius:999px;background:linear-gradient(135deg,#dbeafe,#e0e7ff);color:#1d4ed8;font-size:.72rem;font-weight:800;letter-spacing:.08em}.cmc-scope .cmc-progress-center-state.liquidado{background:linear-gradient(135deg,#dcfce7,#d1fae5);color:#15803d}.cmc-scope .cmc-progress-head{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.cmc-scope .cmc-progress-head span{font-size:.8rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.08em}.cmc-scope .cmc-progress-head strong{font-size:1.08rem;font-weight:800;color:#0f172a}.cmc-scope .cmc-progress-grid{width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cmc-scope .cmc-progress-stat{border-radius:16px;padding:14px;display:flex;flex-direction:column;gap:4px;border:1px solid #e2e8f0}.cmc-scope .cmc-progress-stat.pagado{background:linear-gradient(180deg,#2563eb14,#7c3aed14)}.cmc-scope .cmc-progress-stat.pendiente{background:linear-gradient(180deg,#0ea5e914,#06b6d414)}.cmc-scope .cmc-progress-stat span{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#64748b}.cmc-scope .cmc-progress-stat strong{font-size:1rem;font-weight:800;color:#0f172a}.cmc-scope .cmc-progress-caption{font-size:.82rem;line-height:1.55;text-align:center;color:#475569;max-width:290px}.cmc-scope .chart-legend{display:flex;flex-direction:column;gap:7px;width:100%}.cmc-scope .chart-legend-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#334155}.cmc-scope .chart-legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.cmc-scope .cmc-tables-col{display:flex;flex-direction:column;gap:16px;min-width:0}.cmc-scope .cmc-table-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:clip;box-shadow:0 2px 10px #0f172a0d}.cmc-scope .cmc-table-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#f5f7ff,#eef3ff)}.cmc-scope .cmc-table-card-header h4{margin:0;font-size:12.5px;font-weight:700;color:#1e293b}.cmc-scope .cmc-search{display:flex;align-items:center;gap:7px;background:#fff;border:1.5px solid #e2e8f0;border-radius:8px;padding:5px 10px;transition:border-color .16s ease}.cmc-scope .cmc-search:focus-within{border-color:#2563eb66}.cmc-scope .cmc-search input{border:none;outline:none;font-size:11.5px;font-family:Inter,sans-serif;color:#334155;width:200px;background:transparent}.cmc-scope .cmc-search input::placeholder{color:#94a3b8}.cmc-scope .cmc-table-wrap{overflow-x:auto;max-height:340px;overflow-y:auto;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.cmc-scope .cmc-table{width:100%;border-collapse:collapse;font-size:11.5px;min-width:1000px}.cmc-scope .cmc-table thead tr{background:linear-gradient(160deg,#1e40af,#1d4ed8 60%,#2563eb);position:sticky;top:0;z-index:1}.cmc-scope .cmc-table th{padding:10px 12px;font-size:10.5px;font-weight:600;color:#fff;white-space:nowrap;text-align:left;border-right:1px solid rgba(255,255,255,.1)}.cmc-scope .cmc-table td{padding:8px 12px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap}.cmc-scope .cmc-table tbody tr:hover{background:#f8faff}.cmc-scope .cmc-table tr.pagado{background:#05966940}.cmc-scope .cmc-table tr.inactivo{background:#f1f5f9}.cmc-scope .cmc-table tr.retraso{background:#e11d4833}.cmc-scope .cmc-table tr.pendiente{background:#d9770640}.cmc-scope .cmc-table tr.congelado{background:#4f46e533}.cmc-scope .cmc-table tr.cmc-tr-detalle{background:#f8fafc;border-top:1px dashed #e2e8f0}.cmc-scope .cmc-table tr.cmc-tr-detalle:hover{background:#f1f5fb}.cmc-scope .cmc-table tr.cmc-tr-detalle td{padding:5px 12px;font-size:11px;color:#475569;white-space:nowrap;overflow-x:auto}.cmc-det-item{display:inline-flex;align-items:center;gap:4px;margin-right:2px}.cmc-det-label{color:#94a3b8;font-weight:600;font-size:10px;text-transform:uppercase;letter-spacing:.03em;margin-right:2px}.cmc-det-recibo{font-weight:700;color:#2563eb;font-size:11px}.cmc-det-mora{color:#dc2626;font-weight:700}.cmc-det-sep{color:#cbd5e1;margin:0 4px;-webkit-user-select:none;user-select:none}.cmc-badge{display:inline-block;padding:2px 9px;border-radius:99px;font-size:10px;font-weight:700}.cmc-badge.pagado{background:#059669;color:#fff}.cmc-badge.inactivo{background:#475569;color:#fff}.cmc-badge.retraso{background:#e11d48;color:#fff}.cmc-badge.pendiente{background:#d97706;color:#fff}.cmc-badge.congelado{background:#4f46e5;color:#fff}.cmc-scope .btn-ver-recibo{background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:4px 12px;border-radius:7px;font-size:11px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;transition:filter .14s ease}.cmc-scope .btn-ver-recibo:hover{filter:brightness(1.08)}.cmc-scope .btn-back{display:inline-flex;align-items:center;gap:6px;background:#fff;border:1.5px solid #e2e8f0;padding:8px 16px;border-radius:9px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;color:#475569;box-shadow:0 1px 3px #0f172a0f;transition:background .16s ease,transform .16s ease;align-self:flex-start}.cmc-scope .btn-back:hover{background:#f8faff;transform:translateY(-1px)}@media(max-width:1100px)and (min-width:769px){.cmc-scope .cmc-info-row{grid-template-columns:repeat(4,1fr)!important}.cmc-scope .cmc-info-row.cols-3{grid-template-columns:repeat(3,1fr)!important}.cmc-scope .cmc-info-row.cols-4{grid-template-columns:repeat(4,1fr)!important}.cmc-scope .cmc-info-cell{min-width:unset}.cmc-scope .cmc-bottom-grid{grid-template-columns:minmax(0,1fr)}.cmc-scope .cmc-chart-card{justify-self:center;width:100%;max-width:420px}.cmc-scope .cmc-header h1{font-size:1.35rem}.cmc-scope .mor-section-header{grid-template-columns:1fr 1fr}.cmc-scope .cmc-table{font-size:10px}.cmc-scope .cmc-table th{padding:7px 8px;font-size:9.5px}.cmc-scope .cmc-table td{padding:5px 8px}.cmc-scope .cmc-table-wrap{overflow-x:scroll;-webkit-overflow-scrolling:touch}.cmc-scope .cmc-table-wrap::-webkit-scrollbar{height:7px}.cmc-scope .cmc-table-wrap::-webkit-scrollbar-track{background:#e2e8f0;border-radius:0 0 8px 8px}.cmc-scope .cmc-table-wrap::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:4px}.cmc-scope .cmc-table-wrap::-webkit-scrollbar-thumb:hover{background:#475569}}@media(max-width:768px){.cmc-scope .cmc-bottom-grid{grid-template-columns:minmax(0,1fr)}.cmc-scope .cmc-header{flex-direction:column;align-items:flex-start;gap:10px}.cmc-scope .cmc-header>*{width:100%}.cmc-scope table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.cmc-scope table th,.cmc-scope table td{white-space:nowrap}.cmc-scope .cmc-btn-back{width:100%;justify-content:center}}@media(max-width:600px){.cmc-scope .cmc-info-row,.cmc-scope .cmc-info-row.cols-3{grid-template-columns:repeat(2,1fr)!important}.cmc-scope .cmc-info-cell{min-width:unset!important;font-size:.78rem}.cmc-scope .cmc-info-cell label,.cmc-scope .cmc-info-cell .cmc-ic-label{font-size:.7rem}.cmc-scope .cmc-page-title{font-size:1.1rem}.cmc-scope .cmc-top-actions{flex-wrap:wrap;gap:6px}.cmc-scope .cmc-top-actions button{font-size:.78rem;padding:5px 10px}}@media(max-width:480px){.cmc-scope{gap:12px;padding:0 2px}.cmc-scope .cmc-info-row.cols-3{grid-template-columns:1fr}.cmc-scope .cmc-chart-card{padding:14px 12px}}.rsc-scope{display:flex;flex-direction:column;gap:20px;min-width:0;overflow-x:hidden}.rsc-scope .rsc-header{text-align:center}.rsc-scope .rsc-header h1{font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 4px}.rsc-scope .rsc-header .rsc-sub{font-size:13px;font-weight:600;color:#334155;margin:0 0 2px}.rsc-scope .rsc-header .rsc-admin{font-size:11.5px;color:#64748b;margin:0}.rsc-scope .rsc-body{display:grid;grid-template-columns:220px 1fr;gap:16px;align-items:start;min-width:0}.rsc-scope .rsc-filter-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 16px;box-shadow:0 2px 10px #0f172a0d;display:flex;flex-direction:column;gap:14px}.rsc-scope .rsc-filter-title{font-size:12px;font-weight:700;color:#1e293b;margin:0 0 4px}.rsc-scope .rsc-filter-group{display:flex;flex-direction:column;gap:6px}.rsc-scope .rsc-filter-group label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.rsc-scope .rsc-filter-date-row{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b}.rsc-scope .rsc-filter-date-row input[type=date],.rsc-scope .rsc-filter-group select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:12px;font-family:Inter,sans-serif;color:#334155;outline:none;width:100%;transition:border-color .16s ease}.rsc-scope .rsc-filter-date-row input[type=date]{width:auto;flex:1}.rsc-scope .rsc-filter-date-row input[type=date]:focus,.rsc-scope .rsc-filter-group select:focus{border-color:#2563eb66}.rsc-scope .btn-consultar-rsc{display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:9px 14px;border-radius:9px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 3px 10px #2563eb40;transition:filter .16s ease,transform .16s ease}.rsc-scope .btn-consultar-rsc:hover{filter:brightness(1.08);transform:translateY(-1px)}.rsc-scope .rsc-right{display:flex;flex-direction:column;gap:16px;min-width:0}.rsc-scope .rsc-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.rsc-scope .rsc-chart-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 18px 14px;box-shadow:0 2px 10px #0f172a0d}.rsc-scope .rsc-chart-card h4{font-size:13px;font-weight:700;color:#1e293b;margin:0 0 4px}.rsc-scope .rsc-chart-card .rsc-chart-desc{font-size:10.5px;color:#64748b;margin:0 0 12px}.rsc-scope .rsc-chart-footer{font-size:10px;color:#94a3b8;margin-top:8px;font-style:italic}.rsc-scope .rsc-table-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d;min-width:0}.rsc-scope .rsc-table-header{padding:12px 18px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#f5f7ff,#eef3ff)}.rsc-scope .rsc-table-header h4{font-size:12.5px;font-weight:700;color:#1e293b;margin:0}.rsc-scope .rsc-table-header .rsc-table-sum{font-size:11.5px;color:#475569;margin:3px 0 0}.rsc-scope .rsc-table-wrap{overflow-x:auto;max-height:300px;overflow-y:auto;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.rsc-scope .rsc-table{width:100%;border-collapse:collapse;font-size:11.5px;min-width:700px}.rsc-scope .rsc-table thead tr{background:linear-gradient(160deg,#1e40af,#1d4ed8 60%,#2563eb);position:sticky;top:0;z-index:1}.rsc-scope .rsc-table th{padding:10px 14px;font-size:10.5px;font-weight:600;color:#fff;white-space:nowrap;text-align:left;border-right:1px solid rgba(255,255,255,.1)}.rsc-scope .rsc-table td{padding:9px 14px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap}.rsc-scope .rsc-table tbody tr:hover{background:#f8faff}.rsc-scope .rsc-empty{text-align:center;padding:28px 0;color:#94a3b8;font-size:12px}.rsc-scope .rsc-search-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-top:1px solid #f1f5f9}.rsc-scope .rsc-search-bar input{flex:1;border:none;outline:none;font-size:12px;font-family:Inter,sans-serif;color:#334155;background:transparent}.rsc-scope .rsc-search-bar input::placeholder{color:#94a3b8}.cc-scope{display:flex;flex-direction:column;gap:20px;min-width:0;overflow-x:hidden}.cc-scope .cc-header h1{font-size:1.65rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 4px}.cc-scope .cc-header .cc-sub{font-size:13px;font-weight:600;color:#334155;margin:0 0 2px}.cc-scope .cc-header .cc-admin{font-size:11.5px;color:#64748b;margin:0}.cc-scope .cc-body{display:grid;grid-template-columns:220px 1fr;gap:16px;min-width:0;align-items:start}.cc-scope .cc-filter-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 16px;box-shadow:0 2px 10px #0f172a0d;display:flex;flex-direction:column;gap:14px}.cc-scope .cc-filter-title{font-size:12px;font-weight:700;color:#1e293b;margin:0 0 4px}.cc-scope .cc-filter-group{display:flex;flex-direction:column;gap:6px}.cc-scope .cc-filter-group label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cc-scope .cc-filter-date-row{display:flex;align-items:center;gap:6px;font-size:11px;color:#64748b}.cc-scope .cc-filter-date-row input[type=date],.cc-scope .cc-filter-group select{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;padding:6px 10px;font-size:12px;font-family:Inter,sans-serif;color:#334155;outline:none;width:100%;transition:border-color .16s ease}.cc-scope .cc-filter-date-row input[type=date]{width:auto;flex:1}.cc-scope .cc-filter-date-row input[type=date]:focus,.cc-scope .cc-filter-group select:focus{border-color:#2563eb66}.cc-scope .btn-consultar-cc{display:flex;align-items:center;justify-content:center;gap:7px;background:linear-gradient(160deg,#3b82f6,#2563eb);color:#fff;border:none;padding:9px 14px;border-radius:9px;font-size:12.5px;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 3px 10px #2563eb40;transition:filter .16s ease,transform .16s ease}.cc-scope .btn-consultar-cc:hover{filter:brightness(1.08);transform:translateY(-1px)}.cc-scope .cc-right{display:flex;flex-direction:column;gap:16px;min-width:0}.cc-scope .cc-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.cc-scope .cc-chart-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 18px 14px;box-shadow:0 2px 10px #0f172a0d}.cc-scope .cc-chart-card h4{font-size:13px;font-weight:700;color:#1e293b;margin:0 0 4px}.cc-scope .cc-chart-card .cc-chart-desc{font-size:10.5px;color:#64748b;margin:0 0 12px}.cc-scope .cc-chart-footer{font-size:10px;color:#94a3b8;margin-top:8px;font-style:italic}.cc-scope .cc-summary-row{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.cc-scope .cc-summary-card{background:#fff;border:1px solid #e8edf8;border-radius:12px;padding:14px 18px;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:4px}.cc-scope .cc-summary-card .cs-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cc-scope .cc-summary-card .cs-value{font-size:20px;font-weight:800;color:#0f172a}.cc-scope .cc-summary-card .cs-value.green{color:#16a34a}.cc-scope .cc-summary-card .cs-value.blue{color:#2563eb}.cc-scope .cc-table-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;overflow:hidden;box-shadow:0 2px 10px #0f172a0d;min-width:0}.cc-scope .cc-table-header{padding:12px 18px;border-bottom:1px solid #f1f5f9;background:linear-gradient(180deg,#f5f7ff,#eef3ff);display:flex;align-items:center;justify-content:space-between}.cc-scope .cc-table-header h4{font-size:12.5px;font-weight:700;color:#1e293b;margin:0}.cc-scope .cc-table-wrap{overflow-x:auto;max-height:300px;overflow-y:auto;transform:translateZ(0);-webkit-transform:translateZ(0);isolation:isolate}.cc-scope .cc-table{width:100%;border-collapse:collapse;font-size:11.5px;min-width:750px}.cc-scope .cc-table thead tr{background:linear-gradient(160deg,#1e40af,#1d4ed8 60%,#2563eb);position:sticky;top:0;z-index:1}.cc-scope .cc-table th{padding:10px 14px;font-size:10.5px;font-weight:600;color:#fff;white-space:nowrap;text-align:left;border-right:1px solid rgba(255,255,255,.1)}.cc-scope .cc-table td{padding:9px 14px;border-bottom:1px solid #f1f5f9;color:#334155;white-space:nowrap}.cc-scope .cc-empty{text-align:center;padding:28px 0;color:#94a3b8;font-size:12px}.cc-scope .cc-search-bar{display:flex;align-items:center;gap:8px;padding:10px 16px;border-top:1px solid #f1f5f9}.cc-scope .cc-search-bar input{flex:1;border:none;outline:none;font-size:12px;font-family:Inter,sans-serif;color:#334155;background:transparent}.cc-scope .cc-search-bar input::placeholder{color:#94a3b8}.cc-badge-estado{display:inline-block;padding:2px 9px;border-radius:99px;font-size:10px;font-weight:700}.cc-badge-estado.pagado{background:#22c55e26;color:#15803d}.cc-badge-estado.pendiente{background:#f59e0b26;color:#b45309}.tc-scope{display:flex;flex-direction:column;gap:24px}.tc-scope .tc-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;flex-wrap:wrap}.tc-scope .tc-header-left h1{font-size:1.55rem;font-weight:800;color:#0f172a;letter-spacing:-.03em;margin:0 0 4px}.tc-scope .tc-header-left p{font-size:12.5px;color:#64748b;margin:0}.tc-scope .tc-live-pill{display:flex;align-items:center;gap:7px;background:#22c55e1a;border:1px solid rgba(34,197,94,.25);border-radius:99px;padding:5px 14px 5px 10px;font-size:11.5px;font-weight:600;color:#15803d;white-space:nowrap}.tc-scope .tc-live-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;animation:tc-pulse 2s ease-in-out infinite;flex-shrink:0}@keyframes tc-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.35)}}.tc-scope .tc-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.tc-scope .tc-stat-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:16px 20px;box-shadow:0 2px 8px #0f172a0a;display:flex;align-items:center;gap:14px}.tc-scope .tc-stat-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.tc-scope .tc-stat-icon.all{background:#2563eb1a;color:#2563eb}.tc-scope .tc-stat-icon.online{background:#22c55e1f;color:#16a34a}.tc-scope .tc-stat-icon.away{background:#f59e0b1f;color:#d97706}.tc-scope .tc-stat-icon.offline{background:#94a3b826;color:#64748b}.tc-scope .tc-stat-info{display:flex;flex-direction:column;gap:2px}.tc-scope .tc-stat-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.tc-scope .tc-stat-value{font-size:22px;font-weight:800;color:#0f172a;line-height:1}.tc-scope .tc-toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.tc-scope .tc-search-wrap{display:flex;align-items:center;gap:8px;background:#fff;border:1.5px solid #e2e8f0;border-radius:10px;padding:8px 14px;flex:1;min-width:200px;transition:border-color .16s ease}.tc-scope .tc-search-wrap:focus-within{border-color:#2563eb66}.tc-scope .tc-search-wrap input{flex:1;border:none;outline:none;font-size:12.5px;font-family:Inter,sans-serif;color:#334155;background:transparent}.tc-scope .tc-search-wrap input::placeholder{color:#94a3b8}.tc-scope .tc-filter-tabs{display:flex;gap:4px;background:#f1f5f9;border-radius:10px;padding:4px}.tc-scope .tc-tab{padding:6px 14px;border-radius:7px;font-size:11.5px;font-weight:600;font-family:Inter,sans-serif;border:none;cursor:pointer;transition:background .16s ease,color .16s ease,box-shadow .16s ease;color:#64748b;background:transparent}.tc-scope .tc-tab.active{background:#fff;color:#1e293b;box-shadow:0 1px 4px #0f172a1a}.tc-scope .tc-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(270px,1fr));gap:14px}.tc-scope .tc-worker-card{background:#fff;border:1px solid #e8edf8;border-radius:16px;padding:20px 18px 16px;box-shadow:0 2px 8px #0f172a0a;display:flex;flex-direction:column;gap:14px;transition:box-shadow .18s ease,transform .18s ease}.tc-scope .tc-worker-card:hover{box-shadow:0 6px 20px #2563eb1a;transform:translateY(-2px)}.tc-scope .tc-worker-top{display:flex;align-items:center;gap:13px}.tc-scope .tc-avatar-wrap{position:relative;flex-shrink:0}.tc-scope .tc-avatar{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#dbeafe,#eff6ff);display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;color:#2563eb;letter-spacing:-.02em}.tc-scope .tc-status-dot{position:absolute;bottom:-1px;right:-1px;width:12px;height:12px;border-radius:50%;border:2px solid #fff}.tc-scope .tc-status-dot.online{background:#22c55e}.tc-scope .tc-status-dot.away{background:#f59e0b}.tc-scope .tc-status-dot.offline{background:#cbd5e1}.tc-scope .tc-worker-name-wrap{display:flex;flex-direction:column;gap:2px;min-width:0}.tc-scope .tc-worker-name{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-scope .tc-worker-role{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tc-scope .tc-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:99px;font-size:10.5px;font-weight:700;width:fit-content}.tc-scope .tc-badge.online{background:#22c55e1f;color:#15803d}.tc-scope .tc-badge.away{background:#f59e0b1f;color:#b45309}.tc-scope .tc-badge.offline{background:#94a3b81f;color:#475569}.tc-scope .tc-badge-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.tc-scope .tc-badge.online .tc-badge-dot{background:#22c55e}.tc-scope .tc-badge.away .tc-badge-dot{background:#f59e0b}.tc-scope .tc-badge.offline .tc-badge-dot{background:#94a3b8}.tc-scope .tc-worker-meta{display:flex;flex-direction:column;gap:6px;border-top:1px solid #f1f5f9;padding-top:12px}.tc-scope .tc-meta-row{display:flex;align-items:center;gap:7px;font-size:11px;color:#64748b}.tc-scope .tc-meta-row svg{flex-shrink:0;color:#94a3b8}.tc-scope .tc-empty{grid-column:1 / -1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:52px 0;gap:10px;color:#94a3b8}.tc-scope .tc-empty svg{opacity:.35}.tc-scope .tc-empty p{font-size:13px;font-weight:500;margin:0}@media(max-width:800px){.tc-scope .tc-stats-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:520px){.tc-scope .tc-stats-row{grid-template-columns:1fr 1fr}.tc-scope .tc-grid{grid-template-columns:1fr}}.buro-scope{--bc-blue: #2563eb;--bc-blue-dk: #1d4ed8;--bc-blue-bg: #eff6ff;--bc-blue-border: #bfdbfe;--bc-green: #16a34a;--bc-green-bg: #f0fdf4;--bc-green-border:#bbf7d0;--bc-amber: #b45309;--bc-amber-bg: #fffbeb;--bc-red: #dc2626;--bc-red-bg: #fef2f2;--bc-surface: #ffffff;--bc-border: #e8edf8;--bc-border-sub: #f1f5f9;--bc-text: #0f172a;--bc-text-2: #334155;--bc-text-muted: #64748b;--bc-bg: #f8fafc;--bc-shadow: 0 1px 3px rgba(15,23,42,.06), 0 4px 16px rgba(15,23,42,.04);--bc-radius: 12px;display:flex;flex-direction:column;gap:18px;min-width:0;overflow-x:hidden}.buro-scope .buro-header{padding-bottom:4px;border-bottom:2px solid var(--bc-border)}.buro-scope .buro-header h1{font-size:1.5rem;font-weight:800;color:var(--bc-text);letter-spacing:-.035em;margin:0 0 4px;display:flex;align-items:center;gap:10px}.buro-scope .buro-header h1:before{content:"";display:inline-block;width:4px;height:1.3em;background:linear-gradient(160deg,var(--bc-blue),var(--bc-blue-dk));border-radius:2px;flex-shrink:0}.buro-scope .buro-header p{font-size:12.5px;color:var(--bc-text-muted);margin:0}.buro-scope .buro-toggle-card{background:var(--bc-surface);border:1px solid var(--bc-border);border-left:3px solid var(--bc-blue);border-radius:var(--bc-radius);padding:14px 20px;display:flex;align-items:center;gap:14px;box-shadow:var(--bc-shadow)}.buro-scope .btc-icon{width:38px;height:38px;border-radius:10px;background:var(--bc-blue-bg);display:flex;align-items:center;justify-content:center;color:var(--bc-blue);flex-shrink:0}.buro-scope .toggle-switch{position:relative;display:inline-block;width:46px;height:26px;flex-shrink:0}.buro-scope .toggle-switch input{opacity:0;width:0;height:0}.buro-scope .toggle-slider{position:absolute;cursor:pointer;inset:0;background:#cbd5e1;border-radius:26px;transition:background .22s ease}.buro-scope .toggle-slider:before{content:"";position:absolute;width:20px;height:20px;left:3px;bottom:3px;background:#fff;border-radius:50%;transition:transform .22s cubic-bezier(.34,1.56,.64,1);box-shadow:0 1px 5px #0000002e}.buro-scope .toggle-switch input:checked+.toggle-slider{background:#22c55e}.buro-scope .toggle-switch input:checked+.toggle-slider:before{transform:translate(20px)}.buro-scope .toggle-info{flex:1;min-width:0}.buro-scope .toggle-label{font-size:13.5px;font-weight:700;color:var(--bc-text);display:flex;align-items:center;gap:8px;margin-bottom:2px}.buro-scope .on-badge{font-size:10px;font-weight:800;letter-spacing:.06em;color:var(--bc-green);background:var(--bc-green-bg);border:1px solid var(--bc-green-border);border-radius:20px;padding:1px 8px}.buro-scope .off-badge{font-size:10px;font-weight:700;letter-spacing:.06em;color:var(--bc-text-muted);background:var(--bc-bg);border:1px solid var(--bc-border);border-radius:20px;padding:1px 8px}.buro-scope .toggle-sub{font-size:11.5px;color:var(--bc-text-muted);margin:0}.buro-scope .buro-panel-avanzado{background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:var(--bc-radius);overflow:hidden;box-shadow:var(--bc-shadow)}.buro-scope .buro-panel-toggle{width:100%;display:flex;align-items:center;gap:9px;padding:13px 18px;background:none;border:none;cursor:pointer;font-size:13px;font-weight:600;color:var(--bc-text-2);text-align:left;transition:background .14s ease}.buro-scope .buro-panel-toggle:hover{background:var(--bc-bg)}.buro-scope .buro-panel-toggle--activo{color:var(--bc-blue)}.buro-scope .buro-badge-activo{display:inline-flex;align-items:center;gap:4px;font-size:10.5px;font-weight:700;color:var(--bc-blue);background:var(--bc-blue-bg);border:1px solid var(--bc-blue-border);border-radius:20px;padding:2px 9px}.buro-scope .buro-chevron{margin-left:auto;font-size:10px;color:var(--bc-text-muted);transition:transform .25s ease}.buro-scope .buro-panel-toggle--activo .buro-chevron,.buro-scope .buro-panel-open~* .buro-chevron{transform:rotate(180deg)}.buro-scope .buro-panel-body{max-height:0;overflow:hidden;opacity:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .22s ease,padding .28s ease;padding:0 18px;display:flex;flex-direction:column;gap:12px}.buro-scope .buro-panel-body.buro-panel-open{max-height:500px;opacity:1;padding:16px 18px;border-top:1px solid var(--bc-border-sub)}.buro-scope .buro-panel-row{display:flex;flex-wrap:wrap;gap:24px;align-items:flex-end}.buro-scope .buro-filter-group{display:flex;flex-direction:column;gap:5px;min-width:170px;flex:1}.buro-scope .buro-filter-group>span{font-size:10.5px;font-weight:700;color:var(--bc-text-muted);text-transform:uppercase;letter-spacing:.06em}.buro-scope .buro-input-date,.buro-scope .buro-select{height:38px;padding:0 10px;border:1.5px solid var(--bc-border);border-radius:8px;font-size:12.5px;color:var(--bc-text-2);background:var(--bc-bg);outline:none;width:100%;transition:border-color .16s ease,background .16s ease,box-shadow .16s ease}.buro-scope .buro-input-date:focus,.buro-scope .buro-select:focus{border-color:var(--bc-blue);background:#fff;box-shadow:0 0 0 3px #2563eb1a}.buro-scope .buro-filter-actions{display:flex;gap:8px;align-items:flex-end;padding-bottom:1px}.buro-scope .btn-consultar{height:38px;padding:0 18px;background:var(--bc-blue);color:#fff;border:none;border-radius:8px;font-size:12.5px;font-weight:700;cursor:pointer;white-space:nowrap;display:flex;align-items:center;gap:6px;transition:background .16s ease,transform .14s ease,box-shadow .16s ease;box-shadow:0 2px 8px #2563eb40}.buro-scope .btn-consultar:hover{background:var(--bc-blue-dk);transform:translateY(-1px);box-shadow:0 4px 12px #2563eb4d}.buro-scope .btn-limpiar{height:38px;padding:0 14px;background:transparent;color:var(--bc-text-muted);border:1.5px solid var(--bc-border);border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;white-space:nowrap;transition:border-color .14s ease,color .14s ease,background .14s ease}.buro-scope .btn-limpiar:hover{border-color:#94a3b8;color:var(--bc-text-2);background:var(--bc-bg)}.buro-scope .buro-controls{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.buro-scope .buro-filter-tabs{display:flex;align-items:center;gap:4px;background:var(--bc-bg);border:1px solid var(--bc-border);border-radius:10px;padding:3px}.buro-scope .tab-btn{display:flex;align-items:center;gap:6px;background:none;border:none;font-size:12.5px;font-weight:600;cursor:pointer;padding:6px 14px;border-radius:7px;color:var(--bc-text-muted);transition:background .16s ease,color .16s ease}.buro-scope .tab-btn.active{background:var(--bc-surface);color:var(--bc-blue);box-shadow:0 1px 4px #0f172a14}.buro-scope .tab-btn:hover:not(.active){color:var(--bc-text-2)}.buro-scope .tab-count{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:20px;font-size:10px;font-weight:700;background:var(--bc-border);color:var(--bc-text-muted);transition:background .16s ease,color .16s ease}.buro-scope .tab-btn.active .tab-count{background:var(--bc-blue-bg);color:var(--bc-blue)}.buro-scope .buro-right-controls{display:flex;align-items:center;gap:8px}.buro-scope .buro-search{display:flex;align-items:center;gap:7px;background:var(--bc-surface);border:1.5px solid var(--bc-border);border-radius:20px;padding:7px 14px;transition:border-color .16s ease,box-shadow .16s ease}.buro-scope .buro-search:focus-within{border-color:#2563eb66;box-shadow:0 0 0 3px #2563eb14}.buro-scope .buro-search input{border:none;outline:none;font-size:12px;color:var(--bc-text-2);width:170px;background:transparent}.buro-scope .buro-search input::placeholder{color:var(--bc-text-muted)}.buro-scope .btn-exportar{display:flex;align-items:center;gap:6px;background:linear-gradient(160deg,#22c55e,#16a34a);color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #16a34a40;transition:filter .16s ease,transform .14s ease}.buro-scope .btn-exportar:hover{filter:brightness(1.06);transform:translateY(-1px)}.buro-scope .btn-reportar-todos{display:flex;align-items:center;gap:6px;background:linear-gradient(160deg,#3b82f6,var(--bc-blue));color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 2px 8px #2563eb40;transition:filter .16s ease,transform .14s ease}.buro-scope .btn-reportar-todos:hover{filter:brightness(1.06);transform:translateY(-1px)}.buro-scope .buro-selection-bar{background:linear-gradient(160deg,var(--bc-blue-bg),#dbeafe);border:1px solid var(--bc-blue-border);border-radius:10px;padding:10px 16px;font-size:12.5px;color:var(--bc-blue-dk);font-weight:600}.buro-scope .buro-table-card{background:var(--bc-surface);border:1px solid var(--bc-border);border-radius:14px;overflow:hidden;box-shadow:var(--bc-shadow);min-width:0}.buro-scope .buro-table-wrap{overflow-x:auto}.buro-scope .buro-table{width:100%;border-collapse:collapse;font-size:12.5px;min-width:720px}.buro-scope .buro-table thead tr{background:linear-gradient(135deg,#1e3a8a,#1e40af 45%,#2563eb)}.buro-scope .buro-table th{padding:13px 16px;font-size:10.5px;font-weight:700;color:#ffffffeb;text-align:left;white-space:nowrap;letter-spacing:.05em;text-transform:uppercase;border-right:1px solid rgba(255,255,255,.08)}.buro-scope .buro-table th:last-child{border-right:none}.buro-scope .buro-table th input[type=checkbox]{cursor:pointer}.buro-scope .buro-table td{padding:11px 16px;border-bottom:1px solid var(--bc-border-sub);color:var(--bc-text-2);white-space:nowrap;vertical-align:middle}.buro-scope .buro-table tbody tr{transition:background .12s ease}.buro-scope .buro-table tbody tr:hover{background:#f8faff}.buro-scope .buro-table tbody tr.selected{background:var(--bc-blue-bg)}.buro-scope .buro-table tbody tr:last-child td{border-bottom:none}.buro-scope .buro-table td:nth-child(2){font-weight:700;color:var(--bc-blue);font-variant-numeric:tabular-nums}.buro-scope .buro-table td:nth-child(3){font-weight:600;color:var(--bc-text)}.buro-scope .buro-table td:nth-child(4){font-variant-numeric:tabular-nums}.buro-scope .buro-table td:nth-child(5){font-weight:700;font-variant-numeric:tabular-nums}.buro-fiscal-badge{display:inline-flex;align-items:center;padding:3px 9px;border-radius:6px;font-size:10.5px;font-weight:800;letter-spacing:.05em}.buro-fiscal-sinf{background:var(--bc-blue-bg);color:#1e40af;border:1px solid var(--bc-blue-border)}.buro-fiscal-conf{background:var(--bc-green-bg);color:#15803d;border:1px solid var(--bc-green-border)}.buro-fiscal-sinb{background:#faf5ff;color:#7c3aed;border:1px solid #e9d5ff}.buro-fiscal-cofi{background:#fff7ed;color:#c2410c;border:1px solid #fed7aa}.estatus-badge{display:inline-flex;align-items:center;gap:5px;padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700}.estatus-badge.critico{background:var(--bc-red-bg);color:var(--bc-red);border:1px solid #fecaca}.estatus-badge.alto{background:var(--bc-amber-bg);color:var(--bc-amber);border:1px solid #fde68a}.estatus-badge.medio{background:var(--bc-blue-bg);color:var(--bc-blue);border:1px solid var(--bc-blue-border)}.estatus-badge.reportado{background:#f1f5f9;color:#64748b;border:1px solid #e2e8f0}.buro-est-reportado{background:var(--bc-green-bg);color:var(--bc-green);border:1px solid var(--bc-green-border)}.buro-est-pausado{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0}.buro-scope .action-cell{display:flex;gap:5px;align-items:center}.buro-scope .btn-reportar{background:var(--bc-blue);color:#fff;border:none;padding:5px 12px;border-radius:6px;font-size:11.5px;font-weight:600;cursor:pointer;transition:background .14s ease,transform .12s ease}.buro-scope .btn-reportar:hover{background:var(--bc-blue-dk);transform:translateY(-1px)}.buro-scope .btn-reportar:disabled{opacity:.4;cursor:not-allowed;transform:none}.buro-scope .btn-pausar{background:var(--bc-surface);color:var(--bc-text-muted);border:1.5px solid var(--bc-border);padding:5px 12px;border-radius:6px;font-size:11.5px;font-weight:600;cursor:pointer;transition:border-color .14s ease,color .14s ease,background .14s ease}.buro-scope .btn-pausar:hover{border-color:#94a3b8;color:var(--bc-text-2);background:var(--bc-bg)}.buro-scope .btn-quitar-buro{background:linear-gradient(160deg,#f87171,var(--bc-red));color:#fff;border:none;padding:5px 12px;border-radius:6px;font-size:11.5px;font-weight:600;cursor:pointer;transition:filter .14s ease,transform .12s ease;box-shadow:0 2px 6px #dc262633}.buro-scope .btn-quitar-buro:hover{filter:brightness(1.06);transform:translateY(-1px)}.buro-modal-overlay{position:fixed;inset:0;background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.buro-modal{background:var(--bc-surface);border-radius:16px;width:100%;max-width:460px;box-shadow:0 24px 64px #0f172a47;overflow:hidden;animation:modalIn .22s cubic-bezier(.34,1.2,.64,1)}@keyframes modalIn{0%{opacity:0;transform:translateY(-10px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.buro-modal-header{background:linear-gradient(135deg,#1e3a8a,#2563eb);padding:16px 20px;display:flex;align-items:center;gap:10px}.buro-modal-header h3{margin:0;font-size:14px;font-weight:700;color:#fff}.buro-modal-body{padding:20px 22px;display:flex;flex-direction:column;gap:14px}.buro-modal-warning{display:flex;gap:10px;background:#f59e0b12;border:1px solid rgba(245,158,11,.22);border-radius:10px;padding:12px 14px}.buro-modal-warning p{margin:0;font-size:12px;color:#92400e;line-height:1.55}.buro-modal-detail{background:var(--bc-bg);border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:6px}.buro-modal-detail .detail-row{display:flex;justify-content:space-between;font-size:12px}.buro-modal-detail .detail-label{color:var(--bc-text-muted);font-weight:600}.buro-modal-detail .detail-value{color:var(--bc-text);font-weight:700}.buro-modal-checkbox{display:flex;align-items:flex-start;gap:9px;font-size:12.5px;color:var(--bc-text-2);cursor:pointer}.buro-modal-checkbox input{cursor:pointer;margin-top:2px}.buro-modal-footer{padding:14px 22px 18px;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--bc-border-sub)}.btn-modal-cancel{background:var(--bc-surface);border:1.5px solid var(--bc-border);padding:8px 18px;border-radius:8px;font-size:12.5px;font-weight:600;cursor:pointer;color:var(--bc-text-muted);transition:background .14s ease}.btn-modal-cancel:hover{background:var(--bc-bg)}.btn-modal-confirm{background:linear-gradient(160deg,#3b82f6,var(--bc-blue));color:#fff;border:none;padding:8px 20px;border-radius:8px;font-size:12.5px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px #2563eb40;transition:filter .16s ease,transform .14s ease}.btn-modal-confirm:hover:not(:disabled){filter:brightness(1.07);transform:translateY(-1px)}.btn-modal-confirm:disabled{opacity:.42;cursor:not-allowed;transform:none}.buro-modal-header--quitar{background:linear-gradient(135deg,#14532d,#16a34a)}.buro-modal-warning--info{background:#2563eb0f;border-color:#2563eb2e}.buro-modal-warning--info p{color:#1e40af}.btn-modal-confirm--quitar{background:linear-gradient(160deg,#22c55e,var(--bc-green));box-shadow:0 3px 10px #16a34a40}.trabajadores-scope{padding:0 0 40px}.trab-stats-row{display:flex;gap:16px;align-items:stretch;margin-bottom:18px}.trab-stat-card{background:#fff;border-radius:14px;padding:18px 24px;display:flex;flex-direction:column;gap:4px;box-shadow:0 1px 4px #0000000f;min-width:150px}.trab-stat-card .stat-val{font-size:1.8rem;font-weight:800;line-height:1}.trab-stat-card .stat-lbl{font-size:.78rem;color:var(--text-muted)}.trab-stat-card.tone-blue .stat-val{color:#2563eb}.trab-stat-card.tone-indigo .stat-val{color:#6366f1}.trab-stat-card.tone-green .stat-val{color:#059669}.btn-add-worker{display:flex;align-items:center;gap:8px;margin-left:auto;background:var(--primary, #2563eb);color:#fff;border:none;border-radius:12px;padding:0 24px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-add-worker:hover{background:#1d4ed8}.roles-info-row{display:flex;gap:14px;margin-bottom:22px}.role-card{display:flex;align-items:flex-start;gap:12px;background:#fff;border-radius:14px;padding:16px 20px;flex:1;box-shadow:0 1px 4px #0000000f;border-left:4px solid transparent}.role-card.tone-blue{border-left-color:#2563eb}.role-card.tone-blue svg{color:#2563eb}.role-card.tone-indigo{border-left-color:#6366f1}.role-card.tone-indigo svg{color:#6366f1}.role-card.tone-green{border-left-color:#059669}.role-card.tone-green svg{color:#059669}.role-card.tone-purple{border-left-color:#7c3aed}.role-card.tone-purple svg{color:#7c3aed}.role-card.tone-teal{border-left-color:#0d9488}.role-card.tone-teal svg{color:#0d9488}.role-card strong{display:block;font-size:.88rem;color:var(--text-dark);margin-bottom:2px}.role-card p{margin:0;font-size:.76rem;color:var(--text-muted);line-height:1.4}.trab-table-card{margin-bottom:0}.tbl-center{text-align:center;padding:28px;color:var(--text-muted);font-size:.9rem}.badge-rol{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.badge-rol.tone-blue{background:#eff6ff;color:#2563eb}.badge-rol.tone-indigo{background:#eef2ff;color:#6366f1}.badge-rol.tone-green{background:#ecfdf5;color:#059669}.badge-rol.tone-purple{background:#f5f3ff;color:#7c3aed}.badge-rol.tone-teal{background:#f0fdfa;color:#0d9488}.badge-rol.tone-gray{background:#f1f5f9;color:#64748b}.badge-estado{display:inline-block;padding:3px 10px;border-radius:20px;font-size:.75rem;font-weight:600}.badge-estado.activo{background:#ecfdf5;color:#059669}.badge-estado.inactivo{background:#fef2f2;color:#dc2626}.modal-overlay{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-card{background:#fff;border-radius:20px;width:100%;max-width:560px;box-shadow:0 20px 60px #0000002e;overflow:hidden;animation:slideUp .2s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:22px 28px 18px;border-bottom:1px solid var(--border, #e2e8f0)}.modal-header h2{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:700;color:var(--text-dark, #1e293b);margin:0}.modal-close{background:none;border:none;cursor:pointer;color:var(--text-muted);display:flex;align-items:center;padding:4px;border-radius:8px;transition:background .15s}.modal-close:hover{background:#f1f5f9;color:var(--text-dark)}.modal-form{padding:22px 28px 28px;display:flex;flex-direction:column;gap:16px}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-group{display:flex;flex-direction:column;gap:6px}.form-group label{font-size:.8rem;font-weight:600;color:var(--text-dark, #1e293b)}.form-group input,.form-group select{border:1.5px solid var(--border, #e2e8f0);border-radius:10px;padding:9px 13px;font-size:.88rem;color:var(--text-dark);outline:none;transition:border-color .15s;background:#fff}.form-group input:focus,.form-group select:focus{border-color:var(--primary, #2563eb)}.form-error{color:#dc2626;font-size:.82rem;margin:0}.form-success{color:#059669;font-size:.82rem;margin:0}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:4px}.btn-primary{background:var(--primary, #2563eb);color:#fff;border:none;border-radius:10px;padding:10px 22px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-primary:hover:not(:disabled){background:#1d4ed8}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:var(--text-dark);border:none;border-radius:10px;padding:10px 22px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-secondary:hover{background:#e2e8f0}.acciones-cell{display:flex;gap:6px;flex-wrap:wrap}.btn-accion{display:inline-flex;align-items:center;gap:5px;border:none;border-radius:8px;padding:5px 11px;font-size:.78rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;white-space:nowrap;transition:filter .14s ease,opacity .14s ease}.btn-accion:disabled{opacity:.55;cursor:not-allowed}.btn-editar{background:#eff6ff;color:#2563eb}.btn-editar:hover:not(:disabled){filter:brightness(.94)}.btn-pausar{background:#fef9c3;color:#92400e}.btn-pausar:hover:not(:disabled){filter:brightness(.94)}.btn-activar{background:#dcfce7;color:#166534}.btn-activar:hover:not(:disabled){filter:brightness(.94)}.btn-eliminar{background:#fee2e2;color:#b91c1c}.btn-eliminar:hover:not(:disabled){filter:brightness(.94)}.row-inactivo td{opacity:.55}.row-inactivo .acciones-cell .btn-accion{opacity:1}.row-inactivo .acciones-cell .btn-accion:disabled{opacity:.55}.modal-confirm{max-width:380px}.confirm-body{padding:8px 0 16px;display:flex;flex-direction:column;gap:8px;font-size:.9rem;color:#475569}.confirm-name{font-size:1rem;color:#0f172a;font-weight:700}.confirm-warning{font-size:.82rem;color:#dc2626;margin:0}.btn-danger{background:linear-gradient(160deg,#ef4444,#dc2626);color:#fff;border:none;border-radius:10px;padding:10px 22px;font-size:.9rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;box-shadow:0 4px 12px #dc262647;transition:filter .15s ease}.btn-danger:hover:not(:disabled){filter:brightness(1.06)}.btn-danger:disabled{opacity:.6;cursor:not-allowed}.action-error-banner{margin:0 0 10px;padding:10px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;color:#b91c1c;font-size:.84rem;font-weight:500}.edit-password-section{border-top:1px solid var(--border, #e2e8f0);padding-top:14px;display:flex;flex-direction:column;gap:12px}.edit-password-hint{margin:0;font-size:.78rem;color:var(--text-muted, #64748b)}@media(max-width:768px){.gestion-trabajadores-scope{padding:12px 14px}.gt-two-col{grid-template-columns:1fr}.gt-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.gt-table{min-width:600px}.gt-header{flex-direction:column;gap:8px}.gt-header>*{width:100%}.gt-actions{flex-wrap:wrap;gap:8px}.gt-actions button{flex:1 1 calc(50% - 4px);justify-content:center}.gestion-trabajadores-scope input,.gestion-trabajadores-scope select{width:100%;box-sizing:border-box}}@media(max-width:480px){.gestion-trabajadores-scope{padding:10px}.gt-actions button{flex:1 1 100%}}.vc-page{padding:0 0 100px;position:relative}.vc-header-center{text-align:center;margin-bottom:18px}.vc-title{font-size:1.7rem;font-weight:700;color:var(--text-dark);margin:0 0 4px}.vc-subtitle{font-size:1rem;font-weight:600;color:var(--text-dark);margin:0 0 2px}.vc-desc{font-size:.85rem;color:var(--text-muted);margin:0}.vc-refresh-btn{width:30px;height:30px;border:1px solid var(--surface-border, #e2e8f0);background:transparent;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s;color:var(--text-muted)}.vc-refresh-btn:hover{background:#f1f5f9}@keyframes vc-spin{to{transform:rotate(360deg)}}.vc-spin{animation:vc-spin .8s linear infinite}.vc-filters-section{margin-bottom:18px}.vc-filter-row1{display:flex;align-items:center;gap:10px;margin-bottom:6px}.vc-fecha-label{font-size:.88rem;font-weight:600;color:var(--text-dark)}.vc-input-date{border:1px solid #ccc;border-radius:4px;padding:4px 8px;font-size:.84rem;color:var(--text-dark);background:#fff;outline:none;font-family:inherit}.vc-filter-row2{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.vc-filter-inline-label{font-size:.84rem;color:var(--text-dark);white-space:nowrap}.vc-input-sm{border:1px solid #ccc;border-radius:4px;padding:4px 8px;font-size:.83rem;color:var(--text-dark);background:#fff;outline:none;font-family:inherit;min-width:100px}.vc-input-ejecutivo{min-width:180px}.vc-btn-consult{padding:5px 14px;background:#fff;color:var(--text-dark);border:1px solid #bbb;border-radius:4px;font-size:.83rem;font-weight:400;cursor:pointer;font-family:inherit;transition:background .15s;white-space:nowrap}.vc-btn-consult:hover{background:#f1f5f9}.vc-exec-banner{display:flex;align-items:center;justify-content:space-between;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:10px 16px;margin-bottom:14px;font-size:.85rem;color:#1e40af}.vc-clear-btn{background:transparent;border:1px solid #93c5fd;color:#1d4ed8;border-radius:6px;padding:3px 10px;font-size:.78rem;cursor:pointer;font-family:inherit;transition:background .15s}.vc-clear-btn:hover{background:#dbeafe}.vc-kpi-row{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:20px}.vc-kpi-card{background:#fff;border-radius:14px;padding:18px 16px;display:flex;align-items:center;gap:14px;border:1px solid var(--surface-border, #e2e8f0);box-shadow:0 1px 4px #0000000a;transition:transform .12s,box-shadow .12s}.vc-kpi-card:hover{transform:translateY(-2px);box-shadow:0 4px 14px #00000012}.vc-kpi-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.vc-kpi-body{display:flex;flex-direction:column;gap:2px;min-width:0}.vc-kpi-label{font-size:.72rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em}.vc-kpi-value{font-size:1.25rem;font-weight:800;color:var(--text-dark);line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.vc-kpi-sub{font-size:.72rem;color:var(--text-muted)}.vc-kpi-blue .vc-kpi-icon{background:#eff6ff;color:#2563eb}.vc-kpi-green .vc-kpi-icon{background:#f0fdf4;color:#16a34a}.vc-kpi-teal .vc-kpi-icon{background:#f0fdfa;color:#0d9488}.vc-kpi-red .vc-kpi-icon{background:#fff1f2;color:#dc2626}.vc-kpi-blue .vc-kpi-value{color:#2563eb}.vc-kpi-green .vc-kpi-value{color:#16a34a}.vc-kpi-teal .vc-kpi-value{color:#0d9488}.vc-kpi-red .vc-kpi-value{color:#dc2626}.vc-charts-row{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-bottom:20px}.vc-chart-card{background:#fff;border:1px solid var(--surface-border, #e2e8f0);border-radius:18px;padding:20px 22px;box-shadow:0 1px 4px #0000000a}.vc-chart-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:14px}.vc-chart-title{margin:0 0 3px;font-size:.94rem;font-weight:700;color:var(--text-dark)}.vc-chart-sub{margin:0;font-size:.73rem;color:var(--text-muted);max-width:280px;line-height:1.4}.vc-icon-btn{width:30px;height:30px;border:1px solid var(--surface-border, #e2e8f0);background:#f8fafc;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s}.vc-icon-btn:hover{background:#e2e8f0}.vc-chart-legend{display:flex;align-items:center;gap:6px;font-size:.78rem;color:var(--text-muted);margin-top:6px}.vc-legend-dot{display:inline-block;width:10px;height:10px;border-radius:50%;flex-shrink:0}.vc-checkbox-label{display:flex;align-items:center;gap:8px;font-size:.8rem;color:var(--text-muted);cursor:pointer;margin-top:8px}.vc-checkbox-label input{cursor:pointer;accent-color:var(--primary, #2563eb)}.vc-info-card{display:grid;grid-template-columns:1fr 1fr;gap:0;background:#fff;border:1px solid #ccc;border-radius:4px;margin-bottom:18px}.vc-info-left{padding:18px 20px;border-right:1px solid #ccc}.vc-info-right{padding:18px 20px}.vc-info-title{font-size:.95rem;font-weight:700;color:var(--text-dark);margin:0 0 8px;text-decoration:underline}.vc-info-vencida-hdr{margin-top:18px}.vc-info-list{list-style:none;padding:0;margin:0 0 8px;font-size:.83rem;color:#1e293b;line-height:1.9}.vc-info-list li strong{font-weight:700}.vc-info-spacer{height:10px;display:block}.vc-dist-header{margin-bottom:14px}.vc-dist-title{font-size:1.05rem;font-weight:700;color:var(--text-dark, #1e293b);margin:0 0 3px}.vc-dist-sub{font-size:.8rem;color:var(--text-muted, #64748b);margin:0}.vc-table-section{background:#fff;border:1px solid var(--surface-border, #e2e8f0);border-radius:6px;padding:16px 20px;box-shadow:0 1px 3px #00000008}.vc-search{display:flex;align-items:center;gap:10px;background:#fff;border:1px solid #ccc;border-radius:4px;padding:8px 14px;width:100%;margin-bottom:12px;color:var(--text-muted);box-sizing:border-box}.vc-search input{border:none;outline:none;background:transparent;font-size:.84rem;color:var(--text-dark);font-family:inherit;flex:1;width:100%}.vc-search input::placeholder{color:#aaa;font-size:.83rem}.vc-table-wrapper{overflow-x:auto;border-radius:10px;border:1px solid #f1f5f9}.vc-loading,.vc-empty{padding:40px;text-align:center;color:var(--text-muted);font-size:.85rem}.vc-table{width:100%;border-collapse:collapse;font-size:.8rem;white-space:nowrap}.vc-table thead tr{background:#d1fae5}.vc-table th{padding:10px 12px;font-size:.72rem;font-weight:700;color:#065f46;text-align:left;border-bottom:2px solid #a7f3d0;letter-spacing:.03em}.vc-table th.th-pink{background:#ffe0e0;color:#9f1239}.vc-table th.th-blue{background:#dce8f7;color:#1e3a5f}.vc-table th.th-white{background:#f8fafc;color:#374151}.vc-table td{padding:9px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.vc-table td.td-pink{background:#ffe0e08c}.vc-table td.td-blue{background:#dce8f78c;font-weight:700}.vc-table td.td-white{background:#fafafa}.vc-table td.td-vencido-alert{background:#fee2e2!important;color:#dc2626;font-weight:700}.vc-table tbody tr:hover td{background:#f0f7ff!important}.vc-td-id{font-weight:700;color:var(--primary, #2563eb)}.vc-tfoot-row td{background:#f8fafc;padding:10px 12px;border-top:2px solid #e2e8f0}.vc-action-btn{padding:4px 12px;border:1px solid var(--primary, #2563eb);background:transparent;color:var(--primary, #2563eb);border-radius:7px;font-size:.75rem;font-weight:600;cursor:pointer;font-family:inherit;transition:background .15s,color .15s}.vc-action-btn:hover{background:var(--primary, #2563eb);color:#fff}.vc-table-footer{display:flex;justify-content:flex-start;margin-top:16px}.vc-btn-excel{display:flex;align-items:center;gap:8px;padding:9px 18px;background:#16a34a;color:#fff;border:none;border-radius:10px;font-size:.84rem;font-weight:700;cursor:pointer;font-family:inherit;transition:background .15s,transform .1s}.vc-btn-excel:hover{background:#15803d;transform:translateY(-1px)}.vc-fab{position:fixed;bottom:28px;right:28px;display:flex;align-items:center;gap:7px;padding:10px 18px;background:#16a34a;color:#fff;border:none;border-radius:50px;font-size:.84rem;font-weight:700;cursor:pointer;font-family:inherit;box-shadow:0 4px 16px #16a34a59;z-index:900;transition:background .15s,transform .15s}.vc-fab:hover{background:#15803d;transform:translateY(-2px)}@media(max-width:1100px){.vc-kpi-row{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.vc-charts-row,.vc-info-card{grid-template-columns:1fr}.vc-kpi-row{grid-template-columns:repeat(2,1fr)}.vc-info-left{border-right:none;border-bottom:1px solid #ccc}.vc-filter-row2{flex-direction:column;align-items:flex-start}.vc-input-ejecutivo{min-width:100%}.vc-btn-consult{width:100%}}@media(max-width:500px){.vc-kpi-row{grid-template-columns:1fr}}.cc-scope{display:flex;flex-direction:column;gap:20px;font-family:Inter,sans-serif;color:#1e293b;min-width:0;overflow-x:hidden}.cc-scope .cc-header{text-align:center}.cc-scope .cc-header h1{margin:0 0 4px;font-size:1.7rem;font-weight:800;color:#0f172a;letter-spacing:-.02em}.cc-scope .cc-sub{margin:0;font-size:14px;font-weight:600;color:#334155}.cc-scope .cc-admin-note{margin:4px 0 0;font-size:12.5px;color:#2563eb;font-weight:500}.cc-scope .cc-filters-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:18px 22px;box-shadow:0 2px 10px #0f172a0d}.cc-scope .cc-filter-title{margin:0 0 14px;font-size:13.5px;font-weight:700;color:#0f172a}.cc-scope .cc-filters-row{display:flex;flex-wrap:wrap;align-items:flex-end;gap:14px}.cc-scope .cc-filter-field{display:flex;flex-direction:column;gap:5px}.cc-scope .cc-filter-field--wide select{min-width:220px}.cc-scope .cc-filter-field label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#64748b}.cc-scope .cc-filter-field input[type=date],.cc-scope .cc-filter-field select{height:36px;border:1.5px solid #e2e8f0;border-radius:8px;padding:0 10px;font-size:12.5px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;transition:border-color .16s}.cc-scope .cc-filter-field input:focus,.cc-scope .cc-filter-field select:focus{border-color:#2563eb80;background:#fff}.cc-scope .cc-filter-field select{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='%2364748b' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 9px center;padding-right:28px;min-width:130px}.cc-scope .cc-consultar-btn{height:36px;padding:0 18px;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border:none;border-radius:8px;font-size:12.5px;font-weight:700;font-family:Inter,sans-serif;cursor:pointer;display:inline-flex;align-items:center;gap:7px;box-shadow:0 3px 10px #2563eb40;transition:filter .15s,transform .15s}.cc-scope .cc-consultar-btn:hover:not(:disabled){filter:brightness(1.08);transform:translateY(-1px)}.cc-scope .cc-consultar-btn:disabled{opacity:.65;cursor:not-allowed}.cc-scope .cc-chart-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:16px 20px;box-shadow:0 2px 10px #0f172a0d;min-height:290px;min-width:0;overflow:hidden}.cc-scope .cc-chart-scroll{min-width:0;overflow-x:auto}.cc-scope .cc-table-card{background:#fff;border:1px solid #e8edf8;border-radius:14px;padding:16px 20px;box-shadow:0 2px 10px #0f172a0d;display:flex;flex-direction:column;gap:14px;min-width:0;overflow:hidden}.cc-scope .cc-search-wrap input{width:100%;border:1.5px solid #e2e8f0;border-radius:10px;padding:10px 14px;font-size:13px;font-family:Inter,sans-serif;color:#334155;background:#f8fafc;outline:none;box-sizing:border-box;transition:border-color .16s,box-shadow .16s}.cc-scope .cc-search-wrap input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb14;background:#fff}.cc-scope .cc-search-wrap input::placeholder{color:#94a3b8}.cc-scope .cc-table-wrap{overflow-x:auto}.cc-scope .cc-table{width:100%;border-collapse:collapse;font-size:12px;min-width:1000px}.cc-scope .cc-table thead tr{background:#bbf7d0}.cc-scope .cc-table th{padding:10px 13px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#14532d;text-align:left;white-space:nowrap;border-bottom:2px solid #86efac}.cc-scope .cc-table td{padding:9px 13px;color:#334155;border-bottom:1px solid #f1f5f9;white-space:nowrap}.cc-scope .cc-table tbody tr:hover{background:#f8faff}.cc-scope .cc-table .cc-amount{font-weight:700;color:#166534}.cc-scope .cc-empty{text-align:center;color:#94a3b8;font-size:13px;padding:28px 0}.cc-scope .cc-count{margin:0;font-size:12px;color:#64748b}.cc-scope .cc-count strong{color:#0f172a;font-weight:700}.cc-scope .cc-center-state{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:50px 24px;color:#64748b;font-size:13.5px;text-align:center}.cc-scope .cc-center-state--error{color:#dc2626}.cc-scope .cc-retry-btn{padding:8px 18px;background:#2563eb;color:#fff;border:none;border-radius:8px;font-size:13px;font-family:Inter,sans-serif;font-weight:600;cursor:pointer}@keyframes cc-spin{to{transform:rotate(360deg)}}.cc-spin{animation:cc-spin .75s linear infinite}
