@keyframes slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slide-down{0%{transform:translateY(0);opacity:1}to{transform:translateY(100%);opacity:0}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes scale-in{0%{transform:scale(.92);opacity:0}to{transform:scale(1);opacity:1}}@keyframes toast-in{0%{transform:translateY(8px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes error-glow{0%,to{box-shadow:0 0 #ef444480}50%{box-shadow:0 0 0 4px #ef444440}}.animate-slide-up{animation:slide-up .28s cubic-bezier(.32,.72,0,1) both}.animate-slide-down{animation:slide-down .22s ease-in both}.animate-fade-in{animation:fade-in .18s ease both}.animate-scale-in{animation:scale-in .2s cubic-bezier(.34,1.2,.64,1) both}.animate-toast-in{animation:toast-in .22s cubic-bezier(.34,1.2,.64,1) both}.animate-error-glow{animation:error-glow 1.4s ease-in-out infinite}
