@keyframes fadeInUp{0%{opacity:0;transform:translate(-50%,10px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate-fade-in-up{animation:fadeInUp .5s ease-out forwards}.animate-fade-out{animation:fadeOut .5s ease-out forwards}@keyframes gradient-x{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.animate-gradient-x{background-size:200% auto;animation:gradient-x 3s linear infinite}@keyframes gold-shimmer{0%{background-position:-200% center}to{background-position:200% center}}.animate-gold-shimmer{background:linear-gradient(90deg,#d4af37,#f9f295,#e6be8a,#f9f295,#d4af37);background-size:200% auto;animation:gold-shimmer 8s linear infinite}
