.loading-wheel{color:var(--color-interactive);overflow:visible}.loading-wheel__track,.loading-wheel__indicator{fill:none;stroke:currentColor;stroke-width:var(--loading-wheel-stroke-width,10)}.loading-wheel__track{opacity:.15}.loading-wheel__indicator{stroke-linecap:round;stroke-dasharray:16 84;animation:1.4s linear infinite loading-wheel-chase}.loading-wheel__mark{fill:#231f20;transform-box:fill-box;transform-origin:50%;animation:1.4s ease-in-out infinite loading-wheel-pulse}@keyframes loading-wheel-chase{to{stroke-dashoffset:-100px}}@keyframes loading-wheel-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.55;transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.loading-wheel__indicator,.loading-wheel__mark{animation:none}}
