.orb{position:absolute;border-radius:50%;filter:blur(60px);animation:float 20s ease-in-out infinite}.orb-1{width:400px;height:400px;background:radial-gradient(circle,rgba(255,70,0,.4) 0,transparent 70%);top:10%;left:10%;animation-delay:0s}.orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(0,209,222,.3) 0,transparent 70%);bottom:10%;right:10%;animation-delay:-7s}.orb-3{width:350px;height:350px;background:radial-gradient(circle,rgba(255,126,77,.3) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%);animation-delay:-14s}@keyframes float{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-30px) scale(1.1)}50%{transform:translate(-20px,20px) scale(.9)}75%{transform:translate(25px,25px) scale(1.05)}}.grid-pattern{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.03) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 0);background-size:50px 50px;animation:grid-scroll 20s linear infinite}@keyframes grid-scroll{0%{transform:translate(0)}to{transform:translate(50px,50px)}}.animate-fade-in-up{animation:fadeInUp .8s cubic-bezier(.4,0,.2,1) both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animation-delay-200{animation-delay:.2s}.animation-delay-400{animation-delay:.4s}.animation-delay-600{animation-delay:.6s}.animation-delay-800{animation-delay:.8s}.animation-delay-1000{animation-delay:1s}.animation-delay-1200{animation-delay:1.2s}.animate-spin-slow{animation:spin 8s linear infinite}.animate-spin-reverse{animation:spin 6s linear infinite reverse}.animate-spin-very-slow{animation:spin 20s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.animate-pulse-slow{animation:pulse-slow 4s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse-slow{0%,to{opacity:.3}50%{opacity:.6}}.animate-progress-bar{animation:progress 2.5s cubic-bezier(.4,0,.2,1) infinite}@keyframes progress{0%{transform:translateX(-100%)}50%{transform:translateX(0)}to{transform:translateX(100%)}}@media (max-width:640px){.orb{filter:blur(40px)}.orb-1,.orb-2,.orb-3{width:250px;height:250px}@keyframes float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(15px,15px) scale(.95)}}}