.model-switcher-container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;background-color:var(--background-component);min-height:300px;overflow:hidden}.model-switcher-tree{width:100%;height:100%;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.model-switcher-tree::-webkit-scrollbar{width:8px;height:8px}.model-switcher-tree::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:4px}.model-switcher-tree::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.model-switcher-tree::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.model-switcher-item-not-ready .tree-node-label{opacity:.6}.model-switcher-item-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.model-switcher-empty{padding:8px;opacity:.7;color:var(--font-color)}.model-status-pill{font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.3px}.model-status-pill-failed{background-color:rgba(229,62,62,.15);color:#e53e3e}.model-status-pill-processing{background-color:rgba(66,153,225,.15);color:#3182ce}.model-active-indicator{width:10px;height:10px;background-color:#4caf50;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1);background-color:#4caf50;box-shadow:0 0 0 0 rgba(76,175,80,.4)}50%{transform:scale(1.1);background-color:#66bb6a;box-shadow:0 0 8px 4px rgba(76,175,80,.6)}to{transform:scale(1);background-color:#4caf50;box-shadow:0 0 0 0 rgba(76,175,80,.4)}}.filter-container{display:flex;flex-direction:column;padding:8px;gap:8px}.filter-container .dx-texteditor-input-container{align-items:center}.color-filter-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;overflow:visible}.color-filter-item-text{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.color-filter-item-color{width:140px;flex-shrink:0}.color-filter-item-color-picker{background-color:var(--background-component)}.filter-empty-state{margin-top:12px;padding:12px;border-radius:8px;background:var(--background-component);color:var(--font-muted);text-align:center}.filter-empty-state p{font-weight:500;margin-bottom:6px}.filter-empty-state span{font-size:.875rem;opacity:.8}#color-panel .dx-list-item-content,#color-panel .dx-scrollable-container,.color-filter-list{scrollbar-width:thin;scrollbar-color:hsla(0,0%,50%,.4) transparent}#color-panel .dx-scrollable-container::-webkit-scrollbar{width:6px}#color-panel .dx-scrollable-container::-webkit-scrollbar-track{background:transparent}#color-panel .dx-scrollable-container::-webkit-scrollbar-thumb{background-color:hsla(0,0%,50%,.4);border-radius:4px}#color-panel .apply-button .dx-button-content{display:flex;align-items:center;justify-content:center;padding:0}#color-panel .apply-button .apply-button-content{display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:8px!important}#color-panel .apply-button .spinner{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0}#color-panel .apply-button .spinner svg{width:14px;height:14px;animation:spin .8s linear infinite}.apply-text{display:flex;align-items:center;line-height:1}#color-panel .apply-button *{color:#fff!important}#color-panel .dx-list-next-button .dx-button{width:100%}#color-panel .dx-list-next-button .dx-button-content{display:flex!important;align-items:center!important;justify-content:center!important}#color-panel .dx-list-next-button .dx-button-text{color:var(--font-color)!important}.apply-spinner{animation:spin .8s linear infinite}