@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes shinePass{0%{background-position:-200%}to{background-position:200%}}:root{--float-duration:12s;--shine-duration:10s}.animate-glow-float{animation:float var(--float-duration,12s)ease-in-out infinite,shinePass var(--shine-duration,10s)linear infinite;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 8px #fb923c66);background:linear-gradient(90deg,#fb923ccc 0%,#fb923ce6 20%,#fff 40% 50%,#fff 60%,#fbbf24e6 80%,#fb923ccc 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text}.animate-glow{animation:shinePass var(--shine-duration,10s)linear infinite;-webkit-text-fill-color:transparent;filter:drop-shadow(0 0 6px #fb923c4d);background:linear-gradient(90deg,#fb923ccc 0%,#fb923ce6 20%,#fff 40% 50%,#fff 60%,#fbbf24e6 80%,#fb923ccc 100%) 0 0/200%;-webkit-background-clip:text;background-clip:text}@media (max-width:640px){@keyframes float{50%{transform:translateY(-4px)}}}
