@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{box-shadow:0 0 20px #3b82f64d}50%{box-shadow:0 0 30px #3b82f699}}@keyframes pulse-slow{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes slide-in-left{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slide-in-right{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes rotate-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-float{animation:3s ease-in-out infinite float}.animate-glow{animation:2s ease-in-out infinite glow}.animate-pulse-slow{animation:3s ease-in-out infinite pulse-slow}.animate-slide-in-left{animation:.8s ease-out slide-in-left}.animate-slide-in-right{animation:.8s ease-out slide-in-right}.animate-fade-in-up{animation:.8s ease-out fade-in-up}.animate-rotate-slow{animation:20s linear infinite rotate-slow}.animate-shimmer{background:linear-gradient(90deg,#fff0 0%,#fff3 20%,#ffffff80 60%,#fff0) 0 0/200%;animation:2s linear infinite shimmer}.hover-lift:hover{transition:transform .3s;transform:translateY(-5px)}.hover-glow:hover{transition:box-shadow .3s;box-shadow:0 10px 30px #0003}.skill-badge:first-child{animation-delay:.1s}.skill-badge:nth-child(2){animation-delay:.2s}.skill-badge:nth-child(3){animation-delay:.3s}.skill-badge:nth-child(4){animation-delay:.4s}.skill-badge:nth-child(5){animation-delay:.5s}.skill-badge:nth-child(6){animation-delay:.6s}.skill-badge:nth-child(7){animation-delay:.7s}.skill-badge:nth-child(8){animation-delay:.8s}.gradient-text{background:linear-gradient(-45deg,#ee7752,#e73c7e,#23a6d5,#23d5ab) 0 0/400% 400%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s infinite gradient}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}
