/* M4.1 CONTROLLER CLEAN MODE
   Sensors stay active.
   Raw camera/GPS diagnostics are hidden from the player view.
*/

.gps-grid {
  display: none !important;
}

.gps-help {
  font-size: 12px;
}

.gps-help::after {
  content: " GPS draait op de achtergrond voor de operator.";
}

.camera-preview-wrap {
  min-height: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
  border: 0 !important;
  margin: 0 !important;
}

.camera-preview,
#cameraCanvas {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.camera-grid {
  display: none !important;
}

.camera-help {
  font-size: 12px;
}

.camera-help::after {
  content: " Front camera draait op de achtergrond voor operator input.";
}

.camera-panel,
.gps-panel {
  opacity: 0.96;
}

.camera-panel h2::after {
  content: " INPUT";
}

.gps-panel h2::after {
  content: " INPUT";
}
