/* RESET */
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
}

/* UNITY CANVAS */
#unity-container {
  position: fixed;
  inset: 0;
}

#unity-canvas {
  width: 100%;
  height: 100%;
  background: #ffffff;
}

/* ===== CUSTOM LOADER ===== */
#custom-loader {
  position: fixed;
  inset: 0;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#custom-loading-bar {
  text-align: center;
}

#customLogo {
  width: 400px;
  max-width: 80vw;
  height: auto;
}

#unity-loading-text {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
}

/* WARNING BANNER */
#unity-warning {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 10px;
  display: none;
}
