@keyframes modalEnter{0%{opacity:0;transform:scale(.95) translateY(-10px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes backdropEnter{0%{opacity:0}to{opacity:1}}.modal-enter{animation:modalEnter .3s ease-out forwards}.backdrop-enter{animation:backdropEnter .3s ease-out forwards}