/* Bottom-left Conway controls info */
#conway-info {
  position: fixed;
  bottom: 20px;
  left: 20px;

  color: white;
  font-family: monospace;
  font-size: 14px;

  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 8px;

  z-index: 9999;
  pointer-events: none;
}
