@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromTop{0%{opacity:0;transform:translateY(-50px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 5px rgba(59,130,246,.5)}50%{box-shadow:0 0 20px rgba(59,130,246,.8)}}.animate-fade-in{animation:fadeIn 1s ease-out}.animate-fade-in-up{animation:fadeInUp .8s ease-out}.animate-fade-in-left{animation:fadeInLeft .8s ease-out}.animate-fade-in-right{animation:fadeInRight .8s ease-out}.animate-slide-in-top{animation:slideInFromTop .8s ease-out}.animate-scale-in{animation:scaleIn .6s ease-out}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow{animation:glow 2s ease-in-out infinite}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.hover-lift{transition:transform .3s ease,box-shadow .3s ease}.hover-lift:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.15)}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.particle{position:absolute;background:rgba(59,130,246,.1);border-radius:50%;animation:float 6s ease-in-out infinite}.particle:first-child{width:4px;height:4px;left:10%;animation-delay:0s}.particle:nth-child(2){width:6px;height:6px;left:20%;animation-delay:1s}.particle:nth-child(3){width:3px;height:3px;left:30%;animation-delay:2s}.particle:nth-child(4){width:5px;height:5px;left:40%;animation-delay:3s}.particle:nth-child(5){width:4px;height:4px;left:50%;animation-delay:4s}.particle:nth-child(6){width:6px;height:6px;left:60%;animation-delay:5s}.particle:nth-child(7){width:3px;height:3px;left:70%;animation-delay:6s}.particle:nth-child(8){width:5px;height:5px;left:80%;animation-delay:7s}.particle:nth-child(9){width:4px;height:4px;left:90%;animation-delay:8s}.gradient-animate{background:linear-gradient(-45deg,#3b82f6,#8b5cf6,#06b6d4,#3b82f6);background-size:400% 400%;animation:gradientShift 15s ease infinite}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}