.gradient-text{background-image:linear-gradient(45deg,#8e44ad,#c23434,#ff69b4,#1d05f7);background-size:400% 400%;animation:gradientShift 5s ease infinite;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cube{position:absolute;background:var(--primary);opacity:.1;border-radius:50%;animation:float 15s infinite}.cube:first-child{width:110px;height:110px;top:10%;left:10%;animation-delay:0s;background:var(--chart-5)}.cube:nth-child(2){width:130px;height:130px;top:70%;left:50%;animation-delay:-2s;background:var(--chart-4)}.cube:nth-child(3){width:100px;height:100px;top:40%;left:60%;animation-delay:-4s;background:var(--chart-3)}.cube:nth-child(4){width:80px;height:80px;top:80%;left:20%;animation-delay:-6s;background:var(--chart-2)}.cube:nth-child(5){width:120px;height:120px;top:20%;left:30%;animation-delay:-8s;background:var(--chart-1)}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-100px) rotate(180deg)}}