@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{to{transform:translate(200%)}}@keyframes bounce-x{0%,to{transform:translate(0)}50%{transform:translate(25%)}}.animate-bounce-x{animation:1.5s ease-in-out infinite bounce-x}.glitch-text{display:inline-block;position:relative}.glitch-text:before,.glitch-text:after{content:attr(data-text);background:0 0;width:100%;height:100%;position:absolute;top:0;left:0}.glitch-text:before{text-shadow:-2px 0 #ff00c1;animation:.2s linear infinite alternate-reverse glitch-anim-1;left:2px}.glitch-text:after{text-shadow:-2px 0 #00fff9;animation:.3s linear infinite alternate-reverse glitch-anim-2;left:-2px}@keyframes glitch-anim-1{0%{clip-path:inset(20% 0 80%)}20%{clip-path:inset(60% 0 10%)}40%{clip-path:inset(40% 0 50%)}60%{clip-path:inset(80% 0 5%)}80%{clip-path:inset(10% 0 70%)}to{clip-path:inset(30% 0 50%)}}@keyframes glitch-anim-2{0%{clip-path:inset(10% 0 60%)}20%{clip-path:inset(30% 0 20%)}40%{clip-path:inset(70% 0 10%)}60%{clip-path:inset(20% 0 50%)}80%{clip-path:inset(50% 0 30%)}to{clip-path:inset(5% 0 80%)}}
