.shimmer-wrapper{position:relative;overflow:hidden}.shimmer-text{display:inline-block;color:hsl(var(--muted-foreground));position:relative;background-image:linear-gradient(90deg,hsl(var(--muted-foreground)) 0,hsl(0,0%,0%) 35%,hsl(var(--muted-foreground)) 70%);background-size:200% auto;background-clip:text;text-fill-color:transparent;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:text-shimmer-alternate 4s ease-in-out infinite;word-break:break-word}@keyframes text-shimmer-alternate{0%,to{background-position:-100%}45%,55%{background-position:200%}}.dark .shimmer-text{background-image:linear-gradient(90deg,hsl(var(--muted-foreground)) 0,hsl(0,0%,100%) 35%,hsl(var(--muted-foreground)) 70%)}