@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes glowPulse{0%{filter:blur(40px);opacity:.7}50%{filter:blur(35px);opacity:.9}to{filter:blur(40px);opacity:.7}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.fade-up{animation:fadeUp .8s cubic-bezier(.215,.61,.355,1) forwards;opacity:0}.fade-in{animation:fadeIn .8s ease forwards;opacity:0}.float{animation:float 6s ease-in-out infinite}.glow{animation:glowPulse 4s ease-in-out infinite}.scale-in{animation:scaleIn .7s cubic-bezier(.215,.61,.355,1) forwards;opacity:0}.hover-scale{transition:transform .3s ease,box-shadow .3s ease}.hover-scale:hover{box-shadow:0 8px 20px #0000004d;transform:scale(1.05)}.hover-scale:active{transform:scale(.98)}.hover-lift{transition:transform .4s cubic-bezier(.215,.61,.355,1),box-shadow .4s cubic-bezier(.215,.61,.355,1)}.hover-lift:hover{box-shadow:0 20px 50px #00000080;transform:translateY(-5px) rotateY(-2deg) rotateX(2deg)}.delay-0{animation-delay:0s}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.delay-5{animation-delay:.5s}.delay-6{animation-delay:.6s}.delay-7{animation-delay:.7s}.delay-8{animation-delay:.8s}.js-enabled .fade-in,.js-enabled .fade-up,.js-enabled .float,.js-enabled .glow,.js-enabled .scale-in{animation-play-state:running}.fade-in,.fade-up,.float,.glow,.scale-in{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.fade-in,.fade-up,.float,.glow,.scale-in{animation:none!important;opacity:1!important;transform:none!important}.hover-lift:hover,.hover-scale:hover{box-shadow:none!important;transform:none!important}}