@media (pointer: coarse) {
  html.robicat-touch-look-enabled canvas {
    touch-action: none;
  }

  [data-robicat-legacy-camera-stick] {
    display: none !important;
  }

  html.robicat-touch-look-enabled .robicat-controls-hint {
    display: none !important;
  }

  html.robicat-touch-look-enabled[data-robicat-touch-looking="true"] canvas {
    cursor: grabbing;
  }
}

html.robicat-force-mobile [data-robicat-mobile-controls] {
  display: flex !important;
}

html.robicat-force-mobile [data-robicat-legacy-camera-stick],
html.robicat-force-mobile .robicat-controls-hint {
  display: none !important;
}

html.robicat-force-mobile canvas {
  cursor: grab;
  touch-action: none;
}

html.robicat-force-mobile[data-robicat-touch-looking="true"] canvas {
  cursor: grabbing;
}

/* Narrow desktop windows still use keyboard and mouse. */
html.robicat-desktop-input [data-robicat-mobile-controls] { display: none !important; }
