:root {
  --navy: #071d44;
  --navy-deep: #03112b;
  --blue: #0a83f5;
  --cyan: #18cbe9;
  --green: #48c832;
  --gold: #f4c65d;
  --gold-light: #ffe7a6;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html, body { width: 100%; min-height: 100%; margin: 0; overflow-x: hidden; }
body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: var(--navy-deep);
  color: var(--white);
  -webkit-font-smoothing: antialiased;
}

.coming-soon {
  position: relative;
  min-height: 100svh;
  display: grid;
  place-items: center;
  isolation: isolate;
  overflow: hidden;
  padding: 42px 20px 92px;
  background:
    radial-gradient(circle at 20% 20%, rgba(24,203,233,.15), transparent 30%),
    radial-gradient(circle at 82% 78%, rgba(72,200,50,.12), transparent 28%),
    radial-gradient(circle at 80% 20%, rgba(244,198,93,.11), transparent 24%),
    linear-gradient(140deg, #03112b 0%, #08295d 50%, #041733 100%);
}

.coming-soon::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to bottom, rgba(0,0,0,.7), transparent 88%);
}

#networkCanvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .42;
  pointer-events: none;
}

.glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(50px);
  opacity: .23;
  z-index: -1;
  pointer-events: none;
}
.glow-one { width: 340px; height: 340px; left: -130px; top: 12%; background: var(--cyan); }
.glow-two { width: 300px; height: 300px; right: -120px; top: 20%; background: var(--gold); }
.glow-three { width: 330px; height: 330px; right: 8%; bottom: -150px; background: var(--green); }

.content-wrap {
  width: min(820px, 100%);
  text-align: center;
  position: relative;
  z-index: 2;
}

.logo-wrap {
  width: clamp(170px, 24vw, 250px);
  margin: 0 auto 22px;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,.32));
}
.brand-logo { width: 100%; height: auto; display: block; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2.3px;
  text-transform: uppercase;
  color: var(--gold);
}
.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold));
}
.eyebrow::after { transform: scaleX(-1); }

h1 {
  margin: 0;
  font-size: clamp(56px, 10vw, 116px);
  line-height: .92;
  letter-spacing: -4px;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 12px 45px rgba(0,0,0,.18);
}
h1 span {
  background: linear-gradient(95deg, var(--cyan), #7ce65b 48%, var(--gold) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 680px;
  margin: 26px auto 0;
  font-size: clamp(15px, 2vw, 18px);
  line-height: 1.75;
  color: rgba(255,255,255,.74);
}

.status-card {
  width: min(590px, 100%);
  margin: 34px auto 0;
  padding: 18px 20px 16px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 20px;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
}
.status-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  font-size: 14px;
}
.pulse-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 0 rgba(72,200,50,.55);
  animation: pulse 1.8s infinite;
}
.progress-track {
  height: 7px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.09);
}
.progress-fill {
  display: block;
  width: 72%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--blue), var(--cyan), var(--green), var(--gold));
  box-shadow: 0 0 22px rgba(24,203,233,.35);
  animation: shimmer 2.4s ease-in-out infinite alternate;
}
.status-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: rgba(255,255,255,.48);
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.brand-values {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 31px;
  color: rgba(255,255,255,.58);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.brand-values i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--gold);
}

.page-footer {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 22px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  text-align: center;
  color: rgba(255,255,255,.34);
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.page-footer span { color: rgba(255,255,255,.52); font-weight: 800; }

.reveal-item {
  opacity: 0;
  transform: translateY(18px);
  animation: reveal .75s cubic-bezier(.2,.8,.2,1) forwards;
}
.reveal-item:nth-child(1) { animation-delay: .08s; }
.reveal-item:nth-child(2) { animation-delay: .18s; }
.reveal-item:nth-child(3) { animation-delay: .28s; }
.reveal-item:nth-child(4) { animation-delay: .38s; }
.reveal-item:nth-child(5) { animation-delay: .48s; }
.reveal-item:nth-child(6) { animation-delay: .58s; }

@keyframes reveal { to { opacity: 1; transform: translateY(0); } }
@keyframes pulse {
  70% { box-shadow: 0 0 0 10px rgba(72,200,50,0); }
  100% { box-shadow: 0 0 0 0 rgba(72,200,50,0); }
}
@keyframes shimmer {
  from { filter: brightness(.94); transform: scaleX(.985); transform-origin: left; }
  to { filter: brightness(1.16); transform: scaleX(1); transform-origin: left; }
}

@media (max-width: 600px) {
  .coming-soon { padding: 30px 16px 84px; }
  .logo-wrap { width: 165px; margin-bottom: 20px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.6px; gap: 8px; }
  .eyebrow::before, .eyebrow::after { width: 20px; }
  h1 { font-size: clamp(52px, 18vw, 76px); letter-spacing: -2.8px; }
  .lead { margin-top: 21px; font-size: 14px; line-height: 1.7; }
  .status-card { margin-top: 27px; padding: 16px 14px 14px; border-radius: 17px; }
  .status-head { font-size: 12px; }
  .status-foot { font-size: 8px; gap: 8px; }
  .brand-values { margin-top: 25px; gap: 8px; font-size: 9px; letter-spacing: 1px; }
  .page-footer { bottom: 16px; font-size: 8px; }
}

@media (max-width: 360px) {
  .brand-values i { display: none; }
  .brand-values { max-width: 270px; margin-left: auto; margin-right: auto; }
  .status-foot { flex-direction: column; align-items: center; gap: 3px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-item { opacity: 1; transform: none; }
}
