.pt-controls{flex-wrap:wrap;align-items:center;gap:.625rem;margin-bottom:.875rem;display:flex}.pt-controls__separator{background:var(--border-subtle);flex-shrink:0;width:1px;height:24px}.pt-scale-group{background:var(--surface-sunken);border:1px solid var(--border-subtle);border-radius:var(--border-radius-md);gap:0;display:flex;overflow:hidden}.pt-scale-btn{color:var(--text-secondary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;border:none;border-right:1px solid var(--border-subtle);background:0 0;padding:.4rem .875rem;font-size:.8125rem;font-weight:500}.pt-scale-btn:last-child{border-right:none}.pt-scale-btn:hover{background:var(--surface-overlay);color:var(--text-primary)}.pt-scale-btn--active{background:var(--color-primary-700);color:var(--color-primary-300);font-weight:600}[data-theme=light] .pt-scale-btn--active{background:var(--color-primary-100);color:var(--color-primary-700)}.pt-search{flex:1;min-width:180px;max-width:280px}.pt-controls__right{flex-wrap:wrap;align-items:center;gap:.5rem;margin-left:auto;display:flex}.pt-export-btn{border-radius:var(--border-radius-md);border:1px solid var(--border-default);background:var(--surface-raised);color:var(--text-primary);cursor:pointer;transition:all var(--transition-fast);white-space:nowrap;align-items:center;gap:.375rem;padding:.4rem .875rem;font-size:.8rem;font-weight:500;display:inline-flex}.pt-export-btn:hover:not(:disabled){border-color:var(--color-primary-500);color:var(--color-primary-400);background:#2d6a4f0f}.pt-export-btn:disabled{opacity:.45;cursor:not-allowed}.pt-export-btn--xlsx{color:var(--status-conforme);border-color:#2ea04366}.pt-export-btn--xlsx:hover:not(:disabled){background:var(--status-conforme-bg)}.pt-export-btn--img{border-color:var(--border-default)}.pt-export-btn--pdf{color:var(--status-no-conforme);border-color:#f8514966}.pt-export-btn--pdf:hover:not(:disabled){background:var(--status-no-conforme-bg)}.pt-info-bar{color:var(--text-tertiary);align-items:center;gap:.75rem;margin-bottom:.5rem;padding:.375rem 0;font-size:.8rem;display:flex}.pt-info-bar__count{color:var(--text-secondary);font-weight:600}.pt-load-progress{background:var(--surface-sunken);border-radius:99px;flex:1;max-width:200px;height:4px;overflow:hidden}.pt-load-progress__fill{background:var(--color-primary-400);border-radius:99px;height:100%;transition:width .4s}.pt-matrix-outer{border:1px solid var(--border-subtle);border-radius:var(--border-radius-lg);background:var(--surface-card);position:relative;overflow:hidden}.pt-header-wrapper{border-bottom:2px solid var(--border-default);background:var(--surface-raised);overflow:hidden}.pt-header-row{min-width:max-content;display:flex}.pt-header-activo{z-index:30;background:var(--surface-raised);border-right:2px solid var(--border-default);text-transform:uppercase;letter-spacing:.07em;color:var(--text-tertiary);width:var(--pt-col-activo,220px);flex-shrink:0;align-items:center;gap:.375rem;min-height:52px;padding:0 .875rem;font-size:.6875rem;font-weight:700;display:flex;position:sticky;left:0}.pt-header-fecha{width:var(--pt-col-fecha,48px);color:var(--text-tertiary);border-right:1px solid var(--border-subtle);cursor:default;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast);flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;padding:.375rem .25rem;font-size:.625rem;line-height:1.2;display:flex}.pt-header-fecha:last-child{border-right:none}.pt-header-fecha__dow{color:var(--text-secondary);font-size:.6875rem;font-weight:700}.pt-header-fecha--hoy{background:#2d6a4f1f}.pt-header-fecha--hoy .pt-header-fecha__dow{color:var(--color-primary-400)}.pt-header-fecha--fin-semana{background:var(--surface-sunken)}.pt-matrix--escala-semana{--pt-col-fecha:120px}.pt-matrix--escala-mes{--pt-col-fecha:46px}.pt-matrix--escala-anio{--pt-col-fecha:64px}.pt-scroll-viewport{max-height:var(--pt-viewport-height,560px);position:relative;overflow:auto}.pt-row{border-bottom:1px solid var(--border-subtle);width:100%;min-width:max-content;transition:background var(--transition-fast);display:flex;position:absolute;top:0;left:0}.pt-row:hover{background:var(--surface-sunken)}.pt-cell-activo{z-index:10;background:var(--surface-card);border-right:2px solid var(--border-subtle);width:var(--pt-col-activo,220px);transition:background var(--transition-fast);min-height:var(--pt-row-height,44px);flex-direction:column;flex-shrink:0;justify-content:center;gap:.1rem;padding:.375rem .875rem;display:flex;position:sticky;left:0}.pt-row:hover .pt-cell-activo{background:var(--surface-sunken)}.pt-cell-activo__nombre{color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;max-width:calc(var(--pt-col-activo,220px) - 1.75rem);font-size:.8125rem;font-weight:600;overflow:hidden}.pt-cell-activo__tag{color:var(--text-tertiary);white-space:nowrap;text-overflow:ellipsis;max-width:calc(var(--pt-col-activo,220px) - 1.75rem);font-size:.6875rem;overflow:hidden}.pt-cell-dia{width:var(--pt-col-fecha,48px);border-right:1px solid var(--border-subtle);cursor:default;min-height:var(--pt-row-height,44px);flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.pt-cell-dia:last-child{border-right:none}.pt-cell-dia--hoy{background:#2d6a4f0a}.pt-cell-dia--fin-semana{background:var(--surface-sunken)}.pt-dot{cursor:pointer;width:10px;height:10px;transition:transform var(--transition-fast), box-shadow var(--transition-fast);border-radius:50%;flex-shrink:0}.pt-dot:hover{z-index:5;transform:scale(1.5);box-shadow:0 0 6px}.pt-chip{border-radius:var(--border-radius-sm);white-space:nowrap;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;transition:filter var(--transition-fast);padding:.2rem .5rem;font-size:.625rem;font-weight:700}.pt-chip:hover{filter:brightness(1.2)}.pt-bar{cursor:pointer;border-radius:99px;width:80%;min-width:4px;height:6px}.pt--completada{background:var(--status-conforme);color:#fff}.pt--con_retraso{background:var(--status-observaciones);color:#fff}.pt--pendiente{background:var(--status-pendiente);color:#fff}.pt--omitida{background:var(--status-no-conforme);color:#fff}.pt-tooltip{z-index:99999;background:var(--surface-overlay);border:1px solid var(--border-default);border-radius:var(--border-radius-md);pointer-events:none;min-width:180px;max-width:260px;box-shadow:var(--shadow-lg);padding:.625rem .875rem;font-size:.75rem;line-height:1.5;position:fixed}.pt-tooltip__header{color:var(--text-primary);margin-bottom:.25rem;font-size:.8125rem;font-weight:700}.pt-tooltip__row{color:var(--text-secondary);justify-content:space-between;gap:.5rem;display:flex}.pt-tooltip__row strong{color:var(--text-primary)}.pt-legend{flex-wrap:wrap;align-items:center;gap:1rem;padding-top:.625rem;display:flex}.pt-legend__item{color:var(--text-secondary);align-items:center;gap:.375rem;font-size:.75rem;display:flex}.pt-legend__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.pt-skeleton-row{height:var(--pt-row-height,44px);border-bottom:1px solid var(--border-subtle);align-items:center;gap:.5rem;padding:0 .875rem;display:flex}.pt-empty{min-height:240px;color:var(--text-tertiary);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:2rem;display:flex}.pt-empty p{max-width:320px;font-size:.875rem}.pt-loading-more{color:var(--text-tertiary);border-top:1px solid var(--border-subtle);justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.8125rem;display:flex}.pt-spin{animation:.8s linear infinite spin;display:inline-block}@keyframes spin{to{transform:rotate(360deg)}}.pt-filter-panel{background:var(--surface-sunken);border:1px solid var(--border-subtle);border-radius:var(--border-radius-md);margin-bottom:.75rem;padding:.75rem 1rem;animation:.2s pt-slide-down}@keyframes pt-slide-down{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.pt-filter-row{flex-wrap:wrap;align-items:flex-end;gap:.75rem;display:flex}.pt-filter-field{flex-direction:column;flex:1;gap:.25rem;min-width:150px;max-width:220px;display:flex}.pt-filter-field label{text-transform:uppercase;letter-spacing:.06em;color:var(--text-tertiary);font-size:.6875rem;font-weight:600}.pt-filter-field select.input{padding:.4rem .6rem;font-size:.8rem}.pt-row--group{background:var(--surface-sunken);border-bottom:1px solid var(--border-default);cursor:pointer}.pt-row--group:hover{background:#2d6a4f0f}.pt-cell-group{z-index:11;background:var(--surface-sunken);border-right:2px solid var(--border-default);color:var(--text-primary);cursor:pointer;-webkit-user-select:none;user-select:none;transition:background var(--transition-fast);flex-shrink:0;align-items:center;gap:.375rem;padding:0 .75rem;font-size:.75rem;font-weight:600;display:flex;position:sticky;left:0}.pt-row--group:hover .pt-cell-group{background:#2d6a4f0f}.pt-cell-group__label{white-space:nowrap;text-overflow:ellipsis;max-width:160px;overflow:hidden}.pt-cell-group__count{color:var(--text-tertiary);background:var(--surface-overlay);border:1px solid var(--border-subtle);text-align:center;border-radius:99px;min-width:18px;padding:.05rem .4rem;font-size:.625rem;font-weight:500}.pt-cell-dia--group{background:var(--surface-sunken);border-right:1px solid var(--border-subtle);min-height:36px}.pt-cell-activo--child{padding-left:2rem}.pt-searchable-select{width:100%;position:relative}.pt-searchable-select--disabled{opacity:.5;pointer-events:none}.pt-searchable-select__trigger{cursor:pointer;text-align:left;justify-content:space-between;align-items:center;gap:.375rem;width:100%;min-height:34px;padding:.4rem .6rem;font-size:.8rem;display:flex}.pt-searchable-select__trigger:hover{border-color:var(--color-primary-500)}.pt-searchable-select__placeholder{color:var(--text-tertiary)}.pt-searchable-select__chevron{color:var(--text-tertiary);transition:transform var(--transition-fast);flex-shrink:0}.pt-searchable-select__chevron--open{transform:rotate(180deg)}.pt-searchable-select__dropdown{z-index:100;background:var(--surface-overlay);border:1px solid var(--border-default);border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);margin-top:2px;animation:.15s pt-slide-down;position:absolute;top:100%;left:0;right:0;overflow:hidden}.pt-searchable-select__search-wrap{border-bottom:1px solid var(--border-subtle);color:var(--text-tertiary);align-items:center;gap:.375rem;padding:.5rem .625rem;display:flex}.pt-searchable-select__search{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:.8rem}.pt-searchable-select__search::placeholder{color:var(--text-tertiary)}.pt-searchable-select__clear{cursor:pointer;color:var(--text-tertiary);background:0 0;border:none;padding:0;display:flex}.pt-searchable-select__clear:hover{color:var(--text-primary)}.pt-searchable-select__list{max-height:200px;overflow-y:auto}.pt-searchable-select__option{color:var(--text-secondary);cursor:pointer;transition:background var(--transition-fast);white-space:nowrap;text-overflow:ellipsis;padding:.4rem .75rem;font-size:.8rem;overflow:hidden}.pt-searchable-select__option:hover{background:var(--surface-sunken);color:var(--text-primary)}.pt-searchable-select__option--active{color:var(--color-primary-400);background:#2d6a4f1f;font-weight:600}.pt-searchable-select__option--active:hover{background:#2d6a4f2e}.pt-searchable-select__empty{color:var(--text-tertiary);text-align:center;padding:.75rem;font-size:.75rem}.pt-fullscreen-overlay{z-index:9000;background:var(--surface-page,#0d1117);animation:.2s pt-fade-in;position:fixed;inset:0;overflow-y:auto}@keyframes pt-fade-in{0%{opacity:0}to{opacity:1}}.pt-fullscreen-content{max-width:100%;min-height:100vh;padding:1.25rem 1.5rem}@media (width<=768px){.pt-controls{gap:.5rem}.pt-search{max-width:100%}.pt-controls__right{justify-content:flex-end;width:100%}:root{--pt-viewport-height:420px}.pt-matrix--escala-semana{--pt-col-fecha:90px}.pt-filter-row{flex-direction:column}.pt-filter-field{max-width:100%}.pt-header-activo,.pt-cell-activo,.pt-cell-group{width:140px}.pt-cell-activo__nombre{max-width:calc(var(--pt-col-activo,140px) - 1rem);font-size:.72rem}.pt-cell-activo__tag{max-width:calc(var(--pt-col-activo,140px) - 1rem);font-size:.6rem}.pt-cell-activo{padding:.25rem .5rem}.pt-cell-activo--child{padding-left:1.25rem}.pt-header-activo{padding:0 .5rem;font-size:.6rem}.pt-cell-group{padding:0 .5rem;font-size:.68rem}.pt-cell-group__label{max-width:100px}.pt-legend{gap:.5rem}.pt-legend__item{font-size:.65rem}}@media (width<=480px){.pt-header-activo,.pt-cell-activo,.pt-cell-group{width:110px}.pt-cell-activo__nombre{max-width:90px;font-size:.65rem}.pt-cell-activo__tag{display:none}.pt-cell-group__label{max-width:75px}}
