@import"https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";.sidebar-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0003;display:none;z-index:1000}.sidebar-overlay.visible{display:block}.sidebar-panel{position:absolute;right:0;top:0;width:320px;height:100%;background:#f9f9ff;box-shadow:-2px 0 5px #0000001a;overflow-y:auto;padding:1rem;animation:slideIn .3s ease forwards}@keyframes slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sidebar-header h3{font-size:1.2rem;font-weight:600;color:#1d1d1d}.close-sidebar-btn{background:transparent;border:none;font-size:1.4rem;color:#666;cursor:pointer;transition:color .2s ease}.close-sidebar-btn:hover{color:#000}.no-notifications{padding:1rem;text-align:center;color:#666}.noti-card{display:flex;align-items:flex-start;background:transparent;border:none;border-radius:0;margin-bottom:1.5rem;cursor:pointer;transition:background .2s ease}.noti-card:hover{background:#eef3ff}.noti-icon{position:relative;margin-right:.75rem;width:24px;height:24px}.message-icon{width:30px;height:30px}.noti-content{flex:1;font-family:var(--font-tertiary);font-size:.87rem;color:#333}.noti-title{font-family:var(--font-primary);font-weight:600;margin-bottom:4px}.noti-body{font-size:.85rem;color:#666;margin-bottom:4px;line-height:1.2}.noti-date{font-family:var(--font-primary);font-size:.75rem;font-weight:600;color:#1d1d1d;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.noti-asignar-btn{background:#fce1b6;color:#6b7280;border:none;border-radius:4px;padding:2px 8px;font-size:.72rem;font-weight:600;cursor:pointer;transition:background .2s ease}.noti-asignar-btn:hover{background:#f8cb93}.header-container{display:flex;align-items:center;width:100%;background-color:transparent;padding:10px 10px 0}.piigce-logo{width:176px;cursor:pointer}.header-right{display:flex;align-items:center;padding-right:70px}.header-message-icon{position:relative;display:flex;align-items:center;justify-content:center;padding-left:8px;border-left:1px solid #ccc;margin-left:8px;cursor:pointer}.header-message-icon img{width:26px;height:26px;cursor:pointer}.header-user{display:flex;align-items:center}.frame-img{margin-right:10px;flex-shrink:0}.user-info{display:flex;flex-direction:column;align-items:flex-start}.user-name,.user-role{font-size:14px;margin:0}.avatar-inicial{width:40px;height:40px;background-color:var(--bs-primary);border-radius:50%;color:#fff;font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;text-transform:uppercase}.frame-placeholder{width:40px;height:40px;background-color:#ccc;border-radius:50%;font-weight:700;font-size:1.2rem;color:#fff;display:flex;align-items:center;justify-content:center;margin-right:10px;flex-shrink:0}.progress-title{font-weight:700;font-size:1.2rem;margin:0}.progress-bar-header{max-width:300px;min-width:150px;height:12px;border-radius:6px;transition:background-color .3s ease}.dates-row{display:flex;flex-direction:row;gap:1rem;flex:1;justify-content:space-between;margin:10px 20px}.date-row{display:flex;align-items:center;gap:.5rem;font-size:1.2rem}.date-icon{font-size:1.6rem!important;width:1.6rem!important;height:1.6rem!important;color:#4a90d9!important;flex-shrink:0}.header-box{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1rem 2rem;border-radius:16px;max-height:80px;min-height:80px;margin:1.4rem 1.8rem;overflow:hidden;flex:1;min-width:0}.header-progress-info{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;flex:1;align-items:flex-end}.header-right{display:flex;align-items:center;gap:1.2rem;padding-right:1rem;margin-left:auto}.date-right{display:flex;align-items:flex-end;justify-content:space-between;gap:1.2rem;margin-right:50px}.header-logos{display:flex;align-items:center;gap:.75rem;padding-left:.6rem;flex-shrink:0}.header-logos .piigce-logo,.piigce-logo{height:44px;width:auto;max-width:140px;object-fit:contain}.header-logos .piigce-logo2,.piigce-logo2{height:110px;width:auto;max-width:140px;object-fit:contain;display:block}.logo-divider{width:1px;height:36px;background-color:#d4d4d8;border-radius:1px;flex-shrink:0}@media (max-width: 1024px){.header-logos .piigce-logo,.piigce-logo{height:38px;max-width:110px}.header-logos .piigce-logo2,.piigce-logo2{height:92px;max-width:118px}.logo-divider{height:30px}}@media (max-width: 640px){.header-logos{gap:.5rem;padding-left:.4rem}.header-logos .piigce-logo,.piigce-logo{height:32px;max-width:90px}.header-logos .piigce-logo2,.piigce-logo2{height:78px;max-width:98px}.logo-divider{height:24px}}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;justify-content:center;align-items:center;z-index:3000}.modal-content.notification-modal{position:relative;background:#fff;padding:2rem;border-radius:12px;text-align:center;width:400px;max-width:90%;box-shadow:0 4px 15px #0000001a;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.close-button{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.2rem;color:#888;cursor:pointer;transition:color .2s ease}.close-button:hover{color:#000}.modal-header{display:flex;align-items:center;gap:10px;justify-content:center;margin-top:.5rem}.badge-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center}.task-badge{position:relative;background:red;color:#fff;font-weight:700;border-radius:20%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;z-index:2}.badge-pulse-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#150448c5;border-radius:50%;animation:pulse-circle 1.4s ease-in-out infinite;z-index:-1}@keyframes pulse-circle{0%{transform:scale(1.3);opacity:.3}50%{transform:scale(1.9);opacity:1}to{transform:scale(1.3);opacity:.3}}.modal-illustration img{width:250px;margin:1rem auto;display:block}.modal-buttons{display:flex;justify-content:center;gap:.8rem;margin-top:1.5rem}.btn-ok,.btn-resolver{border:none;padding:.7rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer}.btn-ok{background:#ddd;color:#333}.btn-ok:hover{background:#ccc}.btn-resolver{background:#4c78ea;color:#fff}.btn-resolver:hover{background:#3656c5}.badge-wrapper{position:absolute;pointer-events:none;overflow:visible;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2px}.badge-top-right{top:4px;right:4px}.badge-middle-right{top:50%;right:-10px;transform:translateY(-50%)}.header-badge-top-right{position:absolute!important;top:-5px;right:-5px;transform:none;z-index:20}.badge-container{width:20px;height:20px;position:relative}.badge-pulse-background{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;animation:pulse-circle 1.4s ease-in-out infinite;z-index:1}.badge-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#fff;font-weight:700;font-size:9px;padding:2px;border-radius:4px;z-index:2;line-height:1;min-width:13px;text-align:center}@keyframes pulse-circle{0%,to{transform:scale(1)}50%{transform:scale(1.25)}}.badge-header .badge-container.primary .badge-pulse-background{background-color:#ffbf6566}.badge-header .badge-container.primary .badge-content{background-color:#ffbf65}.badge-header .badge-container.secondary .badge-pulse-background{background-color:#ffbf6566}.badge-header .badge-container.secondary .badge-content{background-color:#ffbf65}.badge-sidebar .badge-container.primary .badge-pulse-background{background-color:#f006}.badge-sidebar .badge-container.primary .badge-content{background-color:red}.badge-sidebar .badge-container.secondary .badge-pulse-background{background-color:#f006}.badge-sidebar .badge-container.secondary .badge-content{background-color:red}.sidebar{background-color:#210679;width:75px;height:84vh;display:flex;flex-direction:column;align-items:center;border-radius:11px;padding:20px 0;margin-left:17px;overflow-y:auto;overflow-x:visible;transition:width .3s ease-in-out;position:relative;z-index:1}.sidebar.expandable:hover{width:260px}.sidebar-content{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:4px;padding-left:10px;flex:1;justify-content:flex-start}.sidebar-item{display:flex;align-items:center;gap:12px;width:100%;padding:6px 12px;border-radius:8px;cursor:pointer;color:#fff;margin-bottom:10px;position:relative;transition:background-color .2s ease;min-height:40px}.sidebar-item:hover{background-color:#4154d8}.sidebar-item.active .sidebar-icon-wrapper{background-color:#799fff87;border-radius:8px}.sidebar.expandable:hover .sidebar-item.active{background-color:#799fff87}.sidebar.expandable:hover .sidebar-item.active .sidebar-icon-wrapper{background-color:transparent}.sidebar-icon{font-size:24px;min-width:32px}.sidebar-text-group{display:none;flex-direction:column;gap:2px;opacity:0;transform:translate(-10px);transition:opacity .25s ease,transform .25s ease}.sidebar.expandable:hover .sidebar-text-group{display:flex;opacity:1;transform:translate(0)}.sidebar-text{font-weight:600;font-size:14px;color:#fff}.sidebar-desc{font-size:12px;color:#d4d4d4;opacity:.8;line-height:1.1}.logout{margin-top:auto;margin-bottom:10px}.sidebar-icon-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px}.logout-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:3000;animation:fadeIn .2s ease-out}.logout-modal-content{position:relative;background:#fff;padding:2.5rem;border-radius:16px;text-align:center;width:420px;max-width:90%;box-shadow:0 10px 30px #00000026;animation:scaleUp .3s cubic-bezier(.175,.885,.32,1.275)}.logout-icon-container{width:70px;height:70px;background-color:#fce8e8;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.logout-icon{font-size:36px;color:#d32f2f}.logout-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.75rem;font-family:Inter,sans-serif}.logout-text{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.5}.logout-buttons{display:flex;justify-content:center;gap:1rem}.btn-logout-cancel,.btn-logout-confirm{flex:1;border:none;padding:.8rem 1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-logout-cancel{background:#f0f0f0;color:#555}.btn-logout-cancel:hover{background:#e4e4e4;color:#333}.btn-logout-confirm{background:#25145b;color:#fff}.btn-logout-confirm:hover{background:#1b0e45;box-shadow:0 4px 10px #25145b4d}.information-boxes-container{display:flex;justify-content:center;align-items:center;gap:20px}.information-box{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:15px 30px 10px;text-align:center;width:130px}.information-box img{width:30px;height:30px;margin-bottom:8px}.info-title{font-size:.75rem;margin:0 0 8px}.info-title strong{color:var(--bs-primary)}.info-count{margin:0;font-size:1.4rem;font-weight:700;color:var(--bs-primary)}.busqueda-container{height:100%;max-height:58vh;flex-direction:column;gap:20px;padding-top:20px}.busqueda-top{display:flex;align-items:center;gap:20px}.cuentas-status-container{display:flex;justify-content:center;align-items:center;gap:20px}.cuenta-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:15px 30px 10px;text-align:center;width:130px;background-color:#fff}.cuenta-card img{width:30px;height:30px;margin-bottom:8px}.cuenta-title{font-size:.75rem;margin:0 0 8px}.cuenta-count{margin:0;font-size:1.4rem;font-weight:700;color:var(--bs-primary)}.cuenta-title strong{color:var(--bs-primary)}.busqueda-input{width:100%;display:flex;justify-content:center;flex-direction:column;background:#fff;padding:25px 30px 0;border-radius:8px}.header-busqueda-input{display:flex;justify-content:space-between;margin:0;width:100%;gap:10px}.busqueda-tabs{display:flex;gap:.5rem}.busqueda-tab{background:transparent;border:none;padding:.5rem 0;cursor:pointer;color:#6c757d;font-size:.9rem;position:relative;margin-right:1rem}.busqueda-tab.active{border-bottom:3px solid var(--bs-table-secondary-active);font-weight:700;color:#000}.busqueda-tab.active:after{content:"";position:absolute;bottom:-3px;left:0;right:0;height:3px;background-color:var(--bs-primary)}.busqueda-content-wrapper{flex:1;overflow:visible;display:flex;flex-direction:column;padding:0}.busqueda-content-scroll{flex:1;height:100%;padding-right:.5rem;padding-top:15px}.header-busqueda-container-selects{display:flex;gap:1rem;align-items:center;margin-right:1rem}.header-busqueda-container-input{flex:1;min-width:200px}.header-busqueda-container-buttons{width:auto;display:flex;gap:.5rem;justify-content:flex-end;align-items:center}.busqueda-content-title{font-family:var(--font-primary);font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:#000;margin:1.8rem 0 .6rem;display:flex;align-items:center;gap:.8rem}.busqueda-content-title:after{content:"";height:1px;background:linear-gradient(to right,#dee2e6,transparent);flex-grow:1}.solicitudes-status-container{display:flex;justify-content:center;align-items:center;gap:20px}.solicitud-card{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:15px clamp(12px,2vw,30px) 10px;text-align:center;width:clamp(100px,15vw,140px);background-color:#fff}.solicitud-card img{width:30px;height:30px;margin-bottom:8px}.solicitud-title{font-size:.75rem;margin:0 0 8px}.solicitud-title strong{color:var(--bs-primary)}.solicitud-count{margin:0;font-size:1.4rem;font-weight:700;color:var(--bs-primary)}.participants-table{display:flex;flex-direction:column;gap:12px;max-height:39vh;overflow-y:auto;padding-right:8px}.participants-table.summary{overflow:visible;max-height:none;padding-right:0}.participant-row{display:flex;align-items:center;padding:16px;border:1px solid #d4e2ff;border-radius:8px;background-color:#fff;box-shadow:0 1px 2px #00000008;gap:1.25rem}.participant-checkbox{flex:0 0 auto;margin-right:.5rem}.participant-info{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.summary-structure>.participant-info{align-self:center;flex:0 0 48px;width:48px;margin-right:20px;border-radius:10px;transition:background-color .15s ease,transform .15s ease}.summary-structure>.participant-info:hover{background-color:#4c78ea1f;transform:scale(1.1)}.participant-image{width:40px;height:40px;border-radius:50%;object-fit:cover}.participant-name,.participant-assignmentdate,.participant-charge,.participant-activity{display:flex;flex-direction:column;margin-left:1rem;min-width:180px}.participant-label{font-size:12px;color:#666;margin-bottom:2px}.participant-value{font-size:14px;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;transition:all .2s ease}.participant-actions{display:flex;align-items:center;margin-left:auto;gap:8px}.participant-column{display:flex;flex-direction:column;flex:1;min-width:0;font-weight:700}.participant-row--compact{gap:1.5rem}.participant-row--compact .participant-column{flex:1 1 0;min-width:0;max-width:220px}.participant-row--compact .participant-column .participant-label,.participant-row--compact .participant-column .participant-value{text-align:center}.participant-row--compact .participant-actions{margin-left:auto}.participant-row--compact:not(:has(.participant-actions>*)){justify-content:space-between}.participant-row--compact:not(:has(.participant-actions>*)) .participant-column{flex:1 1 0;max-width:none}.participant-row--compact:not(:has(.participant-actions>*)) .participant-actions{display:none}.participant-summary-card{background-color:#fff;border:1px solid #d4e2ff;border-radius:8px;padding:16px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:12px;position:relative}.card-header{display:flex;justify-content:space-between;font-size:14px;font-weight:600}.card-title{color:#444}.card-status{font-weight:700}.text-asignada{color:#2f80ed}.text-por-asignar{color:#f2994a}.card-body{font-size:13px;color:#555;text-align:justify}.card-footer{flex:1;min-width:0;display:flex;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:12px;overflow:hidden;padding-bottom:0}.card-footer::-webkit-scrollbar{height:6px}.card-footer::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.footer-label{flex:1 1 0%;min-width:0;max-width:160px;text-align:center;overflow:hidden}.footer-label-solicitud{flex:1 1 0%;min-width:120px;max-width:200px;text-align:center;overflow:hidden}.footer-label-solicitud .participant-label{font-size:11px;color:#666;margin-bottom:2px}.footer-label-solicitud .summary-cell-value{font-size:13px;font-weight:600;color:#333;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.summary-cell{flex:1 1 0%;min-width:0;max-width:140px;text-align:center;overflow:hidden}.summary-cell-tipo{flex:1 1 0%;min-width:0;max-width:200px;text-align:center;overflow:visible}.summary-cell-large{flex:2 1 0%;min-width:0;max-width:300px;text-align:center;overflow:hidden}.footer-label-status{flex:0 0 auto!important;min-width:fit-content!important;overflow:visible!important}.summary-cell-icon{flex:0 0 30px!important;min-width:30px!important;max-width:30px!important;overflow:visible!important}.summary-cell-action{flex:0 0 auto!important;min-width:auto!important;max-width:none!important;overflow:visible!important}.btn-ampliar{background-color:#4c78ea;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #4c78ea59;transition:all .25s ease}.btn-ampliar:hover{background-color:#3a62d4;box-shadow:0 4px 14px #4c78ea80;transform:translateY(-1px)}.btn-ampliar:active{transform:translateY(0);box-shadow:0 1px 4px #4c78ea4d}.btn-revisar{background-color:#f2994a;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #f2994a59;transition:all .25s ease;min-width:110px;text-align:center}.btn-revisar:hover{background-color:#e38839;box-shadow:0 4px 14px #f2994a80;transform:translateY(-1px)}.btn-revisar:active{transform:translateY(0);box-shadow:0 1px 4px #f2994a4d}.btn-revisar-cancel{background:#f1f5ff;color:#888;border:1px solid #d4e2ff;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .25s ease}.btn-revisar-cancel:hover{background:#e2e8f0}.btn-resuelto{background:#f1f5ff;color:#4c78ea;border:1px solid #4C78EA;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .25s ease}.btn-resuelto:hover{background:#e2e8f0}.btn-resuelta{background-color:#f2994a;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #f2994a59;transition:all .25s ease;min-width:110px;text-align:center}.btn-resuelta:hover{background-color:#e38839;box-shadow:0 4px 14px #f2994a80;transform:translateY(-1px)}.btn-resuelta:active{transform:translateY(0);box-shadow:0 1px 4px #f2994a4d}.btn-asignada{background-color:#4c78ea;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #4c78ea59;transition:all .25s ease;min-width:110px;text-align:center}.btn-asignada:hover{background-color:#3a62d4;box-shadow:0 4px 14px #4c78ea80;transform:translateY(-1px)}.btn-asignada:active{transform:translateY(0);box-shadow:0 1px 4px #4c78ea4d}.btn-en-hilo{background-color:#4c78ea;color:#fff;border:none;border-radius:20px;padding:8px 20px;font-size:13px;font-weight:600;letter-spacing:.3px;cursor:pointer;white-space:nowrap;box-shadow:0 2px 8px #4c78ea59;transition:all .25s ease;min-width:110px;text-align:center}.btn-en-hilo:hover{background-color:#3a62d4;box-shadow:0 4px 14px #4c78ea80;transform:translateY(-1px)}.btn-en-hilo:active{transform:translateY(0);box-shadow:0 1px 4px #4c78ea4d}.summary-cell-value,.participant-value{font-size:15px;font-weight:600;color:#000;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;cursor:default}.participant-column.column-name .participant-label,.participant-column.column-name .participant-value,.participant-column.column-name>strong{text-align:left}.summary-cell-tipo .summary-cell-value{white-space:normal;overflow:visible;text-overflow:unset;word-break:break-word;line-height:1.3}.participant-label{font-size:13px;color:#666;margin-bottom:2px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.participant-value-truncate{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;max-width:100%}.footer-label-title{font-size:12px;color:#666;margin-bottom:2px}.footer-label-value{font-size:14px;font-weight:600;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-action{margin-top:auto;margin-left:4px;margin-right:4px;flex-shrink:0}.summary-structure{display:flex;flex-direction:row;gap:1rem;align-items:center}.card-content{flex:1;min-width:0;display:flex;flex-direction:row;align-items:center;gap:.5rem;overflow:hidden}.summary-with-drag-layout{display:flex;gap:20px}.drag-azules-box{display:flex;flex-direction:column;gap:.75rem;min-width:160px;position:sticky;top:0;align-self:flex-start;max-height:60vh;overflow-y:auto}.summary-table-section{flex:1;display:flex;flex-direction:column;gap:1rem;max-height:39vh;overflow-y:auto;padding-right:8px}.drag-azules-wrapper{background-color:#fff;display:flex;flex-direction:column;max-height:39vh;overflow:visible;width:200px;min-width:200px;max-width:200px}.summary-table-section::-webkit-scrollbar,.drag-azules-box::-webkit-scrollbar,.participants-table::-webkit-scrollbar{width:8px;height:8px}.summary-table-section::-webkit-scrollbar-track,.drag-azules-box::-webkit-scrollbar-track,.participants-table::-webkit-scrollbar-track{background:transparent;border-radius:4px}.summary-table-section::-webkit-scrollbar-thumb,.drag-azules-box::-webkit-scrollbar-thumb,.participants-table::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.summary-table-section::-webkit-scrollbar-thumb:hover,.drag-azules-box::-webkit-scrollbar-thumb:hover,.participants-table::-webkit-scrollbar-thumb:hover{background:#94a3b8}.drag-header{background-color:#f1f5ff;padding:12px 8px;text-align:center}.drag-title{font-weight:700;font-size:13px;color:#210679}.drag-azules-box{padding:12px 8px;overflow-y:auto;flex-grow:1;display:flex;flex-direction:column;align-items:center;gap:.75rem;max-height:100%}.header-row{background-color:#f3f3f3;font-weight:700;border-bottom:1px solid #ccc;position:relative}.header-acciones{position:absolute;right:0;top:50%;transform:translateY(-50%)}.participant-column.half-column{flex:1}.no-data-message{text-align:center;padding:1.5rem;color:#6b7280;font-size:1rem}.no-data-icon{font-size:2rem;color:#9ca3af;margin-bottom:.5rem}.heartbeat-highlight{animation:heartbeat 1s ease-in-out infinite;transition:background-color .3s ease-out}@keyframes heartbeat{0%{transform:scale(1);box-shadow:0 0}50%{transform:scale(1.03);box-shadow:0 0 10px}to{transform:scale(1);box-shadow:0 0}}.table-date-cell{display:inline-block;max-width:150px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:help}[data-tooltip]{position:relative;cursor:help}[data-tooltip]:hover:after{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#fff;color:#444;padding:8px 14px;border:1px solid #d4e2ff;border-radius:8px;font-size:13px;font-weight:600;white-space:normal;width:max-content;max-width:250px;z-index:1000;box-shadow:0 4px 16px #4c78ea1f;margin-bottom:8px;pointer-events:none;text-align:center;line-height:1.4}.participant-value:has([data-tooltip]),.participant-column:has([data-tooltip]){overflow:visible}.custom-select-dropdown-list{padding:4px!important;border-radius:8px!important;box-shadow:0 8px 24px #0000001a!important;border:1px solid #E2E8F0!important;max-height:260px!important}.custom-select-option{padding:10px 14px!important;font-size:.875rem!important;font-weight:400!important;border-radius:6px!important;margin-bottom:1px;line-height:1.3;color:#334155!important;transition:all .15s ease}.custom-select-option:hover{background-color:#eef2ff!important;color:#4c78ea!important;font-weight:500!important}.custom-select-option.selected{background-color:#e8f0fe!important;color:#4c78ea!important;font-weight:600!important}.estado-card{width:170px;min-height:40px;padding:.25rem .6rem;margin:.25rem;align-items:center;border-radius:8px;border:1px solid transparent;transition:border-color .2s ease;font-family:var(--font-tertiary)}.estado-card.naranja{background-color:#ffe1b0}.estado-card.azul,.estado-card.verde{background-color:#f1f5ff}.nombre{font-weight:400;font-size:.85rem;color:#787878;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0;flex:1;transition:overflow .2s ease,text-overflow .2s ease}.placeholder{color:#6b7280;font-family:var(--font-tertiary);font-size:.9rem}.cerrar{font-weight:600;border:none;background-color:#fff;font-size:1rem;cursor:pointer;color:#4c78ea;border-radius:3px;padding:8px}.cantidad{font-weight:600;font-size:1rem;margin-right:20px;margin-left:20px;color:#4c78ea;font-family:var(--font-primary)}.icon-left{width:25px;height:25px;vertical-align:middle}.card-header{display:flex;align-items:center;width:100%;justify-content:space-between}.info-nombre{display:flex;align-items:center;gap:8px;flex-grow:1;min-width:0}.nombre-fecha{display:flex;flex-direction:column;align-items:flex-start}.fecha{font-size:10px;color:#888;margin:0;line-height:1.2}.estado-card.azul:hover .nombre,.estado-card.verde:hover .nombre,.estado-card.gris:hover .nombre{white-space:normal;overflow:visible;text-overflow:clip}.estado-card.naranja .nombre,.estado-card.verde .nombre{font-weight:500}.estado-card.gris{background-color:#e0e0e0;border:2px dashed #bdbdbd;cursor:not-allowed}.estado-card.gris .icon-left{opacity:.6}.estado-card.gris .nombre{color:#757575}.modern-messages-container{display:flex;flex-direction:column;gap:1.5rem;padding:1rem}.modern-message-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;border:1px solid #eef0f6;overflow:hidden;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;flex-direction:column}.modern-message-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px #00000014;border-color:#e2e8f0}.modern-message-meta-bar{background:#fafbfc;padding:.8rem 1.25rem;border-bottom:1px solid #eef0f6;display:flex;flex-wrap:wrap;gap:1.25rem;align-items:center;font-size:.85rem;color:#5c6b81}.modern-message-meta-item{display:flex;align-items:center;gap:.4rem}.modern-message-meta-item strong{color:#2d3748;font-weight:600}.modern-message-meta-item ion-icon{font-size:1.1rem;color:#718096}.modern-message-content{display:flex;flex-direction:column}.modern-message-solicitud,.modern-message-respuesta{padding:1.25rem}.modern-message-solicitud{border-bottom:1px dashed #eef0f6;background-color:#fff}.modern-message-respuesta{background-color:#fcfdff;border-left:4px solid transparent}.modern-message-respuesta.is-solved{border-left-color:#38a169;background-color:#f0fdf4}.modern-message-respuesta.is-pending{border-left-color:#dd6b20;background-color:#fffaf0}.modern-message-respuesta.is-en-hilo{border-left-color:#d97706;background-color:#fffbeb}.modern-block-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;flex-wrap:wrap;gap:.5rem}.modern-block-title{display:flex;align-items:center;gap:.6rem;font-size:.95rem;font-weight:700;color:#1a202c;text-transform:uppercase;letter-spacing:.05em}.modern-block-date{font-size:.8rem;color:#718096;background:#edf2f7;padding:.2rem .6rem;border-radius:12px;font-weight:500}.modern-badge{display:inline-flex;align-items:center;padding:.25rem .75rem;font-size:.75rem;border-radius:999px;font-weight:600;letter-spacing:.02em}.modern-badge.solved{background-color:#e6fffa;color:#285e61;border:1px solid #b2f5ea}.modern-badge.pending{background-color:#feebc8;color:#7b341e;border:1px solid #fbd38d}.modern-badge.en-hilo{background-color:#fef08a;color:#854d0e;border:1px solid #fde047}.modern-text-body{font-size:.95rem;line-height:1.6;color:#4a5568;white-space:pre-wrap;word-break:break-word}.modern-message-author{margin-top:1rem;text-align:right;font-size:.85rem;font-weight:600;color:#2b6cb0;display:flex;align-items:center;justify-content:flex-end;gap:.4rem}.modern-message-author ion-icon{font-size:1.1rem}.cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;font-family:var(--font-primary);max-height:clamp(200px,46vh,700px);overflow-y:auto}@media (max-width: 768px){.cards-grid{grid-template-columns:1fr!important;max-height:unset!important;overflow-y:visible!important}.card-item{padding:.75rem}.card-summary{padding:.75rem 1rem;gap:1rem}.summary-left,.summary-right{min-width:unset;flex:1 1 100%}.card-legend-bar{padding:.5rem .75rem}}@media (min-width: 769px) and (max-width: 1024px){.cards-grid{grid-template-columns:repeat(2,1fr)!important}}.card-item{position:relative;overflow:hidden;background-color:#fff;border-radius:8px;padding:1rem;box-shadow:0 0 4px #0000001a}.progress-bar{height:14px;border-radius:10px;margin:.5rem 0}.card-footer{display:flex;align-items:center;gap:.5rem;color:gray;font-size:.95rem}.card-legend-bar{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border-radius:10px;padding:.6rem 1.5rem;box-shadow:0 0 4px #0000001a;margin-bottom:1rem;font-size:.85rem;font-family:var(--font-primary);flex-wrap:wrap;gap:.5rem}.legend-items{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.legend-item{display:flex;align-items:center}.legend-box{width:15px;height:15px;display:inline-block;border-radius:3px;margin-right:.5rem}.legend-box.green{background-color:#00cd15}.legend-box.blue{background-color:#4c78ea}.legend-box.orange{background-color:#ffbf65}.legend-box.red{background-color:red}.card-summary{background-color:#fff;padding:1rem 1.5rem;border-radius:10px;display:flex;justify-content:flex-start;align-items:center;box-shadow:0 0 4px #0000001a;font-family:var(--font-primary);flex-wrap:wrap;margin-bottom:1rem;gap:2rem}.summary-left,.summary-right{display:flex;align-items:center;gap:1rem;min-width:250px}.donut-chart{width:60px;height:60px;transform:rotate(-90deg)}.donut-ring{fill:transparent;stroke:#f0b863;stroke-width:4}.donut-segment{fill:transparent;stroke:#00cd15;stroke-width:4;stroke-linecap:round}.chart-text{font-size:.7rem;fill:#a1a1a1;font-weight:700;text-anchor:middle;dominant-baseline:middle}.summary-icon{color:#4c78ea;font-size:2.5rem}.summary-time{color:#4c78ea;font-weight:700;font-size:1.5rem;margin:0}.summary-divider{width:1px;height:60px;background-color:#e0e0e0}.gestionar-button{margin-top:1rem;width:100%;background-color:#8faeff;color:#fff;font-weight:700;padding:.5rem;border-radius:4px;border:none;cursor:pointer;transition:background-color .3s ease}.gestionar-button:hover{background-color:#6f90e6}.date-row{display:flex;align-items:center;gap:.5rem;margin-bottom:.4rem;color:gray;font-size:.75rem}.floating-prompt{position:absolute;display:flex;align-items:center;background:#fff;box-shadow:0 1px 3px #0003,0 4px 8px #0000001a;z-index:1000;border-radius:24px;padding:4px 6px;border:1px solid #e8eaed;-webkit-user-select:none;user-select:none;white-space:nowrap}.floating-prompt-btn{display:flex;align-items:center;gap:6px;padding:5px 10px;border-radius:20px;border:none;background:transparent;cursor:pointer;font-size:.8rem;font-weight:500;color:#3c4043;font-family:var(--font-primary, "Google Sans", "Roboto", sans-serif);transition:background .15s ease;letter-spacing:.01em}.floating-prompt-btn:hover{background:#f1f3f4}.floating-prompt-btn svg{flex-shrink:0}.custom-toast{display:flex;align-items:center;gap:14px;padding:16px 20px;color:#1b2c6b;min-width:300px;max-width:450px;width:max-content;font-family:var(--font-primary, "Inter", sans-serif);font-size:.95rem;z-index:9999;pointer-events:auto;border-radius:12px;box-shadow:0 10px 25px #1c2c6b1f,0 4px 10px #0000000d;border:1px solid rgba(76,120,234,.15);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#fff}.custom-toast-content{display:flex;flex-direction:column;justify-content:center}.custom-toast-content strong{font-size:1rem;font-weight:600;color:#182030;letter-spacing:-.01em;display:block}.custom-toast-content div{font-size:.9rem;color:#4b5563;margin-top:2px;line-height:1.4}.custom-toast:not(.inline){position:fixed;top:1.5rem;right:1.5rem;left:unset;transform:none;animation:slideIn .5s cubic-bezier(.175,.885,.32,1.275) forwards}@keyframes slideIn{0%{transform:translate(120%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideOut{0%{transform:translate(0);opacity:1}to{transform:translate(120%);opacity:0}}.custom-toast.inline{width:max-content;min-width:400px;max-width:650px;margin:1rem 0;border-radius:12px;box-shadow:0 4px 12px #0000000a;background-color:#f6fdf9!important;border:1px solid #d1f2e1!important;border-left:6px solid #48c774!important;padding:14px 24px;display:flex;align-items:center;transition:all .3s ease}.custom-toast.inline:hover{box-shadow:0 6px 16px #0000000f}.custom-toast.inline .custom-toast-content strong{color:#1e4620}.custom-toast.inline .custom-toast-content div{color:#3e603f}.custom-toast.inline .custom-toast-icon{background-color:#fff;border:1px solid #e0f5ea;color:#48c774}.custom-toast-icon{display:flex;align-items:center;justify-content:center;background-color:#f0f4ff;width:38px;height:38px;border-radius:10px;font-size:1.25rem;flex-shrink:0;box-shadow:0 2px 8px #0000000a;color:#4c78ea}.custom-toast-icon img{width:20px!important;height:20px!important;object-fit:contain}table{border-collapse:collapse;width:40%;margin:1rem 0}th,td{border:1px solid #ccc;padding:.5rem;text-align:left}.editor-container{display:flex;flex-direction:row;flex:1;height:auto;overflow:visible;position:relative;align-items:flex-start}.editor-page{width:auto;min-height:29.7cm;padding:2.5cm 2cm;background:#fff;box-shadow:0 3px 20px #0000001a;position:relative;display:flex;flex-direction:column}.editor-page-wrapper{flex:1;padding:2rem;display:flex;justify-content:center;align-items:flex-start}.page-number{position:absolute;bottom:1cm;right:1cm;font-size:12px;color:#666}.comment-sidebar-fixed{width:370px;max-height:85vh;position:sticky;top:1.5rem;overflow-y:auto;padding:1rem;background:#fcfcfc;box-shadow:-1px 0 8px #0000000d;border-radius:8px;margin-left:1rem}.tiptap{flex:1;width:100%;min-height:100%;outline:none}.tiptap.ProseMirror{min-height:100%;height:100%;outline:none;cursor:text;white-space:pre-wrap;word-break:break-word;padding:.5rem;display:block}.editor-toolbar-fixed{top:0;left:0;right:0;background:#fff;z-index:999;padding:.75rem 1rem;display:flex;gap:.5rem;flex-wrap:wrap;border-bottom:1px solid #ddd;box-shadow:0 2px 5px #0000000d}.btn-editor{padding:.375rem .75rem;border-radius:.375rem;background-color:#f3f4f6;font-size:.875rem;font-weight:500;transition:background-color .2s;border:none;cursor:pointer}.btn-editor:hover{background-color:#e5e7eb}.input-editor{width:100%;border:1px solid #d1d5db;border-radius:.375rem;padding:.25rem .75rem;margin-top:.25rem;outline:none;font-size:.875rem;transition:box-shadow .2s,border-color .2s}.input-editor:focus{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa80}.btn-delete-component{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(to right,#f87171,#ef4444);color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.btn-delete-component:hover{transform:scale(1.05);box-shadow:0 4px 12px #ef444466;background:linear-gradient(to right,#dc2626,#b91c1c)}.btn-delete-page{position:absolute;top:1rem;left:1rem;display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(to right,#f97316,#ea580c);color:#fff;border:none;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;font-weight:600;box-shadow:0 2px 4px #0000001a;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer;z-index:10}.btn-delete-page:hover{transform:scale(1.05);box-shadow:0 4px 12px #ea580c66;background:linear-gradient(to right,#c2410c,#9a3412)}.btn-save-floating{top:70px;right:40px;z-index:999;background:linear-gradient(to right,#10b981,#059669);color:#fff;border:none;border-radius:9999px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:600;box-shadow:0 4px 10px #00000026;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.btn-save-floating:hover{transform:scale(1.05);box-shadow:0 6px 15px #10b98166}.component-actions{background-color:#dbe6ff;display:flex;flex:1;flex-wrap:wrap;gap:.5rem}.component-actions button{background-color:#f3f4f6;border:1px solid #d1d5db;padding:.4rem .75rem;border-radius:.375rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.component-actions button:hover{background-color:#e5e7eb}.highlight-comment{background-color:#3b82f633;outline:4px solid #FFECD0;border-radius:.5rem;transition:all .3s ease-in-out}.container-state-wrapper{display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600}.container-state-indicator{width:12px;height:12px;border-radius:9999px;background-color:#999}.container-state-indicator[data-state="Sección sin iniciar"]{background-color:red}.container-state-indicator[data-state="Sección en construcción"]{background-color:#ffbf65}.container-state-indicator[data-state="Sección en revisión "]{background-color:#4c78ea}.container-state-indicator[data-state="Sección completada"],.container-state-indicator[data-state=Terminado]{background-color:#00cd14}.container-state-label{text-transform:capitalize}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:#aaa;pointer-events:none;display:block;white-space:pre-wrap}.container-component-content{margin:1.5rem 0}.input-node textarea{width:100%;min-height:160px;border:none;background:transparent;color:#210679;font-size:.95rem;line-height:1.6;outline:none;padding:0;resize:none;font-family:Inter,sans-serif}.input-node[contenteditable]{width:100%;min-height:160px;border:none;background:transparent;color:#3b3b3b;font-size:.95rem;line-height:1.6;outline:none;padding:0;font-family:Inter,sans-serif}.char-counter{color:#3b4ed7;font-weight:600;font-size:.875rem;text-align:right;margin-bottom:.25rem}.component-actions{display:flex;background-color:#dbe4ff;padding:1rem;border-radius:0 0 8px 8px;gap:0;justify-content:flex-end;margin-top:1rem;clear:both;position:relative;z-index:10}.component-actions button{border:none;padding:.5rem 1.5rem;font-weight:600;color:#2b2b2b;transition:all .2s ease-in-out;border-radius:0;flex:none;font-Family:var(--font-primary);font-size:.8rem}.component-actions button:first-child{background-color:#fff;border-top-left-radius:6px;border-bottom-left-radius:6px;color:#000}.component-actions button:nth-child(2){background-color:#9cb8ff}.component-actions button:last-child{background-color:#4c78ea;border-top-right-radius:6px;border-bottom-right-radius:6px}.component-actions button:hover{background-color:#c3d2f7;color:#1f3bb3}.component-actions button.save{background-color:#3b82f6;color:#fff}.tiptap h3{font-size:1rem;font-weight:700;color:#1f2937;text-transform:uppercase;letter-spacing:.5px}.container-component+.container-component{border-top:1px solid #d1d5db;margin-top:2rem;padding-top:2rem}[contenteditable][data-placeholder]:empty:before{content:attr(data-placeholder);color:#9ca3af;font-style:italic;font-size:.95rem}.input-node textarea::placeholder{color:#9ca3af;font-style:italic}.flex-row-section{display:flex;flex-direction:column;align-items:flex-start;padding-left:2rem}.inclusive-option-row{display:flex;justify-content:space-between;width:100%;gap:1rem}table[data-section=aspectos-inclusivos]{border-collapse:collapse;width:100%;margin:.3rem 0;background-color:#fff;table-layout:fixed}table[data-section=aspectos-inclusivos] tr td:first-child,table[data-section=aspectos-inclusivos] tr th:first-child{width:76%}table[data-section=aspectos-inclusivos] tr td:nth-child(2),table[data-section=aspectos-inclusivos] tr td:nth-child(3),table[data-section=aspectos-inclusivos] tr th:nth-child(2),table[data-section=aspectos-inclusivos] tr th:nth-child(3){width:12%;text-align:center}table[data-section=aspectos-inclusivos] td{vertical-align:middle;border:1px solid #ddd}table[data-section=oferta-educativa]{width:100%;border-collapse:collapse;margin:.5rem 0;font-size:14px}table[data-section=oferta-educativa] th,table[data-section=oferta-educativa] td{border:1px solid #000;padding:5px;text-align:left}table[data-section=oferta-educativa] th{background-color:#8ed973;font-weight:550}table[data-section=oferta-educativa] tr:last-child td{border-bottom:2px solid #000}table[data-section=oferta-educativa] tr td:first-child,table[data-section=oferta-educativa] tr th:first-child{border-left:2px solid #000}table[data-section=oferta-educativa] tr td:last-child,table[data-section=oferta-educativa] tr th:last-child{border-right:2px solid #000}table[data-section=oferta-educativa] td[data-section=oferta-educativa]:nth-child(3){text-align:center;background-color:#bee3f8}.btn-outline-primary:focus,.btn-outline-primary:focus-visible{outline:none;box-shadow:none}.jornada-selector{display:inline-block;width:100%}.jornada-pill{padding:6px 12px;border-radius:16px;border:1px solid #ccc;background-color:transparent;cursor:pointer;font-size:14px;color:#333;transition:all .2s ease}.jornada-pill:hover{background-color:#e0f7e9;border-color:#28a745}.jornada-pill.selected{background-color:#28a745;color:#fff;border-color:#28a745}table[data-section=oferta-educativa] td[data-section=oferta-educativa]:nth-child(3){background-color:#f8f9fa;padding:8px;min-width:180px}table[data-section=oferta-educativa] td[data-section=oferta-educativa]:nth-child(3) .jornada-pill{background-color:transparent;border:1px solid #dee2e6;color:#495057;padding:4px 8px;margin:2px;border-radius:4px;transition:all .2s}table[data-section=oferta-educativa] td[data-section=oferta-educativa]:nth-child(3) .jornada-pill.selected{background-color:#28a745;color:#fff;border-color:#218838}table[data-section=oferta-educativa] td[data-section=oferta-educativa]:nth-child(3) .jornada-pill:hover{background-color:#e9ecef}.btn-finish-section{background-color:#8faeff;color:#fff;border:none;border-radius:4px;padding:.25rem .75rem;font-size:.8rem;font-weight:600;cursor:pointer;transition:background-color .2s}.btn-finish-section:hover{background-color:#6f90e6}.multitiptap-loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#f1f4ffd9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.multitiptap-loading-card{display:flex;flex-direction:column;align-items:center;gap:1.25rem;background:#fff;border-radius:16px;padding:2.5rem 3rem;box-shadow:0 8px 32px #4c78ea2e;min-width:300px;text-align:center}.multitiptap-spinner{width:52px;height:52px;border:5px solid #dbe6ff;border-top-color:#4c78ea;border-radius:50%;animation:multitiptap-spin .85s linear infinite}@keyframes multitiptap-spin{to{transform:rotate(360deg)}}.multitiptap-loading-title{margin:0;font-size:1.15rem;font-weight:700;color:#1c2c6b;letter-spacing:.01em}.multitiptap-loading-subtitle{margin:0;font-size:.875rem;color:#6b7280;line-height:1.5}custom-input-node{display:block!important;height:auto!important;min-height:150px!important;width:100%!important;overflow:visible!important;clear:both!important}div[data-type=containerComponent]{display:block!important;height:auto!important;min-height:min-content!important;overflow:visible!important;margin-bottom:2rem!important;clear:both!important}.container-component-wrapper{display:block!important;height:auto!important;min-height:100%!important;overflow:visible!important;width:100%!important}.container-component-content{display:block!important;height:auto!important;overflow:visible!important;width:100%!important}.sidebar-container{padding:1.5rem 0 2rem;border-left:1px solid #e0e0e0;width:100%;min-height:100%;border-radius:0 8px 8px 0;background-color:#fff;box-sizing:border-box}.sidebar-container .sidebar-title{padding:.75rem 1rem}.sidebar-title{margin-bottom:1rem;font-weight:700;font-size:1.1rem}.new-comment-box{background:#fff;border:none;border-radius:12px;padding:24px 16px 16px;margin:0 auto 1.5rem;width:92%;box-sizing:border-box;box-shadow:0 6px 16px #00000014}.new-comment-header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.new-comment-avatar{width:32px;height:32px;min-width:32px;border-radius:50%;background-color:#5f6368;color:#fff;font-size:.85rem;font-weight:600;display:flex;align-items:center;justify-content:center}.new-comment-username{font-size:.875rem;font-weight:600;color:#202124}.new-comment-textarea{width:100%;padding:8px 10px;border:1px solid #dadce0;border-radius:6px;font-size:.875rem;font-family:inherit;resize:none;outline:none;background:#fff;color:#202124;line-height:1.5;box-sizing:border-box;transition:border-color .15s}.new-comment-textarea:focus{border-color:#1a73e8}.new-comment-actions{display:flex;justify-content:flex-end;align-items:center;margin-top:10px;gap:4px}.new-comment-submit-group{display:flex;align-items:center;gap:4px}.comment-button{padding:6px 16px;border-radius:4px;border:1px solid #dadce0;font-weight:500;font-size:.8rem;cursor:pointer;background:#fff;color:#444746;transition:background .15s}.comment-button:hover:not(:disabled){background-color:#f1f3f4}.comment-button:disabled{opacity:.5;cursor:not-allowed}.cancel-button{padding:6px 12px;border-radius:4px;border:none;font-weight:500;font-size:.8rem;cursor:pointer;background:transparent;color:#1a73e8;transition:background .15s}.cancel-button:hover{background-color:#e8f0fe}.request-assistance-button{padding:6px 12px;border-radius:4px;border:1px solid #dadce0;font-size:.8rem;font-weight:500;cursor:pointer;background:#fff;color:#444746;transition:background .15s}.request-assistance-button:hover:not(:disabled){background-color:#f1f3f4}.send-button{padding:6px 16px;border-radius:4px;border:1px solid #dadce0;font-weight:500;font-size:.8rem;cursor:pointer;background:#fff;color:#444746}.send-button.resolver,.send-button.assistance{background:#fff;color:#444746}.no-comments{font-style:italic;color:#888}.comment-wrapper{width:92%;margin:0 auto 1.5rem;cursor:pointer;border-radius:12px;overflow:hidden;background-color:#fff;border:1px solid #e8eaed;box-shadow:0 1px 2px #0000000a}.comment-box{background-color:#fff;padding:1rem;position:relative}.comment-title{font-weight:600;font-size:.95rem;margin-bottom:.5rem;color:#202124}.comment-text{font-size:.85rem;color:#333;margin-bottom:.5rem}.comment-date{font-size:.75rem}.icon-check{width:1.2rem;position:absolute;right:1rem}.icon-pace{width:1.5rem;position:absolute;right:1rem}.response-box{padding:1rem;background-color:#fff;border-top:1px solid #e8eaed}.response-pei,.response-other{background-color:#fff}.response-title{font-weight:600;font-size:.9rem;margin-bottom:.5rem;color:#202124}.response-text{font-size:.85rem;color:#333}.response-date{font-size:.75rem;color:#666;margin-top:.5rem}.response-edit{padding:.2rem;background-color:#fff;border-top:1px solid #e8eaed}.edit-resolver,.edit-assistance{background-color:#fff}.external-assistance{padding:1rem;background-color:#fff;border-top:1px solid #e8eaed}.reply-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.reply-avatar{width:28px;height:28px;min-width:28px;border-radius:50%;background-color:#5f6368;color:#fff;font-size:.75rem;font-weight:600;display:flex;align-items:center;justify-content:center}.reply-username{font-size:.875rem;font-weight:600;color:#202124}.action-button{width:80%;padding:.5rem .75rem;border-radius:6px;border:1px solid #dadce0;font-size:.85rem;font-weight:500;cursor:pointer;margin:0 auto .5rem;display:block;background-color:#fff;color:#444746;transition:background-color .15s}.action-button:hover:not(:disabled){background-color:#f1f3f4}.action-button.resolver{margin-top:.75rem;background-color:#fff;color:#444746}.action-button.assistance{background-color:#fff;color:#444746}.response-textarea{width:90%;font-size:.85rem;padding:.5rem;border-radius:6px;border:1px solid #dadce0;resize:none;background-color:#fff;margin:0 auto .75rem;display:block;color:#202124;transition:border-color .15s}.response-textarea:focus{border-color:#1a73e8;outline:none}.response-buttons{display:flex;gap:.77rem;padding:.77rem}.send-button.resolver,.send-button.assistance{background-color:#fff;color:#444746;border:1px solid #dadce0}.send-button.resolver:hover:not(:disabled),.send-button.assistance:hover:not(:disabled){background-color:#f1f3f4}.sidebar-collapsed{width:50px;min-height:100vh;position:sticky;top:0;display:flex;flex-direction:column;align-items:center;padding-top:1rem;cursor:pointer;background-color:#fff;border-left:1px solid #e0e0e0;box-shadow:-1px 0 4px #0000000d}.sidebar-collapsed:hover{background-color:#f5f5f5}.sidebar-collapsed-icon{position:relative;display:flex;flex-direction:column;align-items:center;color:#666}.sidebar-collapsed-badge{position:absolute;top:-8px;right:-10px;background-color:#f7931e;color:#fff;font-size:.7rem;font-weight:700;min-width:18px;height:18px;border-radius:9px;display:flex;align-items:center;justify-content:center;padding:0 4px}.sidebar-header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;border-bottom:1px solid #e0e0e0;background-color:#fff;min-height:30px;margin:-1rem -1rem 1rem}.sidebar-header .sidebar-title{margin:0;font-size:1rem;font-weight:600;color:#333}.sidebar-close-btn{background:none;border:none;cursor:pointer;padding:4px 8px;color:#666;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.sidebar-close-btn:hover{background-color:#f0f0f0;color:#333}.sidebar-action-wrapper{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-bottom:1px solid #eee;background-color:#fff}.sidebar-action-title{font-weight:600;font-size:.95rem;color:#333;margin-right:auto}.btn-expand-document{position:absolute;top:.5rem;right:.5rem;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;z-index:100;box-shadow:0 2px 4px #0000001a}.btn-expand-document:hover{background:#f3f4f6}.sidebar-action-wrapper .btn-finish-section{background-color:#8faeff;color:#fff;border:none;border-radius:4px;padding:.5rem 1rem;font-size:.875rem;font-weight:600;cursor:pointer;transition:background-color .2s}.sidebar-action-wrapper .btn-finish-section:hover{background-color:#6f90e6}.appearance-panel-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;animation:fadeIn .2s ease}.appearance-panel{background:#fff;border-radius:16px;width:90%;max-width:620px;max-height:85vh;overflow-y:auto;box-shadow:0 20px 60px #00000040;animation:slideUp .3s ease}@keyframes slideUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.appearance-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem 1rem;border-bottom:1px solid #eee}.appearance-panel-header h2{margin:0;font-size:1.3rem;font-weight:700;color:#1a202c;font-family:var(--font-primary),sans-serif}.appearance-panel-header .subtitle{font-size:.85rem;color:#718096;margin-top:4px}.appearance-close-btn{background:#f7fafc;border:1px solid #e2e8f0;width:36px;height:36px;border-radius:50%;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;color:#4a5568}.appearance-close-btn:hover{background:#edf2f7;color:#1a202c}.appearance-panel-body{padding:1rem 2rem 2rem}.appearance-tabs{display:flex;gap:1rem;padding:0 2rem;margin-top:-.5rem;margin-bottom:.5rem;border-bottom:1px solid #e2e8f0}.appearance-tab-btn{background:none;border:none;color:#718096;font-weight:600;font-size:.95rem;padding:.75rem .5rem;cursor:pointer;position:relative;transition:color .2s}.appearance-tab-btn:hover{color:#4a5568}.appearance-tab-btn.active{color:#4c78ea}.appearance-tab-btn.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:3px;background:#4c78ea;border-radius:3px 3px 0 0}.themes-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.theme-card{border:2px solid #e2e8f0;border-radius:12px;padding:1rem;cursor:pointer;transition:all .25s ease;background:#fff;position:relative}.theme-card:hover{border-color:#a0aec0;transform:translateY(-2px);box-shadow:0 4px 12px #00000014}.theme-card.selected{border-color:#4c78ea;box-shadow:0 0 0 3px #4c78ea33}.theme-card.selected:after{content:"✓";position:absolute;top:8px;right:10px;width:22px;height:22px;background:#4c78ea;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700}.theme-name{font-weight:600;font-size:.85rem;margin-bottom:.6rem;color:#2d3748}.theme-preview-table{width:100%;border-collapse:collapse;border-radius:6px;overflow:hidden;font-size:.7rem}.theme-preview-table th{padding:6px 8px;text-align:left;font-weight:600;font-size:.65rem;letter-spacing:.3px}.theme-preview-table td{padding:5px 8px;font-size:.65rem;color:#4a5568}.theme-preview-table tr:last-child td{border-bottom:none}.theme-colors-row{display:flex;gap:4px;margin-top:8px}.color-dot{width:14px;height:14px;border-radius:50%;border:1px solid rgba(0,0,0,.1)}.logos-section{display:flex;flex-direction:column;gap:1.5rem;padding-top:.5rem}.image-uploader-card{border:1px solid #e2e8f0;border-radius:10px;padding:1.5rem;background:#fafbcc;background:#f8fafc}.uploader-header h3{margin:0;font-size:1rem;color:#2d3748}.uploader-header p{margin:.25rem 0 1rem;font-size:.8rem;color:#718096}.uploader-dropzone{border:2px dashed #cbd5e0;border-radius:8px;padding:2rem 1rem;text-align:center;cursor:pointer;background:#fff;transition:all .2s;display:flex;flex-direction:column;align-items:center;gap:.5rem;color:#4a5568;font-size:.9rem}.uploader-dropzone:hover{border-color:#4c78ea;background:#ebf4ff;color:#4c78ea}.upload-icon{font-size:2rem}.image-preview-container{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:1rem;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.image-preview{max-width:100%;max-height:150px;object-fit:contain;border-radius:4px;border:1px solid #eee}.btn-remove-image{background:#fed7d7;color:#c53030;border:none;padding:.4rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600;cursor:pointer;transition:background .2s}.btn-remove-image:hover{background:#feb2b2}.appearance-panel-footer{padding:1rem 2rem 1.5rem;border-top:1px solid #eee;display:flex;justify-content:flex-end;gap:.75rem}.btn-appearance-cancel{background:#f7fafc;border:1px solid #e2e8f0;color:#4a5568;padding:.5rem 1.25rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s}.btn-appearance-cancel:hover{background:#edf2f7}.btn-appearance-save{background:linear-gradient(135deg,#4c78ea,#3b5fd4);border:none;color:#fff;padding:.5rem 1.5rem;border-radius:8px;font-weight:600;font-size:.85rem;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #4c78ea4d}.btn-appearance-save:hover{background:linear-gradient(135deg,#3b5fd4,#2d4bb8);box-shadow:0 4px 12px #4c78ea66}.btn-appearance-trigger{display:inline-flex;align-items:center;gap:.4rem;background-color:#6f90e6;color:#fff;border:none;border-radius:4px;padding:.35rem .9rem;font-size:.8rem;font-weight:700;cursor:pointer;transition:background-color .3s ease}.btn-appearance-trigger:hover{background-color:#93b1ff}.modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;justify-content:center;align-items:center;padding:1rem}.modal-content{background:#fff;padding:2rem;border-radius:16px;z-index:10000;position:relative;max-width:90%;min-width:450px;width:fit-content;white-space:normal;word-break:keep-all}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006}.desactivar-modal-backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0006;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:3000;animation:fadeIn .2s ease-out}.desactivar-modal-content{position:relative;background:#fff;padding:2.5rem;border-radius:16px;text-align:center;width:440px;max-width:90%;box-shadow:0 10px 30px #00000026;animation:scaleUp .3s cubic-bezier(.175,.885,.32,1.275)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.desactivar-icon-container{width:70px;height:70px;background-color:#fff3cd;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}.desactivar-icon{font-size:36px;color:#ff9800}.desactivar-title{font-size:1.5rem;font-weight:700;color:#333;margin-bottom:.75rem;font-family:Inter,sans-serif}.desactivar-text{font-size:1rem;color:#666;margin-bottom:2rem;line-height:1.5}.desactivar-buttons{display:flex;justify-content:center;gap:1rem}.btn-desactivar-cancel,.btn-desactivar-confirm{flex:1;border:none;padding:.8rem 1rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.btn-desactivar-cancel{background:#f0f0f0;color:#555}.btn-desactivar-cancel:hover{background:#e4e4e4;color:#333}.btn-desactivar-confirm{background:#25145b;color:#fff}.btn-desactivar-confirm:hover{background:#1b0e45;box-shadow:0 4px 10px #25145b4d}.login-container{display:flex;height:100vh}.login-left,.login-right{flex:1;display:flex;justify-content:center;align-items:center;flex-direction:column;padding:2rem}.login-left{background-color:var(--white);color:var(--bs-text-header-table)}.login-right{background-color:var(--bs-primary);color:var(--white)}.login-title{font-size:2rem;font-weight:700;margin-bottom:1rem;font-family:var(--font-primary)}.login-description{color:var(--bs-text-filter-primary);font-size:1rem}.login-logo{width:20rem;margin-bottom:2rem}.login-form{width:100%;max-width:320px;text-align:left}.login-form h2{font-weight:400;font-size:32px}.recover-password{font-size:.8rem;color:var(--white);text-align:left;margin:.5rem 0;cursor:pointer}.project-container{max-width:600px;margin:auto;text-align:left}.project-title{font-family:var(--font-primary);font-weight:700;font-size:2rem;line-height:1.2;color:var(--bs-primary);margin-bottom:.5rem}.project-description{font-family:var(--font-primary);font-size:1.2rem;font-weight:400;color:var(--bs-secondary);margin:0}.heartbeat{animation:heartbeat 1s ease-in-out infinite;transition:background-color .3s ease-out}@keyframes heartbeat-soft{0%{transform:scale(1);box-shadow:0 0}50%{transform:scale(1.03);box-shadow:0 0 10px}to{transform:scale(1);box-shadow:0 0}}.glossary-box{will-change:transform,box-shadow;transform-origin:center}.account-details-container{display:flex;flex-direction:column;gap:0rem;max-width:190vh;margin:0 auto;padding-bottom:.5rem;margin-right:7rem;margin-left:2rem}.account-details-container:first-of-type{padding-bottom:2rem}.field-group{display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.5rem;row-gap:.5rem}.field-group.single-column{grid-template-columns:1fr}.account-section{background-color:#fff;border-radius:8px}.account-section.full-width{grid-column:1 / -1}.account-section-title{font-size:1.1rem;font-weight:700;margin-bottom:.5rem;color:#000}.account-section-description{color:#000;margin-bottom:.5rem;font-size:.85rem}.contract-upload-section{background-color:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;display:flex;justify-content:space-between;align-items:center;margin-top:1rem;padding:1rem}.contract-info{flex:1}.contract-name{font-weight:700;margin-bottom:.5rem}.contract-status,.contract-update{color:var(--bs-nav-text-primary);margin-bottom:.5rem}.contract-update{font-size:.8rem}.account-actions,.contract-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:2rem}.contract-info-grid{display:grid;grid-template-columns:2fr 1fr 2fr;gap:1rem;margin-bottom:1rem}.contract-header{font-weight:700;color:#666;font-size:.9rem;margin:0 0 .25rem;border-bottom:1px solid #f0f0f0;padding:8px 0}.contract-data{padding:8px 0;display:flex;align-items:center}.contract-value{color:#333;margin:0}.contract-status{background:#fff3cd;color:#856404;padding:.25rem .5rem;border-radius:4px;display:inline-block;margin:0}.download-icon-button{background:none;border:none;cursor:pointer;color:var(--bs-primary);font-size:1.5rem;padding:.5rem;margin-right:.5rem;display:flex;align-items:center;justify-content:center}.download-icon-button:hover{color:var(--bs-primary-dark);border-radius:50%}.btn-outline-primary{border:1px solid var(--bs-primary);color:var(--bs-primary)}.btn-outline-primary:hover{background-color:var(--bs-primary);color:#fff}@media (max-width: 1024px){.field-group{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.field-group{grid-template-columns:1fr}}.account-section-title{font-family:var(--font-primary);font-size:13.95px;font-weight:700;margin-bottom:.5rem;color:#000}.account-section-description{font-size:11.63px;font-family:var(--font-tertiary);color:#555;margin-bottom:.5rem}.account-section-title .required-asterisk{color:red}.checkbox-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1rem;padding-left:.25rem}.checkbox-item{display:flex;align-items:center;gap:.4rem;font-size:.95rem;font-weight:500;color:#2b2b2b;cursor:default}.checkbox-item input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #2678f3;border-radius:4px;outline:none;cursor:default;position:relative;background-color:#fff;pointer-events:none}.checkbox-item input[type=checkbox]:checked:before{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:#2678f3;border-radius:2px;transform:translate(-50%,-50%)}.manual-selected{color:#9e9e9e}.manual-selected input[type=checkbox]{border-color:#9e9e9e}.manual-selected input[type=checkbox]:checked:before{background-color:#9e9e9e}.breadcrumb-container{padding:1rem;border-bottom:1px solid #F6F7FA;background-color:#f6f7fa;font-weight:500;display:flex;flex-wrap:wrap}.breadcrumb-item{display:flex;align-items:center}.breadcrumb-link{color:var(--bs-btn-info-hover);text-decoration:underline;cursor:pointer}.breadcrumb-text{color:var(--bs-btn-info-hover)}.breadcrumb-separator{margin:0 .5rem}.adv-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:4000}.adv-modal-content{position:relative;background:#fff;padding:2rem;border-radius:14px;text-align:center;width:420px;max-width:90%;box-shadow:0 4px 25px #00000026;animation:adv-fadeIn .3s ease}@keyframes adv-fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.adv-close-button{position:absolute;top:12px;right:12px;background:transparent;border:none;font-size:1.4rem;color:#888;cursor:pointer}.adv-close-button:hover{color:#000}.adv-modal-header{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:.8rem}.adv-badge-wrapper{position:relative}.adv-task-badge{position:relative;background:#e63946;color:#fff;font-weight:700;border-radius:30%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;z-index:2}.adv-badge-pulse-background{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#4c78ea6b;border-radius:50%;animation:adv-pulse-circle 1.4s ease-in-out infinite;z-index:-1}@keyframes adv-pulse-circle{0%{transform:scale(1.2);opacity:.3}50%{transform:scale(1.8);opacity:1}to{transform:scale(1.2);opacity:.3}}.adv-message{font-size:1rem;color:#333;margin-bottom:1rem}.adv-modal-illustration img{width:240px;margin:0 auto 1.2rem;display:block}.adv-progress-bar{width:100%;background:#eee;border-radius:10px;overflow:hidden;height:12px;margin-top:1rem}.adv-progress-fill{height:100%;background:linear-gradient(90deg,#4c78ea,#6f9cf7);transition:width .3s ease}.adv-result{font-weight:700;margin-top:1rem;font-size:1rem;animation:adv-fadeIn .3s ease}.adv-result.success{color:#2ecc71}.adv-result.error{color:#e74c3c}.view-container{background-color:var(--bs-body-bg);display:flex;flex-direction:column;height:100vh}.message-container{flex:1;background-color:var(--bs-body-bg);display:flex;flex-direction:column;gap:2rem;max-height:39vh;overflow-y:auto}.message-container.full-height{max-height:none;height:auto}.message-card{background-color:#fff;border-radius:12px 12px 0 0;padding:1rem 1.5rem;box-shadow:0 2px 4px #0000000d}.message-header{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:.5rem}.message-header .left{display:flex;gap:1rem}.message-status.solved{color:#1a4dd1}.message-status.pending{color:#f5a623}.message-date{color:#444;font-weight:400}.message-body{font-size:14px;color:#333}.message-response{border-radius:0 0 12px 12px;padding:1rem 1.5rem}.message-response-title{font-weight:700;margin-bottom:.25rem}.message-response.solved{background-color:#f1f5ff}.message-response.pending{background-color:#ffeccc}.account-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem;margin-bottom:2rem;margin-right:1rem;flex-wrap:wrap;flex-shrink:0}.date-value{font-size:13px;font-weight:700;color:#828282}.historial-detail-card{background:#fff;border-radius:16px;box-shadow:0 4px 24px #4c78ea1a;padding:2rem 2.5rem;display:flex;flex-direction:column;gap:1.5rem;max-width:900px}.hd-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.hd-estado-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 16px;border-radius:999px;font-weight:700;font-size:13px;background:#eef2ff;color:#4c78ea;border:1.5px solid #4C78EA}.hd-estado-badge[data-cerrado=true]{background:#eef2ff;color:#4c78ea;border-color:#4c78ea}.hd-estado-badge[data-enhilo=true]{background:#fffbeb;color:#d97706;border-color:#d97706}.hd-establecimiento{font-size:15px;font-weight:600;color:#333}.hd-section{display:flex;flex-direction:column;gap:6px}.hd-section-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#888}.hd-section-body{font-size:15px;color:#222;line-height:1.6;padding:12px 16px;background:#f7f9ff;border-radius:10px;border-left:4px solid #4C78EA}.hd-respuesta .hd-section-body{background:#f1f5ff;border-left-color:#4c78ea}.hd-sin-respuesta .hd-section-body{background:#fff8f0;border-left-color:#f5a623}.hd-meta-grid{display:flex;flex-wrap:wrap;gap:1.25rem;background:#f7f9ff;border-radius:12px;padding:1.25rem 1.5rem}.hd-meta-item{display:flex;align-items:flex-start;gap:10px;min-width:190px;flex:1 1 190px}.hd-meta-icon{font-size:1.25rem;color:#4c78ea;margin-top:2px;flex-shrink:0}.hd-meta-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#888;margin-bottom:2px}.hd-meta-value{font-size:14px;font-weight:600;color:#222}.hd-reply-box{display:flex;flex-direction:column;gap:.75rem;background:#f7f9ff;border-radius:12px;border:1px solid #dbe4ff;padding:1.25rem}.hd-reply-input-row{display:flex;gap:.875rem;align-items:flex-start}.hd-reply-textarea{width:100%;border:1.5px solid #dbe4ff;border-radius:10px;padding:.75rem 1rem;font-size:.9375rem;color:#1f2937;background:#fff;resize:vertical;min-height:80px;font-family:inherit;line-height:1.5;transition:border-color .2s ease;box-sizing:border-box}.hd-reply-textarea:focus{outline:none;border-color:#4c78ea;box-shadow:0 0 0 3px #4c78ea1f}.hd-reply-textarea:disabled{background:#f3f4f6;color:#9ca3af;cursor:not-allowed}.hd-reply-submit{background:#4c78ea;color:#fff;border:none;border-radius:8px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;cursor:pointer;transition:background .2s ease,opacity .2s ease}.hd-reply-submit:hover:not(:disabled){background:#3a63cc}.hd-reply-submit:disabled{opacity:.5;cursor:not-allowed}.hd-thread-list{display:flex;flex-direction:column;gap:1rem}.hd-thread-item{display:flex;gap:.875rem;padding:1rem 1.25rem;background:#fff;border-radius:12px;border:1px solid #e5e7eb;transition:box-shadow .2s ease}.hd-thread-item:hover{box-shadow:0 2px 8px #4c78ea14}.hd-thread-avatar{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}.hd-thread-avatar.advisor{background:#eef2ff;color:#4c78ea}.hd-thread-avatar.institutional{background:#ecfdf5;color:#059669}.hd-thread-avatar.director{background:#fef3c7;color:#d97706}.hd-thread-avatar.leader{background:#f3e8ff;color:#7c3aed}.hd-thread-content{flex:1;display:flex;flex-direction:column;gap:.375rem}.hd-thread-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.hd-thread-role{font-size:.8125rem;font-weight:700;color:#4c78ea;text-transform:uppercase;letter-spacing:.04em}.hd-thread-role.advisor{color:#4c78ea}.hd-thread-role.institutional{color:#059669}.hd-thread-role.director{color:#d97706}.hd-thread-role.leader{color:#7c3aed}.hd-thread-date{font-size:.75rem;color:#9ca3af;font-weight:500}.hd-thread-text{font-size:.9375rem;color:#1f2937;line-height:1.6;margin:0}.vista-asignaciones{display:flex;gap:2rem;padding:2rem}.zona-izquierda,.zona-derecha{flex:1;display:flex;flex-direction:column;gap:1rem}.presentation-editor{border:1px solid #e5e7eb;border-radius:8px;background-color:#fff;min-height:300px}.presentation-editor.is-locked{background-color:#f9fafb;cursor:not-allowed;opacity:.7}.presentation-editor .tiptap{padding:16px;min-height:300px;outline:none}.presentation-editor .tiptap p{margin:0 0 12px;line-height:1.6}.presentation-editor .tiptap h1,.presentation-editor .tiptap h2,.presentation-editor .tiptap h3{margin:16px 0 8px;font-weight:600}.presentation-editor .tiptap h1{font-size:1.5rem}.presentation-editor .tiptap h2{font-size:1.25rem}.presentation-editor .tiptap h3{font-size:1.1rem}.presentation-editor .tiptap ul,.presentation-editor .tiptap ol{padding-left:24px;margin:8px 0}.presentation-editor .tiptap blockquote{border-left:3px solid #e5e7eb;padding-left:16px;margin:8px 0;color:#6b7280}.paragraph-counter{display:flex;justify-content:space-between;font-size:.8rem;color:#6b7280;margin-bottom:8px;padding:0 4px}.paragraph-counter.exceeded{color:#dc2626}.component-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.component-actions button{padding:10px 20px;border-radius:6px;font-size:.9rem;cursor:pointer;transition:all .2s}.component-actions button:disabled{cursor:not-allowed;opacity:.6}.btn-continue{background-color:#fff;color:#374151;border:1px solid #d1d5db}.btn-continue:hover:not(:disabled){background-color:#f3f4f6}.btn-assistance{background-color:#fef3c7;color:#92400e;border:1px solid #fcd34d}.btn-assistance:hover:not(:disabled){background-color:#fde68a}.btn-save{background-color:#2563eb;color:#fff;border:none;font-weight:500}.btn-save:hover:not(:disabled){background-color:#1d4ed8}.btn-save:disabled{background-color:#d1d5db;color:#9ca3af}.state-badge{display:inline-flex;align-items:center;padding:4px 12px;border-radius:12px;font-size:.8rem;font-weight:500}.state-badge.draft{color:#6b7280;background-color:#f3f4f6}.state-badge.saved{color:#2563eb;background-color:#dbeafe}.state-badge.finalized{color:#059669;background-color:#d1fae5}.state-badge.assistance_requested{color:#d97706;background-color:#fef3c7}.assistance-dialog-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.assistance-dialog{background-color:#fff;border-radius:12px;padding:24px;max-width:500px;width:90%;max-height:80vh;overflow:auto}.assistance-dialog textarea{width:100%;padding:12px;border:1px solid #d1d5db;border-radius:6px;font-size:.9rem;resize:vertical;font-family:inherit}.assistance-dialog textarea.error{border-color:#dc2626}.assistance-dialog-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.status-message{padding:12px 16px;border-radius:6px;font-size:.9rem}.status-message.finalized{background-color:#d1fae5;color:#065f46}.status-message.assistance_requested{background-color:#fef3c7;color:#92400e}.component-nav{display:flex;flex-direction:column;gap:4px;width:280px;min-width:280px}.component-nav-item{display:flex;align-items:center;gap:8px;padding:10px 12px;border:none;border-radius:8px;background-color:transparent;cursor:pointer;text-align:left;transition:background-color .2s}.component-nav-item:hover:not(:disabled){background-color:#f3f4f6}.component-nav-item.active{background-color:#e0e7ff}.component-nav-item:disabled{cursor:not-allowed;opacity:.5}.component-nav-item .label{flex:1;font-size:.85rem}.component-nav-item .label.active{font-weight:600;color:#1e40af}@font-face{font-family:Volks W;src:url(../fonts/volkswagens-serial-light.ttf) format("truetype");font-style:normal;font-weight:200}@font-face{font-family:Volks W;src:url(../fonts/volkswagens-serial-medium.ttf) format("truetype");font-style:normal;font-weight:400}@font-face{font-family:Volks W;src:url(../fonts/volkswagens-serial-bold.ttf) format("truetype");font-style:normal;font-weight:600}:root{--font-primary: "Poppins", sans-serif;--font-secondary: "Volks W", sans-serif;--font-tertiary: "Roboto", sans-serif;--white: #ffffff;--bs-body-bg: #F6F7FA;--bs-body-bg-rgb: 246, 247, 250;--bs-success-rgb: 0, 205, 21;--bs-primary: #210679;--bs-primary-active: #370ea4;--bs-primary-rgb: 33, 6, 121;--bs-secondary: #4C78EA;--bs-secondary-rgb: 76, 120, 234;--btn-secondary-color: #C51657;--btn-secondary-hover: #de246f;--btn-secondary-active: #85163e;--bs-btn-info: #799FFF;--bs-btn-info-hover: #becfff;--bs-btn-info-active: #5d87fd;--bs-btn-info-light: #afc5fb;--bs-btn-info-light-hover: #c8d9fd;--bs-btn-info-light-active: #839bf6;--bs-btn-success-base: #00BA13;--bs-btn-success-hover: #00d41b;--bs-btn-success-active: #009610;--bs-table-secondary-hover: #6a98f0;--bs-table-secondary-active: #3257de;--bs-secondary-light: #e3ebff;--bs-secondary-light-rgb: 227, 235, 255;--bs-light-rgb: 255, 255, 255;--bs-text-filter-primary: #787878;--bs-nav-link-primary: #799FFF;--bs-nav-link-active: rgba(121, 159, 255, 50%);--bs-nav-link-hover: rgba(239, 243, 255, 50%);--bs-nav-text-primary: #94A8DB;--bs-nav-text-primary-hover: #8393d1;--bs-nav-text-primary-active: #6975c2;--bg-inputs-form: #F1F5FF;--bg-btn-cancel: #EDEEF3;--txt-btn-cancel: #959CBA;--bg-btn-cancel-hover: #f5f6f9;--bg-btn-cancel-active: #bdc1d3;--txt-btn-cancel-active: #6f7393;--bs-text-header-table: #342C7D;--bg-danger-table: #FFC8C9;--bg-toast-success: #ADFFB6;--bg-toast-error: #f5c6cb;--bg-toast-warning: #FFE2BA;--btn-toast-warning: #FDAD3E;--btn-toast-warning-hover: #fed089;--btn-toast-warning-active: #fc9823;--text-table-status-loading: #9f9f9f;--bg-table-status-loading: #9f9f9f;--bs-success-bg-subtle: #00CD14;--bs-success-count-status: #01910F;--bs-breadcrumb-divider: ">"}body{height:100vh;overflow:hidden;margin:0}.btn{font-family:var(--font-tertiary)!important;display:flex;gap:.5rem;justify-content:center;align-items:center;cursor:pointer;width:fit-content;background:transparent;border:none;transition-duration:.25s;font-weight:400!important}.btn-no-uppercase::part(native){text-transform:none!important}.btn-info::part(native){background-color:var(--bs-btn-info)!important;border:1px solid var(--bs-btn-info)!important;color:var(--white)!important}.btn-info:hover::part(native){border:1px solid var(--bs-btn-info-hover)!important;background-color:var(--bs-btn-info-hover)!important}.btn-info:active::part(native){border:1px solid var(--bs-btn-info-active)!important;background-color:var(--bs-btn-info-active)!important}.btn-info-light::part(native){background-color:var(--bs-btn-info-light)!important;border:1px solid var(--bs-btn-info-light)!important;color:var(--white)!important}.btn-info-light:hover::part(native){border:1px solid var(--bs-btn-info-light-hover)!important;background-color:var(--bs-btn-info-light-hover)!important}.btn-info-light:active::part(native){border:1px solid var(--bs-btn-info-light-active)!important;background-color:var(--bs-btn-info-light-active)!important}.btn-success::part(native){background-color:var(--bs-btn-success-base)!important;border:1px solid var(--bs-btn-success-base)!important;color:var(--white)!important}.btn-success:hover:part(native){background-color:var(--bs-btn-success-hover)}.btn-success:active:part(native){background-color:var(--bs-btn-success-active)}.btn-outline-primary::part(native){border:1px solid var(--bs-secondary)!important;color:var(--bs-secondary)!important}.btn-outline-primary:hover::part(native){background-color:var(--bs-secondary)!important;color:var(--white)!important}.btn-outline-primary:active::part(native){border:1px solid var(--bs-table-secondary-active)!important;background-color:var(--bs-table-secondary-active)!important}.btn-cancel::part(native){font-family:var(--font-primary);font-weight:500;font-size:.87rem;border-color:var(--bg-btn-cancel)!important;background-color:var(--bg-btn-cancel)!important;color:var(--txt-btn-cancel)!important}.btn-cancel:hover::part(native){border-color:var(--bg-btn-cancel-hover)!important;background-color:var(--bg-btn-cancel-hover)!important}.btn-cancel:active::part(native){border-color:var(--bg-btn-cancel-active)!important;background-color:var(--bg-btn-cancel-active)!important;color:var(--txt-btn-cancel-active)!important}.btn-salmon::part(native){font-family:var(--font-primary);font-weight:500;font-size:.87rem;border-color:var(--btn-toast-warning)!important;background-color:var(--btn-toast-warning)!important;color:#fff!important}.btn-salmon:hover::part(native){border-color:var(--btn-toast-warning-hover)!important;background-color:var(--btn-toast-warning-hover)!important}.btn-salmon:active::part(native){border-color:var(--btn-toast-warning-active)!important;background-color:var(--btn-toast-warning-active)!important;color:#fff!important}.btn-outline-primary-transparent{border:1px solid var(--ion-color-primary);background-color:transparent;color:var(--ion-color-primary);border-radius:5px}.btn-outline-primary-transparent:hover{background-color:rgba(var(--ion-color-primary-rgb),.08)}.custom-input-container{margin-bottom:1rem!important;flex:0 0 auto}.custom-label{font-family:var(--font-primary);font-size:.8rem!important;line-height:1!important;font-weight:500!important;margin:0!important}.text-danger{color:#dc3545!important}.custom-description{font-family:var(--font-primary);font-size:.8rem!important;line-height:1!important;font-weight:300!important;margin-bottom:.5rem}.form-control-components,.form-control-components input{display:flex;align-items:center;position:relative;background-color:var(--bg-inputs-form);color:#000;border:0;font-weight:300!important;font-size:.8rem!important;box-shadow:none!important;font-family:var(--font-tertiary);height:50px;line-height:1.5;width:100%;padding:.375rem .75rem;outline:none;max-height:50px;border-radius:.375rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;background-clip:padding-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-input-container .form-control-components input::placeholder{color:#303030;opacity:1}.form-control-components:focus{background-color:var(--bg-inputs-form)}.custom-input-container .form-control-components input[type=date]{padding-right:32px;cursor:pointer}.custom-input-container .form-control-components input[type=date]::-webkit-calendar-picker-indicator{position:absolute;top:50%;right:8px;transform:translateY(-50%);opacity:1;cursor:pointer}.custom-input-container .form-control-components input[type=date]::-moz-calendar-picker-indicator{position:absolute;top:50%;right:8px;transform:translateY(-50%);opacity:1;cursor:pointer}.custom-select-wrapper{position:relative;display:flex;align-items:center;width:100%;transition:all .2s ease-in-out;box-sizing:border-box}.custom-select-wrapper:hover{box-shadow:0 4px 12px #4c78ea14}.custom-select-trigger{width:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent!important;border:none;-webkit-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#444;transition:all .3s ease}.custom-select-trigger.is-placeholder{color:#303030!important;font-weight:300!important}.custom-select-trigger:active{transform:scale(.99)}.custom-select-icon-left{position:absolute;left:12px;top:50%;transform:translateY(-50%);height:18px;pointer-events:none;z-index:2;opacity:.8}.custom-select-arrow{position:absolute;right:14px;top:50%;transform:translateY(-50%);height:8px;z-index:2;transition:transform .3s ease;opacity:.7}.custom-select-arrow.open{transform:translateY(-50%) rotate(180deg)}.custom-select-dropdown-list{position:absolute;top:calc(100% + 8px);left:0;width:100%;max-height:250px;overflow-y:auto;background-color:#fff;border:1px solid #E2E8F0;border-radius:8px;box-shadow:0 10px 25px #0000001a;z-index:1000;margin:0;padding:6px;list-style:none;animation:fadeInDropdown .2s ease-out forwards}.custom-select-dropdown-list::-webkit-scrollbar{width:6px}.custom-select-dropdown-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:8px}.custom-select-dropdown-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:8px}.custom-select-option{padding:10px 14px;cursor:pointer;font-size:.85rem;font-weight:400;font-family:var(--font-primary);color:#2b2b2b;border-radius:6px;transition:all .1s ease-in-out}.custom-select-option:hover{background-color:var(--bs-secondary-light);color:var(--bs-primary)}.custom-select-option.selected{background-color:#e2ecff;color:var(--bs-primary);font-weight:500}.custom-select-empty{color:#999;font-style:italic;cursor:default}.custom-select-empty:hover{background-color:transparent;color:#999}@keyframes fadeInDropdown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.container{padding:30px}.full-width{width:100%}ion-toggle.custom-toggle::part(track){height:26px;width:50px}.code-input-container{display:flex;gap:25px;margin-top:16px}.code-input{width:3.5rem;height:60px;text-align:center;font-size:24px;border:1px solid #dcdcdc;background-color:var(--bg-inputs-form);color:#000;font-family:var(--font-tertiary);outline:none;border-radius:8px}.content-code-verification{display:flex;justify-content:start;align-items:start;text-align:start;flex-direction:column}.code-instruction{font-weight:400;font-size:22px;margin-bottom:.5rem;font-family:var(--font-tertiary)}.code-notification{font-size:1rem;color:#fff;margin-bottom:1rem;font-family:var(--font-tertiary)}.code-resend-hint{font-size:.95rem;color:#fff;margin-top:1rem;font-family:var(--font-tertiary);cursor:pointer}.error-message{color:#dc3545;background-color:#f8d7da;border:1px solid #f5c2c7;padding:.5rem 1rem;border-radius:.375rem;font-size:.875rem;font-weight:500;margin-top:.5rem}.modelo-enfoque-table,.oferta-educativa-table{table-layout:fixed!important;width:100%!important;border-collapse:collapse}.modelo-enfoque-table th,.oferta-educativa-table th,.modelo-enfoque-table th p,.oferta-educativa-table th p{text-align:center!important;vertical-align:middle!important}.modelo-enfoque-table td,.oferta-educativa-table td,.modelo-enfoque-table th,.oferta-educativa-table th{vertical-align:top}.modelo-enfoque-table tr,.oferta-educativa-table tr{height:auto}.btn-completar::part(native),.btn-revisar::part(native),.btn-corregir::part(native){max-width:120px;min-width:auto;padding:4px 10px!important;border-radius:20px!important;font-size:.85rem;height:auto!important}.btn-completar::part(native){background-color:#dae4ff!important;color:#4c78ea!important;border:1px solid #DAE4FF!important}.btn-revisar::part(native){background-color:#ffd8a0!important;color:#a87631!important;border:1px solid #FFD8A0!important}.btn-corregir::part(native){background-color:#ff8a63!important;color:#fff!important;border:1px solid #FF8A63!important}.btn-completar:hover::part(native),.btn-revisar:hover::part(native),.btn-corregir:hover::part(native),.btn-completar:active::part(native),.btn-revisar:active::part(native),.btn-corregir:active::part(native){filter:none!important;opacity:1!important}@media (max-width: 768px){.main-layout{flex-direction:column!important}.main-content-wrapper{overflow:auto!important}.main-content-padding{padding:.75rem!important;padding-bottom:90px!important}.header-container{flex-wrap:wrap;padding:6px 8px;gap:4px}.header-title{flex:0 0 auto}.header-logos{gap:.3rem;padding-left:0}.piigce-logo{max-height:36px!important;max-width:60px!important}.piigce-logo2{max-height:50px!important;max-width:110px!important}.logo-divider{height:28px}.header-box{margin:.3rem .5rem;padding:.4rem .75rem;min-height:unset!important;max-height:unset!important;height:auto!important;gap:.75rem;flex-wrap:wrap;flex:1!important;min-width:0!important}.dates-row,.header-progress-info{display:none!important}.header-right{padding-right:0!important;gap:.5rem;margin-left:0}.user-name,.user-role{font-size:11px}.avatar-inicial,.frame-placeholder{width:32px;height:32px;font-size:.95rem;margin-right:6px}.sidebar{position:fixed!important;bottom:0!important;left:0!important;width:100%!important;height:62px!important;flex-direction:row!important;border-radius:0!important;margin-left:0!important;padding:0 6px!important;z-index:200!important;overflow-x:auto!important;overflow-y:hidden!important;align-items:center!important}.sidebar.expandable:hover{width:100%!important;height:62px!important}.sidebar-content{flex-direction:row!important;justify-content:space-around!important;padding:0!important;align-items:center!important;gap:0!important;flex:1!important}.sidebar-item{flex-direction:column!important;padding:4px 6px!important;margin-bottom:0!important;min-height:unset!important;min-width:40px!important;gap:0!important;border-radius:6px!important}.sidebar-icon-wrapper{width:26px;height:26px}.sidebar-icon{font-size:20px!important;min-width:unset!important}.sidebar-text-group,.sidebar.expandable:hover .sidebar-text-group{display:none!important;opacity:0!important;transform:none!important}.logout{margin-top:0!important;margin-bottom:0!important}.busqueda-container{max-height:unset!important}.busqueda-top{flex-direction:column;align-items:stretch;gap:10px}.cuentas-status-container,.solicitudes-status-container{flex-wrap:wrap;gap:8px;justify-content:flex-start}.cuenta-card,.solicitud-card{width:auto!important;min-width:80px;flex:1 1 calc(50% - 8px);padding:10px 10px 8px}.busqueda-input{padding:12px 12px 0}.header-busqueda-input{flex-direction:row!important;flex-wrap:wrap!important;gap:8px!important;align-items:flex-start!important}.header-busqueda-input>div{flex:1 1 calc(50% - 4px)!important;min-width:130px!important;width:auto!important;max-width:100%!important}.header-busqueda-input>div:last-child{flex:1 1 100%!important;justify-content:flex-start!important}.header-busqueda-container-selects{flex-wrap:wrap;gap:8px;margin-right:0}.header-busqueda-container-input{min-width:unset;width:100%}.header-busqueda-container-buttons{justify-content:flex-start;flex-wrap:wrap}.busqueda-tabs{flex-wrap:wrap;gap:.25rem}.participant-row{flex-direction:column!important;padding:12px 14px!important;gap:0!important;border-radius:10px!important}.participant-row .participant-info{align-self:flex-start;margin-bottom:4px}.participant-name{width:100%!important;flex-direction:row!important;justify-content:flex-start!important;align-items:center!important;margin-left:0!important;padding:4px 0!important;min-width:unset!important;gap:.5rem!important}.participant-name .participant-label{display:none!important}.participant-name .participant-value{font-size:15px!important;font-weight:700!important;white-space:normal!important;text-overflow:unset!important;overflow:visible!important}.participant-assignmentdate,.participant-charge,.participant-activity{width:100%!important;flex-direction:row!important;justify-content:space-between!important;align-items:center!important;margin-left:0!important;padding:5px 0!important;border-top:1px solid #f0f4ff!important;min-width:unset!important;gap:.5rem!important}.participant-assignmentdate .participant-label,.participant-charge .participant-label,.participant-activity .participant-label{color:#888!important;font-size:12px!important;font-weight:400!important;white-space:nowrap!important;flex-shrink:0!important;min-width:70px!important;margin-bottom:0!important;text-align:left!important}.participant-assignmentdate .participant-value,.participant-charge .participant-value,.participant-activity .participant-value{text-align:right!important;white-space:normal!important;text-overflow:unset!important;overflow:visible!important;word-break:break-word!important;max-width:unset!important}.participant-actions{width:100%!important;justify-content:flex-end!important;margin-left:0!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid #e0e8ff!important;flex-wrap:wrap!important;gap:6px!important}.participants-table{max-height:unset!important}.participant-summary-card{padding:12px!important}.summary-structure{flex-wrap:nowrap!important;align-items:flex-start!important;gap:8px!important}.summary-structure>.participant-info,.summary-structure>.summary-lock-icon{flex-shrink:0!important}.card-content{flex:1!important;overflow:visible!important;flex-direction:column!important;align-items:stretch!important;gap:0!important}.card-footer{flex-wrap:wrap!important;overflow:visible!important;gap:0!important;align-items:flex-start!important}.footer-label,.footer-label-solicitud{flex:1 1 100%!important;max-width:100%!important;min-width:unset!important;text-align:left!important;overflow:visible!important;padding:4px 0!important}.card-footer .participant-value,.card-footer .summary-cell-value{white-space:normal!important;overflow:visible!important;text-overflow:unset!important;word-break:break-word!important;text-align:left!important;max-width:100%!important}.card-footer .participant-label{text-align:left!important;font-size:11px!important;color:#888!important}.footer-label.summary-cell-icon{flex:0 0 auto!important;max-width:none!important;width:auto!important;padding:0!important}.footer-label-status{flex:0 0 auto!important;min-width:fit-content!important}.summary-cell-action{display:flex!important;justify-content:flex-end!important;align-items:center!important;margin-left:0!important;width:100%!important;margin-top:8px!important;padding-top:8px!important;border-top:1px solid #e0e8ff!important}.summary-structure>.card-action{flex-shrink:0!important}.summary-with-drag-layout{flex-direction:column}.drag-azules-wrapper{width:100%!important;min-width:unset!important;max-width:unset!important;max-height:unset!important}.drag-azules-box{max-height:unset!important;flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important}.summary-table-section{max-height:unset!important;padding-right:0}.cards-grid{grid-template-columns:repeat(2,1fr)!important;max-height:unset!important}.modal-content{min-width:unset!important;width:calc(100vw - 2rem)!important;max-width:calc(100vw - 2rem)!important;padding:1.25rem!important;box-sizing:border-box;border-radius:12px!important}.modal-backdrop{padding:.75rem}}@media (max-width: 480px){.piigce-logo2{max-width:85px!important;max-height:40px!important}.user-info{display:none}.cards-grid{grid-template-columns:1fr!important}.cuenta-card{flex:1 1 calc(50% - 8px)}.header-busqueda-input>div{flex:1 1 100%!important;min-width:unset!important}.main-content-padding{padding:.5rem!important;padding-bottom:90px!important}.header-box{padding:.3rem .5rem}}@media (max-width: 768px){.login-container{flex-direction:column;height:100vh;min-height:100vh;overflow:hidden}.login-left{order:1;flex:0 0 auto;width:100%;padding:1.75rem 1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;justify-content:center}.login-right{order:2;flex:1;width:100%;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;justify-content:center}.login-logo{width:12rem;margin-bottom:1.25rem}.login-title{font-size:1.5rem}.project-title{font-size:1.4rem}.project-description{font-size:1rem}.login-form{max-width:100%}}@media (min-width: 769px) and (max-width: 1024px){.header-box{margin:.8rem 1rem;gap:1rem}.piigce-logo2{max-width:180px}.cards-grid{grid-template-columns:repeat(2,1fr)!important}.busqueda-top,.header-busqueda-container-selects,.cuentas-status-container{flex-wrap:wrap}.sidebar{width:65px}}:root{--ion-color-primary: #0054e9;--ion-color-primary-rgb: 0, 84, 233;--ion-color-primary-contrast: #fff;--ion-color-primary-contrast-rgb: 255, 255, 255;--ion-color-primary-shade: #004acd;--ion-color-primary-tint: #1a65eb;--ion-color-secondary: #0163aa;--ion-color-secondary-rgb: 1, 99, 170;--ion-color-secondary-contrast: #fff;--ion-color-secondary-contrast-rgb: 255, 255, 255;--ion-color-secondary-shade: #015796;--ion-color-secondary-tint: #1a73b3;--ion-color-tertiary: #6030ff;--ion-color-tertiary-rgb: 96, 48, 255;--ion-color-tertiary-contrast: #fff;--ion-color-tertiary-contrast-rgb: 255, 255, 255;--ion-color-tertiary-shade: #542ae0;--ion-color-tertiary-tint: #7045ff;--ion-color-success: #2dd55b;--ion-color-success-rgb: 45, 213, 91;--ion-color-success-contrast: #000;--ion-color-success-contrast-rgb: 0, 0, 0;--ion-color-success-shade: #28bb50;--ion-color-success-tint: #42d96b;--ion-color-warning: #ffc409;--ion-color-warning-rgb: 255, 196, 9;--ion-color-warning-contrast: #000;--ion-color-warning-contrast-rgb: 0, 0, 0;--ion-color-warning-shade: #e0ac08;--ion-color-warning-tint: #ffca22;--ion-color-danger: #c5000f;--ion-color-danger-rgb: 197, 0, 15;--ion-color-danger-contrast: #fff;--ion-color-danger-contrast-rgb: 255, 255, 255;--ion-color-danger-shade: #ad000d;--ion-color-danger-tint: #cb1a27;--ion-color-light: #f4f5f8;--ion-color-light-rgb: 244, 245, 248;--ion-color-light-contrast: #000;--ion-color-light-contrast-rgb: 0, 0, 0;--ion-color-light-shade: #d7d8da;--ion-color-light-tint: #f5f6f9;--ion-color-medium: #636469;--ion-color-medium-rgb: 99, 100, 105;--ion-color-medium-contrast: #fff;--ion-color-medium-contrast-rgb: 255, 255, 255;--ion-color-medium-shade: #57585c;--ion-color-medium-tint: #737478;--ion-color-dark: #222428;--ion-color-dark-rgb: 34, 36, 40;--ion-color-dark-contrast: #fff;--ion-color-dark-contrast-rgb: 255, 255, 255;--ion-color-dark-shade: #1e2023;--ion-color-dark-tint: #383a3e}html.ios{--ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif}html.md{--ion-default-font: "Roboto", "Helvetica Neue", sans-serif}html{--ion-dynamic-font: -apple-system-body;--ion-font-family: var(--ion-default-font)}body{background:var(--ion-background-color);color:var(--ion-text-color)}body.backdrop-no-scroll{overflow:hidden}html.ios ion-modal.modal-card ion-header ion-toolbar:first-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:first-of-type,html.ios ion-modal ion-footer ion-toolbar:first-of-type{padding-top:6px}html.ios ion-modal.modal-card ion-header ion-toolbar:last-of-type,html.ios ion-modal.modal-sheet ion-header ion-toolbar:last-of-type{padding-bottom:6px}html.ios ion-modal ion-toolbar{padding-right:calc(var(--ion-safe-area-right) + 8px);padding-left:calc(var(--ion-safe-area-left) + 8px)}@media screen and (min-width: 768px){html.ios ion-modal.modal-card:first-of-type{--backdrop-opacity: .18}}ion-modal.modal-default.show-modal~ion-modal.modal-default{--backdrop-opacity: 0;--box-shadow: none}html.ios ion-modal.modal-card .ion-page{border-top-left-radius:var(--border-radius)}.ion-color-primary{--ion-color-base: var(--ion-color-primary, #0054e9) !important;--ion-color-base-rgb: var(--ion-color-primary-rgb, 0, 84, 233) !important;--ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-primary-shade, #004acd) !important;--ion-color-tint: var(--ion-color-primary-tint, #1a65eb) !important}.ion-color-secondary{--ion-color-base: var(--ion-color-secondary, #0163aa) !important;--ion-color-base-rgb: var(--ion-color-secondary-rgb, 1, 99, 170) !important;--ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-secondary-shade, #015796) !important;--ion-color-tint: var(--ion-color-secondary-tint, #1a73b3) !important}.ion-color-tertiary{--ion-color-base: var(--ion-color-tertiary, #6030ff) !important;--ion-color-base-rgb: var(--ion-color-tertiary-rgb, 96, 48, 255) !important;--ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-tertiary-shade, #542ae0) !important;--ion-color-tint: var(--ion-color-tertiary-tint, #7045ff) !important}.ion-color-success{--ion-color-base: var(--ion-color-success, #2dd55b) !important;--ion-color-base-rgb: var(--ion-color-success-rgb, 45, 213, 91) !important;--ion-color-contrast: var(--ion-color-success-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-success-shade, #28bb50) !important;--ion-color-tint: var(--ion-color-success-tint, #42d96b) !important}.ion-color-warning{--ion-color-base: var(--ion-color-warning, #ffc409) !important;--ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;--ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;--ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important}.ion-color-danger{--ion-color-base: var(--ion-color-danger, #c5000f) !important;--ion-color-base-rgb: var(--ion-color-danger-rgb, 197, 0, 15) !important;--ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-danger-shade, #ad000d) !important;--ion-color-tint: var(--ion-color-danger-tint, #cb1a27) !important}.ion-color-light{--ion-color-base: var(--ion-color-light, #f4f5f8) !important;--ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;--ion-color-contrast: var(--ion-color-light-contrast, #000) !important;--ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;--ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;--ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important}.ion-color-medium{--ion-color-base: var(--ion-color-medium, #636469) !important;--ion-color-base-rgb: var(--ion-color-medium-rgb, 99, 100, 105) !important;--ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-medium-shade, #57585c) !important;--ion-color-tint: var(--ion-color-medium-tint, #737478) !important}.ion-color-dark{--ion-color-base: var(--ion-color-dark, #222428) !important;--ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;--ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;--ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;--ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;--ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important}.ion-page{left:0;right:0;top:0;bottom:0;display:flex;position:absolute;flex-direction:column;justify-content:space-between;contain:layout size style;z-index:0}ion-modal>.ion-page{position:relative;contain:layout style;height:100%}.split-pane-visible>.ion-page.split-pane-main{position:relative}ion-route,ion-route-redirect,ion-router,ion-select-option,ion-nav-controller,ion-menu-controller,ion-action-sheet-controller,ion-alert-controller,ion-loading-controller,ion-modal-controller,ion-picker-controller,ion-popover-controller,ion-toast-controller,.ion-page-hidden{display:none!important}.ion-page-invisible{opacity:0}.can-go-back>ion-header ion-back-button{display:block}html.plt-ios.plt-hybrid,html.plt-ios.plt-pwa{--ion-statusbar-padding: 20px}@supports (padding-top: 20px){html{--ion-safe-area-top: var(--ion-statusbar-padding)}}@supports (padding-top: env(safe-area-inset-top)){html{--ion-safe-area-top: env(safe-area-inset-top);--ion-safe-area-bottom: env(safe-area-inset-bottom);--ion-safe-area-left: env(safe-area-inset-left);--ion-safe-area-right: env(safe-area-inset-right)}}ion-card.ion-color .ion-inherit-color,ion-card-header.ion-color .ion-inherit-color{color:inherit}.menu-content{transform:translateZ(0)}.menu-content-open{cursor:pointer;touch-action:manipulation;pointer-events:none;overflow-y:hidden}.menu-content-open ion-content{--overflow: hidden}.menu-content-open .ion-content-scroll-host{overflow:hidden}.ios .menu-content-reveal{box-shadow:-8px 0 42px #00000014}[dir=rtl].ios .menu-content-reveal{box-shadow:8px 0 42px #00000014}.md .menu-content-reveal,.md .menu-content-push{box-shadow:4px 0 16px #0000002e}ion-accordion-group.accordion-group-expand-inset>ion-accordion:first-of-type{border-top-left-radius:8px;border-top-right-radius:8px}ion-accordion-group.accordion-group-expand-inset>ion-accordion:last-of-type{border-bottom-left-radius:8px;border-bottom-right-radius:8px}ion-accordion-group>ion-accordion:last-of-type ion-item[slot=header]{--border-width: 0px}ion-accordion.accordion-animated>[slot=header] .ion-accordion-toggle-icon{transition:.3s transform cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){ion-accordion .ion-accordion-toggle-icon{transition:none!important}}ion-accordion.accordion-expanding>[slot=header] .ion-accordion-toggle-icon,ion-accordion.accordion-expanded>[slot=header] .ion-accordion-toggle-icon{transform:rotate(180deg)}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-previous ion-item[slot=header]{--border-width: 0px;--inner-border-width: 0px}ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanding:first-of-type,ion-accordion-group.accordion-group-expand-inset.md>ion-accordion.accordion-expanded:first-of-type{margin-top:0}ion-input input::-webkit-date-and-time-value{text-align:start}.ion-datetime-button-overlay{--width: fit-content;--height: fit-content}.ion-datetime-button-overlay ion-datetime.datetime-grid{width:320px;min-height:320px}[ion-last-focus],header[tabindex="-1"]:focus,[role=banner][tabindex="-1"]:focus,main[tabindex="-1"]:focus,[role=main][tabindex="-1"]:focus,h1[tabindex="-1"]:focus,[role=heading][aria-level="1"][tabindex="-1"]:focus{outline:none}.popover-viewport:has(>ion-content){overflow:hidden}@supports not selector(:has(> ion-content)){.popover-viewport{overflow:hidden}}audio,canvas,progress,video{vertical-align:baseline}audio:not([controls]){display:none;height:0}b,strong{font-weight:700}img{max-width:100%}hr{height:1px;border-width:0;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}label,input,select,textarea{font-family:inherit;line-height:normal}textarea{overflow:auto;height:auto;font:inherit;color:inherit}textarea::placeholder{padding-left:2px}form,input,optgroup,select{margin:0;font:inherit;color:inherit}html input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}a,a div,a span,a ion-icon,a ion-label,button,button div,button span,button ion-icon,button ion-label,.ion-tappable,[tappable],[tappable] div,[tappable] span,[tappable] ion-icon,[tappable] ion-label,input,textarea{touch-action:manipulation}a ion-label,button ion-label{pointer-events:none}button{padding:0;border:0;border-radius:0;font-family:inherit;font-style:inherit;font-variant:inherit;line-height:1;text-transform:none;cursor:pointer;-webkit-appearance:button}[tappable]{cursor:pointer}a[disabled],button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}html{width:100%;height:100%;-webkit-text-size-adjust:100%;text-size-adjust:100%}html:not(.hydrated) body{display:none}html.ion-ce body{display:block}html.plt-pwa{height:100vh}body{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;margin:0;padding:0;position:fixed;width:100%;max-width:100%;height:100%;max-height:100%;transform:translateZ(0);text-rendering:optimizeLegibility;overflow:hidden;touch-action:manipulation;-webkit-user-drag:none;-ms-content-zooming:none;word-wrap:break-word;overscroll-behavior-y:none;-webkit-text-size-adjust:none;text-size-adjust:none}html{font-family:var(--ion-font-family)}@supports (-webkit-touch-callout: none){html{font:var(--ion-dynamic-font, 16px var(--ion-font-family))}}a{background-color:transparent;color:var(--ion-color-primary, #0054e9)}h1,h2,h3,h4,h5,h6{margin-top:16px;margin-bottom:10px;font-weight:500;line-height:1.2}h1{margin-top:20px;font-size:1.625rem}h2{margin-top:18px;font-size:1.5rem}h3{font-size:1.375rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}small{font-size:75%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}
