@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-bottom:2rem;color:#1e293b;position:relative}.dashboard-title:after{content:"";display:block;width:4rem;height:3px;background:#2563eb;margin:.5rem auto 0;border-radius:2px}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}.toolbar-center{display:flex;justify-content:center;flex:0 1 32rem;margin-inline:auto}.toolbar-center .search-input{width:100%;max-width:none}.own-filter{display:inline-flex;align-items:center;gap:.5rem;margin-left:.85rem;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:2rem;justify-items:center;margin-bottom:1.5rem}.card{background:#fff;border-radius:1.5rem;padding:1.5rem;width:15rem;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}.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}.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,.dashboard-table td{padding:10px 12px;vertical-align:middle;text-align:center}.dashboard-table th:nth-child(1),.dashboard-table td:nth-child(1){text-align:center}.dashboard-table th:nth-child(8),.dashboard-table td:nth-child(8){text-align:center}.dashboard-table th:nth-child(9),.dashboard-table td:nth-child(9){text-align:center}.dashboard-table th:nth-child(10),.dashboard-table td:nth-child(10){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(14),.dashboard-table td:nth-child(14){text-align:center}.dashboard-table td:nth-child(11){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}.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}}@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;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}.dashboard-table th.sorted-secondary{position:relative}.dashboard-table th.sorted-secondary:after{content:"▼";position:absolute;right:6px;top:50%;transform:translateY(-50%);font-size:11px;opacity:.38}.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 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}.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}.toast{position:fixed;top:14px;right:18px;z-index:9999;background:#0ea5e9;color:#fff;padding:10px 12px;border-radius:10px;box-shadow:0 6px 20px #0000002e;font-weight:600}.toast-err{background:#ef4444}.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:center;justify-content:space-between;gap:8px;margin-bottom:12px}.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}.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}}.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}.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-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}.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}@keyframes spin{to{transform:rotate(360deg)}}.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}.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:12px}.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}.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;grid-template-columns:1fr auto;gap:8px 12px;align-items:center}.brand{display:flex;gap:10px;align-items:center}.logo{width:28px;height:28px;border-radius:9999px;background:#2563eb;color:#fff;display:grid;place-items:center;font-weight:800}.brand-name{font-weight:700}.brand-sub{font-size:.9rem;color:#475569}.head-actions{display:flex;gap:8px;justify-self: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}.head-meta{grid-column:1 / -1;justify-self:end;display:flex;gap:16px;font-size:.85rem;color:#475569}.m-label{color:#64748b}.row{display:grid;gap:10px;margin-top:10px}.g2{grid-template-columns:1fr 1fr}.g3{grid-template-columns:1fr 1fr 1fr}.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}.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:#f8fafc;border:1px solid #e5e9f2;border-radius:12px;padding:10px 12px}.panel-title{font-weight:800;margin-bottom:6px}.kv{display:grid;grid-template-columns:1fr auto;gap:6px 10px;align-items:center}.bold{font-weight:800}.glosa{border:2px dashed #d6e0f3;border-radius:12px;padding:12px;background:#fff;margin-top:10px;white-space:pre-wrap;line-height:1.35}.legal{margin-top:14px;color:#475569;font-size:.9rem}@media print{@page{size:A4 portrait;margin:10mm}body{background:#fff!important}.sheet-wrap{position:static;inset:auto;background:#fff!important;padding:0;margin:0;overflow:visible;display:block;z-index:auto}.sheet{width:auto;max-width:100%;box-shadow:none;border-radius:0;background:#fff;padding:0 10mm 10mm;overflow:visible;isolation:auto;position:relative;font-size:13px;line-height:1.35}.no-print,.head-actions,.wm-ink{display:none!important}}: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)}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
