.wheel-stage.is-spinning .wheel-aura{animation:auraSpin .7s linear infinite}
.wheel-stage.is-spinning .pointer{animation:pointerBounce .18s ease-in-out infinite alternate}
.wheel-stage.is-spinning .wheel-center{box-shadow:0 0 0 3px var(--accent),0 0 35px rgba(255,184,0,.7),inset 0 2px 10px #fff!important}
@keyframes auraSpin{to{transform:rotate(360deg) scale(1.06)}}
@keyframes pointerBounce{to{transform:translateY(6px)}}
