@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalReveal{0%{opacity:0;transform:scale(.3) rotate(-10deg)}50%{opacity:.8;transform:scale(1.05) rotate(2deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.1)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes glow{0%,to{box-shadow:0 0 20px rgba(59,130,246,.3)}50%{box-shadow:0 0 30px rgba(59,130,246,.6)}}.animate-fadeIn{animation:fadeIn .5s ease-out}.animate-modalReveal{animation:modalReveal .8s cubic-bezier(.68,-.55,.265,1.55)}.animate-slideInDown{animation:slideInDown .6s ease-out .2s both}.animate-slideInUp{animation:slideInUp .6s ease-out .4s both}.animate-bounceIn{animation:bounceIn .8s ease-out .6s both}.animate-pulse{animation:pulse 2s infinite}.animate-glow{animation:glow 2s infinite}