.glitch{color:#fff;font-size:clamp(2rem,10vw,8rem);font-weight:900;white-space:nowrap;position:relative;margin:0 auto;user-select:none;cursor:pointer}.glitch:after,.glitch:before{content:attr(data-text);position:absolute;top:0;left:0;color:#fff;background:#060010;overflow:hidden;clip-path:inset(0 0 0 0)}.glitch.always-glitch:after{left:10px;text-shadow:var(--after-shadow,-5px 0 red);animation:glitch-animation var(--after-duration,3s) infinite linear alternate-reverse}.glitch.always-glitch:before{left:-10px;text-shadow:var(--before-shadow,5px 0 cyan);animation:glitch-animation var(--before-duration,2s) infinite linear alternate-reverse}@keyframes glitch-animation{0%{clip-path:inset(20% 0 50% 0)}10%{clip-path:inset(10% 0 60% 0)}20%{clip-path:inset(15% 0 55% 0)}30%{clip-path:inset(25% 0 35% 0)}40%{clip-path:inset(30% 0 40% 0)}50%{clip-path:inset(40% 0 20% 0)}60%{clip-path:inset(15% 0 55% 0)}70%{clip-path:inset(25% 0 35% 0)}80%{clip-path:inset(20% 0 50% 0)}90%{clip-path:inset(10% 0 60% 0)}to{clip-path:inset(30% 0 40% 0)}}