.pulse{background:red;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;transform:scale(1);box-shadow:0 0 red}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #ff0000b3}70%{transform:scale(1);box-shadow:0 0 0 15px #0000}to{transform:scale(.95);box-shadow:0 0 red}}@keyframes icon-glitch{0%,to{filter:none;opacity:1;transform:translate(0)scale(1)}15%{opacity:0}20%{filter:hue-rotate(-90deg);opacity:1;transform:translate(-3px,2px)scale(1.02)}45%{opacity:0}50%{filter:hue-rotate(90deg);opacity:1;transform:translate(3px,-2px)scale(.98)}65%{opacity:0}70%{filter:hue-rotate(-45deg);opacity:1;transform:translate(-2px,-3px)scale(1.01)}85%{opacity:0}90%{filter:hue-rotate(45deg);opacity:1;transform:translate(2px,3px)scale(.99)}}.group:hover .icon-glitch,.icon-glitch:hover{animation:.35s ease-in-out icon-glitch}
