/* Minimal WebGL template styles (custom, not Unity default) */

#unity-container {
  text-align: center;
}

#unity-loading-bar {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(420px, 70vw);
  max-width: 70vw;
  pointer-events: none;
}

#unity-logo {
  width: 100%;
  height: 64px;
  margin-bottom: 12px;
}

#unity-progress-bar-empty {
  width: 100%;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  overflow: hidden;
}

#unity-progress-bar-full {
  width: 0%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
}

#unity-warning {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
}

#unity-footer {
  display: none;
}
