@keyframes slideUpFromBottom{0%{opacity:0;transform:translateY(100vh)}to{opacity:1;transform:translateY(0)}}.animate-slideUpFromBottom{animation:slideUpFromBottom .15s cubic-bezier(.4,0,.2,1)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate-fadeIn{animation:fadeIn .1s ease-out}@keyframes scaleIn{0%{opacity:0;transform:scale(.98) translateY(2px)}to{opacity:1;transform:scale(1) translateY(0)}}.animate-scaleIn{animation:scaleIn .12s cubic-bezier(.4,0,.2,1)}.hover-shadow-3xl:hover{box-shadow:0 25px 50px -12px rgba(0,0,0,.5)}