@font-face {
  font-family: "Sora-Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("Fonts/Sora-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans-Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("Fonts/WorkSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Work Sans-SemiBold";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("Fonts/WorkSans-SemiBold.woff2") format("woff2");
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #0f1315;
}

#unity-container {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#unity-canvas {
  background: #0f1315;
}

#unity-canvas.unity-mobile {
  width: 100%;
  height: 100%;
}

#loading-screen {
  position: fixed;
  inset: 0;
  z-index: 10000;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0f1315;
  opacity: 1;
  transition: opacity 0.4s ease;
}

#loading-screen.loading-screen--hidden {
  opacity: 0;
  pointer-events: none;
}

.stage {
  position: relative;
  flex: 0 0 auto;
  width: 1320px;
  height: 2868px;
  transform-origin: center center;
}

.spray {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1320px;
  height: auto;
}

.emblem {
  position: absolute;
  top: 329px;
  left: 359px;
  width: 185.263px;
  height: 271.21px;
}

.mind-studios {
  position: absolute;
  top: 347.74px;
  left: 593px;
  width: 368px;
  margin: 0;
  font-family: "Work Sans-Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 83.7082px;
  line-height: 79.5px;
  letter-spacing: 0.84px;
  text-transform: uppercase;
  color: #ffffff;
}

.games {
  position: absolute;
  top: 515.95px;
  left: 592.01px;
  width: 176.23px;
  height: 61.1168px;
}

.progress-bar {
  position: absolute;
  top: 2247px;
  left: 219px;
  width: 882px;
  height: 119px;
}

.progress-track-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 882px;
  height: 26px;
  border-radius: 15px;
  overflow: hidden;
}

.track {
  position: absolute;
  top: 0;
  left: 0;
  width: 882px;
  height: 26px;
  border-radius: 15px;
  background-color: #182c4f;
}

.fill-blur,
.fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 26px;
  border-radius: 15px;
  background-image: linear-gradient(90deg, #0579f8 0%, #23a7fd 50%, #5ad8fe 75%);
  transition: width 0.6s ease-out;
}

.fill {
  overflow: hidden;
}

.fill-blur {
  background-image: linear-gradient(90deg, #0579f8 0%, #23a7fd 50%, #5af9fe 75%);
  opacity: 0.72;
  filter: blur(7.2px);
}

.fill-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 716.625px;
  height: 26px;
}

.loading-text {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(calc(-50% + 13.5px));
  margin: 0;
  font-family: "Sora-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 42px;
  line-height: 53px;
  letter-spacing: -0.84px;
  color: #15b4ff;
  white-space: nowrap;
}

.ms-logo {
  position: absolute;
  top: 2625px;
  left: 50%;
  transform: translateX(-50%);
  width: 660px;
  height: 160px;
}

.tap-to-start {
  position: absolute;
  top: 2262px;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  font-family: "Work Sans-SemiBold", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 68px;
  letter-spacing: -1.36px;
  color: #27a7ff;
  text-shadow: 0px 15.94px 91.24px rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  cursor: pointer;
  animation: tap-to-start-pulse 1.6s ease-in-out infinite;
}

.tap-to-start[hidden] {
  display: none;
}

.tap-to-start:focus-visible {
  outline: 2px solid #5ad8fe;
  outline-offset: 12px;
}

@keyframes tap-to-start-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tap-to-start {
    animation: none;
  }
}
