body { padding: 0; margin: 0; background: #050403 url('Welcome-to-GIVN-World-1024x683.png?v=2') center / cover no-repeat fixed }
#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: #050403 url('Welcome-to-GIVN-World-1024x683.png?v=2') center / cover no-repeat }
.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: 190px; height: 190px; background: url('givn-logo.png?v=2') no-repeat center; background-size: contain }
#unity-progress-bar-empty { width: 141px; height: 18px; margin-top: 10px; margin-left: auto; margin-right: auto; 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 }

#givn-start-button {
  animation: givn-button-pulse 1.15s ease-in-out infinite;
  box-shadow: 0 0 10px rgba(68, 221, 255, .45), inset 0 0 10px rgba(68, 221, 255, .18);
}
#givn-start-button:hover {
  animation-duration: .65s;
  background: rgba(72, 226, 255, .12) !important;
}
@keyframes givn-button-pulse {
  0%, 100% { box-shadow: 0 0 7px rgba(68, 221, 255, .35), inset 0 0 5px rgba(68, 221, 255, .12); }
  50% { box-shadow: 0 0 25px rgba(68, 221, 255, .95), inset 0 0 20px rgba(68, 221, 255, .35); }
}

#givn-loading-status {
  display: none;
  position: absolute;
  left: 50%;
  top: 24%;
  transform: translateX(-50%);
  z-index: 3;
  color: #fff;
  font: 800 clamp(20px, 2.2vw, 34px) Arial, sans-serif;
  letter-spacing: .18em;
  white-space: nowrap;
  text-shadow: 0 0 8px #23cfff, 0 0 18px #23cfff, 0 2px 3px #000;
  animation: givn-loading-blink .8s ease-in-out infinite;
}
#unity-loading-bar.is-loading #givn-loading-status { display: block; }
@keyframes givn-loading-blink { 50% { opacity: .42; } }

#unity-loading-bar.is-loading #unity-progress-bar-empty {
  display: block;
  position: absolute;
  left: 50%;
  top: 58%;
  transform: translate(-50%, -50%);
  width: 82%;
  height: 24px;
  margin: 0;
  overflow: hidden;
  border: 2px solid #d8f8ff;
  border-radius: 12px;
  background: rgba(1, 17, 28, .82);
  box-shadow: 0 0 14px rgba(35, 207, 255, .85);
}
#unity-loading-bar.is-loading #unity-progress-bar-full {
  height: 100%;
  margin: 0;
  border-radius: 9px;
  background: linear-gradient(90deg, #087eaa, #42ddff, #fff);
  box-shadow: 0 0 12px #42ddff;
}
