@keyframes spotlight-pop{0%,14%,to{transform:scale(1)}4%{transform:scale(1.04)}9%{transform:scale(.99)}}@keyframes spotlight-wobble{0%,16%,to{transform:rotate(0)}3%{transform:rotate(-2deg)}7%{transform:rotate(2deg)}11%{transform:rotate(-1deg)}}@keyframes spotlight-buzz{0%,12%,to{transform:translate(0)}10%,2%,6%{transform:translate(-2px)}4%,8%{transform:translate(2px)}}.spotlight{animation-duration:6s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-delay:1.2s}.spotlight-pop{animation-name:spotlight-pop}.spotlight-wobble{animation-name:spotlight-wobble}.spotlight-buzz{animation-name:spotlight-buzz}@media (prefers-reduced-motion:reduce){.spotlight{animation:none}}
