.cpu-blink {
  animation: cpuBlink 0.6s ease-in-out 2;
}

@keyframes cpuBlink {
  0%, 100% { background: transparent; }
  50% { background: #000; color: #fff; }
}
