.EstructuraEquipos-module__bcrmGW__estructuraEquipos{box-sizing:border-box;gap:24px;height:100%;display:flex;overflow:hidden}.EstructuraEquipos-module__bcrmGW__kanbanBoard{flex:1;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-content:start;gap:16px;height:100%;padding:4px;display:grid;overflow:hidden auto}.EstructuraEquipos-module__bcrmGW__groupColumn{background:var(--gray-50);border-radius:var(--radius-md);flex-direction:column;gap:12px;height:fit-content;min-height:300px;max-height:calc(100vh - 80px);padding:16px;display:flex}.EstructuraEquipos-module__bcrmGW__groupHeader{border-bottom:2px solid var(--gray-200);flex-shrink:0;justify-content:space-between;align-items:flex-start;padding-bottom:12px;display:flex}.EstructuraEquipos-module__bcrmGW__groupInfo{flex:1;min-width:0}.EstructuraEquipos-module__bcrmGW__groupName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0 0 4px;font-size:1rem;font-weight:600;overflow:hidden}.EstructuraEquipos-module__bcrmGW__chiefName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:.875rem;overflow:hidden}.EstructuraEquipos-module__bcrmGW__editGroupBtn{color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;padding:6px;transition:all .2s}.EstructuraEquipos-module__bcrmGW__editGroupBtn:hover{background:var(--gray-100);color:var(--azure)}.EstructuraEquipos-module__bcrmGW__accountantsList{flex-direction:column;flex:1;gap:8px;min-height:0;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.EstructuraEquipos-module__bcrmGW__accountantItem{background:var(--white);border-left:3px solid var(--gray-300);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;align-items:center;gap:12px;min-height:44px;padding:12px;transition:all .2s;display:flex}.EstructuraEquipos-module__bcrmGW__accountantItem:hover{background:var(--gray-50);border-left-color:var(--azure)}.EstructuraEquipos-module__bcrmGW__dragOver{border-left-color:var(--azure)!important;background:var(--azure-light)!important}.EstructuraEquipos-module__bcrmGW__borderGreen{border-left-color:var(--success)!important}.EstructuraEquipos-module__bcrmGW__borderOrange{border-left-color:var(--warning)!important}.EstructuraEquipos-module__bcrmGW__borderRed{border-left-color:var(--danger)!important}.EstructuraEquipos-module__bcrmGW__itemIndex{background:var(--gray-100);width:24px;height:24px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.75rem;font-weight:600;display:flex}.EstructuraEquipos-module__bcrmGW__itemContent{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.EstructuraEquipos-module__bcrmGW__accountantName{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;font-size:.875rem;font-weight:500;overflow:hidden}.EstructuraEquipos-module__bcrmGW__clientCount{color:var(--text-secondary);font-size:.75rem}.EstructuraEquipos-module__bcrmGW__orphanSidebar{background:var(--white);border-left:1px solid var(--gray-200);border-radius:var(--radius-md);flex-direction:column;flex-shrink:0;gap:16px;width:320px;padding:20px;display:flex;overflow:hidden}.EstructuraEquipos-module__bcrmGW__orphanTitle{color:var(--text-primary);border-bottom:2px solid var(--gray-200);flex-shrink:0;margin:0;padding-bottom:12px;font-size:1rem;font-weight:600}.EstructuraEquipos-module__bcrmGW__orphanList{flex-direction:column;flex:1;gap:8px;min-height:0;margin-right:-8px;padding-right:8px;display:flex;overflow-y:auto}.EstructuraEquipos-module__bcrmGW__orphanItem{background:var(--gray-50);border:1px dashed var(--gray-300);border-radius:var(--radius-md);cursor:grab;color:var(--text-secondary);box-sizing:border-box;-webkit-user-select:none;user-select:none;flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 14px;font-size:.875rem;transition:all .2s;display:flex}.EstructuraEquipos-module__bcrmGW__orphanItem:hover{background:var(--azure-light);border-color:var(--azure);color:var(--white);transform:translateY(-1px);box-shadow:0 2px 8px #007bff26}.EstructuraEquipos-module__bcrmGW__orphanItem:active{cursor:grabbing;opacity:.8;transform:translateY(0)}.EstructuraEquipos-module__bcrmGW__modalOverlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__modalOverlay{background:#000000b3}.EstructuraEquipos-module__bcrmGW__modalContent{background:var(--white);border-radius:var(--radius-lg);width:90%;max-width:500px;padding:24px;box-shadow:0 4px 24px #0003}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__modalContent{background:var(--surface-primary);box-shadow:0 4px 24px #0009}.EstructuraEquipos-module__bcrmGW__modalHeader{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.EstructuraEquipos-module__bcrmGW__modalHeader h2{color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.EstructuraEquipos-module__bcrmGW__modalClose{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;font-size:24px;transition:all .2s}.EstructuraEquipos-module__bcrmGW__modalClose:hover{background:var(--gray-100);color:var(--text-primary)}.EstructuraEquipos-module__bcrmGW__modalForm{flex-direction:column;gap:20px;display:flex}.EstructuraEquipos-module__bcrmGW__formGroup{flex-direction:column;gap:8px;display:flex}.EstructuraEquipos-module__bcrmGW__formGroup label{color:var(--text-primary);font-size:.875rem;font-weight:500}.EstructuraEquipos-module__bcrmGW__selectInput{border:1px solid var(--gray-300);border-radius:var(--radius-md);font-size:.875rem;font-family:var(--font-body);background:var(--white);color:var(--text-primary);padding:10px 12px;transition:all .2s}.EstructuraEquipos-module__bcrmGW__selectInput:focus{border-color:var(--azure);outline:none;box-shadow:0 0 0 3px #007bff1a}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__selectInput{background:var(--bg-secondary);border-color:var(--border-primary);color:var(--text-primary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__selectInput:focus{border-color:var(--azure);box-shadow:0 0 0 3px #4da3f733}.EstructuraEquipos-module__bcrmGW__modalActions{justify-content:flex-end;gap:12px;margin-top:8px;display:flex}.EstructuraEquipos-module__bcrmGW__cancelBtn,.EstructuraEquipos-module__bcrmGW__saveBtn{border-radius:var(--radius-md);cursor:pointer;border:none;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.EstructuraEquipos-module__bcrmGW__cancelBtn{background:var(--gray-100);color:var(--text-secondary)}.EstructuraEquipos-module__bcrmGW__cancelBtn:hover{background:var(--gray-200);color:var(--text-primary)}.EstructuraEquipos-module__bcrmGW__saveBtn{background:var(--azure);color:var(--white)}.EstructuraEquipos-module__bcrmGW__saveBtn:hover{background:var(--azure-dark)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__groupColumn{background:var(--bg-secondary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__accountantItem{background:var(--surface-primary);border-left-color:var(--border-primary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__accountantItem:hover{background:var(--bg-tertiary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__dragOver{background:#4da3f726!important}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__itemIndex{background:var(--bg-tertiary);color:var(--text-secondary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__orphanSidebar{background:var(--surface-primary);border-left-color:var(--border-primary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__orphanItem{background:var(--bg-secondary);border-color:var(--border-primary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__orphanItem:hover{color:var(--azure);background:#4da3f726;transform:translateY(-1px);box-shadow:0 2px 8px #4da3f733}.EstructuraEquipos-module__bcrmGW__clientsList{flex-direction:column;gap:12px;max-height:400px;margin-right:-8px;padding-right:8px;display:flex;overflow-y:auto}.EstructuraEquipos-module__bcrmGW__clientItem{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--radius-md);justify-content:space-between;align-items:flex-start;padding:16px;transition:all .2s;display:flex}.EstructuraEquipos-module__bcrmGW__clientItem:hover{background:var(--gray-100);border-color:var(--gray-300)}.EstructuraEquipos-module__bcrmGW__clientInfo{flex-direction:column;flex:1;gap:8px;display:flex}.EstructuraEquipos-module__bcrmGW__clientName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.EstructuraEquipos-module__bcrmGW__clientDetails{flex-direction:column;gap:4px;display:flex}.EstructuraEquipos-module__bcrmGW__clientDetail{color:var(--text-secondary);font-size:.875rem}.EstructuraEquipos-module__bcrmGW__clientDetail strong{color:var(--text-primary);margin-right:6px;font-weight:500}.EstructuraEquipos-module__bcrmGW__deleteClientBtn{color:var(--danger);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.EstructuraEquipos-module__bcrmGW__deleteClientBtn:hover{background:var(--danger-light);color:var(--danger-dark)}.EstructuraEquipos-module__bcrmGW__emptyMessage{text-align:center;color:var(--text-secondary);padding:40px 20px;font-size:.875rem}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__clientItem{background:var(--bg-secondary);border-color:var(--border-primary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__clientItem:hover{background:var(--bg-tertiary);border-color:var(--border-secondary)}[data-theme=dark] .EstructuraEquipos-module__bcrmGW__deleteClientBtn:hover{background:#ef444426}@media (max-width:1400px){.EstructuraEquipos-module__bcrmGW__kanbanBoard{grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}}@media (max-width:1024px){.EstructuraEquipos-module__bcrmGW__estructuraEquipos{flex-direction:column}.EstructuraEquipos-module__bcrmGW__orphanSidebar{border-left:none;border-top:1px solid var(--gray-200);width:100%;max-height:300px}.EstructuraEquipos-module__bcrmGW__kanbanBoard{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}}@media (max-width:767px){.EstructuraEquipos-module__bcrmGW__estructuraEquipos{flex-direction:column;gap:16px;padding:0;overflow:hidden auto}.EstructuraEquipos-module__bcrmGW__kanbanBoard{grid-template-columns:1fr;gap:12px;padding:2px;overflow:hidden visible}.EstructuraEquipos-module__bcrmGW__groupColumn{border-radius:var(--radius-md);gap:10px;min-height:200px;max-height:none;padding:12px}.EstructuraEquipos-module__bcrmGW__groupHeader{flex-wrap:wrap;gap:8px;padding-bottom:10px}.EstructuraEquipos-module__bcrmGW__groupName{font-size:.9375rem}.EstructuraEquipos-module__bcrmGW__chiefName{font-size:.8125rem}.EstructuraEquipos-module__bcrmGW__editGroupBtn{padding:8px}.EstructuraEquipos-module__bcrmGW__accountantsList{gap:6px}.EstructuraEquipos-module__bcrmGW__accountantItem{gap:10px;min-height:40px;padding:10px}.EstructuraEquipos-module__bcrmGW__itemIndex{width:20px;height:20px;font-size:.6875rem}.EstructuraEquipos-module__bcrmGW__accountantName{font-size:.8125rem}.EstructuraEquipos-module__bcrmGW__clientCount{font-size:.6875rem}.EstructuraEquipos-module__bcrmGW__orphanSidebar{border-left:none;border-top:1px solid var(--border-primary);border-radius:var(--radius-md);gap:12px;width:100%;max-height:250px;padding:16px}.EstructuraEquipos-module__bcrmGW__orphanTitle{padding-bottom:10px;font-size:.9375rem}.EstructuraEquipos-module__bcrmGW__orphanList{gap:6px}.EstructuraEquipos-module__bcrmGW__orphanItem{padding:10px 12px;font-size:.8125rem}.EstructuraEquipos-module__bcrmGW__modalOverlay{align-items:flex-end;padding:0}.EstructuraEquipos-module__bcrmGW__modalContent{border-radius:var(--radius-lg)var(--radius-lg)0 0;width:100%;max-width:100%;max-height:85vh;padding:20px}.EstructuraEquipos-module__bcrmGW__modalHeader{margin-bottom:16px}.EstructuraEquipos-module__bcrmGW__modalHeader h2{font-size:1.125rem}.EstructuraEquipos-module__bcrmGW__modalForm{gap:16px}.EstructuraEquipos-module__bcrmGW__formGroup label{font-size:.8125rem}.EstructuraEquipos-module__bcrmGW__selectInput{padding:12px;font-size:1rem}.EstructuraEquipos-module__bcrmGW__modalActions{flex-direction:column;gap:10px;margin-top:12px}.EstructuraEquipos-module__bcrmGW__cancelBtn,.EstructuraEquipos-module__bcrmGW__saveBtn{width:100%;padding:12px 20px}.EstructuraEquipos-module__bcrmGW__clientsList{gap:10px;max-height:300px}.EstructuraEquipos-module__bcrmGW__clientItem{flex-direction:column;align-items:flex-start;gap:10px;padding:12px}.EstructuraEquipos-module__bcrmGW__clientInfo{width:100%}.EstructuraEquipos-module__bcrmGW__clientName{font-size:.9375rem}.EstructuraEquipos-module__bcrmGW__clientDetail{font-size:.8125rem}.EstructuraEquipos-module__bcrmGW__deleteClientBtn{align-self:flex-end;padding:10px}}@media (max-width:379px){.EstructuraEquipos-module__bcrmGW__groupColumn{padding:10px}.EstructuraEquipos-module__bcrmGW__groupName{font-size:.875rem}.EstructuraEquipos-module__bcrmGW__accountantItem{padding:8px}.EstructuraEquipos-module__bcrmGW__orphanSidebar{padding:12px}.EstructuraEquipos-module__bcrmGW__modalContent{padding:16px}}
.SupportLoad-module__Tb2iGa__supportLoad{flex-direction:column;gap:24px;height:100%;min-height:0;display:flex;overflow:hidden auto}.SupportLoad-module__Tb2iGa__card{background:var(--surface-primary);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);border:1px solid var(--border-primary);padding:24px;transition:background-color .3s,border-color .3s}.SupportLoad-module__Tb2iGa__cardTitle{font-family:var(--font-display);color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:400;transition:color .3s}.SupportLoad-module__Tb2iGa__cardSubtitle{color:var(--text-tertiary);margin-bottom:20px;font-size:.875rem;transition:color .3s}.SupportLoad-module__Tb2iGa__lineChart{margin-top:20px}.SupportLoad-module__Tb2iGa__chartArea{flex:1;overflow-x:auto}.SupportLoad-module__Tb2iGa__chartGrid{align-items:flex-end;gap:8px;min-width:600px;height:300px;padding:20px 0;display:flex;position:relative}.SupportLoad-module__Tb2iGa__linePoint{flex-direction:column;flex:1;align-items:center;gap:4px;display:flex;position:relative}.SupportLoad-module__Tb2iGa__point{background:var(--azure);border:2px solid var(--surface-primary);z-index:2;cursor:pointer;border-radius:50%;width:12px;height:12px;transition:all .3s;position:absolute}.SupportLoad-module__Tb2iGa__point:hover{background:var(--azure-light);transform:scale(1.5)}.SupportLoad-module__Tb2iGa__line{pointer-events:none;position:absolute;top:0;left:0}.SupportLoad-module__Tb2iGa__pointLabel{flex-direction:column;align-items:center;gap:2px;margin-top:8px;display:flex}.SupportLoad-module__Tb2iGa__dayLabel{color:var(--text-primary);text-align:center;font-size:.75rem;font-weight:500}.SupportLoad-module__Tb2iGa__countLabel{color:var(--text-tertiary);font-size:.7rem;font-weight:600}.SupportLoad-module__Tb2iGa__barChart{align-items:flex-end;gap:16px;height:300px;margin-top:20px;padding:20px 0;display:flex}.SupportLoad-module__Tb2iGa__barGroup{flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.SupportLoad-module__Tb2iGa__barContainer{justify-content:center;align-items:flex-end;width:100%;height:100%;display:flex}.SupportLoad-module__Tb2iGa__bar{background:linear-gradient(180deg,var(--azure-light),var(--azure));border-radius:var(--radius-sm)var(--radius-sm)0 0;cursor:pointer;width:80%;min-height:20px;transition:all .3s}.SupportLoad-module__Tb2iGa__bar:hover{opacity:.9;transform:scaleY(1.05)}.SupportLoad-module__Tb2iGa__barLabel{flex-direction:column;align-items:center;gap:4px;width:100%;display:flex}.SupportLoad-module__Tb2iGa__templateName{color:var(--text-primary);text-align:center;word-break:break-word;font-size:.75rem;font-weight:500}.SupportLoad-module__Tb2iGa__usageCount{color:var(--text-tertiary);font-size:.7rem;font-weight:600}
.Estadisticas-module__Otrlnq__estadisticas{background:var(--bg-secondary);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Estadisticas-module__Otrlnq__content{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}
.Plantillas-module__L_BGZW__plantillas{background:var(--bg-secondary);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Plantillas-module__L_BGZW__plantillasContainer{grid-template-columns:280px 1fr 240px;gap:24px;height:100%;padding:24px;display:grid;overflow:hidden}.Plantillas-module__L_BGZW__templatesSidebar{background:var(--surface-primary);border-radius:var(--radius-lg);border:1px solid var(--border-primary);flex-direction:column;display:flex;overflow:hidden}.Plantillas-module__L_BGZW__sidebarHeader{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px;display:flex}.Plantillas-module__L_BGZW__sidebarTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1rem;font-weight:600}.Plantillas-module__L_BGZW__newTemplateBtn{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--text-primary);cursor:pointer;align-items:center;gap:6px;padding:6px 12px;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.Plantillas-module__L_BGZW__newTemplateBtn:hover{background:var(--bg-tertiary);border-color:var(--azure);color:var(--azure)}.Plantillas-module__L_BGZW__templatesList{flex:1;padding:8px;overflow-y:auto}.Plantillas-module__L_BGZW__templateItem{border-radius:var(--radius-md);cursor:pointer;margin-bottom:4px;padding:12px;transition:all .2s}.Plantillas-module__L_BGZW__templateItem:hover{background:var(--bg-tertiary)}.Plantillas-module__L_BGZW__templateItem.Plantillas-module__L_BGZW__active{background:var(--azure);color:#fff}.Plantillas-module__L_BGZW__templateItem.Plantillas-module__L_BGZW__active .Plantillas-module__L_BGZW__templateName,.Plantillas-module__L_BGZW__templateItem.Plantillas-module__L_BGZW__active .Plantillas-module__L_BGZW__templateSubject{color:#fff}.Plantillas-module__L_BGZW__templateName{font-family:var(--font-body);color:var(--text-primary);margin-bottom:4px;font-size:.875rem;font-weight:600}.Plantillas-module__L_BGZW__templateSubject{font-family:var(--font-body);color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;overflow:hidden}.Plantillas-module__L_BGZW__emptyState{text-align:center;color:var(--text-secondary);padding:24px}.Plantillas-module__L_BGZW__emptyStateHint{opacity:.7;margin-top:8px;font-size:.75rem}.Plantillas-module__L_BGZW__editorArea{background:var(--surface-primary);border-radius:var(--radius-lg);border:1px solid var(--border-primary);flex-direction:column;display:flex;overflow:hidden}.Plantillas-module__L_BGZW__editorHeader{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 24px;display:flex}.Plantillas-module__L_BGZW__editorTitle{font-family:var(--font-display);color:var(--text-primary);font-size:1.125rem;font-weight:600}.Plantillas-module__L_BGZW__editorActions{gap:8px;display:flex}.Plantillas-module__L_BGZW__actionBtn{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--text-primary);cursor:pointer;padding:6px 12px;font-size:.875rem;font-weight:500;transition:all .2s}.Plantillas-module__L_BGZW__actionBtn:hover{background:var(--bg-tertiary);border-color:var(--azure);color:var(--azure)}.Plantillas-module__L_BGZW__formContainer{flex-direction:column;flex:1;gap:20px;padding:24px;display:flex;overflow-y:auto}.Plantillas-module__L_BGZW__formGroup{flex-direction:column;gap:8px;display:flex}.Plantillas-module__L_BGZW__label{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;font-weight:500}.Plantillas-module__L_BGZW__input{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--text-primary);padding:10px 12px;font-size:.875rem;transition:all .2s}.Plantillas-module__L_BGZW__input:focus{border-color:var(--azure);outline:none;box-shadow:0 0 0 3px #007aff1a}.Plantillas-module__L_BGZW__input:disabled{background:var(--bg-tertiary);color:var(--text-secondary);cursor:not-allowed}.Plantillas-module__L_BGZW__editorToolbar{background:var(--bg-tertiary);border:1px solid var(--border-secondary);border-radius:var(--radius-md)var(--radius-md)0 0;border-bottom:none;align-items:center;gap:4px;padding:8px;display:flex}.Plantillas-module__L_BGZW__toolbarBtn{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.Plantillas-module__L_BGZW__toolbarBtn:hover:not(:disabled){background:var(--surface-primary);color:var(--text-primary)}.Plantillas-module__L_BGZW__toolbarBtn:disabled{opacity:.5;cursor:not-allowed}.Plantillas-module__L_BGZW__toolbarSeparator{background:var(--border-secondary);width:1px;height:20px;margin:0 4px}.Plantillas-module__L_BGZW__richTextEditor{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:0 0 var(--radius-md)var(--radius-md);min-height:300px;max-height:500px;font-family:var(--font-body);color:var(--text-primary);outline:none;padding:16px;font-size:.875rem;overflow-y:auto}.Plantillas-module__L_BGZW__richTextEditor:focus{border-color:var(--azure);box-shadow:0 0 0 3px #007aff1a}.Plantillas-module__L_BGZW__richTextEditor[contenteditable=false]{background:var(--bg-tertiary);cursor:not-allowed}.Plantillas-module__L_BGZW__richTextEditor p{margin:0 0 8px}.Plantillas-module__L_BGZW__richTextEditor ul,.Plantillas-module__L_BGZW__richTextEditor ol{margin:8px 0;padding-left:24px}.Plantillas-module__L_BGZW__variablesSidebar{background:var(--surface-primary);border-radius:var(--radius-lg);border:1px solid var(--border-primary);flex-direction:column;display:flex;overflow:hidden}.Plantillas-module__L_BGZW__variablesList{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.Plantillas-module__L_BGZW__variablesHint{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:8px;font-size:.75rem}.Plantillas-module__L_BGZW__variableChip{border:1px solid var(--border-secondary);background:var(--bg-tertiary);border-radius:var(--radius-md);font-family:var(--font-mono,monospace);color:var(--azure);cursor:pointer;text-align:left;padding:10px 14px;font-size:.875rem;font-weight:500;transition:all .2s}.Plantillas-module__L_BGZW__variableChip:hover:not(:disabled){background:var(--azure);color:#fff;border-color:var(--azure);box-shadow:var(--shadow-sm);transform:translateY(-1px)}.Plantillas-module__L_BGZW__variableChip:disabled{opacity:.5;cursor:not-allowed}.Plantillas-module__L_BGZW__formActions{border-top:1px solid var(--border-primary);gap:12px;padding-top:16px;display:flex}.Plantillas-module__L_BGZW__saveBtn{background:var(--azure);border-radius:var(--radius-md);font-family:var(--font-body);color:#fff;cursor:pointer;border:none;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.Plantillas-module__L_BGZW__saveBtn:hover{background:var(--azure-dark,#0051d5);box-shadow:var(--shadow-md);transform:translateY(-1px)}.Plantillas-module__L_BGZW__cancelBtn{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:var(--radius-md);font-family:var(--font-body);color:var(--text-primary);cursor:pointer;padding:10px 20px;font-size:.875rem;font-weight:500;transition:all .2s}.Plantillas-module__L_BGZW__cancelBtn:hover{background:var(--bg-tertiary);border-color:var(--azure);color:var(--azure)}@media (max-width:767px){.Plantillas-module__L_BGZW__plantillasContainer{grid-template-columns:1fr;gap:16px;height:auto;padding:12px;overflow-y:auto}.Plantillas-module__L_BGZW__templatesSidebar{border-radius:var(--radius-md);max-height:250px}.Plantillas-module__L_BGZW__sidebarHeader{flex-wrap:wrap;gap:8px;padding:12px}.Plantillas-module__L_BGZW__sidebarTitle{font-size:.9375rem}.Plantillas-module__L_BGZW__newTemplateBtn{padding:8px 12px;font-size:.8125rem}.Plantillas-module__L_BGZW__templatesList{padding:6px}.Plantillas-module__L_BGZW__templateItem{padding:10px}.Plantillas-module__L_BGZW__templateName{font-size:.8125rem}.Plantillas-module__L_BGZW__templateSubject{font-size:.6875rem}.Plantillas-module__L_BGZW__editorArea{border-radius:var(--radius-md)}.Plantillas-module__L_BGZW__editorHeader{flex-wrap:wrap;gap:10px;padding:12px 16px}.Plantillas-module__L_BGZW__editorTitle{font-size:1rem}.Plantillas-module__L_BGZW__editorActions{flex-wrap:wrap;gap:6px}.Plantillas-module__L_BGZW__actionBtn{padding:6px 10px;font-size:.8125rem}.Plantillas-module__L_BGZW__formContainer{gap:16px;padding:16px}.Plantillas-module__L_BGZW__label{font-size:.8125rem}.Plantillas-module__L_BGZW__input{padding:10px 12px;font-size:1rem}.Plantillas-module__L_BGZW__editorToolbar{flex-wrap:wrap;gap:2px;padding:6px}.Plantillas-module__L_BGZW__toolbarBtn{width:36px;height:36px}.Plantillas-module__L_BGZW__richTextEditor{min-height:200px;max-height:300px;padding:12px;font-size:.9375rem}.Plantillas-module__L_BGZW__variablesSidebar{border-radius:var(--radius-md);max-height:200px}.Plantillas-module__L_BGZW__variablesList{gap:8px;padding:12px}.Plantillas-module__L_BGZW__variablesHint{font-size:.6875rem}.Plantillas-module__L_BGZW__variableChip{padding:8px 12px;font-size:.8125rem}.Plantillas-module__L_BGZW__formActions{flex-direction:column;gap:10px}.Plantillas-module__L_BGZW__saveBtn,.Plantillas-module__L_BGZW__cancelBtn{text-align:center;justify-content:center;width:100%;padding:12px 20px}}@media (max-width:379px){.Plantillas-module__L_BGZW__plantillasContainer{gap:12px;padding:8px}.Plantillas-module__L_BGZW__templatesSidebar,.Plantillas-module__L_BGZW__variablesSidebar{max-height:200px}.Plantillas-module__L_BGZW__formContainer{padding:12px}.Plantillas-module__L_BGZW__editorToolbar{padding:4px}.Plantillas-module__L_BGZW__toolbarBtn{width:32px;height:32px}}
.Comunicacion-module__4uLcNG__comunicacion{background:var(--bg-secondary);flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden}.Comunicacion-module__4uLcNG__content{flex-direction:column;flex:1;min-height:0;display:flex;position:relative;overflow:hidden}
.Calendario-module__2X8m2W__calendario{background:var(--bg-secondary);flex-direction:column;gap:16px;width:100%;height:100%;padding:24px;display:flex;overflow:hidden}.Calendario-module__2X8m2W__apiWarning{border-radius:var(--radius-md);color:#92400e;font-family:var(--font-body);background:#fef3c7;border:1px solid #fbbf24;align-items:center;gap:8px;margin-bottom:16px;padding:12px 16px;font-size:.875rem;display:flex}.Calendario-module__2X8m2W__apiWarning svg{flex-shrink:0}.Calendario-module__2X8m2W__calendarContainer{background:var(--surface-primary);border-radius:var(--radius-lg);border:1px solid var(--border-primary);flex-direction:column;height:100%;min-height:0;padding:24px;display:flex;overflow:hidden}.Calendario-module__2X8m2W__calendarHeader{z-index:10;background:var(--surface-primary);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;padding-bottom:16px;display:flex;position:sticky;top:0}.Calendario-module__2X8m2W__viewModeSelector{background:var(--bg-tertiary);border-radius:var(--radius-md);gap:4px;padding:4px;display:flex}.Calendario-module__2X8m2W__viewModeBtn{border-radius:var(--radius-sm);font-family:var(--font-body);color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:6px 12px;font-size:.875rem;font-weight:500;transition:all .2s}.Calendario-module__2X8m2W__viewModeBtn.Calendario-module__2X8m2W__active{background:var(--surface-primary);color:var(--text-primary);box-shadow:var(--shadow-sm)}.Calendario-module__2X8m2W__monthNavigation{align-items:center;gap:16px;display:flex}.Calendario-module__2X8m2W__navButton{border:1px solid var(--border-secondary);background:var(--surface-primary);border-radius:var(--radius-md);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);justify-content:center;align-items:center;transition:all .2s;display:flex}.Calendario-module__2X8m2W__navButton:hover{border-color:var(--azure);color:var(--azure)}.Calendario-module__2X8m2W__monthTitle{font-family:var(--font-display);color:var(--text-primary);text-align:center;min-width:200px;margin:0;font-size:1.25rem;font-weight:600}.Calendario-module__2X8m2W__legend{border-bottom:1px solid var(--border-primary);flex-wrap:wrap;gap:24px;margin-bottom:16px;padding:12px 0;display:flex}.Calendario-module__2X8m2W__legendItem{font-family:var(--font-body);color:var(--text-secondary);align-items:center;gap:8px;font-size:.875rem;display:flex}.Calendario-module__2X8m2W__legendColor{border-radius:50%;flex-shrink:0;width:12px;height:12px}.Calendario-module__2X8m2W__legendColor.Calendario-module__2X8m2W__taxDeadline{background:#ef4444}.Calendario-module__2X8m2W__legendColor.Calendario-module__2X8m2W__billing{background:#22c55e}.Calendario-module__2X8m2W__legendColor.Calendario-module__2X8m2W__certExpiring{background:#3b82f6}.Calendario-module__2X8m2W__calendarGrid{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow:hidden auto}.Calendario-module__2X8m2W__weekdayHeader{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;display:grid}.Calendario-module__2X8m2W__weekday{text-align:center;font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;padding:8px;font-size:.75rem;font-weight:600}.Calendario-module__2X8m2W__calendarDays{grid-template-columns:repeat(7,1fr);gap:4px;display:grid}.Calendario-module__2X8m2W__calendarDay{aspect-ratio:1;border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--surface-primary);cursor:pointer;flex-direction:column;gap:4px;min-height:100px;padding:8px;transition:all .2s;display:flex}.Calendario-module__2X8m2W__calendarDay:hover{background:var(--bg-secondary);border-color:var(--azure)}.Calendario-module__2X8m2W__calendarDay.Calendario-module__2X8m2W__today{background:var(--azure-light);border-color:var(--azure)}.Calendario-module__2X8m2W__dayNumber{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;font-weight:500}.Calendario-module__2X8m2W__dayEvents{flex-wrap:wrap;align-items:center;gap:4px;display:flex}.Calendario-module__2X8m2W__eventDot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.Calendario-module__2X8m2W__eventDot.Calendario-module__2X8m2W__taxDeadline{background:#ef4444}.Calendario-module__2X8m2W__eventDot.Calendario-module__2X8m2W__billing{background:#22c55e}.Calendario-module__2X8m2W__eventDot.Calendario-module__2X8m2W__certExpiring{background:#3b82f6}.Calendario-module__2X8m2W__moreEvents{font-family:var(--font-body);color:var(--text-secondary);font-size:.625rem;font-weight:500}.Calendario-module__2X8m2W__weekView{flex-direction:column;flex:1;gap:8px;min-height:0;display:flex;overflow:hidden auto}.Calendario-module__2X8m2W__weekDays{grid-template-columns:repeat(7,1fr);gap:8px;display:grid}.Calendario-module__2X8m2W__weekDay{border:1px solid var(--border-primary);border-radius:var(--radius-sm);background:var(--surface-primary);flex-direction:column;height:400px;max-height:400px;display:flex}.Calendario-module__2X8m2W__weekDay.Calendario-module__2X8m2W__today{background:var(--azure-light);border-color:var(--azure)}.Calendario-module__2X8m2W__weekDayHeader{border-bottom:1px solid var(--border-primary);flex-direction:column;align-items:center;gap:4px;padding:12px;display:flex}.Calendario-module__2X8m2W__dayName{font-family:var(--font-body);color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:500}.Calendario-module__2X8m2W__weekDay.Calendario-module__2X8m2W__today .Calendario-module__2X8m2W__dayName,.Calendario-module__2X8m2W__weekDay.Calendario-module__2X8m2W__today .Calendario-module__2X8m2W__dayNumber{color:var(--white)}.Calendario-module__2X8m2W__weekDayEvents{flex-direction:column;flex:1;gap:6px;padding:8px;display:flex;overflow-y:auto}.Calendario-module__2X8m2W__emptyDay{font-family:var(--font-body);color:var(--text-secondary);text-align:center;padding:20px 0;font-size:.75rem}.Calendario-module__2X8m2W__weekDay.Calendario-module__2X8m2W__today .Calendario-module__2X8m2W__emptyDay{color:var(--white)}.Calendario-module__2X8m2W__weekEventItem{border-radius:var(--radius-sm);cursor:pointer;border-left:3px solid;padding:8px;transition:all .2s}.Calendario-module__2X8m2W__weekEventItem.Calendario-module__2X8m2W__taxDeadline{color:#991b1b;background:#fee2e2;border-left-color:#ef4444}.Calendario-module__2X8m2W__weekEventItem.Calendario-module__2X8m2W__billing{color:#065f46;background:#d1fae5;border-left-color:#22c55e}.Calendario-module__2X8m2W__weekEventItem.Calendario-module__2X8m2W__certExpiring{color:#1e40af;background:#dbeafe;border-left-color:#3b82f6}.Calendario-module__2X8m2W__weekEventItem:hover{opacity:.8;transform:translate(2px)}.Calendario-module__2X8m2W__weekEventTime{font-family:var(--font-body);opacity:.8;margin-bottom:2px;font-size:.625rem;font-weight:600}.Calendario-module__2X8m2W__weekEventTitle{font-family:var(--font-body);font-size:.75rem;font-weight:500;line-height:1.3}.Calendario-module__2X8m2W__eventModal{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Calendario-module__2X8m2W__modalContent{background:var(--surface-elevated);border-radius:var(--radius-lg);width:90%;max-width:500px;max-height:90vh;box-shadow:var(--shadow-lg);overflow-y:auto}.Calendario-module__2X8m2W__modalHeader{border-bottom:1px solid var(--border-primary);justify-content:space-between;align-items:center;padding:20px;display:flex}.Calendario-module__2X8m2W__modalTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1.25rem;font-weight:600}.Calendario-module__2X8m2W__closeButton{border-radius:var(--radius-sm);cursor:pointer;width:32px;height:32px;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;transition:all .2s;display:flex}.Calendario-module__2X8m2W__closeButton:hover{background:var(--bg-tertiary);color:var(--text-primary)}.Calendario-module__2X8m2W__modalBody{flex-direction:column;gap:16px;padding:20px;display:flex}.Calendario-module__2X8m2W__modalEventType{align-items:center;display:flex}.Calendario-module__2X8m2W__typeBadge{font-family:var(--font-body);color:#fff;border-radius:999px;padding:4px 12px;font-size:.75rem;font-weight:500}.Calendario-module__2X8m2W__typeBadge.Calendario-module__2X8m2W__taxDeadline{background:#ef4444}.Calendario-module__2X8m2W__typeBadge.Calendario-module__2X8m2W__billing{background:#22c55e}.Calendario-module__2X8m2W__typeBadge.Calendario-module__2X8m2W__certExpiring{background:#3b82f6}.Calendario-module__2X8m2W__modalDate{font-family:var(--font-body);color:var(--text-secondary);font-size:.875rem}.Calendario-module__2X8m2W__modalDescription{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;line-height:1.6}.Calendario-module__2X8m2W__modalClients{margin-top:8px}.Calendario-module__2X8m2W__modalClientsTitle{font-family:var(--font-body);color:var(--text-primary);margin:0 0 8px;font-size:.875rem;font-weight:600}.Calendario-module__2X8m2W__modalClientsList{font-family:var(--font-body);color:var(--text-secondary);margin:0;padding-left:20px;font-size:.875rem;line-height:1.8}.Calendario-module__2X8m2W__modalClientsList li{margin-bottom:4px}@media (max-width:1024px){.Calendario-module__2X8m2W__weekDays{grid-template-columns:1fr}.Calendario-module__2X8m2W__weekDay{height:auto;min-height:200px;max-height:none}.Calendario-module__2X8m2W__legend{flex-direction:column;gap:12px}}@media (max-width:767px){.Calendario-module__2X8m2W__calendario{gap:12px;padding:12px}.Calendario-module__2X8m2W__apiWarning{flex-wrap:wrap;gap:6px;margin-bottom:12px;padding:10px 12px;font-size:.8125rem}.Calendario-module__2X8m2W__calendarContainer{border-radius:var(--radius-md);padding:16px}.Calendario-module__2X8m2W__calendarHeader{flex-direction:column;align-items:stretch;gap:12px;margin-bottom:16px;padding-bottom:12px}.Calendario-module__2X8m2W__viewModeSelector{justify-content:center;width:100%}.Calendario-module__2X8m2W__viewModeBtn{text-align:center;flex:1;padding:8px 10px;font-size:.8125rem}.Calendario-module__2X8m2W__monthNavigation{justify-content:space-between;gap:8px;width:100%}.Calendario-module__2X8m2W__navButton{width:36px;height:36px}.Calendario-module__2X8m2W__monthTitle{flex:1;min-width:auto;font-size:1rem}.Calendario-module__2X8m2W__legend{flex-direction:column;gap:8px;margin-bottom:12px;padding:10px 0}.Calendario-module__2X8m2W__legendItem{gap:6px;font-size:.8125rem}.Calendario-module__2X8m2W__legendColor{width:10px;height:10px}.Calendario-module__2X8m2W__calendarGrid{gap:4px}.Calendario-module__2X8m2W__weekdayHeader{gap:2px;margin-bottom:4px}.Calendario-module__2X8m2W__weekday{padding:6px 2px;font-size:.625rem}.Calendario-module__2X8m2W__calendarDays{gap:2px}.Calendario-module__2X8m2W__calendarDay{aspect-ratio:auto;gap:2px;min-height:60px;padding:6px}.Calendario-module__2X8m2W__dayNumber{font-size:.75rem}.Calendario-module__2X8m2W__dayEvents{gap:2px}.Calendario-module__2X8m2W__eventDot{width:6px;height:6px}.Calendario-module__2X8m2W__moreEvents{font-size:.5625rem}.Calendario-module__2X8m2W__weekView{gap:8px}.Calendario-module__2X8m2W__weekDays{grid-template-columns:1fr;gap:12px}.Calendario-module__2X8m2W__weekDay{border-radius:var(--radius-md);height:auto;min-height:150px;max-height:none}.Calendario-module__2X8m2W__weekDayHeader{flex-direction:row;justify-content:space-between;padding:10px}.Calendario-module__2X8m2W__dayName{font-size:.6875rem}.Calendario-module__2X8m2W__weekDayEvents{gap:4px;padding:8px}.Calendario-module__2X8m2W__weekEventItem{padding:8px 10px}.Calendario-module__2X8m2W__weekEventTime{font-size:.625rem}.Calendario-module__2X8m2W__weekEventTitle{font-size:.75rem}.Calendario-module__2X8m2W__emptyDay{padding:16px 0;font-size:.6875rem}.Calendario-module__2X8m2W__eventModal{align-items:flex-end;padding:0}.Calendario-module__2X8m2W__modalContent{border-radius:var(--radius-lg)var(--radius-lg)0 0;width:100%;max-width:100%;max-height:85vh}.Calendario-module__2X8m2W__modalHeader{padding:16px}.Calendario-module__2X8m2W__modalTitle{font-size:1.125rem}.Calendario-module__2X8m2W__modalBody{gap:12px;padding:16px}.Calendario-module__2X8m2W__typeBadge{padding:3px 10px;font-size:.6875rem}.Calendario-module__2X8m2W__modalDate,.Calendario-module__2X8m2W__modalDescription,.Calendario-module__2X8m2W__modalClientsTitle{font-size:.8125rem}.Calendario-module__2X8m2W__modalClientsList{padding-left:16px;font-size:.8125rem}}@media (max-width:379px){.Calendario-module__2X8m2W__calendario{padding:8px}.Calendario-module__2X8m2W__calendarContainer{padding:12px}.Calendario-module__2X8m2W__viewModeBtn{padding:6px 8px;font-size:.75rem}.Calendario-module__2X8m2W__monthTitle{font-size:.9375rem}.Calendario-module__2X8m2W__calendarDay{min-height:50px;padding:4px}.Calendario-module__2X8m2W__dayNumber{font-size:.6875rem}.Calendario-module__2X8m2W__eventDot{width:5px;height:5px}}
.Mensajes-module__RysYza__mensajes{width:100%;height:100%;min-height:calc(100vh - var(--topbar-height,64px));box-sizing:border-box;align-self:stretch;margin:-24px;padding:0;transition:background-color .3s;display:flex;overflow:hidden}.Mensajes-module__RysYza__chatsList{border-right:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;width:240px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s;display:flex;overflow:hidden}.Mensajes-module__RysYza__chatsListExpanded{width:280px}.Mensajes-module__RysYza__chatsListHeader{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);flex-shrink:0;justify-content:space-between;align-items:center;gap:8px;padding:8px 16px;transition:background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__chatsListHeaderContent{flex:1;align-items:center;min-width:0;height:32px;display:flex;position:relative}.Mensajes-module__RysYza__chatsListTitle{font-family:var(--font-body);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;opacity:1;visibility:visible;pointer-events:none;width:100%;margin:0;font-size:1rem;font-weight:500;transition:opacity .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),visibility .3s;position:absolute;overflow:hidden;transform:translate(0)}.Mensajes-module__RysYza__chatsListHeaderContentSearch .Mensajes-module__RysYza__chatsListTitle{opacity:0;visibility:hidden;transform:translate(-10px)}.Mensajes-module__RysYza__chatsListSearchContainer{opacity:0;visibility:hidden;pointer-events:none;width:100%;position:absolute;transform:translate(10px)}.Mensajes-module__RysYza__chatsListHeaderContentSearch .Mensajes-module__RysYza__chatsListSearchContainer{opacity:1;visibility:visible;pointer-events:auto;transform:translate(0)}.Mensajes-module__RysYza__chatsListSearchInput{border:1px solid var(--border-secondary);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-primary);outline:none;padding:6px 32px 6px 12px;font-size:1rem;transition:all .3s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s}.Mensajes-module__RysYza__chatsListSearchInput:focus{border-color:var(--azure);box-shadow:0 0 0 2px #1880ea1a}.Mensajes-module__RysYza__chatsListSearchInput::placeholder{color:var(--text-muted)}.Mensajes-module__RysYza__chatsListSearchClear{width:20px;height:20px;color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s,color .3s;display:flex;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.Mensajes-module__RysYza__chatsListSearchClear:hover{color:var(--text-primary);background:var(--bg-hover)}.Mensajes-module__RysYza__chatsListSearchClear:active{transform:translateY(-50%)scale(.95)}.Mensajes-module__RysYza__chatsListHeaderActions{flex-shrink:0;align-items:center;gap:4px;display:flex}.Mensajes-module__RysYza__chatsListHeaderButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:32px;height:32px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__chatsListHeaderButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__chatsListHeaderButtonActive{background:var(--azure);border-color:var(--azure);color:var(--white)}.Mensajes-module__RysYza__chatsListHeaderButtonActive:hover{background:var(--azure-dark);border-color:var(--azure-dark);color:var(--white)}.Mensajes-module__RysYza__chatsListContent{scrollbar-width:none;flex-direction:column;flex:1;gap:10px;padding:10px;display:flex;overflow:hidden auto}.Mensajes-module__RysYza__chatsListContent::-webkit-scrollbar{width:6px}.Mensajes-module__RysYza__chatsListContent::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.Mensajes-module__RysYza__chatsListContent::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}.Mensajes-module__RysYza__chatsListContent::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.Mensajes-module__RysYza__chatItem{cursor:pointer;border-bottom:1px solid var(--border-primary);border-radius:var(--radius-sm);border:1px solid var(--border-primary);align-items:center;gap:10px;padding:8px 12px;transition:background .15s,background-color .3s;display:flex;position:relative}.Mensajes-module__RysYza__chatItem:hover,.Mensajes-module__RysYza__chatItemActive{background:var(--bg-hover)}.Mensajes-module__RysYza__statusIndicator{border:2px solid var(--surface-primary);border-radius:50%;width:12px;height:12px;transition:border-color .3s;position:absolute;bottom:2px;right:2px}.Mensajes-module__RysYza__statusOnline{background:var(--success)}.Mensajes-module__RysYza__statusAway{background:var(--warning)}.Mensajes-module__RysYza__statusOffline{background:var(--text-muted)}.Mensajes-module__RysYza__chatInfo{flex-direction:column;flex:1;gap:4px;min-width:0;padding-right:8px;display:flex}.Mensajes-module__RysYza__chatHeader{justify-content:space-between;align-items:center;gap:8px;margin-bottom:2px;padding-bottom:4px;display:flex;position:relative}.Mensajes-module__RysYza__chatHeader:after{content:"";background:var(--border-secondary);opacity:.3;height:1px;position:absolute;bottom:0;left:0;right:0}.Mensajes-module__RysYza__chatName{color:var(--text-primary);filter:brightness(.75);font-size:1rem;font-weight:500;line-height:1.2;transition:color .3s}.Mensajes-module__RysYza__chatItemActive .Mensajes-module__RysYza__chatName{font-weight:500}.Mensajes-module__RysYza__chatTimestamp{color:var(--text-primary);filter:brightness(.75);flex-shrink:0;margin-top:2px;font-size:.75rem;font-weight:500;transition:color .3s}.Mensajes-module__RysYza__chatFooter{justify-content:space-between;align-items:center;gap:8px;display:flex}.Mensajes-module__RysYza__chatLastMessage{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:.875rem;font-weight:400;line-height:1.3;transition:color .3s;overflow:hidden}.Mensajes-module__RysYza__chatItemActive .Mensajes-module__RysYza__chatLastMessage{color:var(--text-secondary)}.Mensajes-module__RysYza__unreadBadge{background:var(--azure);color:var(--white);text-align:center;border-radius:10px;flex-shrink:0;min-width:20px;padding:1px 6px;font-size:.75rem;font-weight:500;line-height:1.4}.Mensajes-module__RysYza__chatWindow{background:var(--surface-primary);border-right:1px solid var(--border-primary);flex-direction:column;flex-shrink:0;width:35%;min-width:320px;max-width:450px;height:100%;transition:width .4s cubic-bezier(.4,0,.2,1),max-width .4s cubic-bezier(.4,0,.2,1),flex .4s cubic-bezier(.4,0,.2,1),background-color .3s,border-color .3s;display:flex;overflow:hidden}.Mensajes-module__RysYza__chatWindowExpanded{border-right:none;flex:1;width:calc(100% - 280px);max-width:none}.Mensajes-module__RysYza__chatHeader{border-bottom:1px solid var(--azure);flex-shrink:0;justify-content:space-between;align-items:center;padding:12px 16px;transition:border-color .3s;display:flex;position:relative}.Mensajes-module__RysYza__chatHeaderInfo{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.Mensajes-module__RysYza__chatHeaderActions{flex-shrink:0;position:relative}.Mensajes-module__RysYza__chatHeaderMenuButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:36px;height:36px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__chatHeaderMenuButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__chatHeaderDropdown{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);z-index:100;min-width:180px;transition:background-color .3s,border-color .3s;animation:.2s Mensajes-module__RysYza__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}@keyframes Mensajes-module__RysYza__dropdownFadeIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Mensajes-module__RysYza__chatHeaderDropdownItem{width:100%;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:10px;padding:10px 16px;font-size:.875rem;transition:background-color .2s,color .3s;display:flex}.Mensajes-module__RysYza__chatHeaderDropdownItem:hover{background:var(--bg-hover)}.Mensajes-module__RysYza__chatHeaderDropdownItem svg{color:var(--text-secondary);flex-shrink:0;transition:color .3s}.Mensajes-module__RysYza__chatHeaderDropdownItem:hover svg{color:var(--azure)}.Mensajes-module__RysYza__chatHeaderDropdownItemDanger{color:var(--error,#dc2626)}.Mensajes-module__RysYza__chatHeaderDropdownItemDanger:hover{background:#dc26261a}.Mensajes-module__RysYza__chatHeaderDropdownItemDanger svg,.Mensajes-module__RysYza__chatHeaderDropdownItemDanger:hover svg{color:var(--error,#dc2626)}.Mensajes-module__RysYza__chatHeaderName{font-family:var(--font-display);color:var(--text-primary);margin:0 0 2px;font-size:1rem;font-weight:400;transition:color .3s}.Mensajes-module__RysYza__chatHeaderStatus{color:var(--text-tertiary);font-size:.8125rem;transition:color .3s}.Mensajes-module__RysYza__messagesContainer{scrollbar-width:none;flex-direction:column;flex:1;gap:10px;width:100%;max-width:650px;margin:0 auto;padding:12px 16px;transition:background-color .3s;display:flex;overflow:hidden auto}.Mensajes-module__RysYza__messagesContainer::-webkit-scrollbar{width:6px}.Mensajes-module__RysYza__messagesContainer::-webkit-scrollbar-track{background:var(--bg-tertiary);border-radius:3px}.Mensajes-module__RysYza__messagesContainer::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}.Mensajes-module__RysYza__messagesContainer::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.Mensajes-module__RysYza__message{max-width:85%;display:flex}.Mensajes-module__RysYza__messageOwn{align-self:flex-end}.Mensajes-module__RysYza__messageOther{align-self:flex-start}.Mensajes-module__RysYza__messageContent{border-radius:var(--radius-sm);background:var(--surface-primary);box-shadow:var(--shadow-sm);border:1px solid var(--border-primary);padding:12px 16px;transition:background-color .3s,border-color .3s}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__messageContent{background:var(--azure);color:var(--white);border-color:var(--azure)}.Mensajes-module__RysYza__messageText{color:var(--text-primary);margin:0 0 4px;font-size:1rem;line-height:1.5;transition:color .3s}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__messageText{color:var(--white)}.Mensajes-module__RysYza__messageTime{color:var(--text-tertiary);font-size:.6875rem;transition:color .3s;display:block}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__messageTime{color:#fffc}.Mensajes-module__RysYza__messageInputContainer{border-top:1px solid var(--border-primary);background:var(--surface-primary);flex-shrink:0;justify-content:center;align-items:center;gap:6px;padding:10px 12px;transition:background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__attachButton,.Mensajes-module__RysYza__micButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:32px;height:32px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__attachButton:hover,.Mensajes-module__RysYza__micButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__micButtonActive{animation:2s ease-in-out infinite Mensajes-module__RysYza__micPulse;background:var(--azure)!important;border-color:var(--azure)!important;color:var(--white)!important}@keyframes Mensajes-module__RysYza__micPulse{0%,to{box-shadow:0 0 #1880ea66}50%{box-shadow:0 0 0 4px #1880ea00}}.Mensajes-module__RysYza__messageInput{border:1px solid var(--border-secondary);border-radius:var(--radius-sm);min-width:0;max-width:500px;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-primary);flex:1;padding:8px 12px;font-size:.8125rem;transition:all .2s,background-color .3s,border-color .3s,color .3s}.Mensajes-module__RysYza__messageInput:focus{border-color:var(--azure);outline:none;box-shadow:0 0 0 2px #1880ea1a}.Mensajes-module__RysYza__messageInput::placeholder{color:var(--text-muted)}.Mensajes-module__RysYza__sendButton{background:var(--azure);height:32px;color:var(--white);border-radius:var(--radius-sm);cursor:pointer;font-family:var(--font-body);white-space:nowrap;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:8px 16px;font-size:.8125rem;font-weight:500;transition:all .2s;display:flex}.Mensajes-module__RysYza__sendButton:hover:not(:disabled){background:var(--azure-dark)}.Mensajes-module__RysYza__sendButton:disabled{opacity:.5;cursor:not-allowed}.Mensajes-module__RysYza__documentAttachment{background:var(--bg-tertiary);border:1px solid var(--border-primary);border-radius:var(--radius-sm);align-items:center;gap:12px;margin:8px 0;padding:12px;transition:all .2s,background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__documentAttachment:not(.Mensajes-module__RysYza__documentAttachmentModal){cursor:pointer}.Mensajes-module__RysYza__documentAttachmentModal{cursor:default}.Mensajes-module__RysYza__documentAttachment:not(.Mensajes-module__RysYza__documentAttachmentModal):hover{background:var(--bg-hover);border-color:var(--azure);transform:translate(2px)}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentAttachment{background:#ffffff1a;border-color:#fff3}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentAttachment:not(.Mensajes-module__RysYza__documentAttachmentModal):hover{background:#ffffff26;border-color:#ffffff4d}.Mensajes-module__RysYza__documentIcon{background:var(--surface-primary);border-radius:var(--radius-sm);width:40px;height:40px;color:var(--azure);flex-shrink:0;justify-content:center;align-items:center;transition:background-color .3s,transform .2s;display:flex}.Mensajes-module__RysYza__documentAttachment:not(.Mensajes-module__RysYza__documentAttachmentModal):hover .Mensajes-module__RysYza__documentIcon{transform:scale(1.05)}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentIcon{color:var(--white);background:#ffffff1a}.Mensajes-module__RysYza__documentTypePdf{color:#fff!important;background:#dc2626!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypePdf{color:#fffffff2!important;background:#dc26264d!important}.Mensajes-module__RysYza__documentTypeXlsx{color:#fff!important;background:#16a34a!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypeXlsx{color:#fffffff2!important;background:#16a34a4d!important}.Mensajes-module__RysYza__documentTypeDocx{color:#fff!important;background:#2563eb!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypeDocx{color:#fffffff2!important;background:#2563eb4d!important}.Mensajes-module__RysYza__documentTypeTxt{color:#fff!important;background:#6b7280!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypeTxt{color:#fffffff2!important;background:#6b72804d!important}.Mensajes-module__RysYza__documentTypeCsv{color:#fff!important;background:#ea580c!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypeCsv{color:#fffffff2!important;background:#ea580c4d!important}.Mensajes-module__RysYza__documentTypeXml{color:#fff!important;background:#7c3aed!important}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentTypeXml{color:#fffffff2!important;background:#7c3aed4d!important}.Mensajes-module__RysYza__documentInfo{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Mensajes-module__RysYza__documentName{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-weight:500;transition:color .3s;overflow:hidden}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentName{color:var(--white)}.Mensajes-module__RysYza__documentSize{color:var(--text-tertiary);font-size:.75rem;transition:color .3s}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentSize{color:#ffffffb3}.Mensajes-module__RysYza__documentActions{flex-shrink:0;align-items:center;gap:6px;display:flex}.Mensajes-module__RysYza__documentArrow{color:var(--text-tertiary);flex-shrink:0;transition:color .3s,transform .2s}.Mensajes-module__RysYza__documentAttachment:hover .Mensajes-module__RysYza__documentArrow{color:var(--azure);transform:translate(2px)}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentArrow{color:#ffffffb3}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__documentAttachment:hover .Mensajes-module__RysYza__documentArrow{color:var(--white)}.Mensajes-module__RysYza__downloadButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:32px;height:32px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__downloadButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure);transform:scale(1.05)}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__downloadButton{color:#fffc;background:#ffffff1a;border-color:#fff3}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__downloadButton:hover{color:var(--white);background:#fff3;border-color:#ffffff4d}.Mensajes-module__RysYza__viewModalButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:32px;height:32px;color:var(--azure);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__viewModalButton:hover{background:var(--azure);color:var(--white);border-color:var(--azure);transform:scale(1.05)}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__viewModalButton{color:var(--white);background:#ffffff1a;border-color:#fff3}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__viewModalButton:hover{background:#fff3;border-color:#ffffff4d}.Mensajes-module__RysYza__emptyChat{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;transition:color .3s;display:flex}.Mensajes-module__RysYza__emptyChatText{color:var(--text-tertiary);margin-top:12px;font-size:.875rem;transition:color .3s}.Mensajes-module__RysYza__documentViewer{background:var(--surface-primary);opacity:1;flex-direction:column;flex:auto;min-width:300px;max-width:none;transition:flex-basis .4s cubic-bezier(.4,0,.2,1),flex-grow .4s cubic-bezier(.4,0,.2,1),min-width .4s cubic-bezier(.4,0,.2,1),max-width .4s cubic-bezier(.4,0,.2,1),opacity .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),background-color .3s;display:flex;overflow:hidden;transform:translate(0)}.Mensajes-module__RysYza__documentViewerClosed{opacity:0;pointer-events:none;flex:0 0 0;min-width:0;max-width:0;overflow:hidden;transform:translate(20px)}.Mensajes-module__RysYza__documentViewerHeader{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);flex-shrink:0;justify-content:space-between;align-items:center;padding:10px 12px;transition:opacity .3s,transform .3s,background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__documentViewerClosed .Mensajes-module__RysYza__documentViewerHeader{opacity:0;transform:translate(10px)}.Mensajes-module__RysYza__documentViewerTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:.9375rem;font-weight:400;transition:color .3s}.Mensajes-module__RysYza__documentViewerActions{gap:6px;display:flex}.Mensajes-module__RysYza__documentActionButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:28px;height:28px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__documentActionButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__documentViewerContent{background:var(--bg-tertiary);flex:1;padding:16px;transition:opacity .3s,transform .3s,background-color .3s;overflow:hidden auto}.Mensajes-module__RysYza__documentViewerClosed .Mensajes-module__RysYza__documentViewerContent{opacity:0;transform:translate(10px)}.Mensajes-module__RysYza__documentPreview{max-width:100%;margin:0 auto}.Mensajes-module__RysYza__documentPage{background:var(--surface-primary);box-shadow:var(--shadow-md);border:1px solid var(--border-primary);max-width:800px;min-height:800px;margin:0 auto;padding:32px;transition:background-color .3s,border-color .3s}.Mensajes-module__RysYza__documentHeader{text-align:center;border-bottom:2px solid var(--border-secondary);margin-bottom:24px;padding-bottom:16px;transition:border-color .3s}.Mensajes-module__RysYza__documentHeader h4{font-family:var(--font-display);color:var(--text-primary);margin:0 0 8px;font-size:1.25rem;font-weight:400;transition:color .3s}.Mensajes-module__RysYza__documentDate{color:var(--text-secondary);margin:0;font-size:.8125rem;transition:color .3s}.Mensajes-module__RysYza__documentBody{margin:24px 0}.Mensajes-module__RysYza__documentParagraph{color:var(--text-primary);margin:0 0 12px;font-size:.875rem;line-height:1.6;transition:color .3s}.Mensajes-module__RysYza__documentParagraph strong{color:var(--text-primary);font-weight:600}.Mensajes-module__RysYza__documentFooter{border-top:1px solid var(--border-secondary);justify-content:space-around;margin-top:48px;padding-top:24px;transition:border-color .3s;display:flex}.Mensajes-module__RysYza__documentSignature{text-align:center}.Mensajes-module__RysYza__documentSignature p{color:var(--text-secondary);margin:4px 0;font-size:.8125rem;transition:color .3s}.Mensajes-module__RysYza__documentTable{border-collapse:collapse;width:100%;margin:16px 0;font-size:.875rem}.Mensajes-module__RysYza__documentTable thead{background:var(--bg-tertiary);transition:background-color .3s}.Mensajes-module__RysYza__documentTable th{text-align:left;color:var(--text-primary);border-bottom:2px solid var(--border-primary);padding:10px 12px;font-weight:600;transition:color .3s,border-color .3s}.Mensajes-module__RysYza__documentTable td{color:var(--text-primary);border-bottom:1px solid var(--border-secondary);padding:10px 12px;transition:color .3s,border-color .3s}.Mensajes-module__RysYza__documentTable tbody tr:hover{background:var(--bg-hover);transition:background-color .3s}.Mensajes-module__RysYza__documentPre{color:var(--text-primary);background:var(--bg-tertiary);border-radius:var(--radius-sm);border:1px solid var(--border-primary);white-space:pre;margin:16px 0;padding:16px;font-family:Courier New,monospace;font-size:.8125rem;line-height:1.6;transition:background-color .3s,border-color .3s,color .3s;overflow-x:auto}.Mensajes-module__RysYza__modalOverlay{z-index:1000;background:#0009;justify-content:center;align-items:center;padding:20px;animation:.2s Mensajes-module__RysYza__fadeIn;display:flex;position:fixed;inset:0}@keyframes Mensajes-module__RysYza__fadeIn{0%{opacity:0}to{opacity:1}}.Mensajes-module__RysYza__modalContent{background:var(--surface-primary);border-radius:var(--radius-md);width:100%;max-width:1200px;max-height:90vh;box-shadow:var(--shadow-lg);border:1px solid var(--border-primary);flex-direction:column;transition:background-color .3s,border-color .3s;animation:.3s Mensajes-module__RysYza__slideUp;display:flex;overflow:hidden}@keyframes Mensajes-module__RysYza__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.Mensajes-module__RysYza__modalHeader{border-bottom:1px solid var(--border-primary);background:var(--bg-secondary);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;transition:background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__modalTitle{font-family:var(--font-display);color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;flex:1;margin:0 16px 0 0;font-size:1.125rem;font-weight:500;transition:color .3s;overflow:hidden}.Mensajes-module__RysYza__modalActions{flex-shrink:0;gap:8px;display:flex}.Mensajes-module__RysYza__modalActionButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:36px;height:36px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;justify-content:center;align-items:center;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__modalActionButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__modalBody{background:var(--bg-tertiary);flex:1;padding:24px;transition:background-color .3s;overflow:hidden auto}.Mensajes-module__RysYza__modalBody::-webkit-scrollbar{width:8px}.Mensajes-module__RysYza__modalBody::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:4px}.Mensajes-module__RysYza__modalBody::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:4px}.Mensajes-module__RysYza__modalBody::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.Mensajes-module__RysYza__hidden{display:none!important}.Mensajes-module__RysYza__active{display:flex!important}.Mensajes-module__RysYza__backButton{border:1px solid var(--border-secondary);background:var(--surface-primary);width:40px;min-width:40px;height:40px;min-height:40px;color:var(--text-secondary);border-radius:var(--radius-sm);cursor:pointer;-webkit-tap-highlight-color:transparent;flex-shrink:0;justify-content:center;align-items:center;margin-right:8px;padding:0;transition:all .2s,background-color .3s,border-color .3s,color .3s;display:flex}.Mensajes-module__RysYza__backButton:hover{background:var(--bg-hover);border-color:var(--azure);color:var(--azure)}.Mensajes-module__RysYza__backButton:active{transform:scale(.95)}@media (max-width:767px){.Mensajes-module__RysYza__mensajes{min-height:calc(100vh - var(--topbar-height,64px));height:calc(100vh - var(--topbar-height,64px));flex-direction:column;margin:-16px;padding:0}.Mensajes-module__RysYza__chatsList{z-index:1;border-right:none;width:100%;max-width:none;height:100%;position:relative}.Mensajes-module__RysYza__chatsListExpanded{width:100%}.Mensajes-module__RysYza__chatsListHeader{min-height:56px;padding:10px 16px}.Mensajes-module__RysYza__chatsListHeaderContent{height:36px}.Mensajes-module__RysYza__chatsListTitle{font-size:1rem}.Mensajes-module__RysYza__chatsListHeaderButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:44px;min-width:44px;height:44px;min-height:44px}.Mensajes-module__RysYza__chatsListHeaderButton:active{background:var(--bg-tertiary)}.Mensajes-module__RysYza__chatsListSearchInput{border-radius:var(--radius-md);min-height:44px;padding:12px 40px 12px 14px;font-size:1rem}.Mensajes-module__RysYza__chatsListSearchClear{width:32px;height:32px;right:8px}.Mensajes-module__RysYza__chatsListContent{gap:10px;padding:12px}.Mensajes-module__RysYza__chatItem{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;min-height:64px;padding:14px 16px}.Mensajes-module__RysYza__chatItem:active{background:var(--bg-hover)}.Mensajes-module__RysYza__chatName{font-size:1rem}.Mensajes-module__RysYza__chatLastMessage{font-size:.875rem}.Mensajes-module__RysYza__chatTimestamp{font-size:.6875rem}.Mensajes-module__RysYza__unreadBadge{min-width:22px;padding:2px 8px;font-size:.6875rem}.Mensajes-module__RysYza__chatWindow{z-index:100;border-right:none;width:100%;min-width:auto;max-width:none;display:none;position:fixed;inset:0}.Mensajes-module__RysYza__chatWindow.Mensajes-module__RysYza__active{display:flex}.Mensajes-module__RysYza__chatWindowExpanded{width:100%;max-width:none}.Mensajes-module__RysYza__chatHeader{min-height:56px;padding:12px 16px}.Mensajes-module__RysYza__chatHeaderInfo{gap:12px}.Mensajes-module__RysYza__chatHeaderName{font-size:1rem}.Mensajes-module__RysYza__chatHeaderStatus{font-size:.75rem}.Mensajes-module__RysYza__chatHeaderMenuButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:44px;min-width:44px;height:44px;min-height:44px}.Mensajes-module__RysYza__chatHeaderDropdown{min-width:200px;left:auto;right:0}.Mensajes-module__RysYza__chatHeaderDropdownItem{-webkit-tap-highlight-color:transparent;min-height:44px;padding:14px 16px;font-size:.9375rem}.Mensajes-module__RysYza__messagesContainer{-webkit-overflow-scrolling:touch;gap:12px;max-width:none;padding:14px 16px}.Mensajes-module__RysYza__message{max-width:88%}.Mensajes-module__RysYza__messageContent{border-radius:var(--radius-lg);padding:12px 16px}.Mensajes-module__RysYza__messageOwn .Mensajes-module__RysYza__messageContent{border-bottom-right-radius:6px}.Mensajes-module__RysYza__messageOther .Mensajes-module__RysYza__messageContent{border-bottom-left-radius:6px}.Mensajes-module__RysYza__messageText{font-size:.9375rem;line-height:1.45}.Mensajes-module__RysYza__messageTime{font-size:.625rem}.Mensajes-module__RysYza__messageInputContainer{padding:12px 16px;padding-bottom:max(12px,env(safe-area-inset-bottom));z-index:10;gap:10px;position:sticky;bottom:0}.Mensajes-module__RysYza__attachButton,.Mensajes-module__RysYza__micButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:44px;min-width:44px;height:44px;min-height:44px}.Mensajes-module__RysYza__attachButton:active,.Mensajes-module__RysYza__micButton:active{transform:scale(.95)}.Mensajes-module__RysYza__messageInput{border-radius:var(--radius-md);appearance:none;max-width:none;min-height:48px;padding:14px 16px;font-size:1rem}.Mensajes-module__RysYza__sendButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;height:48px;min-height:48px;padding:14px 20px;font-size:.9375rem}.Mensajes-module__RysYza__sendButton:active:not(:disabled){transform:scale(.95)}.Mensajes-module__RysYza__documentAttachment{border-radius:var(--radius-md);padding:14px}.Mensajes-module__RysYza__documentIcon{width:44px;height:44px}.Mensajes-module__RysYza__documentName{font-size:.875rem}.Mensajes-module__RysYza__documentSize{font-size:.6875rem}.Mensajes-module__RysYza__downloadButton,.Mensajes-module__RysYza__viewModalButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:44px;min-width:44px;height:44px;min-height:44px}.Mensajes-module__RysYza__emptyChat{padding:40px 20px}.Mensajes-module__RysYza__emptyChatText{text-align:center;font-size:.875rem}.Mensajes-module__RysYza__documentViewer{z-index:200;border-radius:0;min-width:auto;position:fixed;inset:0}.Mensajes-module__RysYza__documentViewerClosed{display:none}.Mensajes-module__RysYza__documentViewerHeader{min-height:56px;padding:12px 16px}.Mensajes-module__RysYza__documentViewerTitle{font-size:.9375rem}.Mensajes-module__RysYza__documentActionButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__documentViewerContent{-webkit-overflow-scrolling:touch;padding:16px}.Mensajes-module__RysYza__documentPage{max-width:none;min-height:auto;padding:20px}.Mensajes-module__RysYza__documentHeader h4{font-size:1rem}.Mensajes-module__RysYza__documentParagraph,.Mensajes-module__RysYza__documentDate{font-size:.8125rem}.Mensajes-module__RysYza__documentTable{-webkit-overflow-scrolling:touch;font-size:.8125rem;display:block;overflow-x:auto}.Mensajes-module__RysYza__documentTable th,.Mensajes-module__RysYza__documentTable td{white-space:nowrap;padding:8px 10px}.Mensajes-module__RysYza__modalOverlay{padding:0}.Mensajes-module__RysYza__modalContent{border-radius:0;max-width:100%;height:100dvh;max-height:100dvh;margin:0}.Mensajes-module__RysYza__modalHeader{min-height:56px;padding:14px 16px}.Mensajes-module__RysYza__modalTitle{font-size:1rem}.Mensajes-module__RysYza__modalActionButton{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;width:44px;min-width:44px;height:44px;min-height:44px}.Mensajes-module__RysYza__modalBody{-webkit-overflow-scrolling:touch;padding:16px}.Mensajes-module__RysYza__userSearchInput{border-radius:var(--radius-md);appearance:none;width:100%;min-height:48px;padding:14px 16px;font-size:1rem}.Mensajes-module__RysYza__usersList{gap:10px;max-height:calc(100vh - 200px)}.Mensajes-module__RysYza__userItem{border-radius:var(--radius-md);-webkit-tap-highlight-color:transparent;min-height:64px;padding:14px 16px}.Mensajes-module__RysYza__userItem:active{background:var(--bg-hover)}.Mensajes-module__RysYza__userAvatarInitial{width:44px;height:44px;font-size:1rem}.Mensajes-module__RysYza__userName{font-size:1rem}.Mensajes-module__RysYza__userEmail{font-size:.8125rem}}@media (max-width:379px){.Mensajes-module__RysYza__mensajes{margin:-12px}.Mensajes-module__RysYza__chatsListHeader{min-height:52px;padding:8px 12px}.Mensajes-module__RysYza__chatsListHeaderButton{width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__chatsListSearchInput{min-height:40px;padding:10px 36px 10px 12px}.Mensajes-module__RysYza__chatsListContent{gap:8px;padding:10px}.Mensajes-module__RysYza__chatItem{min-height:56px;padding:12px}.Mensajes-module__RysYza__chatName{font-size:.9375rem}.Mensajes-module__RysYza__chatLastMessage{font-size:.8125rem}.Mensajes-module__RysYza__chatHeader{min-height:52px;padding:10px 12px}.Mensajes-module__RysYza__chatHeaderMenuButton,.Mensajes-module__RysYza__backButton{width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__messagesContainer{padding:12px}.Mensajes-module__RysYza__message{max-width:92%}.Mensajes-module__RysYza__messageContent{padding:10px 14px}.Mensajes-module__RysYza__messageText{font-size:.875rem}.Mensajes-module__RysYza__messageInputContainer{gap:8px;padding:10px 12px}.Mensajes-module__RysYza__attachButton,.Mensajes-module__RysYza__micButton{width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__messageInput{min-height:44px;padding:12px 14px}.Mensajes-module__RysYza__sendButton{height:44px;min-height:44px;padding:12px 16px;font-size:.875rem}.Mensajes-module__RysYza__documentAttachment{padding:12px}.Mensajes-module__RysYza__documentIcon{width:40px;height:40px}.Mensajes-module__RysYza__downloadButton,.Mensajes-module__RysYza__viewModalButton{width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__modalHeader{padding:12px}.Mensajes-module__RysYza__modalActionButton{width:40px;min-width:40px;height:40px;min-height:40px}.Mensajes-module__RysYza__modalBody{padding:12px}.Mensajes-module__RysYza__userSearchInput{min-height:44px;padding:12px 14px}.Mensajes-module__RysYza__userItem{min-height:56px;padding:12px}.Mensajes-module__RysYza__userAvatarInitial{width:40px;height:40px;font-size:.9375rem}}.Mensajes-module__RysYza__userSearchContainer{margin-bottom:16px}.Mensajes-module__RysYza__userSearchInput{border:1px solid var(--border-secondary);border-radius:var(--radius-sm);width:100%;font-family:var(--font-body);color:var(--text-primary);background:var(--surface-primary);outline:none;padding:10px 12px;font-size:.875rem;transition:all .2s,background-color .3s,border-color .3s,color .3s}.Mensajes-module__RysYza__userSearchInput:focus{border-color:var(--azure);box-shadow:0 0 0 2px #1880ea1a}.Mensajes-module__RysYza__userSearchInput::placeholder{color:var(--text-muted)}.Mensajes-module__RysYza__usersList{flex-direction:column;gap:8px;max-height:400px;display:flex;overflow:hidden auto}.Mensajes-module__RysYza__usersList::-webkit-scrollbar{width:6px}.Mensajes-module__RysYza__usersList::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.Mensajes-module__RysYza__usersList::-webkit-scrollbar-thumb{background:var(--border-secondary);border-radius:3px}.Mensajes-module__RysYza__usersList::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.Mensajes-module__RysYza__userItem{border:1px solid var(--border-primary);border-radius:var(--radius-sm);cursor:pointer;background:var(--surface-primary);align-items:center;gap:12px;padding:12px;transition:all .2s,background-color .3s,border-color .3s;display:flex}.Mensajes-module__RysYza__userItem:hover{background:var(--bg-hover);border-color:var(--azure);transform:translate(2px)}.Mensajes-module__RysYza__userAvatar{flex-shrink:0;position:relative}.Mensajes-module__RysYza__userAvatarInitial{background:var(--azure);width:40px;height:40px;color:var(--white);border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:500;transition:background-color .3s;display:flex}.Mensajes-module__RysYza__userStatusIndicator{border:2px solid var(--surface-primary);border-radius:50%;width:12px;height:12px;transition:border-color .3s;position:absolute;bottom:0;right:0}.Mensajes-module__RysYza__userStatusOnline{background:var(--success)}.Mensajes-module__RysYza__userStatusAway{background:var(--warning)}.Mensajes-module__RysYza__userStatusOffline{background:var(--text-muted)}.Mensajes-module__RysYza__userInfo{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.Mensajes-module__RysYza__userName{color:var(--text-primary);font-size:.9375rem;font-weight:500;transition:color .3s}.Mensajes-module__RysYza__userEmail{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;transition:color .3s;overflow:hidden}.Mensajes-module__RysYza__userArrow{color:var(--text-tertiary);flex-shrink:0;transition:color .3s,transform .2s}.Mensajes-module__RysYza__userItem:hover .Mensajes-module__RysYza__userArrow{color:var(--azure);transform:translate(2px)}.Mensajes-module__RysYza__noUsersFound{text-align:center;color:var(--text-tertiary);padding:40px 20px}.Mensajes-module__RysYza__noUsersFound p{margin:0;font-size:.875rem;transition:color .3s}
.Home-module__Zdb1Va__home{flex-direction:column;width:100%;height:100%;padding:24px 24px 32px;display:flex;overflow:hidden}.Home-module__Zdb1Va__dashboard{flex:1;grid-template-columns:repeat(3,1fr);gap:20px;min-height:0;display:grid}.Home-module__Zdb1Va__section{background:var(--surface-primary);border:1px solid var(--border-primary);border-radius:var(--radius-lg);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.Home-module__Zdb1Va__sectionHeader{border-bottom:1px solid var(--border-primary);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.Home-module__Zdb1Va__sectionTitle{font-family:var(--font-display);color:var(--text-primary);margin:0;font-size:1rem;font-weight:500}.Home-module__Zdb1Va__onlineCount,.Home-module__Zdb1Va__pendingCount{font-family:var(--font-body);color:var(--azure);background:var(--azure-bg);border-radius:var(--radius-full);padding:4px 10px;font-size:.875rem;font-weight:600}.Home-module__Zdb1Va__activityList{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow:hidden auto}.Home-module__Zdb1Va__activityList::-webkit-scrollbar{width:6px}.Home-module__Zdb1Va__activityList::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.Home-module__Zdb1Va__activityList::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.Home-module__Zdb1Va__activityList::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.Home-module__Zdb1Va__activityItem{border-radius:var(--radius-md);background:var(--bg-secondary);gap:12px;padding:12px;transition:background .2s;display:flex}.Home-module__Zdb1Va__activityItem:hover{background:var(--bg-hover)}.Home-module__Zdb1Va__activityIcon{border-radius:var(--radius-sm);background:var(--surface-primary);width:32px;height:32px;color:var(--azure);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Home-module__Zdb1Va__activityIcon svg{width:18px;height:18px}.Home-module__Zdb1Va__activityContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Home-module__Zdb1Va__activityText{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;line-height:1.4}.Home-module__Zdb1Va__activityUser{font-weight:500}.Home-module__Zdb1Va__activityAction{color:var(--text-secondary)}.Home-module__Zdb1Va__activityTime{font-family:var(--font-body);color:var(--text-tertiary);font-size:.75rem}.Home-module__Zdb1Va__usersList{flex-direction:column;flex:1;gap:10px;min-height:0;padding:12px;display:flex;overflow:hidden auto}.Home-module__Zdb1Va__usersList::-webkit-scrollbar{width:6px}.Home-module__Zdb1Va__usersList::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.Home-module__Zdb1Va__usersList::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.Home-module__Zdb1Va__usersList::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.Home-module__Zdb1Va__userItem{border-radius:var(--radius-md);background:var(--bg-secondary);justify-content:space-between;align-items:center;padding:12px;transition:background .2s;display:flex}.Home-module__Zdb1Va__userItem:hover{background:var(--bg-hover)}.Home-module__Zdb1Va__userInfo{flex-direction:column;gap:4px;display:flex}.Home-module__Zdb1Va__userName{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;font-weight:500}.Home-module__Zdb1Va__userRole{font-family:var(--font-body);color:var(--text-secondary);font-size:.75rem}.Home-module__Zdb1Va__userStatus{align-items:center;gap:8px;display:flex}.Home-module__Zdb1Va__statusIndicator{background:var(--success);width:8px;height:8px;box-shadow:0 0 0 2px var(--success-bg);border-radius:50%}.Home-module__Zdb1Va__lastActivity{font-family:var(--font-body);color:var(--text-tertiary);font-size:.75rem}.Home-module__Zdb1Va__actionsList{flex-direction:column;flex:1;gap:8px;min-height:0;padding:12px;display:flex;overflow:hidden auto}.Home-module__Zdb1Va__actionsList::-webkit-scrollbar{width:6px}.Home-module__Zdb1Va__actionsList::-webkit-scrollbar-track{background:var(--bg-secondary);border-radius:3px}.Home-module__Zdb1Va__actionsList::-webkit-scrollbar-thumb{background:var(--gray-300);border-radius:3px}.Home-module__Zdb1Va__actionsList::-webkit-scrollbar-thumb:hover{background:var(--gray-400)}.Home-module__Zdb1Va__actionItem{border:1px solid var(--border-primary);border-radius:var(--radius-md);background:var(--bg-secondary);cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:14px;transition:all .2s;display:flex}.Home-module__Zdb1Va__actionItem:hover{border-color:var(--azure);background:var(--bg-hover);transform:translate(2px)}.Home-module__Zdb1Va__actionContent{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.Home-module__Zdb1Va__actionTitle{font-family:var(--font-body);color:var(--text-primary);font-size:.875rem;font-weight:500}.Home-module__Zdb1Va__actionDescription{font-family:var(--font-body);color:var(--text-secondary);font-size:.75rem}.Home-module__Zdb1Va__actionArrow{width:16px;height:16px;color:var(--text-tertiary);flex-shrink:0;transition:color .2s}.Home-module__Zdb1Va__actionItem:hover .Home-module__Zdb1Va__actionArrow{color:var(--azure)}.Home-module__Zdb1Va__priorityHigh{border-left:3px solid var(--danger)}.Home-module__Zdb1Va__priorityMedium{border-left:3px solid var(--warning)}.Home-module__Zdb1Va__priorityLow{border-left:3px solid var(--text-tertiary)}.Home-module__Zdb1Va__emptyState{text-align:center;color:var(--text-tertiary);font-family:var(--font-body);padding:40px 20px;font-size:.875rem}@media (max-width:1200px){.Home-module__Zdb1Va__dashboard{grid-template-columns:1fr}}@media (max-width:767px){.Home-module__Zdb1Va__home{gap:0;padding:12px 12px 24px}.Home-module__Zdb1Va__dashboard{grid-template-columns:1fr;gap:16px;overflow:hidden auto}.Home-module__Zdb1Va__section{border-radius:var(--radius-md);height:auto;min-height:auto;max-height:none}.Home-module__Zdb1Va__sectionHeader{padding:14px 16px}.Home-module__Zdb1Va__sectionTitle{font-size:.9375rem}.Home-module__Zdb1Va__onlineCount,.Home-module__Zdb1Va__pendingCount{padding:3px 8px;font-size:.8125rem}.Home-module__Zdb1Va__activityList,.Home-module__Zdb1Va__usersList,.Home-module__Zdb1Va__actionsList{gap:8px;max-height:300px;padding:10px;overflow-y:auto}.Home-module__Zdb1Va__activityItem{gap:10px;padding:10px}.Home-module__Zdb1Va__activityIcon{width:28px;height:28px}.Home-module__Zdb1Va__activityIcon svg{width:14px;height:14px}.Home-module__Zdb1Va__activityText{font-size:.8125rem;line-height:1.35}.Home-module__Zdb1Va__activityTime{font-size:.6875rem}.Home-module__Zdb1Va__userItem{flex-wrap:wrap;gap:8px;padding:10px}.Home-module__Zdb1Va__userInfo{flex:1;min-width:120px}.Home-module__Zdb1Va__userName{font-size:.8125rem}.Home-module__Zdb1Va__userRole{font-size:.6875rem}.Home-module__Zdb1Va__userStatus{gap:6px}.Home-module__Zdb1Va__statusIndicator{width:6px;height:6px}.Home-module__Zdb1Va__lastActivity{font-size:.6875rem}.Home-module__Zdb1Va__actionItem{gap:10px;padding:12px}.Home-module__Zdb1Va__actionTitle{font-size:.8125rem}.Home-module__Zdb1Va__actionDescription{font-size:.6875rem}.Home-module__Zdb1Va__actionArrow{width:14px;height:14px}.Home-module__Zdb1Va__emptyState{padding:32px 16px;font-size:.8125rem}}@media (max-width:379px){.Home-module__Zdb1Va__home{padding:8px}.Home-module__Zdb1Va__dashboard{gap:12px}.Home-module__Zdb1Va__sectionHeader{flex-wrap:wrap;gap:8px;padding:12px}.Home-module__Zdb1Va__sectionTitle{font-size:.875rem}.Home-module__Zdb1Va__activityList,.Home-module__Zdb1Va__usersList,.Home-module__Zdb1Va__actionsList,.Home-module__Zdb1Va__activityItem,.Home-module__Zdb1Va__userItem,.Home-module__Zdb1Va__actionItem{padding:8px}}
