/* simple hint badge */
#hint {
  position: fixed;
  bottom: 12px;
  left: 12px;
  z-index: 10;
  background: rgba(20, 20, 20, 0.6);
  color: #eee;
  font: 12px/1.4 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  padding: 6px 8px;
  border-radius: 10px;
}
a-scene {
  outline: none;
}

/* Hide A-Frame loading screen */
.a-loader-title,
.a-loader {
  display: none !important;
}

/* Alternative: Hide the entire loading overlay */
#aframeInspectorContainer .a-loader-title,
#aframeInspectorContainer .a-loader {
  display: none !important;
}
