/* ═══════════════════════════════════════════
   Base layout
   ═══════════════════════════════════════════ */

body {
  margin: 0;
  overflow: hidden;
}

#scene-container {
  position: relative;
  width: 100%;
  height: 100vh;
}

#ui-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 9999;
}

a-scene {
  z-index: 1;
}

/* Hide A-Frame default UI buttons */
[aframe-injected] {
  display: none !important;
}
