@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.dashboard-container{background:#f8fafc;color:#1e293b;min-height:100vh;padding:72px 2rem 2rem}.dashboard-title{font-size:2rem;font-weight:700;text-align:center;margin:0;color:#1e293b;position:relative}.dashboard-title:after{content:"";display:block;width:4rem;height:3px;background:#2563eb;margin:.5rem auto 0;border-radius:2px}.dashboard-hero{width:calc(100% - 3rem);margin:0 1.5rem .95rem;position:relative;display:block;text-align:center;min-height:58px;padding-top:14px}.fx-mini-panel{position:absolute;top:0;right:0;left:auto;display:flex;align-items:center;gap:.42rem;flex-wrap:nowrap;padding:4px 8px;border-radius:999px;border:1px solid #cfe3fb;background:linear-gradient(180deg,#f7fbff,#edf6ff);box-shadow:0 3px 10px #3b82f614}.fx-mini-title{font-size:.58rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#54708b;white-space:nowrap}.fx-mini-date{font-size:.58rem;color:#6b87a3;margin-right:2px;white-space:nowrap}.fx-mini-card{border-radius:999px;padding:3px 7px 3px 6px;background:#fff;border:1px solid #d6e8fb;display:inline-flex;align-items:baseline;gap:4px;white-space:nowrap}.fx-mini-card--uf{background:#f4f9ff;border-color:#c2defd}.fx-mini-card--usd{background:#f3fcf7;border-color:#c8eddc}.fx-mini-card--eur{background:#f3faff;border-color:#c7e9ff}.fx-mini-code{font-size:.57rem;font-weight:700;letter-spacing:.03em;color:#6b87a3}.fx-mini-value{font-size:.75rem;line-height:1;color:#1e3a5f}.dashboard-toggle-container{display:flex;justify-content:center;margin-bottom:1.5rem}.dashboard-toggle-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid #cbd5e1;border-radius:8px;color:#475569;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.dashboard-toggle-btn:hover{background:#f8fafc;border-color:#94a3b8;box-shadow:0 2px 4px #0000001a}.dashboard-toggle-btn:active{transform:scale(.98)}.dashboard-toggle-btn .toggle-icon{font-size:1.125rem;line-height:1}.dashboard-toggle-btn .toggle-text{line-height:1}.processing-indicator{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.75rem 1.5rem;margin:0 auto 1.5rem;max-width:fit-content;background:linear-gradient(135deg,#eff6ff,#dbeafe);border:1px solid #bfdbfe;border-radius:12px;box-shadow:0 2px 8px #3b82f61f}.processing-pulse{width:12px;height:12px;background:#3b82f6;border-radius:50%;animation:pulse 1.5s ease-in-out infinite;flex-shrink:0}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.processing-text{font-size:.875rem;font-weight:500;color:#1e40af;letter-spacing:.01em}input[type=text]{background:#fff!important;color:#1e293b!important;border:1px solid #cbd5e1!important;padding:.5rem 1rem;border-radius:6px;box-shadow:0 1px 2px #00000008}input[type=text]::placeholder{color:#94a3b8}.toolbar-row{display:flex;align-items:center;gap:1rem;margin:1.5rem auto;max-width:1200px;width:100%}.toolbar-left{display:flex;gap:.5rem;align-items:center;justify-content:flex-start;flex:1}.bulk-actions{position:relative}.bulk-actions__trigger{display:inline-flex;align-items:center;gap:8px;min-width:122px;justify-content:center;border:1px solid #d6e0ec;background:#f8fbff;color:#475569;border-radius:999px;padding:.45rem .85rem;font-size:.88rem;font-weight:600;cursor:pointer;transition:all .16s ease}.bulk-actions__trigger:hover:not(:disabled){background:#f1f6fc;border-color:#c8d5e6;color:#334155}.bulk-actions__trigger:disabled{opacity:.58;cursor:not-allowed}.bulk-actions__count{min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#e8f0fb;color:#355070;font-size:12px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.bulk-actions__caret{font-size:12px;opacity:.8}.bulk-actions__menu{position:absolute;top:calc(100% + 8px);left:0;z-index:35;width:260px;background:#fff;border:1px solid #dbe2f0;border-radius:10px;box-shadow:0 14px 30px #0f172a1f;padding:8px;display:grid;gap:6px}.bulk-actions__item{border:0;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-weight:700;padding:10px 12px;text-align:left;cursor:pointer;transition:background .15s ease,color .15s ease}.bulk-actions__item:hover:not(:disabled){background:#dbeafe;color:#1e40af}.bulk-actions__item:disabled{cursor:not-allowed;opacity:.6}.bulk-actions__item--muted{background:#f8fafc;color:#475569;font-weight:600}.bulk-actions__item--muted:hover:not(:disabled){background:#eef2f7;color:#334155}.bulk-actions__item--danger{background:#fef2f2;color:#b91c1c}.bulk-actions__item--danger:hover:not(:disabled){background:#fee2e2;color:#991b1b}.danger-modal__backdrop{position:fixed;inset:0;background:#0f172a6b;z-index:1200;display:flex;align-items:center;justify-content:center;padding:24px}.danger-modal{width:min(960px,96vw);max-height:88vh;overflow:auto;background:#fff;border:1px solid #dbe2f0;border-radius:12px;box-shadow:0 18px 40px #0f172a33;padding:18px}.danger-modal h3{margin:0 0 8px;font-size:20px;color:#1e293b}.danger-modal h4{margin:14px 0 8px;font-size:15px;color:#334155}.danger-modal p{margin:0 0 8px;color:#475569}.danger-modal__table{width:100%;border-collapse:collapse;margin-bottom:10px}.danger-modal__table th,.danger-modal__table td{border-bottom:1px solid #e2e8f0;padding:8px 10px;font-size:13px;text-align:left;color:#334155}.danger-modal__table th{font-weight:700;color:#1f2937;background:#f8fafc}.danger-modal__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:12px}.btn.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #dbe2f0}.btn.btn-secondary:hover:not(:disabled){background:#e2e8f0}.btn.btn-danger{background:#dc2626;color:#fff;border:1px solid #dc2626}.btn.btn-danger:hover:not(:disabled){background:#b91c1c}.toolbar-center{display:flex;align-items:center;justify-content:center;gap:.7rem;flex:0 1 56rem;margin-inline:auto}.toolbar-center .search-input{width:auto;flex:1 1 24rem;max-width:32rem}.own-filter{display:inline-flex;align-items:center;gap:.5rem;margin-left:0;white-space:nowrap}.own-filter__label{font-weight:700;font-size:.9rem;color:#0f172a}.own-filter__group{display:inline-flex;align-items:center;border:1px solid #cbd5e1;border-radius:999px;overflow:hidden;background:#fff;box-shadow:0 4px 10px #2563eb14}.own-filter__btn{border:none;background:transparent;padding:.45rem .9rem;font-weight:700;font-size:.9rem;color:#0f172a;cursor:pointer;transition:all .18s ease}.own-filter__btn+.own-filter__btn{border-left:1px solid #e2e8f0}.own-filter__btn:hover,.own-filter__btn:focus-visible{background:#eff6ff;color:#1d4ed8;outline:none}.own-filter__btn.active{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;box-shadow:0 6px 12px #2563eb40}.own-filter__btn.active:focus-visible{outline:2px solid #bfdbfe;outline-offset:-2px}.toolbar-right{display:flex;justify-content:flex-end;align-items:center;flex:1;min-width:0}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(10rem,1fr));gap:1.25rem;justify-items:center;margin-bottom:1.5rem}.card{background:#fff;border-radius:1.5rem;padding:1.5rem;width:min(100%,13.5rem);box-shadow:0 6px 16px #0000001a;display:flex;flex-direction:column;align-items:center;text-align:center;border:1px solid #e2e8f0;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.card-title{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em}.card-number{margin-top:.75rem;font-size:3rem;font-weight:700;color:#1e293b}.card-total-uf{margin-top:.35rem;font-size:.77rem;color:#64748b;text-transform:uppercase;letter-spacing:.02em}.alert-pill{margin-top:.5rem;display:inline-flex;align-items:center;gap:.5rem;font-size:.8rem;font-weight:700;color:#b45309;background:#fef3c7;border:1px solid #f59e0b66;border-radius:9999px;padding:4px 10px}.alert-pill .dot{width:8px;height:8px;border-radius:9999px;background:#f59e0b}.charts-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem}.chart-item{background:#fff;border-radius:1rem;padding:.5rem;box-shadow:0 4px 12px #0000000d;text-align:center;border:1px solid #e2e8f0;height:275px}.chart-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#1e293b}.btn{background:#2563eb;color:#fff;padding:.4rem .8rem;border-radius:6px;font-size:.9rem;border:none;cursor:pointer;transition:background .2s ease}.btn.btn-blue:hover{background:#1d4ed8}.btn[disabled],.btn:disabled{cursor:not-allowed}.btn:disabled{opacity:.55;cursor:not-allowed;filter:grayscale(.2);box-shadow:none;transform:none}.btn-view{padding:6px 10px;display:flex;align-items:center;gap:5px}.spinner{display:inline-block;width:14px;height:14px;margin-right:8px;border-radius:50%;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;animation:spin .8s linear infinite}:root{--header-h: 72px}.toast{position:fixed;top:calc(var(--header-h) + 12px);right:16px;background:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 12px #0000001a;font-weight:500;z-index:10000;pointer-events:none;animation:slideIn .3s ease-out,fadeOut .3s ease-out 3s forwards}.btn-disabled{background:#e2e8f0;color:#94a3b8;border:1px solid #cbd5e1;border-radius:6px;font-size:.9rem;padding:.4rem .8rem;cursor:not-allowed!important;opacity:1;box-shadow:0 1px 2px #00000008}.btn.btn-disabled:hover{background:#e2e8f0;filter:none}.table-container{overflow-x:auto;margin:0 1.5rem;scrollbar-width:none;-ms-overflow-style:none}.table-container::-webkit-scrollbar{height:0}.table-scrollbar-shell{margin:4px 1.5rem 8px;padding:4px 8px;border:1px solid #d5dbe3;border-radius:10px;background:#e9edf2;display:flex;align-items:center;gap:8px;position:sticky;top:calc(var(--header-h) + 8px);z-index:70}.table-scrollbar-btn{width:24px;height:24px;border:1px solid #c5cfdb;border-radius:8px;background:#f8fafc;color:#1f2937;display:inline-flex;align-items:center;justify-content:center;font-size:10px;cursor:pointer;transition:background .15s ease,border-color .15s ease,color .15s ease}.table-scrollbar-btn:hover:not(:disabled){background:#eef2f7;border-color:#b5c0cd}.table-scrollbar-btn:disabled{opacity:.5;cursor:not-allowed}.table-scrollbar-range{flex:1;width:100%;height:14px;background:transparent;appearance:none;-webkit-appearance:none;cursor:pointer}.table-scrollbar-range::-webkit-slider-runnable-track{height:5px;border-radius:999px;background:#c2cad4}.table-scrollbar-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-4px;width:13px;height:13px;border-radius:50%;border:1px solid #b7c0cb;background:#fff;box-shadow:0 1px 2px #0f172a26}.table-scrollbar-range::-moz-range-track{height:5px;border-radius:999px;background:#c2cad4}.table-scrollbar-range::-moz-range-thumb{width:13px;height:13px;border-radius:50%;border:1px solid #b7c0cb;background:#fff;box-shadow:0 1px 2px #0f172a26}.dashboard-table{table-layout:fixed;width:100%;font-size:13px;line-height:1.25;background:#fff;border-collapse:collapse;border:1px solid #e2e8f0}.dashboard-table td{overflow:hidden}.dashboard-table thead{background:#f1f5f9}.dashboard-table thead th{color:#475569;font-weight:600;border-bottom:1px solid #e5e7eb}.dashboard-table .th-filterable{position:relative}.dashboard-table .th-head{display:flex;align-items:center;justify-content:center;gap:6px}.dashboard-table .th-sort-btn{border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;padding:0;line-height:1.2}.dashboard-table .th-label{line-height:1.2}.dashboard-table .th-filter-btn{border:1px solid #cbd5e1;background:#f8fafc;color:#475569;width:18px;height:18px;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px;line-height:1;transition:all .12s ease}.dashboard-table .th-filter-btn:hover{border-color:#93c5fd;background:#eef6ff;color:#1d4ed8}.dashboard-table .th-filter-btn.active{background:#dbeafe;border-color:#60a5fa;color:#1d4ed8}.dashboard-table .th-filter-count{min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:#1d4ed8;color:#fff;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.dashboard-table .th-filter-menu{position:fixed;z-index:250;width:280px;max-width:min(320px,calc(100vw - 16px));background:#fff;border:1px solid #dbe2f0;border-radius:10px;box-shadow:0 14px 30px #0f172a1f;padding:10px;display:grid;gap:8px}.dashboard-table .th-filter-title{font-size:12px;font-weight:700;color:#0f172a}.dashboard-table .th-filter-search{width:100%;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;font-size:12px;color:#0f172a;background:#f8fafc}.dashboard-table .th-filter-search:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa40}.dashboard-table .th-filter-options{max-height:220px;overflow:auto;border:1px solid #e2e8f0;border-radius:8px;padding:6px;display:grid;gap:4px;background:#fff}.dashboard-table .th-filter-option{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:8px;font-size:12px;color:#1e293b;padding:4px 2px}.dashboard-table .th-filter-option--all{grid-template-columns:16px 1fr;font-weight:700;color:#334155}.dashboard-table .th-filter-option input[type=checkbox]{width:14px;height:14px;accent-color:#2563eb}.dashboard-table .th-filter-option-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dashboard-table .th-filter-option-count{color:#64748b;font-size:11px;font-variant-numeric:tabular-nums}.dashboard-table .th-filter-empty{color:#64748b;font-size:12px;text-align:center;padding:8px}.dashboard-table .th-filter-actions{display:flex;justify-content:flex-end;gap:8px}.dashboard-table .th-filter-action{border:0;border-radius:8px;font-size:12px;font-weight:700;padding:6px 10px;cursor:pointer}.dashboard-table .th-filter-action.muted{background:#f1f5f9;color:#475569}.dashboard-table .th-filter-action.primary{background:#dbeafe;color:#1d4ed8}.dashboard-table th,.dashboard-table td{padding:10px 12px;vertical-align:middle;text-align:center}.dashboard-table .th-select,.dashboard-table .td-select{text-align:center;padding-left:8px;padding-right:8px}.dashboard-table .th-select input[type=checkbox],.dashboard-table .td-select input[type=checkbox]{width:16px;height:16px;accent-color:#2563eb;cursor:pointer}.dashboard-table .td-select input[type=checkbox]:disabled{cursor:not-allowed;opacity:.45}.dashboard-table th:nth-child(1),.dashboard-table td:nth-child(1){text-align:center}.dashboard-table th:nth-child(11),.dashboard-table td:nth-child(11){text-align:center}.dashboard-table th:nth-child(12),.dashboard-table td:nth-child(12){text-align:center}.dashboard-table th:nth-child(13),.dashboard-table td:nth-child(13){text-align:center}.dashboard-table th:nth-child(14),.dashboard-table td:nth-child(14){text-align:center}.dashboard-table th:nth-child(15),.dashboard-table td:nth-child(15){text-align:center}.dashboard-table th:nth-child(16),.dashboard-table td:nth-child(16){text-align:center}.dashboard-table td:nth-child(15),.dashboard-table td:nth-child(16){font-variant-numeric:normal;font-family:inherit}.dashboard-table tbody tr{background:#fff;box-shadow:0 1px 4px #0000000a;border-radius:8px;transition:background .2s ease;border:1px solid #e2e8f0}.dashboard-table tbody tr:hover{background:#fafafa}.dashboard-table tbody td{border-top:1px dashed #f0f0f0}.row--pendiente{background:#fff7ed;transition:background .15s ease}.row--pendiente:hover{background:#ffedd5}.badge-pendiente{color:#b45309;background:#fef3c7;border:1px solid #f59e0b66;padding:4px 8px;border-radius:9999px;font-weight:700;font-size:12px;white-space:nowrap}.badge-estado{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;border:1px solid #e5e7eb;padding:4px 10px;border-radius:9999px;font-size:12px;line-height:1.2;font-weight:400;text-transform:capitalize}.badge-estado.pendiente{background:#fff7ed;color:#9a3412;border-color:#fdba74}.badge-estado.en-trabajo{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.badge-estado.borrador{background:linear-gradient(135deg,#c4f1d1,#9fe3b4);color:#14532d;border-color:#86efac;font-weight:600}.badge-estado.listo{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.badge-estado.revision{background:#eff6ff;color:#1e40af;border-color:#bfdbfe}.badge-estado.emitir{background:#f0fdf4;color:#166534;border-color:#bbf7d0}.badge-estado.aprobado{background:#ecfdf5;color:#065f46;border-color:#a7f3d0}.badge-estado.rechazado{background:#fef2f2;color:#991b1b;border-color:#fecaca}.asig-cell{position:relative;display:flex;align-items:center;gap:6px;justify-content:center}.asig-pill{display:inline-flex;align-items:center;gap:6px;padding:2px 8px;border-radius:999px;background:#f1f5f9;color:#0f172a;box-shadow:inset 0 0 0 1px #e2e8f0;cursor:pointer}.asig-avatar{width:20px;height:20px;border-radius:50%;background:#e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.asig-name{max-width:140px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.asig-add{width:28px;height:28px;border-radius:50%;border:1px dashed #94a3b8;background:transparent;cursor:pointer;line-height:1;font-size:16px;color:#475569}.asig-add:hover{border-color:#334155;color:#334155}.iconbtn{width:22px;height:22px;border:none;background:transparent;cursor:pointer;line-height:1;font-size:16px;color:#64748b}.iconbtn:hover{color:#ef4444}.asig-menu{position:absolute;z-index:20;top:110%;left:50%;transform:translate(-50%);min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #00000014;padding:6px;display:flex;flex-direction:column;gap:4px}.asig-opt{display:flex;align-items:center;gap:8px;width:100%;padding:6px 8px;border:none;background:transparent;cursor:pointer;border-radius:8px;text-align:left;color:#0f172a}.asig-opt:hover{background:#f8fafc}.asig-opt.danger{color:#ef4444}.dot-pend{display:inline-block;width:8px;height:8px;border-radius:9999px;background:#f59e0b;margin-right:6px}.wrap{white-space:normal;word-break:normal;overflow-wrap:anywhere}.chip-soft{display:inline-block;max-width:180px;white-space:normal;word-break:normal;overflow-wrap:anywhere;text-align:center;line-height:1.2;padding:6px 12px;border-radius:999px;background:#eef2ff;color:#1e293b;border:1px solid #c7d2fe;box-shadow:0 1px 2px #00000014;font-weight:400;font-size:12px;transition:background .12s ease,transform .12s ease,border-color .12s ease}.chip-soft:hover{background:#e0e7ff;border-color:#93c5fd;transform:translateY(-1px)}.chip-soft.stacky{line-height:1.15;font-size:11px;padding-top:6px;padding-bottom:6px}.chip-prod{max-width:140px}.chip-cob{max-width:200px}.chip-benef,.chip-vig{max-width:160px}.chip-etapa{max-width:140px}.chip-monto{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:9999px;box-shadow:0 1px 2px #00000014;padding:6px 10px;min-width:84px;max-width:110px;text-align:center;line-height:1.2;color:#1e293b;font-size:12px;font-weight:400}.chip-monto .curr{font-size:11px;line-height:1.1;color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-weight:400;margin-bottom:2px}.chip-monto .num{display:inline-flex;align-items:baseline;justify-content:center;flex-wrap:wrap;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums;font-size:12px;line-height:1.2;font-weight:400;color:#1e293b}.chip-monto .num .dec{font-size:11px;line-height:1.1;opacity:.8;margin-left:2px}.chip-monto-mixto{border-radius:14px;min-width:140px;max-width:260px;align-items:flex-start;text-align:left}.chip-monto-mixto .num{justify-content:flex-start;text-align:left;white-space:normal;font-size:11px;line-height:1.2}.badge-score{display:inline-block;padding:2px 8px;border-radius:9999px;background:#e5e7eb;color:#111827;font-weight:400;font-size:12px;line-height:1.2;transform:scale(.95);transform-origin:left center;box-shadow:0 0 0 1px #cbd5e1 inset}.badge-score.ok{background:#dcfce7;color:#166534}.badge-score.warn{background:#fef3c7;color:#92400e}.badge-score.bad{background:#fee2e2;color:#991b1b}.badge-urgencia{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:9999px;border:1px solid #e5e7eb;background:#f8fafc;color:#111827;font-weight:400;font-size:12px;line-height:1.2;transform:scale(.95);transform-origin:left center}.badge-urgencia .dot{width:8px;height:8px;border-radius:9999px}.badge-urgencia.normal{background:#eef2ff;color:#3730a3}.badge-urgencia.normal .dot{background:#6366f1}.badge-urgencia.media{background:#fef3c7;color:#92400e}.badge-urgencia.media .dot{background:#f59e0b}.badge-urgencia.alta{background:#fee2e2;color:#991b1b}.badge-urgencia.alta .dot{background:#ef4444}.badge-urgencia.critica{background:#fecaca;color:#7f1d1d;border-color:#fca5a5}.badge-urgencia.critica .dot{background:#dc2626}.vigencia-compact{display:flex;flex-direction:column;align-items:center;line-height:1.15;font-size:12px}.vigencia-compact .arrow{opacity:.55;font-size:11px;margin:2px 0}.badge-faltantes{display:inline-flex;align-items:center;gap:6px;background:#fef3c7;color:#92400e;border:1px solid #f59e0b66;padding:4px 10px;border-radius:9999px;font-size:12px;font-weight:600;white-space:nowrap}.badge-faltantes .dot{width:8px;height:8px;border-radius:9999px;background:#f59e0b}.badge-faltantes .count{background:#f59e0b;color:#fff;font-weight:700;font-size:11px;padding:2px 6px;border-radius:9999px}.td-assign{display:flex;align-items:center;justify-content:center;gap:8px}.assign-slot{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:9999px;border:1.5px dashed #94a3b8;background:#fff;color:#334155;line-height:1;cursor:pointer;transition:all .15s ease}.assign-slot:hover{background:#f8fafc;border-color:#64748b}.assign-slot:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.assign-slot svg{width:14px;height:14px;pointer-events:none}.user-pill{display:inline-flex;align-items:center;gap:8px;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;padding:4px 10px;font-weight:600;font-size:12px;color:#0f172a;cursor:pointer;transition:background .15s ease,border-color .15s ease}.user-pill.readonly{cursor:default;pointer-events:none;opacity:.9}.user-pill:hover{background:#eef2f7;border-color:#cbd5e1}.user-pill:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.user-pill .avatar{width:22px;height:22px;border-radius:9999px;background:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;letter-spacing:.02em}.user-pill .name{white-space:nowrap}.assign-pop{position:fixed;z-index:9999;min-width:220px;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 28px #0208171f;padding:10px}.assign-pop .assign-opt{display:flex;align-items:center;gap:8px;width:100%;padding:8px 10px;border-radius:8px;background:transparent;border:none;text-align:left;cursor:pointer;font-size:13px;color:#0f172a}.assign-pop .assign-opt:hover{background:#f1f5f9}.assign-pop .assign-opt.danger{color:#b91c1c}.assign-pop .avatar{width:22px;height:22px;border-radius:9999px;background:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700}.row-clickable{cursor:pointer;transition:background .12s ease,transform 80ms ease}.row-clickable:active{transform:scale(.998)}.account-box{position:absolute;top:16px;right:16px}.account-btn{background:transparent;border:1px solid #e2e8f0;border-radius:9999px;padding:4px;cursor:pointer}.account-avatar{display:inline-flex;width:34px;height:34px;border-radius:9999px;align-items:center;justify-content:center;background:#1f2937;color:#fff;font-weight:700}.account-menu{position:absolute;right:0;margin-top:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;box-shadow:0 8px 24px #00000014;padding:6px;z-index:60;min-width:180px}.btn.btn-mini{border:0;background:transparent;cursor:pointer}.btn.btn-mini:hover{filter:brightness(.95)}.account-item{display:block;width:100%;text-align:left;background:transparent;border:0;padding:8px 10px;border-radius:8px;cursor:pointer;color:#0f172a}.account-item:hover{background:#f8fafc}.kpi-alert{margin-top:6px;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:9999px;background:#fff;color:#b45309;border:1px solid #f59e0b;font-weight:600;font-size:.8rem}.kpi-alert .dot{width:8px;height:8px;border-radius:9999px;background:#f59e0b}.usr-avatar{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%;background:#e2e8f0;color:#334155;font-weight:400;font-size:11px;letter-spacing:.02em;box-shadow:inset 0 0 0 1px #cbd5e1}.td-assign .usr-avatar{margin:0}.account-btn:hover{box-shadow:0 0 0 3px #94a3b840}.account-menu{min-width:300px;padding:10px}.account-menu .us-panel{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 12px 28px #0208171f;padding:12px}.account-menu .us-head{display:flex;align-items:center;gap:10px}.account-menu .us-avatar{width:38px;height:38px;border-radius:9999px;background:#111827;color:#fff;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center}.account-menu .us-meta{min-width:0}.account-menu .us-title{font-size:14px;font-weight:700;color:#0f172a;line-height:1.1}.account-menu .us-sub{font-size:12px;color:#64748b;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.account-menu .us-sep{border:none;border-top:1px solid #e5e7eb;margin:10px 0}.account-menu .us-block-title{font-size:12px;font-weight:700;color:#0f172a;margin-bottom:8px}.account-menu .us-label{display:block;font-size:12px;color:#475569;margin-bottom:6px}.account-menu .us-select{width:100%;padding:8px 10px;border:1px solid #e2e8f0;border-radius:10px;background:#f8fafc;color:#111;font-size:14px;transition:all .2s ease}.account-menu .us-select:hover{background:#f1f5f9}.account-menu .us-select:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.account-menu .us-actions{margin-top:10px;display:flex;justify-content:flex-end}.account-menu .us-btn{background:#111827;color:#fff;border:none;padding:6px 10px;border-radius:10px;font-size:13px;cursor:pointer}.account-menu .us-btn:hover{filter:brightness(.95)}.modal.users-modal{width:min(1100px,96vw);max-height:86vh;overflow:hidden;padding-bottom:12px}.users-hd{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #e5e7eb}.um-toolbar{display:flex;align-items:end;justify-content:space-between;gap:16px;padding:8px 4px 14px}.um-fields{display:grid;grid-template-columns:1fr 220px;gap:14px;flex:1;min-width:0}.um-label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#475569;font-weight:600}.um-input,.um-select{background:#fff;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:14px;color:#0f172a;outline:none;min-height:40px}.um-input:focus,.um-select:focus{border-color:#93c5fd;box-shadow:0 0 0 3px #3b82f626}.um-actions{display:flex;align-items:center;gap:8px}.um-btn{border:1px solid #e5e7eb;border-radius:10px;padding:8px 12px;font-size:14px;cursor:pointer;transition:filter .15s ease,transform .05s ease,box-shadow .15s ease}.um-btn:active{transform:translateY(1px)}.um-btn-dark{background:#111827;color:#fff;border-color:#0b1220}.um-btn-dark:hover{filter:brightness(.96)}.um-btn-dark-outline{background:#fff;color:#111827;border-color:#11182733}.um-btn-dark-outline:hover{box-shadow:0 2px 10px #00000014}.um-list{margin-top:6px}.um-list-title{font-weight:700;color:#0f172a;margin-bottom:8px}.um-empty{padding:12px;color:#64748b}.um-table-wrap{max-height:48vh;overflow:auto;border-radius:10px;border:1px solid #e2e8f0}.um-table{table-layout:fixed;margin:0}.um-table thead{position:sticky;top:0;z-index:1;background:#f1f5f9}.um-table tbody tr:hover{background:#fafafa}.um-table td,.um-table th{text-align:left}.um-table td:last-child,.um-table th:last-child{text-align:center}.modal.users-modal{position:relative}.modal.users-modal .modal-close{position:absolute;top:10px;right:10px;z-index:5;width:32px;height:32px;border-radius:9999px;background:#111827;color:#fff;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0000001f}.modal.users-modal .modal-close:hover{filter:brightness(.95)}.pill-new{display:inline-block;margin-left:6px;padding:1px 6px;font-size:11px;line-height:16px;border-radius:999px;background:#111827;color:#fff;vertical-align:middle}@media (min-width: 1200px){.sticky-id{position:sticky;left:0;background:#fff;box-shadow:1px 0 #eee;z-index:2}.sticky-acc{position:sticky;right:0;background:#fff;box-shadow:-1px 0 #eee;z-index:2}}@media (max-width: 1280px){.hide-md,.col-ing{display:none}}@media (max-width: 980px){.dashboard-hero{width:calc(100% - 2rem);margin:0 1rem 1rem;min-height:0}.fx-mini-panel{position:static;flex-wrap:wrap;width:min(100%,560px);border-radius:10px;margin:8px auto 0;justify-content:center}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.cards .card{position:relative}.badge-group{position:absolute;top:10px;right:12px;display:flex;gap:6px;flex-wrap:wrap;align-items:center;z-index:2}.badge{font-size:12px;line-height:1;padding:6px 10px;border-radius:999px;color:#fff;box-shadow:0 4px 16px #00000014;border:1px solid rgba(255,255,255,.18);-webkit-user-select:none;user-select:none;white-space:nowrap}.badge--UF{background:linear-gradient(180deg,#60a5fa,#2563eb)}.badge--CLP{background:linear-gradient(180deg,#34d399,#059669)}.badge--USD{background:linear-gradient(180deg,#fbbf24,#d97706)}.badge-group .badge{animation:popin .22s ease-out}@keyframes popin{0%{transform:translateY(-4px);opacity:0}to{transform:translateY(0);opacity:1}}.high-badge{margin-top:.6rem;display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:999px;font-size:.82rem;font-weight:600;color:#7f1d1d;background:#fee2e2;border:1px solid #fecaca;box-shadow:0 4px 12px #0000000a}.high-badge .dot{width:8px;height:8px;border-radius:9999px;background:#ef4444}.high-badge .hb-title{font-weight:700}.high-badge .hb-total{display:inline-block;min-width:1.25rem;text-align:center;background:#ef4444;color:#fff;padding:2px 8px;border-radius:12px;font-weight:800}.high-badge .hb-sep{opacity:.6}.high-badge .hb-chip{opacity:.9}.high-badge .hb-dot{opacity:.6;margin:0 4px}.high-badge .hb-UF{color:#1d4ed8}.high-badge .hb-CLP{color:#047857}.high-badge .hb-USD{color:#b45309}.highline{margin-top:.5rem;display:inline-block;padding:4px 10px;border-radius:999px;font-size:.78rem;line-height:1;white-space:nowrap;color:#991b1b;background:#fee2e2;border:1px solid #fecaca}.highline b{font-weight:800}.chip-tight{padding:4px 10px!important;font-size:11px!important;line-height:1.1!important}.chip-name{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chip-date{display:inline-block;min-width:92px;text-align:center}.btn.btn-outline{background:#111827;border:1px solid #0b1220;color:#fff;transition:all .2s ease}.btn.btn-outline:hover{filter:brightness(.95)}.btn.btn-outline.active{background:#000;border-color:#000;box-shadow:0 0 0 2px #00000040}.row-group{border-left:3px solid #4f46e5;background:#4f46e505}.row-group.expanded{background:#4f46e50a}.row-child{background:#f9fafb!important;padding-left:24px}.row-child td:first-child{padding-left:40px;position:relative}.row-child td:first-child:before{content:"└─";position:absolute;left:16px;color:#94a3b8}.badge-group{background:#eef2ff;color:#4f46e5;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px;display:inline-flex;align-items:center;gap:4px}.expand-button{background:none;border:none;cursor:pointer;padding:4px 8px;color:#4f46e5;font-size:16px;line-height:1;display:inline-flex;align-items:center;transition:transform .2s}.expand-button:hover{background:#4f46e51a;border-radius:4px}.expand-button.expanded{transform:rotate(90deg)}.row--approved{background:linear-gradient(to right,#f0fdf4,#fff);border-left:3px solid #10b981;transition:background .15s ease}.row--approved:hover{background:linear-gradient(to right,#dcfce7,#fafafa)}.row--rejected{background:linear-gradient(to right,#fef2f2,#fff);border-left:3px solid #ef4444;transition:background .15s ease}.row--rejected:hover{background:linear-gradient(to right,#fee2e2,#fafafa)}.row--closed{background:#fafafa;opacity:.85;transition:background .15s ease,opacity .15s ease}.row--closed:hover{background:#f5f5f5;opacity:1}@keyframes row-created-pulse{0%{box-shadow:0 0 #0ea5e959}40%{box-shadow:0 0 0 4px #0ea5e92e}to{box-shadow:0 0 #0ea5e900}}.row--newly-created{background:linear-gradient(to right,#e0f2fe,#f8feff);animation:row-created-pulse 1.8s ease-out 2}.row--newly-created:hover{background:linear-gradient(to right,#bae6fd,#effcff)}.row--newly-created td{background:transparent!important}.row--newly-created td:first-child{box-shadow:inset 3px 0 #0ea5e9}.pill-new--created{margin-left:6px;background:#0ea5e9;color:#fff;border:1px solid #0284c7;text-transform:uppercase;font-size:10px;letter-spacing:.2px}.modal-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:none;border-radius:999px;background:#111827;color:#fff;font-size:20px;line-height:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #0003}.modal-close:hover{background:#0b1220}.chart-item-wide{grid-column:1 / -1}.segmented{display:inline-flex;gap:6px;background:#f3f4f6;border:1px solid #e5e7eb;padding:4px;border-radius:999px}.segmented>button{border:none;background:transparent;padding:6px 10px;border-radius:999px;cursor:pointer;font-size:12px;color:#334155}.segmented>button.active{background:#3b82f6;color:#fff}.segmented>button:hover{background:#3b82f61f}.sla-toolbar{display:flex;gap:8px;align-items:center;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:10px;padding:6px 8px}.sla-toolbar label{font-size:12px;color:#374151;display:flex;align-items:center;gap:6px}.sla-toolbar input[type=date]{height:30px;border:1px solid #e5e7eb;border-radius:8px;padding:0 8px;background:#fff}.modal-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.header-tools{display:flex;align-items:center;gap:8px}.chart-note{font-size:12px;color:#475569;opacity:.85;margin-top:8px;line-height:1.45}.chart-note code{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:0 4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:11px}:root{--modal-w: clamp(100rem, 96vw, 1680px);--col-left: 1.8fr;--col-right: 1fr;--label-w: 150px;--label-w-2: 75px;--label-w-3: 100px;--date-w: 190px;--parts-name-fr: 1.6fr;--parts-rut-fr: .9fr;--parts-comm-fr: .6fr}.modal-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;padding:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:fadeIn .25s ease-out forwards;z-index:2000}.modal{position:relative;background:#fcfdff;border-top:4px solid #3B4FE4;border-radius:16px;padding:16px;width:var(--modal-w);max-width:98vw;max-height:96vh;overflow-y:auto;box-shadow:0 10px 30px #00000026;transform:scale(.96);animation:popIn .25s ease-out forwards;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.modal input,.modal select,.modal textarea{background:#fff;color:#0f172a;border:1px solid #cbd5e1;border-radius:8px}.modal textarea::placeholder,.modal input::placeholder{color:#94a3b8}.detalle-header{display:flex;flex-direction:column;gap:10px;padding-right:56px}.detalle-header .header-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.detalle-header .header-idline{display:flex;align-items:center;gap:8px;flex-wrap:wrap;min-width:0}.detalle-header .modal-title{font-size:1.25rem;font-weight:700;color:#0f172a;margin:0;white-space:nowrap}.detalle-header .badge-area{margin:0;font-size:.78rem;font-weight:600;color:#1d4ed8}.detalle-header .badge-tipo{margin:0;padding:4px 8px;border-radius:12px;background:#e0f2fe;color:#0369a1;font-size:.78rem;font-weight:600;line-height:1.1;text-transform:capitalize}.badge-estado{display:inline-flex;align-items:center;gap:6px;background:#eef2ff;color:#3730a3;border:1px solid #e5e7eb;padding:6px 12px;border-radius:9999px;font-size:.82rem;line-height:1.1;font-weight:700;text-transform:capitalize;box-shadow:0 4px 10px #00000014}.badge-estado.BORRADOR{background:linear-gradient(135deg,#c4f1d1,#9fe3b4);color:#14532d;border-color:#86efac;box-shadow:0 6px 14px #86efac59}.detalle-header .header-top-right{display:flex;align-items:center;gap:8px}.detalle-header .header-top-right .assign-label{display:inline-block;font-size:.85rem;color:#64748b;margin-right:6px}.timeline-pro .life-card{width:100%;padding:16px;border-radius:14px}.timeline-pro .life-chart{width:100%;height:320px}@media (max-width: 1024px){.timeline-pro .life-chart{height:260px}}.timeline-pro .life-total{text-align:center;font-size:12px;color:#64748b;margin-top:6px}.recharts-default-tooltip{font-size:12px}.detalle-header .header-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap;justify-content:flex-end;margin-top:2px;padding-bottom:6px;border-bottom:1px solid #e9eef6;margin-bottom:10px}.detalle-header .assign-inline{display:flex;align-items:center;gap:8px;position:relative}.detalle-header .assign-inline .assign-pop{position:absolute;right:0;top:calc(100% + 6px);z-index:9999}@keyframes fadeIn{0%{background:#0000}to{background:#00000073}}@keyframes popIn{0%{transform:scale(.96)}to{transform:scale(1)}}.modal-overlay.is-closing{animation:fadeOut .22s ease-in forwards}.modal.is-closing,.modal--history.is-closing{animation:popOut .22s ease-in forwards}@keyframes fadeOut{0%{background:#00000073}to{background:#0000}}@keyframes popOut{0%{transform:scale(1);opacity:1}to{transform:scale(.96);opacity:0}}.urg-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;height:32px;line-height:32px;padding:0 36px 0 10px;border-radius:8px;border:1px solid #e2e8f0;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-repeat:no-repeat;background-position:right 12px center;background-size:14px 14px;color:#0f172a;font-weight:600;font-size:.9rem;cursor:pointer;position:relative}.urg-select:focus{outline:none;border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.urg-select:disabled{opacity:.6;cursor:not-allowed}.urg-select.urg-baja{border-color:#bae6fd;background-color:#f0f9ff;color:#075985}.urg-select.urg-normal{border-color:#e2e8f0;background-color:#fff;color:#0f172a}.urg-select.urg-alta{border-color:#fed7aa;background-color:#fff7ed;color:#9a3412}.header-actions{margin-top:8px;margin-bottom:12px;display:flex;gap:8px;flex-wrap:wrap}.modal-content{display:grid;gap:14px;grid-template-columns:var(--col-left) var(--col-right)}.modal-left{display:flex;flex-direction:column;gap:10px}.modal-right{display:flex;flex-direction:column;gap:12px}.mini-row{display:grid;gap:10px}.mini-row.grid-1{grid-template-columns:1fr}.mini-row.grid-2{grid-template-columns:1fr 1fr}.mini-row.grid-3{grid-template-columns:repeat(3,1fr)}.mini-card.stacked{grid-template-columns:1fr!important;align-items:start}.mini-card.stacked .label{display:block;margin-bottom:6px;line-height:1.15}.mini-card.stacked .value-plain,.mini-card.stacked input,.mini-card.stacked select,.mini-card.stacked textarea{width:100%}.mini-card{background:#f9fbff;border:1px solid #dbe4f0;border-radius:12px;padding:14px 16px;display:grid;grid-template-columns:var(--label-w) 1fr;align-items:center;gap:10px}.mini-card .label{font-weight:600;color:#0f172a}.mini-row.grid-2 .mini-card{grid-template-columns:var(--label-w-2) 1fr}.mini-row.grid-3 .mini-card{grid-template-columns:var(--label-w-3) 1fr}.mini-row.parts-2{grid-template-columns:var(--parts-name-fr) var(--parts-rut-fr)}.mini-row.parts-2 .mini-card{grid-template-columns:var(--label-w-2) 1fr}.mini-row.parts-3{display:grid;gap:12px;grid-template-columns:var(--parts-name-fr) var(--parts-rut-fr) var(--parts-comm-fr)}.mini-card input,.mini-card select,.mini-card textarea{width:100%;background:#fff;border:1px solid #d1dae6;border-radius:10px;padding:12px 14px;font-size:.95rem;color:#0f172a;outline:none;min-width:0}.mini-card input.input-invalid{border-color:#dc2626}.field-inline-error{margin-top:6px;font-size:12px;line-height:1.2;color:#dc2626}.field-inline-warning{margin-top:6px;font-size:12px;line-height:1.2;color:#b45309}.inter-resolver{margin-top:10px;padding:12px;border:1px solid #fed7aa;border-radius:12px;background:linear-gradient(135deg,#fff7ed,#fffbeb);box-shadow:0 0 0 3px #f59e0b1f}.inter-resolver--warning{border-color:#f59e0b}.inter-resolver--steady,.inter-resolver--steady:before,.inter-resolver--steady:after,.inter-resolver--steady *{animation:none!important}.inter-resolver__head{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.inter-resolver__pill{display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;color:#9a3412;background:#fed7aa}.inter-resolver__text{font-size:13px;color:#7c2d12}.inter-resolver__list{margin-top:10px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.inter-resolver__item{border:1px solid #fed7aa;border-radius:10px;background:#fff;padding:9px 10px;text-align:left;cursor:pointer;transition:all .15s ease;display:flex;flex-direction:column;gap:4px}.inter-resolver__item:hover{border-color:#f59e0b;transform:translateY(-1px);box-shadow:0 6px 14px #ea580c26}.inter-resolver__name{font-size:13px;font-weight:600;color:#0f172a;line-height:1.25}.inter-resolver__rut{font-size:12px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;color:#9a3412}.inter-resolver__meta{margin-top:8px;font-size:12px;color:#7c2d12}.inter-resolver__actions{margin-top:10px;display:flex;justify-content:flex-end}.inter-resolver__dismiss{border:1px solid #fdba74;border-radius:8px;background:#fff;color:#9a3412;font-size:12px;font-weight:600;padding:6px 10px;cursor:pointer}.inter-resolver__dismiss:hover{background:#fff7ed;border-color:#f59e0b}.mini-card textarea{resize:vertical;min-height:110px}.mini-card input[readonly],.mini-card textarea[readonly]{background:#f9fafb}.parts-panel .mini-card input,.parts-panel .mini-card select,.parts-panel .mini-card textarea{padding:12px 14px}.parts-panel .value-plain{padding:16px 10px;min-height:42px;display:block;white-space:normal;word-break:break-word;line-height:1.3}.parts-panel .mini-card textarea{min-height:46px;resize:vertical;line-height:1.3;overflow:hidden}.value-plain{background:#f9fafb;border:1px solid #d1dae6;border-radius:10px;padding:8px 10px;display:flex;align-items:center;min-height:38px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mini-card.stacked .value-plain{white-space:normal;word-break:break-word;overflow:visible}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums;letter-spacing:.2px}.rut-field .value-plain{overflow:visible;text-overflow:clip}.vigencia-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:10px;min-width:0}.vigencia-row .arrow{opacity:.6}.vigencia-row input{width:100%;min-width:0;text-align:center;font-variant-numeric:tabular-nums}.docs-title{font-size:.95rem;font-weight:700;color:#0f172a;margin:0 0 6px}.important-pill{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;font-weight:800;font-size:1rem;letter-spacing:.01em;color:#0f172a;background:#eef2ff;box-shadow:0 6px 18px #0f172a1f;border:1px solid rgba(15,23,42,.08)}.important-pill--draft,.important-pill--required{background:linear-gradient(135deg,#dbeafe,#c7d2fe);color:#0f172a;border-color:#3b82f659;box-shadow:0 8px 22px #3b82f62e}.docs-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.doc-item{background:#f8fafc;border:1px solid #e5e9f2;border-radius:10px;padding:10px 12px;color:#0f172a;display:flex;flex-direction:column;align-items:flex-start;gap:10px}.docs-accordion{margin-top:6px}.docs-accordion-toggle{width:100%;background:#fff;border:1px solid #e5e9f2;border-radius:10px;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;font-weight:700;color:#0f172a;cursor:pointer}.docs-accordion-toggle:hover{background:#f8fafc}.docs-accordion-toggle--pill{border-radius:999px;padding:10px 16px;background:linear-gradient(135deg,#dbeafe,#c7d2fe);border-color:#3b82f659;box-shadow:0 8px 22px #3b82f629;color:#0f172a;font-weight:800}.docs-accordion-toggle--pill:hover{background:linear-gradient(135deg,#dbeafe,#d0d8fe)}.docs-accordion .chevron{display:inline-flex;transition:transform .2s ease}.docs-accordion .chevron.open{transform:rotate(180deg)}.antecedentes-list{margin-top:6px}.doc-item:hover{background:#eff6ff;transition:background .15s ease}.doc-meta{display:flex;flex-direction:column;min-width:0}.doc-name{font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.doc-sub{font-size:.9rem;opacity:.75}.doc-header{display:flex;flex-direction:column;gap:4px;width:100%}.doc-title{display:flex;align-items:center;gap:8px;min-width:0}.doc-files{display:flex;flex-direction:column;gap:8px;width:100%}.doc-file-row{display:flex;align-items:center;gap:10px;justify-content:space-between;width:100%}.doc-file-name{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.doc-file-row.doc-empty{justify-content:flex-start}.doc-empty-text{font-size:12px;color:#9a3412;background:#fff7ed;border:1px dashed #fed7aa;padding:6px 10px;border-radius:8px}.doc-actions{display:flex;align-items:center;gap:6px}.docs-title+.docs-list{margin-bottom:8px}.req-badge{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:9999px;font-weight:800;font-size:12px;border:1px solid transparent;line-height:1.1}.req-badge.ok{background:#ecfdf5;color:#065f46;border-color:#bbf7d0}.req-badge.pending{background:#fff7ed;color:#9a3412;border-color:#fed7aa}.actions-row{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.detalle-header .header-actions{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.icon-btn{border:0;border-radius:10px;padding:6px;cursor:pointer;background:#0f172a;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000002e}.icon-btn:hover{filter:brightness(1.05);transform:translateY(-1px)}.icon-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.icon-btn.danger{background:#111827}.parte-card{background:#f8fafc;border:1px solid #e5e9f2;border-radius:12px;padding:10px 12px}.parte-title{font-weight:700;color:#0f172a;margin-bottom:8px}.parte-readonly-name{font-weight:600;line-height:1.25;word-break:break-word}.parte-readonly-rut{opacity:.75;margin-top:2px}.faltantes-banner{background:#2b364a;border:1px dashed #f4c566;color:#f4c566;padding:.5rem .75rem;border-radius:.75rem;margin:0 0 12px;font-size:.95rem}.mini-card.field-missing{position:relative;border:2px solid #f59e0b;box-shadow:0 0 0 4px #f59e0b2e;background:linear-gradient(0deg,#f59e0b0f,#f59e0b0f),#f8fafc}.parte-card.parte-missing{border:1px solid rgba(244,197,102,.55);box-shadow:0 0 0 3px #f4c5661f;border-radius:1rem}.btn{border:none;padding:8px 12px;border-radius:8px;font-weight:600;cursor:pointer}.btn-gray{background:#475569;color:#fff}.btn-gray:hover{background:#64748b}.btn-blue{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;box-shadow:0 6px 14px #2563eb59}.btn-blue:hover{filter:brightness(1.02);transform:translateY(-1px)}.chip{font-size:.75rem;line-height:1;padding:6px 10px;border-radius:9999px;background:#1f68ff;color:#fff;border:0;cursor:pointer}.app-toast{position:fixed;top:14px;right:18px;z-index:9999;background:#0ea5e9;color:#fff;padding:12px 14px;border-radius:10px;box-shadow:0 6px 20px #0000002e;font-weight:600;display:flex;align-items:flex-start;gap:12px;max-width:min(520px,calc(100vw - 36px));white-space:pre-line;pointer-events:auto}.app-toast-err{background:#ef4444}.app-toast__content{flex:1;min-width:0;line-height:1.35}.app-toast__close{border:0;background:transparent;color:inherit;cursor:pointer;font-size:18px;line-height:1;padding:0;margin:0;opacity:.9}.app-toast__close:hover{opacity:1}.btn:disabled{opacity:1;cursor:not-allowed;filter:none;transform:none;box-shadow:none}.btn:disabled:hover,.btn:disabled:focus{filter:none;transform:none;box-shadow:none}.btn-gray:disabled{background:#94a3b8;color:#fff}.btn-blue:disabled{background:#93c5fd;color:#fff;box-shadow:none}.btn-gray:disabled:hover{background:#94a3b8}.btn-blue:disabled:hover{background:#93c5fd}.score-badge{align-self:center;background:#0f172a;color:#fff;padding:6px 10px;border-radius:9999px;font-weight:600;font-size:.85rem}.card.precotizacion{background:#1f2a3a;border-radius:12px;padding:14px;border:1px solid #2f3c53}.card.precotizacion h4{font-weight:600}.precotiz-controls{display:flex;align-items:center;gap:8px;margin-right:8px}.modal--history{width:min(600px,calc(100vw - 48px));max-height:80vh;overflow:hidden}.modal--history .modal-content{display:block;max-height:65vh;overflow:auto;padding-top:8px}.modal--history .mini-card{display:grid;grid-template-columns:1fr auto;align-items:start;gap:12px}.modal--history .history-time{font-size:.9rem;opacity:.75;text-align:right;white-space:nowrap}.modal--history .history-list{display:flex;flex-direction:column;gap:10px}.modal--history .modal-close{top:10px;right:10px}.modal .modal-close{position:absolute;top:10px;right:10px;width:32px;height:32px;border:0;border-radius:9999px;background:#e5e9f2;color:#334155;font-size:20px;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000014;cursor:pointer}.modal-open{overflow:hidden}.correo__body img{max-width:100%;height:auto;display:block}.modal .modal-close:hover{background:#dbe4f0}.modal .modal-close:active{transform:scale(.96)}.badge-urgencia{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:9999px;font-weight:700;font-size:.75rem;background:#eef2ff;color:#1e40af}.badge-urgencia .dot{width:8px;height:8px;border-radius:9999px;background:currentColor;opacity:.9}.badge-urgencia.critica{background:#fee2e2;color:#b91c1c}.badge-urgencia.alta{background:#ffedd5;color:#c2410c}.badge-urgencia.media{background:#fef3c7;color:#b45309}.badge-urgencia.baja{background:#e0f2fe;color:#075985}.timeline{margin-top:14px;background:#f8fafc;border:1px solid #e5e9f2;border-radius:12px;padding:12px 14px}.timeline-title{font-weight:700;font-size:.95rem;color:#0f172a;margin-bottom:8px}.timeline-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.timeline-item{display:flex;gap:10px}.timeline-dot{flex:0 0 10px;height:10px;border-radius:9999px;margin-top:6px;background:#cbd5e1}.timeline-dot.assigned{background:#3b82f6}.timeline-dot.unassigned{background:#94a3b8}.timeline-dot.created{background:#22c55e}.timeline-dot.updated_fields{background:#f59e0b}.timeline-dot.advanced_to{background:#8b5cf6}.timeline-dot.risk_decision{background:#ef4444}.timeline-dot.emitted{background:#14b8a6}.timeline-dot.finalized{background:#0ea5e9}.timeline-body{flex:1}.timeline-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:.85rem;color:#475569}.timeline-time{color:#64748b}.timeline-type{background:#e2e8f0;color:#0f172a;padding:2px 8px;border-radius:9999px;font-weight:700;font-size:.7rem}.timeline-text{color:#334155;margin-top:2px;font-size:.9rem}.timeline-empty{color:#64748b;font-size:.9rem}.alert-pill{display:none}@media (max-width:1100px){.modal-content{grid-template-columns:1fr}.header-title-row{flex-wrap:wrap}.header-badges{margin-left:0;width:100%;justify-content:flex-start}.precotiz-controls{flex-wrap:wrap;gap:6px}.precotiz-controls button{width:100%}.mini-row.grid-2 .mini-card,.mini-row.grid-3 .mini-card{grid-template-columns:minmax(120px,40%) 1fr}.mini-card .label{white-space:normal}.vigencia-row input{min-width:0}}.modal--correo .modal-content{display:block}.modal--correo .correo-meta{margin:0 0 8px;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:6px;color:#334155}.modal--correo .correo-pre{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px;white-space:pre-wrap;line-height:1.35}.timeline-pro{margin-top:12px}.tl-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:12px;flex-wrap:wrap}.tl-toolbar .segmented{display:inline-flex;gap:6px;background:#eef2ff;padding:4px;border-radius:9999px}.tl-toolbar .segmented button{border:0;background:transparent;padding:6px 10px;border-radius:9999px;cursor:pointer;font-size:12px;color:#334155}.tl-toolbar .segmented button.active{background:#3b82f6;color:#fff}.timeline-pro .tl-controls-group{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.timeline-pro .tl-controls-group--order{margin-left:auto;justify-content:flex-end}.timeline-pro .tl-controls-label{font-size:11px;font-weight:700;letter-spacing:.02em;color:#64748b;text-transform:uppercase}.timeline-pro .tl-segmented-order{background:#f1f5f9}.timeline-pro .tl-segmented-order button.active{background:#0f172a;color:#fff}.timeline-pro .tl-order-hint{font-size:11px;color:#64748b}.tl-toolbar .comm-tab-label{display:inline-flex;align-items:center;gap:6px}.tl-toolbar .comm-tab-label .comm-popout{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-left:2px;border-radius:6px;border:1px solid #c7d2fe;background:#eef2ff;color:#1f2937;font-size:12px;cursor:pointer;transition:background .15s ease,transform .1s ease}.tl-toolbar .segmented button.active .comm-popout{background:#e0e7ff;border-color:#c7d2fe}.comm-tab-label .comm-popout:hover{background:#e0e7ff}.comm-tab-label .comm-popout:active{transform:scale(.96)}.tl-day{background:#fff;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:10px;overflow:hidden}.tl-day-header{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.tl-day-header .title{font-weight:700;color:#0f172a;text-transform:capitalize}.tl-day-header .meta{font-size:12px;color:#64748b}.tl-list{list-style:none;margin:0;padding:0}.tl-row{display:grid;grid-template-columns:80px 1fr 220px;gap:12px;align-items:flex-start;padding:10px 12px;border-top:1px dashed #eef2f7}.tl-row:first-child{border-top:0}.tl-col.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.tl-time{color:#475569;font-size:12px;text-align:center}.tl-main{display:flex;gap:10px}.tl-ico{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:9999px;background:#eef2ff;color:#3730a3;flex:0 0 24px}.tl-text{min-width:0}.tl-title{font-size:12px;font-weight:700;color:#0f172a}.tl-desc{font-size:13px;color:#1f2937;margin-top:2px;line-height:1.25}.tl-desc.clamp-2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.tl-desc .muted{color:#64748b;font-size:12px}.tl-meta{display:flex;align-items:center;gap:8px;justify-content:flex-end}.pill{display:inline-flex;align-items:center;padding:4px 8px;border-radius:9999px;font-size:11px;font-weight:700;border:1px solid #e5e7eb;background:#f8fafc;color:#111827}.pill.cat-move{background:#eef2ff;color:#3730a3;border-color:#c7d2fe}.pill.cat-assign{background:#f1f5f9;color:#0f172a}.pill.cat-faltantes{background:#fef3c7;color:#92400e;border-color:#f59e0b66}.pill.cat-estado{background:#ecfdf5;color:#166534;border-color:#bbf7d0}.actor{display:inline-flex;align-items:center;gap:6px}.actor .avatar{width:22px;height:22px;border-radius:9999px;background:#e2e8f0;color:#334155;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:11px}.actor .name{font-size:12px;color:#0f172a;white-space:nowrap;max-width:140px;overflow:hidden;text-overflow:ellipsis}@media (max-width: 980px){.tl-row{grid-template-columns:64px 1fr}.tl-meta{grid-column:1 / -1;justify-content:flex-start}.timeline-pro .tl-controls-group--order{margin-left:0;width:100%;justify-content:flex-start}.timeline-pro .tl-order-hint{width:100%}}.detalle-modal{width:var(--modal-w)}.detalle-modal .modal-content{flex:1;min-height:0}.detalle-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;height:100%;min-height:0}.right-col{display:grid;grid-template-rows:auto 1fr;gap:12px;min-height:0}.views-wrap{display:grid;grid-template-rows:auto 1fr;min-height:0}.tabs-bar{margin:0;padding:0 2px 6px;border-bottom:1px solid var(--border-color, #e9e9e9)}.views-body{min-height:0;overflow:auto;padding-top:8px}.timeline-pro{height:100%;display:flex;flex-direction:column}.timeline-pro .card,.timeline-pro .life-card{flex:1;width:100%;min-height:0}.timeline-pro .card[style]{height:auto!important}@media (max-width: 1100px){.detalle-grid{grid-template-columns:1fr}.right-col{grid-template-rows:auto auto}}.communications{display:flex;flex-direction:column;min-height:0}.comm-modal{display:flex;flex-direction:column}.comm-modal .communications{height:100%}.comm-modal .comm-card{height:100%;max-height:none;box-shadow:none}.comm-card{width:100%;height:100%;border:1px solid var(--border-color, #e9e9e9);border-radius:12px;background:#fff;display:grid;grid-template-rows:auto 1fr auto;min-height:0;max-height:1000px;overflow:hidden;padding-bottom:6px}.comm-body{padding:12px 10px;overflow:auto;min-height:0}.comm-day-header{display:flex;justify-content:space-between;align-items:center;background:#f6f8fb;border:1px solid #eff2f6;border-radius:8px;padding:10px 12px;margin:6px 2px 12px;width:100%;cursor:pointer;text-align:left;gap:10px;color:inherit;font:inherit}.comm-day-header .day-left{display:flex;align-items:center;gap:8px}.comm-day-header .chevron{color:#6b7280;font-size:14px}.comm-day-header:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.comm-day-header .title{font-size:15px;font-weight:600;color:#1f2937}.comm-day-header .meta{font-size:13px;color:#6b7280}.comm-list{list-style:none;padding:0 2px;margin:0 0 8px;display:grid;gap:12px}.msg-row{display:grid;grid-template-columns:92px 1fr auto;align-items:flex-start;column-gap:12px;padding-bottom:10px;border-bottom:1px dashed #eef1f5}.msg-time{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:13px;color:#6b7280;padding-top:4px}.msg-main{display:grid;grid-template-columns:36px 1fr;gap:10px;min-width:0}.msg-avatar{width:36px;height:36px;border-radius:999px;background:#eef2ff;color:#4f46e5;display:grid;place-items:center;font-weight:700;font-size:14px}.msg-bundle{min-width:0}.msg-header{display:flex;align-items:center;gap:8px;margin-bottom:2px}.msg-actor{font-weight:700;font-size:15px;color:#111827}.msg-text{font-size:14.5px;line-height:1.45;color:#1f2937;white-space:pre-wrap;word-wrap:break-word}.msg-meta .pill{font-size:12px}.comm-input{display:grid;grid-template-columns:1fr auto;gap:10px;padding:10px;border-top:1px solid #E5EAF1;background:#f6f8fb;border-bottom-left-radius:12px;border-bottom-right-radius:12px;position:relative;flex-shrink:0}.comm-input textarea{resize:none;width:100%;font-size:14px;line-height:1.4;padding:10px 12px;border-radius:10px;border:1px solid #DFE3EA;outline:none;background:#fff;color:#0f172a;min-height:40px;max-height:120px;overflow-y:auto}.comm-actions{display:flex;align-items:center;gap:8px}.comm-actions .btn.icon{background:#fff;color:#111827;border:1px solid #dfe3ea;border-radius:10px;padding:0 12px;height:40px;cursor:pointer}.comm-actions .btn.icon:hover{background:#f3f4f6}.comm-attachment-preview{grid-column:1 / -1;display:flex;align-items:center;gap:12px;background:#f8fafc;border:1px dashed #cbd5e1;padding:8px 10px;border-radius:10px}.comm-attachment-preview .thumb{width:56px;height:56px;border-radius:8px;overflow:hidden;background:#e5e7eb;display:grid;place-items:center}.comm-attachment-preview .thumb img{width:100%;height:100%;object-fit:cover}.comm-attachment-preview .meta .name{font-weight:600;color:#0f172a;max-width:260px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comm-attachment-preview .meta .link{color:#1d4ed8;background:none;border:none;padding:0;cursor:pointer}.comm-input textarea::placeholder{color:#98a2b3}.comm-input textarea:focus{border-color:#a5b4fc;box-shadow:0 0 0 3px #6366f11f}.mention-suggestions{position:absolute;bottom:52px;left:10px;background:#fff;border:1px solid #dce3ed;box-shadow:0 10px 30px #0f172a1f;border-radius:10px;padding:6px;min-width:180px;max-width:min(360px,calc(100% - 120px));max-height:200px;overflow:auto;z-index:5}.mention-suggestion{display:block;width:100%;text-align:left;padding:8px 10px;border:none;background:transparent;color:#0f172a;border-radius:8px;font-size:14px;cursor:pointer}.mention-suggestion:hover,.mention-suggestion:focus{background:#eef2ff;outline:none}.mention-suggestion.empty{color:#64748b;cursor:default}.mention-chip{display:inline-flex;align-items:center;gap:6px;padding:3px 8px;background:#eef2ff;color:#312e81;border-radius:999px;font-weight:600;font-size:13px;line-height:1.2}.msg-attachment{margin-top:10px;display:flex;flex-direction:column;gap:8px;align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.msg-attachment .image-link{display:flex;justify-content:center;width:100%;max-width:540px;border:1px solid #e5e7eb;border-radius:12px;padding:8px;background:#fff;box-shadow:0 8px 20px #0f172a14}.msg-attachment img{max-width:100%;max-height:360px;border-radius:10px;display:block;object-fit:contain;background:#fff}.msg-attachment .img-caption{font-size:12px;color:#475569;max-width:540px;text-align:center;word-break:break-word}.msg-attachment .file-link{width:100%;max-width:540px;display:flex;align-items:center;gap:8px;border:1px solid #cbd5e1;border-radius:10px;padding:10px 12px;background:#fff;color:#0f172a;text-decoration:none}.msg-attachment .file-link:hover{background:#f8fafc}.msg-attachment .file-icon{font-size:18px;line-height:1}.msg-attachment .file-name{font-size:13px;font-weight:600;word-break:break-word}.badge-dot{margin-left:8px;background:#0a84ff;color:#fff;border-radius:999px;padding:0 6px;font-size:12px;line-height:18px;min-width:18px;text-align:center;display:inline-block}.timeline-pro .card,.timeline-pro .life-card,.comm-card{width:100%}.header-actions{position:relative;overflow:visible}.menu-enviar{position:relative;display:inline-block}.menu-enviar .menu{position:absolute;top:110%;left:0;z-index:9999;display:block;min-width:180px;background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001f;padding:6px}.menu-enviar .menu button{display:block;width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;border-radius:8px;cursor:pointer;color:#111}.menu-enviar .menu button:hover{background:#f3f4f6}.menu button[disabled]{opacity:.5;cursor:not-allowed}.comm-toolbar{padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;display:flex;gap:8px;align-items:center}.comm-to-field{display:inline-flex;align-items:center;gap:6px;flex-shrink:0}.comm-to-label{font-size:.8rem;color:#334155;font-weight:700}.comm-input-target{grid-column:1 / -1;display:flex;align-items:center}.comm-select{font-size:.8rem;line-height:1.4;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:6px 8px;outline:none;font-weight:600}.comm-select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.comm-select.area{min-width:140px}.comm-select.user{min-width:150px}.comm-search{flex:1;font-size:.8rem;line-height:1.4;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:6px 10px;outline:none}.comm-search:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.msg-dm-to{margin-left:6px;font-size:.8rem;color:#64748b;font-weight:500}.comm-message.sent .msg-dm-to{color:#ffffffe6;font-weight:600}.modal--correo .correo__body,.modal--correo .correo__body *:not(svg):not(path){color:#111!important}.modal--correo .correo__body a{color:#0b5ed7!important;text-decoration:underline}.modal--correo .correo__body pre{background:#f6f7f8;color:#111!important;padding:12px;border-radius:8px}.modal--correo .correo__body img{max-width:100%;height:auto;display:block}.modal--correo .correo__html,.modal--correo .correo__texto{background:#fff!important}.modal--correo .modal__header{color:#0f172a!important;background:#fff;border-bottom:1px solid #e9eef6;padding-bottom:8px;margin-bottom:10px}.modal--correo .modal__header h3,.modal--correo .correo__title{color:#0f172a!important;font-weight:700}.modal--correo .modal__header .correo__nav button{color:#0f172a;background:#eef2ff;border:1px solid #c7d2fe;border-radius:8px}.attachment-processing-banner{display:flex;align-items:center;gap:10px;padding:12px 16px;background:linear-gradient(90deg,#f0f9ff,#e0f2fe);border:1px solid #7dd3fc;border-radius:8px;color:#0369a1;font-weight:500;margin-bottom:12px;animation:bannerFadeIn .3s ease-out}@keyframes bannerFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.processing-spinner{width:18px;height:18px;border:2px solid #7dd3fc;border-top-color:#0369a1;border-radius:50%;animation:spin 1s linear infinite;flex-shrink:0}.processing-info{display:flex;flex-direction:column;gap:6px;flex:1}.processing-detail{font-size:.9em;font-weight:400;color:#0284c7}.progress-bar{width:100%;height:6px;background:#7dd3fc4d;border-radius:3px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#0284c7,#0ea5e9);border-radius:3px;transition:width .3s ease-out;position:relative}.progress-fill:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#fff6,#fff0);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.attachment-error{background:linear-gradient(90deg,#fef2f2,#fee2e2);border-color:#fca5a5;color:#991b1b}.attachment-warning{background:linear-gradient(90deg,#fffbeb,#fef3c7);border-color:#fcd34d;color:#92400e}.borrador-solicitado-banner{display:flex;align-items:center;gap:12px;padding:14px 18px;margin:0 0 20px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-left:4px solid #f59e0b;border-radius:8px;box-shadow:0 2px 8px #f59e0b26}.borrador-solicitado-banner .banner-icon{font-size:28px;line-height:1;flex-shrink:0}.borrador-solicitado-banner .banner-content{display:flex;flex-direction:column;gap:4px;flex:1}.borrador-solicitado-banner .banner-content strong{color:#92400e;font-size:15px;font-weight:600;line-height:1.3}.borrador-solicitado-banner .banner-date{color:#b45309;font-size:13px;font-weight:400;line-height:1.4}.field--just-updated{animation:magicReveal 1.5s ease-out}@keyframes magicReveal{0%{opacity:.7;background-color:#fbbf2466;transform:scale(.98);box-shadow:0 0 #fbbf2466}25%{opacity:.9;background-color:#fbbf2459;transform:scale(1);box-shadow:0 0 12px 4px #fbbf244d}50%{opacity:1;background-color:#fbbf2433;box-shadow:0 0 8px 2px #fbbf2433}75%{background-color:#fbbf241a;box-shadow:0 0 4px 1px #fbbf241a}to{opacity:1;background-color:transparent;transform:scale(1);box-shadow:none}}.field--just-updated:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(251,191,36,.3),transparent);animation:shimmer 1s ease-out;border-radius:inherit;pointer-events:none}@keyframes shimmer{0%{left:-100%}to{left:100%}}.mini-card{position:relative;overflow:hidden}.comm-messages{display:flex;flex-direction:column;gap:8px;padding:12px}.comm-message{max-width:80%;padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.4;word-wrap:break-word}.comm-message.sent{align-self:flex-end;background:#0a84ff;color:#fff;border-bottom-right-radius:4px}.comm-message.received{align-self:flex-start;background:#e5e7eb;color:#1f2937;border-bottom-left-radius:4px}.comm-message .comm-meta{font-size:11px;opacity:.7;margin-top:4px}.comm-message.sent .comm-meta{text-align:right}.comm-message.received .comm-meta{text-align:left}.comm-message .comm-actor{font-weight:600;font-size:12px;margin-bottom:4px}.comm-message .comm-text{white-space:pre-wrap}.comm-messages .comm-list{display:flex;flex-direction:column;gap:8px;padding:8px 12px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.badge-borrador-solicitado{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff3cd;border:1px solid #ffc107;border-radius:9999px;font-size:.75rem;font-weight:700;color:#856404;cursor:help;box-shadow:0 2px 8px #ffc10733;animation:pulse-badge 2s infinite}@keyframes pulse-badge{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.02)}}@keyframes pulse-icon{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@media (max-width: 768px){.borrador-solicitado-banner{padding:12px 14px;gap:10px}.borrador-solicitado-banner .banner-icon{font-size:24px}.borrador-solicitado-banner .banner-content strong{font-size:14px}.borrador-solicitado-banner .banner-date{font-size:12px}}.mother-request-view{padding:20px;display:grid;gap:14px}.mother-loading{text-align:center}.mother-header h2{margin:0;font-size:32px}.mother-header p{margin:4px 0 0;color:#6b7280;font-size:13px}.mother-link-btn{margin-top:8px;padding:3px 10px;border-radius:999px;border:1px solid #cbd5e1;background:#fff;color:#334155;font-size:12px;font-weight:600;cursor:pointer}.mother-link-btn:hover{background:#f8fafc;border-color:#94a3b8}.mother-shared-topbar{display:flex;align-items:center;justify-content:space-between;gap:10px}.mother-shared-topbar h3,.mother-children-section h3{margin:0;font-size:20px}.mother-actions{display:flex;gap:8px}.mother-actions .btn-primary,.mother-actions .btn-outline{border-radius:8px;border:1px solid #cbd5e1;padding:8px 12px;font-weight:700;cursor:pointer}.mother-actions .btn-primary{background:#0f172a;border-color:#0f172a;color:#fff}.mother-actions .btn-outline{background:#fff;color:#0f172a}.mother-actions button:disabled{opacity:.6;cursor:not-allowed}.mother-alert{border:1px solid #cbd5e1;border-radius:10px;background:#f8fafc;color:#334155;font-size:13px;padding:10px 12px}.mother-alert.mother-alert-error{border-color:#fecaca;background:#fef2f2;color:#991b1b}.mother-shared-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.mother-shared-grid .mini-card{grid-template-columns:170px 1fr}.mother-children-list{display:grid;gap:10px}.mother-child-card{border:1px solid #dbe4f0;border-radius:10px;background:#fff;padding:12px 14px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.mother-child-card:hover{border-color:#93c5fd;box-shadow:0 2px 10px #3b82f626}.mother-child-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.mother-child-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;font-size:13px;color:#475569}.mother-empty{margin:0;color:#64748b}@media (max-width: 900px){.mother-shared-grid,.mother-child-grid{grid-template-columns:1fr}}.preview-modal-backdrop{position:fixed;inset:0;background:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:1rem;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.preview-modal-container{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:90vw;max-height:90vh;width:1200px;display:flex;flex-direction:column;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.preview-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0;gap:1rem}.preview-modal-title{font-size:1.125rem;font-weight:600;color:#1e293b;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.preview-modal-actions{display:flex;gap:.5rem;flex-shrink:0}.preview-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;background:#f1f5f9;color:#475569}.preview-btn:hover{background:#e2e8f0;transform:translateY(-1px)}.preview-btn:active{transform:translateY(0)}.preview-btn svg{flex-shrink:0}.preview-btn-download{background:#3b82f6;color:#fff}.preview-btn-download:hover{background:#2563eb}.preview-btn-close{background:#f1f5f9;color:#475569;padding:.5rem}.preview-btn-close:hover{background:#fee2e2;color:#dc2626}.preview-btn-download-large{padding:.75rem 1.5rem;font-size:1rem;margin-top:1rem}.preview-modal-content{flex:1;overflow:hidden;display:flex;align-items:center;justify-content:center;min-height:400px;background:#f8fafc}.preview-iframe{width:100%;height:100%;border:none;min-height:600px}.preview-image-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:auto}.preview-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:8px;box-shadow:0 4px 12px #0000001a}.preview-docx-container{width:100%;height:100%;overflow:auto;padding:2rem}.preview-docx-content{max-width:800px;margin:0 auto;background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #0000001a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#1e293b}.preview-docx-content p{margin:.5rem 0}.preview-docx-content h1,.preview-docx-content h2,.preview-docx-content h3,.preview-docx-content h4,.preview-docx-content h5,.preview-docx-content h6{margin:1rem 0 .5rem;font-weight:600}.preview-docx-content ul,.preview-docx-content ol{margin:.5rem 0;padding-left:2rem}.preview-docx-content table{border-collapse:collapse;width:100%;margin:1rem 0}.preview-docx-content table td,.preview-docx-content table th{border:1px solid #e2e8f0;padding:.5rem}.preview-docx-content table th{background:#f8fafc;font-weight:600}.preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#64748b;padding:3rem}.preview-spinner{width:48px;height:48px;border:4px solid #e2e8f0;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.preview-error{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;color:#dc2626;padding:3rem;text-align:center}.preview-error svg{color:#dc2626}.preview-error p{margin:0;color:#64748b}.preview-download-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:3rem;text-align:center;max-width:500px}.preview-download-message svg{color:#64748b;margin-bottom:.5rem}.preview-download-message h3{font-size:1.25rem;font-weight:600;color:#1e293b;margin:0}.preview-download-message p{margin:0;color:#64748b;font-size:.9375rem;line-height:1.6}@media (max-width: 768px){.preview-modal-container{width:100%;max-width:100%;max-height:100vh;border-radius:0}.preview-modal-header{padding:1rem}.preview-modal-title{font-size:1rem}.preview-btn{padding:.375rem .75rem;font-size:.8125rem}.preview-btn-close{padding:.375rem}.preview-image-container{padding:1rem}.preview-download-message{padding:2rem 1rem}.preview-iframe{min-height:500px}}.app-header{position:fixed;top:0;left:0;right:0;z-index:500;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#0f172a,#1e293b);color:#f8fafc;box-shadow:0 2px 10px #00000040;padding:10px 16px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Inter,Roboto,Helvetica Neue,sans-serif}.app-header__left{display:flex;align-items:center;gap:24px}.header-nav{display:flex;gap:1rem;align-items:center}.nav-link{color:#cbd5e1;text-decoration:none;padding:.5rem 1rem;border-radius:4px;font-size:.95rem;font-weight:500;transition:all .2s}.nav-link:hover{color:#f8fafc;background:#ffffff1a}.nav-link.active{color:#f8fafc;background:#ffffff24}.nav-link--button{border:0;cursor:pointer;background:transparent;font-family:inherit}.nav-dropdown{position:relative}.nav-dropdown-menu{position:absolute;top:calc(100% + 8px);left:0;min-width:220px;border:1px solid #d5ddea;border-radius:10px;background:#fff;box-shadow:0 14px 28px #0b1a2f40;padding:6px;z-index:540}.nav-dropdown-item{display:block;border-radius:8px;text-decoration:none;color:#213047;font-size:.9rem;font-weight:600;padding:8px 10px}.nav-dropdown-item:hover{background:#eaf1fd;color:#124487}.brand{display:flex;align-items:center;gap:6px;font-size:16px;font-weight:600;color:#f8fafc;letter-spacing:.03em;text-transform:uppercase}.brand-text{letter-spacing:.08em}.app-header__right{display:flex;align-items:center;gap:16px;color:#f8fafc;font-size:14px}.session-info{display:flex;flex-direction:column;line-height:1.2;font-size:13px;color:#f8fafc;min-width:max-content;text-align:right}.session-line{display:flex;gap:4px;white-space:nowrap}.session-label{color:#94a3b8;font-weight:400}.session-value{color:#fff;font-weight:500}.notif-wrapper{position:relative;display:flex}.notif-bell{position:relative;display:flex;align-items:center;justify-content:center;min-width:36px;min-height:36px;border-radius:50%;border:2px solid #334155;background:#1e293b;color:#f1f5f9;font-size:18px;cursor:pointer;transition:all .15s ease}.notif-bell:hover{background:#334155;box-shadow:0 0 0 3px #3b82f640}.notif-bell.is-open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633}.bell-icon{line-height:1}.notif-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;line-height:18px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 2px 4px #00000026}.notif-dropdown{position:absolute;right:0;top:calc(100% + 8px);width:320px;max-height:60vh;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 20px 24px #0000000d,0 4px 8px #00000008;animation:dropdownFade .12s ease-out both;font-size:13px;line-height:1.35;color:#1e293b}@keyframes dropdownFade{0%{opacity:0;transform:translateY(-4px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.notif-dropdown__header{padding:10px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:12px 12px 0 0}.notif-dropdown__title{font-weight:600;font-size:13px;color:#0f172a}.notif-dropdown__empty{padding:16px 12px;color:#6b7280;font-size:13px}.notif-dropdown__list{max-height:360px;overflow-y:auto}.notif-item{display:block;width:100%;text-align:left;border:0;background:#fff;cursor:pointer;padding:12px;border-bottom:1px solid #f1f5f9}.notif-item:last-child{border-bottom:0;border-radius:0 0 12px 12px}.notif-item:hover,.notif-item.is-unread{background:#f8fafc}.notif-item.is-read{opacity:.9}.notif-item__body{display:flex;flex-direction:column;gap:4px}.notif-item__text{font-size:13px;color:#334155;line-height:1.4;word-break:break-word;text-align:left;white-space:normal}.notif-item__meta{display:flex;align-items:center;gap:8px;font-size:12px;color:#475569}.notif-status{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;font-weight:600;font-size:11px;border:1px solid transparent;background:#e2e8f0;color:#0f172a}.notif-status--unread{background:#dbeafe;border-color:#bfdbfe;color:#1d4ed8}.notif-status--read{background:#f1f5f9;border-color:#e2e8f0;color:#475569}.notif-item__date{margin-left:auto;color:#64748b}.logout-pill{display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:500;line-height:1.2;padding:8px 12px;min-height:36px;border-radius:9999px;border:2px solid #334155;background:#1e293b;color:#f8fafc;box-shadow:0 2px 4px #0006;cursor:pointer;transition:all .15s ease}.logout-pill:hover{background:#b91c1c;border-color:#dc2626;box-shadow:0 0 10px #dc262699,0 0 0 3px #dc262633;color:#fff}.logout-btn{font-size:13px;line-height:1.2;padding:8px 12px;border-radius:8px;font-weight:500}.notif-item__body{display:flex;align-items:flex-start;gap:12px;width:100%}.notif-item__icon{font-size:1.5rem;flex-shrink:0;line-height:1}.notif-item__content{flex:1;min-width:0}.notif-item--aprobacion{background:linear-gradient(to right,#f0fdf4,#fff)!important;border-left:4px solid #10b981!important}.notif-item--aprobacion.is-unread{background:linear-gradient(to right,#dcfce7,#f0fdf4)!important;box-shadow:0 2px 8px #10b98126}.notif-item--aprobacion:hover{background:linear-gradient(to right,#dcfce7,#fafafa)!important}.notif-item--rechazo{background:linear-gradient(to right,#fef2f2,#fff)!important;border-left:4px solid #ef4444!important}.notif-item--rechazo.is-unread{background:linear-gradient(to right,#fee2e2,#fef2f2)!important;box-shadow:0 2px 8px #ef444426}.notif-item--rechazo:hover{background:linear-gradient(to right,#fee2e2,#fafafa)!important}.notif-item--aprobacion.is-unread .notif-item__text,.notif-item--rechazo.is-unread .notif-item__text{font-weight:600}.notif-item__motivo{margin-top:8px;padding:8px 12px;background:#fee2e2;border-left:3px solid #dc2626;border-radius:4px;font-size:12px;color:#991b1b;line-height:1.4}.notif-item__motivo strong{color:#7f1d1d;font-weight:600}.sheet-wrap{position:fixed;inset:0;background:#eef2f7cc;display:flex;align-items:flex-start;justify-content:center;overflow:auto;padding:24px;z-index:70}.sheet{width:min(1120px,100% - 32px);background:#fff;border-radius:14px;box-shadow:0 10px 40px #0000002e;padding:18px 20px 24px;color:#0f172a;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;position:relative;overflow:hidden;isolation:isolate}.wm-ink{position:absolute;inset:0;z-index:999;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.8;mix-blend-mode:normal}.wm-ink img{width:100%;height:100%;object-fit:cover;object-position:center}.sheet>*:not(.wm-ink){position:relative;z-index:10}.head{display:grid;gap:12px}.head-actions{display:flex;gap:8px;justify-content:flex-end}.btn{background:#0f172a;color:#fff;border:0;border-radius:8px;padding:8px 12px;font-weight:700;cursor:pointer}.btn.ghost{background:#e2e8f0;color:#0f172a}.btn:disabled{opacity:.65;cursor:not-allowed}.head-banner{margin:-18px -20px 0;padding:24px 20px 18px;background:#0b59c4;text-align:center}.head-logo-img{width:min(560px,92%);height:auto;display:block;margin:0 auto 14px}.head-logo-img-white{filter:brightness(0) invert(1)}.head-banner-title{color:#fff;font-size:1.05rem;font-weight:800;letter-spacing:.02em}.head-meta{background:#dfddd7;border:1px solid #cfcac0;border-radius:18px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:1.05rem;color:#334d69}.head-meta-id{font-weight:700}.head-meta-vigencia{text-align:right}.m-label{color:#334d69;font-weight:800;margin-right:4px}.row{display:grid;gap:10px;margin-top:10px}.g1{grid-template-columns:1fr}.g2{grid-template-columns:1fr 1fr}.g3{grid-template-columns:1fr 1fr 1fr}.coverage-row .box{min-height:auto;padding:0;background:#fff;display:grid;grid-template-columns:220px 1fr;align-items:center}.coverage-row .box-title{margin:0;padding:14px 18px;color:#0b59c4;border-right:6px solid #0b59c4;font-size:1.04rem}.coverage-row .box-value{padding:14px 18px;font-size:1.04rem;color:#334d69;font-weight:500}.box{background:#f8fafc;border:1px solid #e5e9f2;border-radius:12px;padding:10px 12px;min-height:76px;display:flex;flex-direction:column;gap:6px}.box.tward{min-height:64px}.box.center .box-value{text-align:center}.box-title{font-size:.8rem;font-weight:800;color:#64748b;letter-spacing:.02em;text-transform:uppercase}.box-value{font-weight:700}.box-value.big,.box-value.strong{font-size:1.15rem}.box-body{display:flex;flex-direction:column;gap:4px}.partes-list{margin-top:14px;display:grid;gap:10px}.party-card{border:1px solid #e5e9f2;border-radius:12px;background:#fff;padding:10px 12px}.party-title{display:inline-block;font-size:1rem;font-weight:800;color:#fff;text-transform:uppercase;margin:-10px -12px 10px;min-width:260px;border-radius:12px;padding:8px 14px;background:#0b59c4}.party-row{display:grid;grid-template-columns:90px 1fr;gap:8px;align-items:start;margin-top:4px}.party-row .k{color:#64748b}.party-row .v{font-weight:600}.party-name-row .k,.party-name-row .v{color:#334d69;font-weight:700;font-size:1.1rem}.party-rut-row .k,.party-rut-row .v{color:#8894a1;font-size:1rem;font-weight:500}.commission-line{margin-top:12px;padding:10px 12px;border:1px solid #e5e9f2;border-radius:12px;background:#f8fafc;font-weight:600}.commission-label{text-transform:uppercase;font-size:.95rem;color:#0b59c4;font-weight:800}.kv-row{display:flex;gap:8px}.kv-row .k{width:110px;color:#64748b}.kv-row .v{flex:1;font-weight:600}.mono{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-variant-numeric:tabular-nums}.section-title{margin-top:16px;font-weight:800;color:#1f2937}.t{width:100%;border-collapse:separate;border-spacing:0;margin-top:10px}.t thead th{background:#eef2ff;color:#1e293b;font-weight:800;text-align:left;padding:10px 12px;border:1px solid #dee4f3}.t tbody td{padding:10px 12px;border:1px solid #e7ecf6;background:#fff}.ta-r{text-align:right}.panel{background:#fff;border:1px solid #cfd6e3;border-radius:12px;padding:0;overflow:hidden}.panel-title{font-weight:800;margin:0;padding:10px 14px;color:#0b59c4;background:#dcd9d2;font-size:1.05rem}.kv{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center}.bold{font-weight:800}.exec-row{display:flex;gap:8px;padding:12px 14px 0;color:#1e293b}.exec-row .k{color:#7b8794}.exec-row .v{color:#334d69;font-weight:800}.panel .kv{padding:8px 14px 14px}.panel .kv>div:nth-child(odd){color:#7b8794}.panel .kv .ta-r{color:#334d69;font-weight:700}.panel .kv .bold,.panel .kv .ta-r.bold{color:#0b59c4}.glosa{border:2px dashed #d6e0f3;border-radius:12px;padding:12px;background:#fff;margin-top:10px;white-space:pre-wrap;line-height:1.35}.section-title-blue{color:#0b59c4}.legal-block{margin-top:10px;border:1px solid #e2e8f0;border-radius:12px;padding:12px;background:#f8fafc}.legal-block p{margin:0;line-height:1.35}.legal-block p+p{margin-top:8px}.sheet.pdf-export{width:794px;max-width:794px;box-shadow:none;border-radius:0;padding:12px 14px 14px;font-size:11px;line-height:1.2}.sheet.pdf-export .head-actions,.sheet.pdf-export .wm-ink{display:none!important}.sheet.pdf-export .head{gap:7px}.sheet.pdf-export .head-banner{margin:-12px -14px 0;padding:12px 12px 10px}.sheet.pdf-export .head-logo-img{width:min(360px,80%);margin:0 auto 6px}.sheet.pdf-export .head-banner-title{font-size:.86rem}.sheet.pdf-export .head-meta{padding:6px 10px;border-radius:12px;font-size:.82rem}.sheet.pdf-export .row{gap:6px;margin-top:6px}.sheet.pdf-export .box{min-height:0;padding:6px 8px;border-radius:8px;gap:4px}.sheet.pdf-export .box-title{font-size:.62rem}.sheet.pdf-export .box-value{font-size:.82rem}.sheet.pdf-export .coverage-row .box-title,.sheet.pdf-export .coverage-row .box-value{padding:8px 10px;font-size:.84rem}.sheet.pdf-export .partes-list{margin-top:8px;gap:6px}.sheet.pdf-export .party-card{padding:6px 8px;border-radius:8px}.sheet.pdf-export .party-title{min-width:200px;margin:-6px -8px 6px;padding:5px 9px;border-radius:8px;font-size:.76rem}.sheet.pdf-export .party-row{grid-template-columns:60px 1fr;gap:6px;margin-top:2px}.sheet.pdf-export .party-name-row .k,.sheet.pdf-export .party-name-row .v{font-size:.86rem}.sheet.pdf-export .party-rut-row .k,.sheet.pdf-export .party-rut-row .v{font-size:.74rem}.sheet.pdf-export .commission-line{margin-top:8px;padding:6px 8px;border-radius:8px;font-size:.75rem}.sheet.pdf-export .commission-label{font-size:.72rem}.sheet.pdf-export .panel{border-radius:8px}.sheet.pdf-export .panel-title{padding:7px 10px;font-size:.84rem}.sheet.pdf-export .exec-row{padding:8px 10px 0;font-size:.76rem}.sheet.pdf-export .panel .kv{padding:5px 10px 8px;gap:3px 8px;font-size:.76rem}.sheet.pdf-export .section-title{margin-top:8px;font-size:.82rem}.sheet.pdf-export .glosa{margin-top:6px;padding:7px 8px;border-radius:8px;font-size:.75rem;line-height:1.22}.sheet.pdf-export .legal-block{margin-top:6px;padding:7px 8px;border-radius:8px;font-size:.72rem;line-height:1.2}.sheet.pdf-export .legal-block p+p{margin-top:4px}@media print{@page{size:A4 portrait;margin:6mm}html,body{width:210mm;height:297mm;background:#fff!important}.sheet-wrap{position:static;inset:auto;background:#fff!important;padding:0;margin:0;overflow:visible;display:flex;justify-content:center;align-items:flex-start;z-index:auto}.sheet{width:198mm;max-width:198mm;box-shadow:none;border-radius:0;background:#fff;padding:4mm 6mm 5mm;overflow:visible;isolation:auto;position:relative;font-size:11px;line-height:1.2}.head{gap:7px}.head-banner{margin:0 -6mm;padding:12px 12px 10px;border-radius:0}.head-logo-img{width:min(360px,80%);margin:0 auto 6px}.head-banner-title{font-size:.86rem}.head-meta{padding:6px 10px;border-radius:12px;font-size:.82rem}.row{gap:6px;margin-top:6px}.box{min-height:0;padding:6px 8px;border-radius:8px;gap:4px}.box-title{font-size:.62rem}.box-value{font-size:.82rem}.coverage-row .box-title,.coverage-row .box-value{padding:8px 10px;font-size:.84rem}.partes-list{margin-top:8px;gap:6px}.party-card{padding:6px 8px;border-radius:8px}.party-title{min-width:200px;margin:-6px -8px 6px;padding:5px 9px;border-radius:8px;font-size:.76rem}.party-row{grid-template-columns:60px 1fr;gap:6px;margin-top:2px}.party-name-row .k,.party-name-row .v{font-size:.86rem}.party-rut-row .k,.party-rut-row .v{font-size:.74rem}.commission-line{margin-top:8px;padding:6px 8px;border-radius:8px;font-size:.75rem}.commission-label{font-size:.72rem}.panel{border-radius:8px}.panel-title{padding:7px 10px;font-size:.84rem}.exec-row{padding:8px 10px 0;font-size:.76rem}.panel .kv{padding:5px 10px 8px;gap:3px 8px;font-size:.76rem}.section-title{margin-top:8px;font-size:.82rem}.glosa{margin-top:6px;padding:7px 8px;border-radius:8px;font-size:.75rem;line-height:1.22}.legal-block{margin-top:6px;padding:7px 8px;border-radius:8px;font-size:.72rem;line-height:1.2}.legal-block p+p{margin-top:4px}.sheet,.head,.row,.partes-list,.panel,.glosa,.legal-block{break-inside:avoid;page-break-inside:avoid}.no-print,.head-actions,.wm-ink{display:none!important}}@media (max-width: 900px){.head-banner{margin:-18px -20px 0;padding:18px 14px 14px}.head-banner-title{font-size:.95rem}.head-logo-img{width:min(460px,96%)}.head-meta{flex-direction:column;align-items:flex-start;gap:6px;font-size:1rem}.head-meta-vigencia{text-align:left}.g2,.g3,.coverage-row .box{grid-template-columns:1fr}.coverage-row .box-title{border-right:0;border-bottom:4px solid #0b59c4}}.clientes-page{padding:2rem;max-width:1400px;margin:0 auto}.clientes-header{margin-bottom:2rem}.clientes-header h1{font-size:2rem;margin-bottom:1rem;color:#2c3e50}.search-form{display:flex;gap:1rem;max-width:600px}.search-input{flex:1;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.search-button{padding:.75rem 2rem;background:#3498db;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:1rem;font-weight:500;transition:background .2s}.search-button:hover{background:#2980b9}.loading{text-align:center;padding:2rem;color:#7f8c8d;font-size:1.1rem}.clientes-table-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.clientes-table{width:100%;border-collapse:collapse}.clientes-table thead{background:#f8f9fa}.clientes-table th{padding:1rem;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0}.clientes-table td{padding:1rem;border-bottom:1px solid #e0e0e0}.clickable-row{cursor:pointer;transition:background .2s}.clickable-row:hover{background:#f8f9fa}.no-results{text-align:center;padding:3rem!important;color:#7f8c8d}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.ficha-modal{background:#fff;border-radius:8px;width:90%;max-width:1200px;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a}.ficha-header{display:flex;justify-content:space-between;align-items:flex-start;padding:2rem;border-bottom:1px solid #e0e0e0}.ficha-title h2{margin:0;font-size:1.5rem;color:#2c3e50}.ficha-rut{margin:.25rem 0 0;color:#7f8c8d;font-size:.9rem}.close-button{background:none;border:none;font-size:1.5rem;cursor:pointer;color:#7f8c8d;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.close-button:hover{background:#f0f0f0}.ficha-info{padding:1rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;border-bottom:1px solid #e0e0e0}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{font-size:.85rem;color:#7f8c8d;font-weight:500}.info-value{font-size:1rem;color:#2c3e50}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;padding:2rem;border-bottom:1px solid #e0e0e0}.stat-card{background:#f8f9fa;padding:1.5rem;border-radius:8px;text-align:center}.stat-value{font-size:2rem;font-weight:700;color:#3498db;margin-bottom:.5rem}.stat-label{font-size:.85rem;color:#7f8c8d;font-weight:500}.ficha-tabs{display:flex;border-bottom:1px solid #e0e0e0;padding:0 2rem}.tab{background:none;border:none;padding:1rem 1.5rem;cursor:pointer;font-size:1rem;color:#7f8c8d;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{color:#2c3e50}.tab.active{color:#3498db;border-bottom-color:#3498db;font-weight:600}.ficha-content{padding:2rem}.solicitudes-list{overflow-x:auto}.solicitudes-table{width:100%;border-collapse:collapse}.solicitudes-table th{padding:.75rem;text-align:left;font-weight:600;color:#2c3e50;border-bottom:2px solid #e0e0e0;background:#f8f9fa}.solicitudes-table td{padding:.75rem;border-bottom:1px solid #e0e0e0}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:500}.badge-success{background:#d4edda;color:#155724}.badge-danger{background:#f8d7da;color:#721c24}.badge-warning{background:#fff3cd;color:#856404}.badge-info{background:#d1ecf1;color:#0c5460}.badge-secondary{background:#e2e3e5;color:#383d41}.timeline-list{max-height:500px;overflow-y:auto}.timeline{list-style:none;padding:0;margin:0}.timeline-item{border-left:2px solid #3498db;padding:1rem 0 1rem 1.5rem;margin-left:.5rem;position:relative}.timeline-item:before{content:"";position:absolute;left:-6px;top:1.5rem;width:10px;height:10px;border-radius:50%;background:#3498db}.timeline-date{font-size:.85rem;color:#7f8c8d;margin-bottom:.5rem}.timeline-type{font-weight:600;color:#2c3e50;margin-bottom:.25rem}.timeline-detail{color:#555;margin-bottom:.5rem;line-height:1.5}.timeline-user{font-size:.85rem;color:#7f8c8d;font-style:italic}.empty-message{text-align:center;padding:3rem;color:#7f8c8d;font-size:1rem}.empty-message.compact{padding:1rem 0}.documentos-cliente-panel{display:flex;flex-direction:column;gap:1rem}.documento-actual-card{border:1px solid #dbe4f0;border-radius:10px;padding:1rem;background:#f8fbff}.documento-actual-head{display:flex;justify-content:space-between;align-items:center;gap:1rem}.documento-actual-title{font-size:.85rem;color:#6b7280;font-weight:600}.documento-actual-name{font-size:1rem;color:#1f2937;font-weight:600;margin-top:.25rem}.documento-actual-meta{margin-top:.75rem;display:flex;flex-wrap:wrap;gap:1rem;font-size:.88rem;color:#4b5563}.documento-download-btn{text-decoration:none;background:#2563eb;color:#fff;padding:.5rem .85rem;border-radius:8px;font-weight:600;font-size:.9rem}.documento-download-btn:hover{background:#1d4ed8}.documentos-historico h4,.documentos-origenes h4{margin:.5rem 0;color:#2c3e50}.documentos-table th,.documentos-table td{vertical-align:middle}.documento-inline-link{color:#2563eb;text-decoration:none;font-weight:600}.documento-inline-link:hover{text-decoration:underline}.documentos-origenes{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.75rem}.doc-origin-card{border:1px solid #e5e7eb;border-radius:8px;padding:.75rem;background:#fff}.doc-origin-name{font-weight:600;color:#374151;margin-bottom:.5rem}.doc-origin-list{display:flex;flex-direction:column;gap:.35rem}.doc-origin-row{display:grid;grid-template-columns:62px 1fr auto;gap:.5rem;font-size:.85rem;color:#4b5563;align-items:center}.dg-page{min-height:100vh;background:#eef2f7}.dg-main{padding:72px 20px 28px;max-width:1680px;margin:0 auto}.dg-header{background:linear-gradient(90deg,#0454b8,#0f5ab8);border-radius:14px;padding:18px 18px 16px;color:#fff;display:flex;gap:16px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}.dg-title-wrap h1{margin:0;font-size:1.72rem;line-height:1.1;font-weight:700}.dg-title-wrap p{margin:6px 0 0;opacity:.85;font-size:.88rem}.dg-filters{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.dg-filter-block{display:flex;align-items:center;gap:8px}.dg-filter-label{font-size:.82rem;text-transform:uppercase;letter-spacing:.06em;opacity:.85}.dg-filters select,.dg-filters input[type=month],.dg-states-trigger,.dg-search-btn{appearance:none;border:1px solid rgba(255,255,255,.35);background:#ffffff24;color:#fff;border-radius:999px;padding:7px 14px;font-size:.95rem;font-weight:600}.dg-filters select option{color:#0f172a}.dg-range-wrap{display:inline-flex;align-items:center;gap:8px;color:#ffffffe6}.dg-mode-group{display:inline-flex;background:#ffffff1a;padding:3px;border-radius:999px;border:1px solid rgba(255,255,255,.28)}.dg-mode-btn{border:0;background:transparent;color:#ffffffdb;font-weight:700;font-size:.88rem;border-radius:999px;padding:6px 12px;cursor:pointer}.dg-mode-btn.active{background:#fff;color:#0f5ab8}.dg-states-picker{position:relative}.dg-states-trigger{cursor:pointer}.dg-states-menu{position:absolute;right:0;top:calc(100% + 8px);width:250px;max-height:300px;overflow-y:auto;border-radius:12px;border:1px solid #d5deea;background:#fff;box-shadow:0 14px 28px #0d203a38;padding:10px;z-index:20}.dg-state-option{display:flex;align-items:center;gap:8px;font-size:.86rem;color:#213048;padding:4px 2px}.dg-state-option--all{border-bottom:1px solid #e2e8f3;margin-bottom:6px;padding-bottom:8px;font-weight:700}.dg-state-option input{accent-color:#0f5ab8}.dg-search-btn{cursor:pointer;background:#fff;color:#0f5ab8;border-color:#fff;min-width:104px}.dg-search-btn:disabled{opacity:.7;cursor:default}.dg-error{margin-top:12px;background:#fee2e2;border:1px solid #fecaca;color:#991b1b;padding:10px 12px;border-radius:10px;font-weight:600}.dg-summary-grid{margin-top:16px;display:grid;gap:12px;grid-template-columns:repeat(5,minmax(0,1fr))}.dg-summary-card{border-radius:14px;border:1px solid #d5deea;background:#fff;padding:15px 16px;display:flex;flex-direction:column;gap:7px;min-height:104px}.dg-card-with-help{position:relative}.dg-card-with-help>span:first-of-type{padding-right:30px}.dg-card-help{position:absolute;top:10px;right:10px;z-index:4;overflow:visible}.dg-card-help-btn{width:20px;height:20px;border-radius:999px;border:1px solid #bfd0e6;background:#f3f8ff;color:#3668a2;font-size:.72rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;-webkit-user-select:none;user-select:none;padding:0}.dg-card-help-btn:focus-visible{outline:2px solid #94b7df;outline-offset:2px}.dg-card-help-pop{position:absolute;top:calc(100% + 10px);left:50%;right:auto;width:clamp(220px,24vw,340px);max-width:calc(100vw - 24px);border-radius:12px;border:1px solid rgba(170,191,218,.85);background:linear-gradient(165deg,#fffffffa,#f2f8fffa);color:#203a5b;font-size:.79rem;line-height:1.38;font-weight:650;padding:10px 12px;box-shadow:0 14px 34px #081c3438,0 2px 8px #081c341f;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow-wrap:anywhere;opacity:0;visibility:hidden;transform:translate(calc(-50% + var(--dg-help-shift, 0px)),-6px) scale(.985);transition:opacity .16s ease,transform .16s ease,visibility .16s ease;pointer-events:none;z-index:22}.dg-card-help-pop:before{content:"";position:absolute;top:8px;bottom:8px;left:6px;width:2px;border-radius:999px;background:linear-gradient(180deg,#5482bae6,#35619c8c);pointer-events:none}.dg-card-help:hover .dg-card-help-pop,.dg-card-help-pop.is-open{opacity:1;visibility:visible;transform:translate(calc(-50% + var(--dg-help-shift, 0px))) scale(1);pointer-events:auto}.dg-card-help.is-dark .dg-card-help-btn{border-color:#ffffff7a;background:#ffffff26;color:#fff}.dg-card-help.is-dark .dg-card-help-pop{border-color:#81aadd73;background:linear-gradient(165deg,#0a2f61,#08264f);color:#eaf3ff;backdrop-filter:none;-webkit-backdrop-filter:none}.dg-card-help.is-dark .dg-card-help-pop:before{background:linear-gradient(180deg,#a1c7f1f2,#7aa6dc8c)}.dg-summary-card--interactive{cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.dg-summary-card--interactive:hover,.dg-summary-card--interactive:focus-visible{transform:translateY(-1px);border-color:#a9c3de;box-shadow:0 10px 20px #0e2a4b1a;outline:none}.dg-summary-card span{color:#6d7f98;text-transform:uppercase;letter-spacing:.06em;font-size:.74rem;font-weight:700}.dg-summary-card strong{color:#0f5ab8;font-size:2.2rem;line-height:1;font-weight:800}.dg-summary-card small{color:#3b9780;font-size:.84rem;font-weight:700}.dg-summary-card--neutral small{color:#6d7f98}.dg-summary-card--primary{background:linear-gradient(135deg,#0953b0,#1465c5);border-color:transparent}.dg-summary-card--primary span,.dg-summary-card--primary strong,.dg-summary-card--primary small{color:#fff}.dg-period-band{margin-top:14px;background:linear-gradient(130deg,#0c53ac,#0f66cb);border-radius:15px;padding:12px 14px 16px;color:#fff}.dg-period-band h3{margin:2px 6px 12px;font-size:.9rem;text-transform:uppercase;letter-spacing:.08em}.dg-period-cards{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.dg-period-cards-extended{grid-template-columns:repeat(3,minmax(0,1fr))}.dg-period-cards>article,.dg-period-cards>button,.dg-period-cards>[role=button]{border:1px solid rgba(255,255,255,.22);background:#ffffff24;border-radius:10px;padding:12px 14px;display:flex;flex-direction:column;gap:4px;min-height:82px}.dg-period-card-btn{width:100%;text-align:left;color:inherit}.dg-period-card-btn.interactive{cursor:pointer;transition:transform .14s ease,border-color .14s ease,background .14s ease}.dg-period-card-btn.interactive:hover,.dg-period-card-btn.interactive:focus-visible{transform:translateY(-1px);border-color:#ffffff80;background:#fff3;outline:none}.dg-period-card-btn:disabled{opacity:.8;cursor:default}.dg-period-cards span{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;opacity:.92;font-weight:700}.dg-period-cards strong{font-size:1.75rem;line-height:1}.dg-period-cards article small{font-size:.76rem;opacity:.95;font-weight:700}.dg-grid{display:grid;gap:12px;margin-top:14px}.dg-grid-main{grid-template-columns:1.65fr .9fr}.dg-grid-secondary{grid-template-columns:repeat(3,minmax(0,1fr))}.dg-card{background:#fff;border:1px solid #d5deea;border-radius:14px;padding:14px}.dg-card h3{margin:2px 0 14px;font-size:.9rem;text-transform:uppercase;color:#6d7f98;letter-spacing:.08em}.dg-funnel-list{display:flex;flex-direction:column;gap:10px}.dg-funnel-row{display:grid;grid-template-columns:190px 1fr 110px;align-items:center;gap:10px}.dg-funnel-label-wrap{display:inline-flex;align-items:center;gap:8px;min-width:0}.dg-funnel-label{font-size:.86rem;color:#30445f;font-weight:700}.dg-funnel-breakdown-toggle{width:18px;height:18px;border-radius:999px;border:1px solid #bfd0e6;background:#f3f8ff;color:#3b679d;font-size:.7rem;font-weight:800;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;line-height:1}.dg-funnel-breakdown-toggle.is-open{background:#e6f0fe;border-color:#95b8e1;color:#1f4f8d}.dg-funnel-breakdown-toggle:focus-visible{outline:2px solid #94b7df;outline-offset:1px}.dg-funnel-track{background:#edf2f9;border-radius:6px;height:40px;overflow:hidden}.dg-funnel-track.is-clickable{cursor:pointer}.dg-funnel-fill{height:100%;border-radius:6px;color:#fff;font-weight:800;display:inline-flex;align-items:center;justify-content:flex-end;padding:0 12px;white-space:nowrap}.dg-funnel-side{text-align:right;display:flex;flex-direction:column;gap:2px}.dg-funnel-side strong{color:#1f2d44;font-size:1.2rem;line-height:1}.dg-funnel-side small{color:#7e90a9;font-weight:700;font-size:.8rem}.dg-funnel-row-wrap{display:flex;flex-direction:column;gap:6px}.dg-funnel-segment-wrap{height:100%;border-radius:6px;display:flex;overflow:hidden;position:relative}.dg-funnel-segment{height:100%;position:relative;display:flex;align-items:center;justify-content:flex-end;padding:0 10px;min-width:0}.dg-funnel-segment+.dg-funnel-segment{box-shadow:inset 1px 0 #ffffff42}.dg-funnel-segment-value{color:#fff;font-weight:800;font-size:.95rem;white-space:nowrap;text-shadow:0 1px 2px rgba(0,0,0,.18)}.dg-funnel-segment-value.is-small{font-size:.84rem}.dg-funnel-breakdown-pop{margin-left:200px;display:flex;flex-wrap:wrap;gap:6px;padding-top:2px}.dg-funnel-breakdown-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #d6dfec;border-radius:999px;background:#f7faff;color:#5e7695;padding:2px 8px;font-size:.75rem;font-weight:700}.dg-funnel-breakdown-chip i{width:7px;height:7px;border-radius:999px;display:inline-block}.dg-funnel-breakdown-chip.is-current{border-color:#8fb3df;background:#eaf2ff;color:#1f4f8d}.dg-funnel-breakdown-chip.is-note{border-style:dashed;color:#6b7f99;background:#f8fbff}.dg-funnel-row-meta{display:flex;flex-wrap:wrap;gap:6px;padding-left:200px}.dg-funnel-meta-chip{display:inline-flex;align-items:center;border:1px solid #d5dfec;border-radius:999px;padding:2px 9px;font-size:.76rem;font-weight:700;color:#5a6f8c;background:#f4f8ff}.dg-funnel-meta-chip.is-current{border-color:#8fb6ea;background:#e9f2ff;color:#1f4f8d}.dg-conversion-wrap{display:flex;flex-direction:column;gap:12px}.dg-conversion-cards{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr))}.dg-conversion-item{border:1px solid #d9e3f0;background:#f6f9fd;border-radius:10px;padding:10px;display:flex;flex-direction:column;gap:3px;align-items:center}.dg-conversion-item-head{display:inline-flex;align-items:center;gap:8px}.dg-conversion-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dg-conversion-item strong{font-size:1.52rem;line-height:1;color:#1f4fa0}.dg-conversion-name{color:#5e7594;font-weight:700;font-size:.82rem}.dg-donut-center-value{fill:#0f5ab8;font-weight:800;font-size:1.6rem}.dg-donut-center-label{fill:#6d7f98;font-size:.82rem;font-weight:700}.dg-donut-segment-label{fill:#486280;font-size:11px;font-weight:700}.dg-reasons-list{display:flex;flex-direction:column;gap:8px}.dg-reason-row{display:grid;grid-template-columns:1fr 1.15fr auto;gap:8px;align-items:center}.dg-reason-row span{color:#30445f;font-weight:600;font-size:.83rem}.dg-reason-row strong{color:#5c6f8a;min-width:24px;text-align:right}.dg-reason-track{height:14px;background:#edf2f9;border-radius:999px;overflow:hidden}.dg-reason-fill{height:100%;border-radius:999px}.dg-reason-fill--loss{background:linear-gradient(90deg,#f2a226,#8f5500)}.dg-reason-fill--reject{background:linear-gradient(90deg,#e24a4a,#6f0f15)}.dg-closure-card{display:flex;flex-direction:column;gap:10px}.dg-closure-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.dg-closure-head h3{margin:0}.dg-closure-head small{color:#5d718b;font-size:.77rem;font-weight:700}.dg-closure-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dg-closure-item{border:1px solid #d5e0ee;border-radius:12px;background:#f7fbff;color:inherit;text-align:left;padding:11px;display:flex;flex-direction:column;gap:5px}.dg-closure-item.interactive{cursor:pointer;transition:transform .14s ease,border-color .14s ease,box-shadow .14s ease}.dg-closure-item.interactive:hover{transform:translateY(-1px);border-color:#acc4de;box-shadow:0 8px 18px #0e2a4b17}.dg-closure-item:disabled{opacity:.72}.dg-closure-item span{color:#617893;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;font-weight:700}.dg-closure-item strong{color:#0f5ab8;font-size:1.3rem;line-height:1.1}.dg-closure-item small{color:#547190;font-size:.78rem;font-weight:700}.dg-closure-item em{color:#6c8098;font-size:.74rem;font-style:normal;font-weight:700}.dg-time-modal-backdrop{position:fixed;inset:0;background:#0b1a2d6b;display:flex;align-items:center;justify-content:center;z-index:60;padding:20px}.dg-time-modal{width:min(920px,100%);max-height:min(86vh,760px);overflow:auto;border-radius:14px;border:1px solid #ccd9ea;background:#fff;box-shadow:0 22px 46px #08182a47;padding:16px}.dg-time-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.dg-time-modal-head h3{margin:0}.dg-time-modal-close{border:1px solid #cad8e9;background:#f7fbff;color:#23466f;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700;cursor:pointer}.dg-time-modal-sub{margin:0 0 12px;color:#5b708d;font-weight:600;font-size:.86rem}.dg-time-buckets{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:12px}.dg-time-bucket-btn{border:1px solid #d4e0ef;background:#f8fbff;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;cursor:pointer;transition:border-color .14s ease,transform .14s ease}.dg-time-bucket-btn strong{color:#17457e;font-size:.92rem}.dg-time-bucket-btn span{color:#5f7490;font-size:.78rem;font-weight:700}.dg-time-bucket-btn:hover{border-color:#a9c3de;transform:translateY(-1px)}.dg-time-bucket-btn.active{border-color:#1e5cab;background:#ecf3ff}.dg-time-bucket-btn--pending{border-style:dashed}.dg-time-samples-wrap h4{margin:0 0 8px;font-size:.88rem;text-transform:uppercase;letter-spacing:.07em;color:#627895}.dg-time-samples-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.dg-time-sample-link{width:100%;border:1px solid #dbe5f2;border-radius:10px;background:#fff;text-align:left;padding:9px 10px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.dg-time-sample-link span{color:#164278;font-size:.88rem;font-weight:800}.dg-time-sample-link small{color:#5e748f;font-size:.76rem;font-weight:700}.dg-time-sample-link:hover{border-color:#aac2dd;background:#f8fbff}.dg-card--placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.dg-card--placeholder p{margin:0;color:#6b7280;font-weight:600}.dg-evolution-card{margin-top:14px}.dg-evolution-head{display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:wrap}.dg-evolution-tabs{display:inline-flex;gap:6px}.dg-evolution-tabs button{border:1px solid #cdd8e8;background:#fff;color:#546a88;border-radius:999px;padding:6px 12px;font-weight:700;font-size:.86rem;cursor:pointer}.dg-evolution-tabs button.active{background:#0f5ab8;color:#fff;border-color:#0f5ab8}.dg-evolution-inline-legend{margin-bottom:6px;display:inline-flex;align-items:center;gap:8px;color:#536b88;font-size:.82rem;font-weight:700}.dg-evolution-inline-dot{width:10px;height:10px;border-radius:999px;display:inline-block}.dg-evolution-value-label{fill:#1f3e65;font-size:11px;font-weight:700}.dg-empty{margin:0;color:#6b7280;font-style:italic}@media (max-width: 1400px){.dg-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dg-grid-main,.dg-grid-secondary{grid-template-columns:1fr}.dg-period-cards-extended{grid-template-columns:repeat(2,minmax(0,1fr))}.dg-closure-grid{grid-template-columns:1fr}}@media (max-width: 900px){.dg-main{padding:74px 10px 18px}.dg-title-wrap h1{font-size:1.3rem}.dg-filters{justify-content:flex-start}.dg-funnel-row{grid-template-columns:1fr;gap:6px}.dg-funnel-label-wrap{justify-content:space-between}.dg-funnel-side{flex-direction:row;justify-content:space-between;align-items:baseline}.dg-funnel-breakdown-pop{margin-left:0}.dg-funnel-row-meta{padding-left:0}.dg-summary-card strong{font-size:1.9rem}.dg-period-cards-extended{grid-template-columns:1fr}.dg-time-modal{max-height:calc(100vh - 32px)}}.da-inline-check{display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;font-size:.8rem;font-weight:700}.da-summary-grid{margin-top:12px;column-gap:14px}.da-period-band-first{margin-top:14px}.da-summary-card--standalone{position:relative;margin-right:22px;overflow:visible;border:2px solid #6c8fbd;background:linear-gradient(145deg,#f3f8fff5,#e5eefcf5),repeating-linear-gradient(-45deg,#1b4f940d 0px 8px,#fff0 8px 16px);box-shadow:0 12px 24px #08203c29,inset 0 0 0 1px #ffffffc7}.da-summary-card--standalone:before{content:"";position:absolute;left:0;top:0;width:9px;height:100%;background:linear-gradient(180deg,#214d86,#5f87ba);pointer-events:none}.da-summary-card--standalone:after{content:"";position:absolute;top:8px;right:-24px;width:3px;height:calc(100% - 16px);border-radius:999px;background:linear-gradient(180deg,#405d8400,#405d84,#405d8400);pointer-events:none}.da-summary-card--standalone span{color:#4f688a;padding-left:8px}.da-summary-card--standalone strong{color:#102f5a;padding-left:8px;font-size:2.35rem}.da-summary-card--standalone small{color:#4f688a;padding-left:8px}.da-period-cards-extended{grid-template-columns:repeat(3,minmax(0,1fr))}.da-period-cards-extended article small{font-size:.75rem;opacity:.95;font-weight:700}.da-inline-check input{accent-color:#0f5ab8}.da-vigentes-context{border:1px solid #d8e2ef;border-radius:12px;background:#f8fbff;padding:10px 12px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px}.da-vigentes-context-head{display:flex;justify-content:space-between;align-items:baseline;gap:10px;flex-wrap:wrap}.da-vigentes-context-head strong{color:#264a75;font-size:.87rem;font-weight:800}.da-vigentes-context-head small{color:#6280a3;font-size:.78rem;font-weight:700}.da-vigentes-context-track{height:10px;border-radius:999px;background:#e4ebf5;overflow:hidden;display:flex}.da-vigentes-context-segment{height:100%}.da-vigentes-context-meta{display:flex;flex-wrap:wrap;gap:6px}.da-vigentes-context-chip{display:inline-flex;align-items:center;gap:6px;border:1px solid #d3deec;border-radius:999px;padding:2px 8px;font-size:.76rem;font-weight:700;color:#5a7392;background:#fff}.da-vigentes-context-chip i{width:7px;height:7px;border-radius:999px;display:inline-block}.da-time-card{display:flex;flex-direction:column;justify-content:center}.da-time-card--interactive{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.da-time-card--interactive:hover,.da-time-card--interactive:focus-visible{transform:translateY(-2px);border-color:#b4c7df;box-shadow:0 10px 20px #102e511c;outline:none}.da-time-main{font-size:1.65rem;line-height:1;color:#0f5ab8;font-weight:800;margin-bottom:6px}.da-time-card p{margin:0;color:#60718a;font-weight:600}.da-time-meta{margin-top:6px;color:#5f7390;font-weight:700;font-size:.78rem}.da-time-drill-btn{margin-top:10px;align-self:flex-start;border:1px solid #c8d8ea;background:#f7fbff;color:#1c4f8a;border-radius:999px;padding:6px 12px;font-size:.78rem;font-weight:700;cursor:pointer}.da-time-drill-btn:hover:not(:disabled){background:#ecf4ff}.da-time-drill-btn:disabled{opacity:.55;cursor:default}.da-time-modal-backdrop{position:fixed;inset:0;background:#0b1a2d6b;display:flex;align-items:center;justify-content:center;z-index:60;padding:20px}.da-time-modal{width:min(920px,100%);max-height:min(86vh,760px);overflow:auto;border-radius:14px;border:1px solid #ccd9ea;background:#fff;box-shadow:0 22px 46px #08182a47;padding:16px}.da-time-modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.da-time-modal-head h3{margin:0}.da-time-modal-close{border:1px solid #cad8e9;background:#f7fbff;color:#23466f;border-radius:999px;padding:6px 12px;font-size:.8rem;font-weight:700;cursor:pointer}.da-time-modal-sub{margin:0 0 12px;color:#5b708d;font-weight:600;font-size:.86rem}.da-time-buckets{display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(130px,1fr));margin-bottom:12px}.da-time-bucket-btn{border:1px solid #d4e0ef;background:#f8fbff;border-radius:10px;padding:8px 10px;display:flex;flex-direction:column;align-items:flex-start;gap:3px;cursor:pointer;transition:border-color .14s ease,transform .14s ease}.da-time-bucket-btn strong{color:#17457e;font-size:.92rem}.da-time-bucket-btn span{color:#5f7490;font-size:.78rem;font-weight:700}.da-time-bucket-btn:hover{border-color:#a9c3de;transform:translateY(-1px)}.da-time-bucket-btn.active{border-color:#1e5cab;background:#ecf3ff}.da-time-samples-wrap h4{margin:0 0 8px;font-size:.88rem;text-transform:uppercase;letter-spacing:.07em;color:#627895}.da-time-samples-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.da-time-sample-link{width:100%;border:1px solid #dbe5f2;border-radius:10px;background:#fff;text-align:left;padding:9px 10px;display:flex;flex-direction:column;gap:4px;cursor:pointer}.da-time-sample-link span{color:#164278;font-size:.88rem;font-weight:800}.da-time-sample-link small{color:#5e748f;font-size:.76rem;font-weight:700}.da-time-sample-link:hover{border-color:#aac2dd;background:#f8fbff}.da-users-card{margin-top:14px}.da-users-head h3{margin:2px 0 12px;font-size:.95rem;text-transform:uppercase;color:#6d7f98;letter-spacing:.08em}.da-users-table-wrap{width:100%;overflow-x:auto}.da-users-table{width:100%;border-collapse:collapse;min-width:720px}.da-users-table th{text-align:left;padding:8px 9px;font-size:.76rem;color:#6d7f98;text-transform:uppercase;letter-spacing:.06em;border-bottom:1px solid #dbe5f2;white-space:nowrap}.da-users-table td{padding:8px 9px;border-bottom:1px solid #edf2f9;color:#2c3f59;font-size:.83rem;font-weight:600;white-space:nowrap}.da-user-ops-btn{border:1px solid #cfe0f3;background:#f6fbff;color:#15457d;border-radius:8px;padding:3px 8px;font-size:.79rem;font-weight:800;cursor:pointer}.da-user-ops-btn:hover{border-color:#a9c3de;background:#edf6ff}.da-users-table tbody tr:hover td{background:#f8fbff}.da-empty-cell{text-align:center;color:#7a8aa0;font-style:italic}.da-risk-table-card{margin-top:12px}.da-risk-table{min-width:980px}@media (max-width: 1400px){.da-period-cards-extended{grid-template-columns:repeat(2,minmax(0,1fr))}.da-summary-card--standalone{margin-right:0}.da-summary-card--standalone:after{display:none}}@media (max-width: 900px){.da-period-cards-extended{grid-template-columns:1fr}.da-time-modal{max-height:calc(100vh - 32px)}}:root{--bg:#0f1115;--card:#161a22;--text:#e5e7eb;--muted:#9aa0a6;--primary:#4f46e5;--primary-contrast:#fff;--border:#2a2f3a;--ring:rgba(79,70,229,.45);--error:#ef4444}@media (prefers-color-scheme: light){:root{--bg:#f6f7fb;--card:#ffffff;--text:#0f172a;--muted:#667085;--primary:#3b82f6;--border:#e5e7eb;--ring:rgba(59,130,246,.35)}}*{box-sizing:border-box}.auth-wrap{min-height:100dvh;width:100%;display:grid;place-items:center;padding:24px;background:radial-gradient(1200px 600px at 80% -10%,rgba(79,70,229,.12),transparent),radial-gradient(900px 500px at 0% 100%,rgba(59,130,246,.1),transparent),var(--bg)}.auth-card{margin:0 16px}.auth-card{width:min(440px,100%);background:var(--card);color:var(--text);border:1px solid var(--border);border-radius:16px;padding:28px 24px;box-shadow:0 20px 60px #00000059}.auth-header{text-align:center;margin-bottom:14px}.brand{display:flex;align-items:center;gap:8px;justify-content:center;margin-bottom:8px}.brand-dot{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,var(--primary),#22c55e)}.brand-text{font-weight:700;letter-spacing:.4px;color:var(--text)}#auth-title{font-size:22px;margin:4px 0 2px}.auth-sub{color:var(--muted);margin:0}.quick-users{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 4px}.chip{border:1px solid var(--border);background:transparent;color:var(--text);padding:6px 10px;border-radius:999px;font-size:12px;cursor:pointer}.chip:hover{border-color:var(--primary)}.auth-form{display:grid;gap:14px;margin-top:10px}.field{display:grid;gap:6px}.field>span{font-size:13px;color:var(--muted)}.field input{width:100%;padding:12px;border-radius:10px;background:transparent;color:var(--text);border:1px solid var(--border);outline:0;transition:.15s border-color,.15s box-shadow}.field input:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--ring)}.remember{display:flex;align-items:center;gap:10px;color:var(--muted);font-size:13px;margin-top:0}.auth-error{background:#ef44441a;border:1px solid rgba(239,68,68,.35);color:#fecaca;padding:10px 12px;border-radius:10px;font-size:13px}.auth-button{width:100%;padding:12px 14px;border-radius:10px;border:0;cursor:pointer;background:var(--primary);color:var(--primary-contrast);font-weight:600;transition:transform .06s ease,filter .2s}.auth-button:disabled{filter:saturate(.4) opacity(.85);cursor:not-allowed}.auth-button:active{transform:translateY(1px)}.auth-footer{text-align:center;margin-top:14px;color:var(--muted)}.correos-progress-bar{position:fixed;top:0;width:100%;background:#0057ff;color:#fff;padding:8px 16px;text-align:center;font-size:14px;z-index:9999;box-shadow:0 2px 5px #0003}html{font-size:16px!important;-webkit-text-size-adjust:100%;text-size-adjust:100%}*,*:before,*:after{box-sizing:border-box}:root{font-family:Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}
