html, body { width: 100%; height: 100%; padding: 0; margin: 0; overflow: hidden; background: #24100b; overscroll-behavior: none; touch-action: none }
#unity-container, #unity-container.unity-desktop, #unity-container.unity-mobile {
  position: fixed;
  inset: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
  width: min(100vw, calc(100dvh * 9 / 16));
  height: min(100dvh, calc(100vw * 16 / 9));
  margin: auto;
  transform: none;
  background: #98afb8;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.45);
}
#unity-canvas, .unity-mobile #unity-canvas { display: block; width: 100%; height: 100%; background: #98afb8; touch-action: none }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 154px; height: 130px; background: url('unity-logo-dark.png') no-repeat center }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: 6.5px; background: url('progress-bar-empty-dark.png') no-repeat center }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
