.gradient-glow{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#f59e0b,#10b981) 0 0/400% 400%;animation:3s infinite gradientShift}@keyframes gradientShift{0%,to{background-position:0%}50%{background-position:100%}}.floating{animation:6s ease-in-out infinite float}.floating:nth-child(2){animation-delay:-2s}.floating:nth-child(3){animation-delay:-4s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.orbit{transform-origin:50%;animation:20s linear infinite orbit}@keyframes orbit{0%{transform:rotate(0)translate(200px)rotate(0)}to{transform:rotate(360deg)translate(200px)rotate(-360deg)}}.glow-hover:hover{transform:translateY(-5px);box-shadow:0 0 30px #3b82f680}.card-flip{perspective:1000px}.card-inner{transform-style:preserve-3d;transition:transform .6s}.card-flip:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{backface-visibility:hidden}.card-back{transform:rotateY(180deg)}.neon-border{-webkit-mask-composite:destination-out;background:linear-gradient(45deg,#3b82f6,#8b5cf6,#f59e0b,#10b981) border-box;border:2px solid #0000;-webkit-mask:linear-gradient(#fff 0 0) padding-box,linear-gradient(#fff 0 0)}.tech-icon{transition:all .3s}.tech-icon:hover{filter:drop-shadow(0 0 10px #3b82f6b3);transform:scale(1.1)rotate(5deg)}.timeline-step{opacity:0;animation:.6s forwards slideIn;transform:translate(-50px)}.timeline-step:nth-child(2){animation-delay:.2s}.timeline-step:nth-child(3){animation-delay:.4s}.timeline-step:nth-child(4){animation-delay:.6s}@keyframes slideIn{to{opacity:1;transform:translate(0)}}.bounce-icon{animation:2s infinite bounce}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}
