@keyframes textRevealEffect{0%{background:linear-gradient(90deg,#374151,#374151 0,transparent 0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}to{background:linear-gradient(90deg,#374151,#374151 100%,transparent 0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}}.text-reveal-animation{background:linear-gradient(90deg,#374151,#374151 0,transparent 0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textRevealEffect 1s ease-out forwards}.text-reveal-complete{color:#374151}