<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding: 0;
  margin: 0;
}

canvas {
  vertical-align: top;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

#help {
  cursor: help;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: black;
  color: white;
  padding: 4px;
  font-family: sans-serif;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#help-content {
  font-family: monospace;
  font-size: 13px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 17px;
  white-space: pre;
  z-index: 10;
}

#help-content a {
  color: black;
}

#help-content a {
  color: black;
}
</pre></body></html>