:root{--final-yuck:50%}@keyframes battle-yuck{0%{width:50%}to{width:var(--final-yuck)}}@keyframes bounce-small{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}@keyframes pulse-slow{0%,to{opacity:.2}50%{opacity:.4}}.animate-battle-yuck{animation:battle-yuck 2s cubic-bezier(.3,.8,.3,1.3) forwards}.animate-bounce-small{animation:bounce-small .5s infinite}.animate-pulse-slow{animation:pulse-slow 1s infinite}