html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #1f332b;
  font-family: Arial, sans-serif;
}

#unity-container {
  position: fixed;
  inset: 0;
  background: #1f332b;
}

#unity-canvas {
  width: 100%;
  height: 100%;
  display: block;
  background: #1f332b;
  touch-action: none;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(520px, 80vw);
  transform: translate(-50%, -50%);
  color: #f4ecd6;
  text-align: center;
}

#unity-logo {
  margin-bottom: 18px;
  font-size: 36px;
  font-weight: 700;
}

#unity-progress-bar-empty {
  height: 16px;
  border: 2px solid #f4ecd6;
  background: rgba(0, 0, 0, 0.35);
}

#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background: #f4b52e;
}

#unity-hint {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.35;
}

#unity-warning {
  display: none;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 20px;
  padding: 12px;
  color: white;
  text-align: center;
}
