.rotatingGradientParentTelescope{position:relative;z-index:0;border-radius:12px;overflow:hidden;padding:1px;display:flex;justify-content:center;align-items:center;font-weight:700}.rotatingGradientContentTelescope{position:absolute;z-index:-2;left:-50%;top:-50%;width:200%;height:200%;background-color:var(--background-normal-primary);background-repeat:no-repeat;background-size:50% 50%,50% 50%;background-position:0 0,100% 0,100% 100%,0 100%;background-image:radial-gradient(#f4a50b 15%,var(--background-normal-primary) 60%);animation:rotate 8s linear infinite}@keyframes rotate{to{transform:rotate(1turn)}}
