.flashing{display:inline-block;font-weight:700;transform-origin:center center;backface-visibility:hidden;will-change:transform,opacity;animation:flash-scale 1.9s ease-in-out infinite,flash-blink 1.9s ease-in-out infinite,flash-glow 1.9s ease-in-out infinite}@keyframes flash-scale{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes flash-blink{0%,7%,100%{opacity:1}3.5%{opacity:.5}}@keyframes flash-glow{0%,100%{text-shadow:0 0 0 currentColor}50%{text-shadow:0 0 8px currentColor}}@media (prefers-reduced-motion:reduce){.flashing{animation:none!important;text-decoration:underline}}