body { padding: 0; margin: 0 }
#unity-container { width: 100dvw; height: 100dvh; }
/* #unity-container { position: fixed; width: 100%; height: 100%; } */
#unity-canvas { width: 100%; height: 100%; background: url('Loader_BG_SE360.png') no-repeat center; background-size: cover; }
/* #unity-canvas { width: 100%; height: 100%; background: #231F20 } */
#unity-loading-bar { position: absolute; left: 50%; top: 20%; transform: translate(-50%, -50%); display: none }
#unity-logo { width: 255px; height: 80px; background: url('Loader_Logo_SE360_White.png') no-repeat center; margin-top: 70%; margin-bottom: 70%; background-size: contain; }
#unity-progress-bar-empty { margin-left: auto; margin-right: auto; width: 200px; height: 18px; margin-top: 10px; background: url('progress-bar-empty-dark.png') no-repeat center; background-size: 100% 100%; }
#unity-progress-bar-full { width: 0%; height: 18px; margin-top: 10px; background: url('progress-bar-full-dark copy.png') no-repeat center; background-size: 100% 100%; }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
