@keyframes pop-chip-bg{0%,26%{background-color:var(--accent-teal)}34%,to{background-color:var(--accent-mint)}}@keyframes pop-word-out{0%,26%{opacity:1}33%,to{opacity:0}}@keyframes pop-word-in{0%,29%{opacity:0}36%,to{opacity:1}}@keyframes pop-star{0%,26%{opacity:0;transform:scale(.3)}36%{opacity:1;transform:scale(1.3)rotate(18deg)}50%,to{opacity:0;transform:scale(1)rotate(24deg)}}.pop-chip-bg{animation:9s infinite pop-chip-bg}.pop-word-out{animation:9s infinite pop-word-out}.pop-word-in{animation:9s infinite pop-word-in}.pop-star{animation:9s infinite pop-star}@media (prefers-reduced-motion:reduce){.pop-chip-bg{background-color:var(--accent-mint);animation:none}.pop-word-out{opacity:0;animation:none}.pop-word-in{opacity:1;animation:none}.pop-star{opacity:0;animation:none}}
