.hero_gradient:after{background:rgba(255,90,90,.493);background:radial-gradient(circle,var(--start) 30%,var(--middle) 60%,var(--end) 80%,transparent 95%);--start:transparent;--middle:hsl(var(--primary)/46.3%);--end:hsl(var(--accent)/60%);background-position:50%;background-repeat:no-repeat;animation:backgroundGradientPulse 2s forwards;content:"";position:absolute;inset:0;z-index:1}@keyframes backgroundGradientPulse{0%{background-size:250% 250%}to{background-size:100% 100%}}