/* ══════════════════════════════════════════
   Unity Container & System Styles
   (Splash overlay styles are in main.css)
   ══════════════════════════════════════════ */
#unity-container {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

#unity-canvas {
  background: #231F20;
  width: 100%;
  height: 100%;
  display: block;
}

#unity-footer {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

#unity-fullscreen-button {
  background: url('fullScreen.png') no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
  cursor: pointer;
  opacity: 0.3;
  transition: opacity 0.25s;
}

#unity-fullscreen-button:hover {
  opacity: 0.75;
}

/* ── Error Display ── */
#hisplayer-error {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  color: #ff6b6b;
  font-size: 13px;
  padding: 8px 12px;
}
