.gradient-text-wrapper{position:relative;display:inline-block;overflow:hidden}.gradient-text-inner{display:inline-block;background-clip:text;-webkit-background-clip:text;color:transparent;background-size:300% 100%;animation:gradient-shift 6s ease infinite}@keyframes gradient-shift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.shiny-text{display:inline-block;background-size:200% 100%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:shine 5s linear infinite}@keyframes shine{0%{background-position:200% 0}to{background-position:-200% 0}}.spotlight-card{position:relative;border-radius:1.5rem;overflow:hidden}.spotlight-card:before{content:"";position:absolute;inset:0;opacity:0;transition:opacity .4s ease;pointer-events:none;z-index:1;border-radius:inherit}.spotlight-card:hover:before{opacity:1}