body { padding: 0; margin: 0 }
#unity-container { position: fixed; width: 100%; height: 100%; }
#unity-canvas { width: 100%; height: 100%; background: #231F20 }
#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 { margin-left: auto; margin-right: auto; width: 141px; height: 18px; margin-top: 10px; 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 }
#splash-screen {
  position: fixed;
  z-index: 1000;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
}
.splash-image {
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  aspect-ratio: 9/16;
  position: relative;
  background: url('totems-splash-screen-no-loader.png') center center no-repeat;
  background-size: cover;
  box-shadow: 0 0 32px #0008;
}
#splash-screen .splash-progress-bar {
  position: absolute;
  left: 25%;
  right: 25%;
  top: 10%;
  width: 50%;
  height: 5%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1100;
}
#splash-screen #unity-progress-bar-empty {
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
#splash-screen #unity-progress-bar-full {
  height: 100%;
}
