.coming-soon-page {
  overflow: hidden;
  background: #09090a;
}

.coming-soon-page .app-shell {
  min-height: 100dvh;
  background: #09090a;
}

.coming-soon-page .app-shell > #main-content {
  position: relative;
  isolation: isolate;
  display: grid;
  width: 100%;
  max-width: none;
  height: calc(100dvh - var(--top-navigation-height, 84px));
  min-height: calc(100dvh - var(--top-navigation-height, 84px));
  margin: 0;
  padding: 0;
  place-items: center;
  overflow: hidden;
  background: #09090a;
}

.coming-soon-page .app-shell > #main-content::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: url("/static/web-v1/campaign-maps-stars-wide.49919cee.svg") center / 100% 100% no-repeat;
  content: "";
  opacity: 0.86;
}

.coming-soon-page .app-shell > #main-content h1 {
  margin: 0;
  color: #f3f1f1;
  font-family: Inter, "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 520;
  letter-spacing: 0.44em;
  line-height: 1;
  text-indent: 0.44em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .coming-soon-page .app-shell > #main-content {
    height: calc(100dvh - 64px);
    min-height: calc(100dvh - 64px);
  }

  .coming-soon-page .app-shell > #main-content h1 {
    font-size: 18px;
    letter-spacing: 0.32em;
    text-indent: 0.32em;
  }
}
