@import url("https://fonts.googleapis.com/css2?family=Orbitron:wght@400;700;900&family=Manrope:wght@400;500;700;800&display=swap");@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.fade-in-1{animation:fadeInUp 1s ease-out .2s forwards;opacity:0}.fade-in-2{animation:fadeInUp 1s ease-out .4s forwards;opacity:0}.fade-in-3{animation:fadeInUp 1s ease-out .6s forwards;opacity:0}.fade-in-4{animation:fadeInUp 1s ease-out .8s forwards;opacity:0}@keyframes particle-animation{0%{transform:scale(.5) translate(0);opacity:0}50%{opacity:1}to{transform:scale(.5) translate(var(--x),var(--y));opacity:0}}.particle{position:absolute;border-radius:50%;animation:particle-animation 6s infinite;opacity:0}.particle:first-child{--x:90px;--y:-30px;animation-delay:-.2s;background:#e05e56;width:5px;height:5px}.particle:nth-child(2){--x:-80px;--y:50px;animation-delay:-.4s;background:#f6a536;width:3px;height:3px}.particle:nth-child(3){--x:40px;--y:90px;animation-delay:-.6s;background:#33e0e0;width:4px;height:4px}.particle:nth-child(4){--x:-60px;--y:-70px;animation-delay:-.8s;background:#f6a536;width:6px;height:6px}.particle:nth-child(5){--x:80px;--y:20px;animation-delay:-1s;background:#e05e56;width:3px;height:3px}.particle:nth-child(6){--x:-40px;--y:80px;animation-delay:-1.2s;background:#33e0e0;width:5px;height:5px}.particle:nth-child(7){--x:70px;--y:-60px;animation-delay:-1.4s;background:#f6a536;width:4px;height:4px}.particle:nth-child(8){--x:-90px;--y:30px;animation-delay:-1.6s;background:#e05e56;width:2px;height:2px}@keyframes flow{0%{transform:translate(0) scale(1) rotate(0deg)}to{transform:translate(100px,50px) scale(1.2) rotate(45deg)}}.abstract-shape{position:absolute;border-radius:50%;opacity:.15;filter:blur(80px);animation:flow 20s ease-in-out infinite alternate}.shape1{background:#33e0e0;width:500px;height:500px;top:-10%;left:-20%}.shape2{background:#e05e56;width:400px;height:400px;bottom:-15%;right:-10%;animation-delay:5s}.shape3{background:#f6a536;width:300px;height:300px;top:30%;right:10%;animation-delay:10s}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.image-border{position:absolute;inset:0;border-radius:9999px;padding:4px;background:conic-gradient(from 0deg,#33e0e0,#f6a536,#e05e56,#33e0e0);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;animation:spin 8s linear infinite}.orbitron-font{font-family:Orbitron,monospace}.manrope-font{font-family:Manrope,sans-serif}.text-glow{text-shadow:0 0 5px #33e0e0,0 0 10px #33e0e0,0 0 20px rgba(51,224,224,.5)}.hero-title{text-shadow:0 2px 20px rgba(224,94,86,.4)}