html.robot-arm-cursor-active,
html.robot-arm-cursor-active body,
html.robot-arm-cursor-active a,
html.robot-arm-cursor-active button,
html.robot-arm-cursor-active .btn,
html.robot-arm-cursor-active label,
html.robot-arm-cursor-active input,
html.robot-arm-cursor-active textarea,
html.robot-arm-cursor-active select,
html.robot-arm-cursor-active summary,
html.robot-arm-cursor-active [role="button"] {
  cursor: none !important;
}

#robot-arm-cursor {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

@media (pointer: coarse), (prefers-reduced-motion: reduce) {
  #robot-arm-cursor {
    display: none !important;
  }

  html.robot-arm-cursor-active,
  html.robot-arm-cursor-active body,
  html.robot-arm-cursor-active a,
  html.robot-arm-cursor-active button,
  html.robot-arm-cursor-active .btn,
  html.robot-arm-cursor-active label,
  html.robot-arm-cursor-active input,
  html.robot-arm-cursor-active textarea,
  html.robot-arm-cursor-active select,
  html.robot-arm-cursor-active summary,
  html.robot-arm-cursor-active [role="button"] {
    cursor: auto !important;
  }
}
