@keyframes width{0%{width:100%}to{width:0%}}@keyframes bounce-rect{0%{transform:translate(0)}50%{transform:translate(0px, var(--move-distance))}to{transform:translate(0)}}.animate-bounce-rect{animation:infinite bounce-rect}@keyframes background-flash{0%{background-color:var(--bg-primary)}50%{background-color:var(--bg-brand-primary)}to{background-color:var(--bg-primary)}}
