* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  background: #020711;
  color: #f4fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.portal {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.portal-image {
  position: absolute;
  inset: 0;
  z-index: -4;
  background-image: url("assets/images/portal-desktop.webp");
  background-size: cover;
  background-position: center center;
  transform: scale(1.006);
  filter: saturate(1.07) contrast(1.04) brightness(.98);
}

.shade {
  position: absolute;
  inset: 0;
  z-index: -3;
  background:
    radial-gradient(ellipse at 50% 43%, rgba(2, 8, 18, .02), rgba(2, 8, 18, .16) 35%, rgba(2, 8, 18, .38) 100%),
    linear-gradient(180deg, rgba(2, 7, 17, .02), rgba(2, 7, 17, .14) 68%, rgba(2, 7, 17, .38));
}

.portal-copy {
  width: min(92vw, 980px);
  text-align: center;
  transform: translateY(-3svh);
  padding: 20px;
}

h1 {
  margin: 0;
  font-size: clamp(64px, 7.6vw, 136px);
  line-height: .9;
  letter-spacing: -.075em;
  font-weight: 720;
  color: #f3fbff;
  text-shadow:
    0 0 8px rgba(220, 249, 255, .52),
    0 0 30px rgba(54, 181, 255, .40),
    0 0 70px rgba(16, 108, 255, .22);
}

h1 span {
  background: linear-gradient(180deg, #d7fbff 0%, #58e3ff 42%, #1c80ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.tagline {
  margin: clamp(18px, 2vw, 27px) 0 0;
  color: rgba(222, 241, 255, .92);
  font-size: clamp(11px, .95vw, 15px);
  font-weight: 640;
  letter-spacing: .42em;
  text-shadow: 0 0 14px rgba(70, 184, 255, .20);
}

.coming-soon {
  width: min(76vw, 470px);
  margin: clamp(58px, 10vh, 96px) auto 0;
  padding: clamp(16px, 2.1vh, 22px) 26px;
  border: 1px solid rgba(103, 232, 249, .68);
  border-radius: 999px;
  background: rgba(3, 13, 31, .30);
  color: #edfaff;
  font-size: clamp(22px, 2.5vw, 38px);
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
  box-shadow:
    0 0 34px rgba(36, 168, 255, .25),
    inset 0 0 24px rgba(77, 205, 255, .08);
  text-shadow: 0 0 18px rgba(113, 226, 255, .36);
}

.message {
  margin: 26px auto 0;
  color: rgba(226, 241, 255, .88);
  font-size: clamp(14px, 1.25vw, 18px);
  letter-spacing: .14em;
}

.status {
  margin: 16px auto 0;
  max-width: 760px;
  color: rgba(165, 190, 214, .78);
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.6;
}

.domains {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(12px, 1.8vw, 24px);
  color: rgba(171, 224, 245, .55);
  font-size: clamp(9px, .68vw, 12px);
  letter-spacing: .32em;
}

.domains i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(103, 232, 249, .75);
  box-shadow: 0 0 10px rgba(103, 232, 249, .65);
}

footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  text-align: center;
  color: rgba(126, 150, 176, .78);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 860px) and (orientation: portrait) {
  .portal-image {
    background-image: url("assets/images/portal-mobile.webp");
    background-position: center center;
    transform: scale(1.004);
    filter: saturate(1.06) contrast(1.03) brightness(.94);
  }

  .shade {
    background:
      radial-gradient(ellipse at 50% 44%, rgba(2, 8, 18, .01), rgba(2, 8, 18, .12) 34%, rgba(2, 8, 18, .42) 100%),
      linear-gradient(180deg, rgba(2, 7, 17, .01), rgba(2, 7, 17, .10) 55%, rgba(2, 7, 17, .42));
  }

  .portal-copy {
    transform: translateY(-5svh);
  }

  h1 {
    font-size: clamp(50px, 16vw, 82px);
  }

  .tagline {
    font-size: clamp(8px, 2.2vw, 11px);
    letter-spacing: .25em;
  }

  .coming-soon {
    margin-top: clamp(50px, 11vh, 82px);
    width: min(84vw, 360px);
    font-size: clamp(18px, 6vw, 27px);
    letter-spacing: .18em;
  }

  .message {
    font-size: clamp(12px, 3.5vw, 15px);
    letter-spacing: .08em;
  }

  .domains {
    bottom: 88px;
    gap: 9px;
    font-size: 8px;
    letter-spacing: .16em;
  }

  footer {
    font-size: 10px;
  }
}

@media (max-width: 420px) {
  .coming-soon {
    width: 88vw;
    letter-spacing: .14em;
  }
}


/* v3 brighter polish — keep text readable but restore the original portal glow */
.portal-copy {
  text-shadow: 0 0 18px rgba(0, 0, 0, .38);
}

.coming-soon {
  background: rgba(3, 13, 31, .22);
  box-shadow:
    0 0 34px rgba(36, 168, 255, .34),
    inset 0 0 24px rgba(77, 205, 255, .10);
}

footer {
  background: rgba(2, 7, 17, .24);
  border-radius: 999px;
  padding: 7px 14px;
  width: fit-content;
  max-width: calc(100vw - 38px);
  margin-inline: auto;
}
