body { padding: 0; margin: 0; background: #000 }
#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: 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 }

/* === Side Banners === */

.game-side-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0 auto;
  gap: 0;
}

.unity-desktop .game-side-container #unity-canvas {
  flex-shrink: 0;
}

.side-vertical-banner {
  position: relative;
  text-align: center;
  width: 289px;
  height: 100%;
  opacity: 1;
  flex-shrink: 0;
}

.banner-left {
  background: #14121b;
}

.banner-right {
  background: #14121b;
}

@media (max-width: 768px) {
  .side-vertical-banner {
    display: none;
  }
}

.banner-left-frame {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  z-index: 2;
}

.banner-left-title-text {
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  color: white;
  margin: 0;
}

.braah-one-regular-title {
  font-family: "Bitter", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  text-align: center;
  color: white;
  margin: 0;
  width: 164px;
}

.braah-one-regular-desc {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: white;
  white-space: nowrap;
  margin: 0;
  margin-top: 20px;
}

.braah-one-regular-desc a {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: white;
  text-decoration: underline;
}

.powered-by-section {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  padding: 16px 0;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
