/* 1. Documento a tutta altezza */
html,
body,
#app {
  height: 100% !important;
}

/* 2. Canvas WebGL responsive */
#unity-container canvas,
canvas[id^="unity-canvas"] {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
}

/* 3. Nuova dichiarazione di #unity-container
      – stesso hash del bundle per massima specificità */
#unity-container[data-v-63e5b499] {
  position: fixed !important;
  inset: 0 !important;          /* top/right/bottom/left: 0 */
}
