.animated-text{animation:text-in-linear .3s forwards linear,text-in-eased .3s forwards cubic-bezier(0,1,1,1)}.closing .animated-text{animation:text-out-linear .3s forwards linear,text-out-eased .3s forwards cubic-bezier(1,0,1,1)}@keyframes text-in-linear{0%{opacity:0}}@keyframes text-out-linear{to{opacity:0}}@keyframes text-in-eased{0%{transform:translate(calc(var(--in-offset-x) * 30px),calc(var(--in-offset-y) * 30px));filter:blur(10px)}}@keyframes text-out-eased{to{transform:translate(calc(var(--out-offset-x) * 30px),calc(var(--out-offset-y) * 30px));filter:blur(10px)}}@media (prefers-reduced-motion: reduce){.animated-text,.closing .animated-text{animation:none}}
