html, body {
  background: initial;
  color: initial;
  max-width: initial;
  margin: 0;
  padding: 0;
  font-family: Arial;
  font-size: 14px;
}

body, main {
  margin: 0;
  padding: 0;
}

.hint {
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
  display: flex;
}

.hint svg {
  width: 17px;
  height: 17px;
}

.hint svg path {
  fill: #fff;
}

canvas {
  cursor: none;
  position: fixed;
  top: 0;
  left: 0;
}

canvas.filtered {
  filter: blur(9px) brightness(3) contrast(15);
  background: #ffffff4d;
}

.controls {
  z-index: 100;
  color: #fff;
  background: #00000080;
  border-radius: 5px;
  padding: 10px;
  position: fixed;
  top: 0;
  right: 0;
}

.controls a {
  color: #fff;
  text-decoration: underline;
}

.controls label {
  margin-bottom: 5px;
  display: block;
}

.controls .status {
  margin-top: 10px;
}

.cursor-circle {
  will-change: transform;
  z-index: 100;
  pointer-events: none;
  border: 1px solid #74747467;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
}

.info {
  will-change: transform;
  z-index: 100;
  pointer-events: none;
  color: #fff;
  background-color: #00000080;
  border-radius: 5px;
  margin-left: 70px;
  padding: 10px;
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
}

input {
  margin-bottom: 0;
  padding: 0;
}

/*# sourceMappingURL=index.75b0fc47.css.map */
