:root{--enum-chart-loading-row-background:linear-gradient(90deg, #e5e5e9f0 0%, #d1d1d6fa 45%, #e5e5e9f0 100%);--enum-chart-loading-row-box-shadow:0 0 0 1px #11182714 inset}:root.dark{--enum-chart-loading-row-background:linear-gradient(90deg, #242426f0 0%, #3c3c40f7 45%, #242426f0 100%);--enum-chart-loading-row-box-shadow:0 0 0 1px #ffffff0a inset}@keyframes enum-chart-loading-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.enum-chart-loading-overlay{z-index:0;display:none;inset:0}.enum-chart-loading-row{background:var(--enum-chart-loading-row-background);box-shadow:var(--enum-chart-loading-row-box-shadow);background-size:200% 100%;animation:1.8s ease-in-out infinite enum-chart-loading-shimmer}.enum-chart{position:relative}.enum-chart__mount{width:100%;height:100%;min-height:0}.enum-chart__channel-label-overlay{pointer-events:none;z-index:1;position:absolute;inset:0;overflow:hidden}.enum-chart__channel-label{box-sizing:border-box;color:#fffffff5;pointer-events:auto;-webkit-user-select:none;user-select:none;background:#0000007a;padding:2px 5px;font:13px/13px ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;transition:background-color .12s,color .12s;display:inline-flex;position:absolute}.enum-chart__channel-label:hover{color:#fff;background:#0009}.enum-chart__channel-label-content{align-items:center;min-width:0;max-width:100%;display:inline-flex}.enum-chart__channel-label-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.enum-chart__channel-label-value{color:#ccc;flex-shrink:0}.enum-chart__channel-label:hover .enum-chart__channel-label-value{color:#e0e0e0}.enum-value-color-picker .rt-Grid>button{height:24px}
