@keyframes orbit-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.sandbox-orbit{transform-origin:12px 12px}.sandbox-orbit--active{animation:orbit-spin 1.2s linear infinite}@media(prefers-reduced-motion:reduce){.sandbox-orbit--active{animation:none}}
