@keyframes fadeInOverlay{0%{opacity:0}to{opacity:1}}@keyframes scaleInModal{0%{opacity:0;transform:translateY(28px) scale(.94)}40%{opacity:.55}70%{opacity:1;transform:translateY(4px) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}.animate-fadeIn{animation:fadeInOverlay .75s cubic-bezier(.25,.6,.3,1) both}.animate-scaleIn{animation:scaleInModal .85s cubic-bezier(.22,.72,.25,1) both}