html,
body {
  background-color: #071228;
  background-image: none;
}

.world-bg {
  display: none !important;
  background: none !important;
}

.spectrum-line {
  background: linear-gradient(90deg, #18e9ee 0%, #18e9ee 34%, #f4f7fb 50%, #ff2fa9 66%, #ff2fa9 100%);
}

.hero h1 > span {
  letter-spacing: .075em;
}

.construction-screen {
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 32px 20px;
  color: #f6fbff;
  background: #071228;
}

.construction-content {
  display: grid;
  width: min(680px, 100%);
  justify-items: center;
  gap: 24px;
  text-align: center;
}

.construction-content img {
  width: min(360px, 82vw);
  height: auto;
}

.construction-content h1 {
  margin: 0;
  font-size: clamp(2.4rem, 8vw, 5.8rem);
  line-height: .9;
  letter-spacing: .025em;
  text-transform: uppercase;
}

.construction-content p {
  margin: 0;
  color: #b8c9dc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.construction-action,
.construction-content button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  border: 0;
  padding: 0 24px;
  color: #071228;
  background: #18e9ee;
  font: 900 .82rem "Tektur", "Arial Narrow", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.construction-flash {
  width: min(560px, 100%);
  border: 1px solid #ff2fa9;
  padding: 12px 16px;
  color: #f6fbff;
  background: #101a36;
  font-family: Arial, Helvetica, sans-serif;
}

.construction-account {
  display: grid;
  justify-items: center;
  gap: 12px;
}

.construction-account small {
  color: #b8c9dc;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
