@keyframes linearAnimation{0%{transform:scaleX(1) translate(var(--translate-x))}to{transform:scaleX(0) translate(var(--translate-x))}}[data-scope=progress][data-part=circle]{--size: var(--root-size);--thickness: var(--root-thickness)}[data-scope=progress][data-part=circle][data-state=indeterminate]{animation:spin 2s linear infinite}[data-scope=progress][data-part=circle-track],[data-scope=progress][data-part=circle-range]{stroke:currentColor}@keyframes tooltipFadeIn{0%{opacity:0;scale:.5}to{opacity:1;scale:1}}@keyframes tooltipFadeOut{0%{opacity:1;scale:1}to{opacity:0;scale:.8}}[data-scope=tooltip][data-part=content]{opacity:0;z-index:51;scale:.8}[data-scope=tooltip][data-part=content][data-state=open]{animation:tooltipFadeIn .16s forwards}[data-scope=tooltip][data-part=content][data-state=closed]{animation:tooltipFadeOut .16s forwards}
