.spotlight-container{text-align:center}.spotlight-text{font-family:Space Grotesk,sans-serif;font-size:clamp(2rem,10vw,5rem);font-weight:700;letter-spacing:.05em;color:transparent;position:relative;white-space:nowrap}.spotlight-text:before{content:attr(data-text);position:absolute;top:0;left:0;width:100%;height:100%;color:hsl(var(--primary));background:linear-gradient(90deg,hsl(var(--primary)),hsl(var(--primary)),hsl(var(--primary)));background-size:300% 100%;background-position:100% 0;-webkit-background-clip:text;background-clip:text;color:transparent;animation:spotlight-sweep 3s ease-in-out forwards;animation-delay:.5s}@keyframes spotlight-sweep{0%{background-position:100% 0}to{background-position:0 0}}