.threads-container{width:100%;height:100%;position:relative}
.text-animation{stroke-dasharray:2000;stroke-dashoffset:2000px}.text-animation.animate{animation:drawText 2s ease-in-out var(--delay,0s) forwards, fillText 1s ease-in calc(2s + var(--delay,0s)) forwards}@keyframes drawText{to{stroke-dashoffset:0}}@keyframes fillText{to{fill:url(#textGradient);fill-opacity:1}}@media (prefers-reduced-motion:reduce){.text-animation{stroke-dashoffset:0;fill:url(#textGradient);fill-opacity:1}.text-animation.animate{animation:none}}
