html[data-aipply-host-mode="public"] {
  background:
    radial-gradient(circle at 18% 18%, rgba(45, 212, 191, 0.2), transparent 28%),
    radial-gradient(circle at 82% 16%, rgba(99, 102, 241, 0.12), transparent 26%),
    linear-gradient(160deg, #07111f 0%, #0d1b2d 54%, #091523 100%);
}

html[data-aipply-host-mode="public"] body {
  min-height: 100vh;
  overflow-x: hidden;
  background: transparent;
}

html[data-aipply-host-mode="public"] #auth-screen,
html[data-aipply-host-mode="public"] #app,
html[data-aipply-host-mode="public"] #mobile-nav {
  display: none !important;
}

#public-coming-soon-root {
  display: none;
}

html[data-aipply-host-mode="public"] #public-coming-soon-root {
  display: block;
}

.coming-soon-root {
  min-height: 100vh;
  color: #e2e8f0;
}

.coming-soon-shell {
  min-height: 100vh;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
  display: grid;
  place-items: center;
  gap: 18px;
  padding: 32px 0;
}

.coming-soon-brand-row {
  width: min(100%, 980px);
  display: flex;
  justify-content: flex-start;
}

.coming-soon-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  width: min(100%, 980px);
  min-height: min(78vh, 760px);
  padding: clamp(28px, 4.5vw, 42px);
  border-radius: 40px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background:
    linear-gradient(180deg, rgba(9, 18, 36, 0.96), rgba(11, 22, 40, 0.88)),
    linear-gradient(135deg, rgba(45, 212, 191, 0.1), rgba(99, 102, 241, 0.06));
  box-shadow:
    0 34px 90px rgba(2, 6, 23, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.coming-soon-frame::before,
.coming-soon-frame::after {
  content: "";
  position: absolute;
  inset: auto;
  pointer-events: none;
}

.coming-soon-frame::before {
  top: -72px;
  right: -88px;
  width: 320px;
  height: 320px;
  border-radius: 999px;
  background:
    radial-gradient(circle, rgba(45, 212, 191, 0.28) 0%, rgba(45, 212, 191, 0.08) 34%, transparent 72%);
  filter: blur(8px);
  opacity: 0.95;
  z-index: -2;
}

.coming-soon-frame::after {
  left: 32px;
  right: 32px;
  bottom: 28px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(148, 163, 184, 0.34), transparent);
  opacity: 0.65;
  z-index: -1;
}

.coming-soon-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
  padding: 12px 16px 12px 12px;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  background: rgba(10, 18, 33, 0.62);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.coming-soon-mark {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: linear-gradient(145deg, #0d9488, #14b8a6);
  color: #f8fafc;
  font: 800 22px/1 "Outfit", sans-serif;
  box-shadow: 0 14px 32px rgba(13, 148, 136, 0.3);
}

.coming-soon-wordmark {
  color: #f8fafc;
  font: 800 clamp(1.6rem, 3vw, 2.2rem) / 1 "Outfit", sans-serif;
  letter-spacing: -0.05em;
}

.coming-soon-stage {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(28px, 4.5vw, 42px);
}

.coming-soon-title {
  margin: 0;
  max-width: 9.6ch;
  color: #f8fafc;
  display: grid;
  gap: clamp(8px, 1.6vw, 16px);
  justify-items: center;
  text-align: center;
  font: 800 clamp(2.5rem, 5.1vw, 5.35rem) / 0.98 "Outfit", sans-serif;
  letter-spacing: -0.075em;
  text-wrap: pretty;
}

.coming-soon-line {
  display: block;
  max-width: 100%;
}

.coming-soon-line-accent {
  background: linear-gradient(135deg, #f8fafc 0%, #f8fafc 36%, #7dd3fc 72%, #5eead4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: none;
}

@media (max-width: 640px) {
  .coming-soon-shell {
    width: min(100% - 20px, 1200px);
    padding: 20px 0;
    gap: 14px;
  }

  .coming-soon-frame {
    min-height: min(72vh, 640px);
    padding: 22px 18px;
    border-radius: 28px;
  }

  .coming-soon-frame::after {
    left: 18px;
    right: 18px;
    bottom: 18px;
  }

  .coming-soon-brand {
    gap: 12px;
    padding-right: 14px;
  }

  .coming-soon-mark {
    width: 44px;
    height: 44px;
  }

  .coming-soon-stage {
    padding: 22px 18px;
  }

  .coming-soon-title {
    max-width: 8.6ch;
    font-size: clamp(2.2rem, 10vw, 3.8rem);
  }
}
