body { padding: 0; margin: 0; background: #000000; overflow: hidden; }
#unity-container { position: fixed; width: 100vw; height: 100vh; top: 0; left: 0; display: flex; align-items: center; justify-content: center; background: #000000; overflow: hidden; }
#unity-canvas, #unity-container.unity-desktop #unity-canvas, #unity-container.unity-mobile #unity-canvas, .unity-mobile #unity-canvas { width: min(100vw, calc(100vh * (16 / 9))) !important; height: min(100vh, calc(100vw * (9 / 16))) !important; max-width: 100vw !important; max-height: 100vh !important; aspect-ratio: 16 / 9; display: block; margin: auto; background: #12141c; }
#unity-loading-bar { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: none }
#unity-logo { display: none !important; width: 0; height: 0; }
#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-footer { display: none }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }

