body { padding: 0; margin: 0; background: #1a1716 }
#unity-container { position: absolute }
#unity-container.unity-desktop { left: 50%; top: 50%; transform: translate(-50%, -50%) }
#unity-container.unity-mobile { position: fixed; width: 100%; height: 100% }
#unity-canvas { background: #231F20 }
.unity-mobile #unity-canvas { width: 100%; height: 100% }

#unity-loading-bar {
  position: fixed; left: 0; top: 0; width: 100%; height: 100%;
  display: none; flex-direction: column; align-items: center; justify-content: center;
  background: #1a1716; z-index: 10;
}
#unity-logo {
  width: 320px; max-width: 70vw; height: 220px;
  background: url('game-logo.png') no-repeat center; background-size: contain;
}
#unity-progress-bar-empty {
  width: 280px; max-width: 60vw; height: 10px; margin-top: 28px;
  background: #33302e; border-radius: 6px; overflow: hidden;
}
#unity-progress-bar-full {
  width: 0%; height: 100%;
  background: linear-gradient(90deg, #e8792c, #2fb6b0);
}
#unity-publisher-credit {
  margin-top: 26px; display: flex; align-items: center; gap: 8px;
  font-family: arial, sans-serif; font-size: 12px; letter-spacing: 0.06em;
  color: #8a8582; text-transform: uppercase;
}
#unity-publisher-credit img {
  height: 18px; filter: brightness(0) invert(1); opacity: 0.85;
}

#unity-footer { position: relative }
.unity-mobile #unity-footer { display: none }
#unity-logo-title-footer { display: none }
#unity-build-title { float: right; margin-right: 10px; line-height: 38px; font-family: arial; font-size: 18px; color: #cfcac6 }
#unity-fullscreen-button { cursor:pointer; float: right; width: 38px; height: 38px; background: url('fullscreen-button.png') no-repeat center }
#unity-warning { position: absolute; left: 50%; top: 5%; transform: translate(-50%); background: white; padding: 10px; display: none }
