:root {
  color-scheme: light;
  --bg: #f8fbff;
  --ink: #1e2944;
  --muted: #74829e;
  --line: #deebf7;
  --blue: #4aa7ff;
  --blue-dark: #2676ef;
  --mint: #31cfaa;
  --pink: #ff7bb5;
  --gold: #ffbc3d;
  --violet: #8c79ff;
  --shadow: 0 24px 70px rgba(48, 110, 180, 0.18);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 10%, rgba(74, 167, 255, 0.22), transparent 24rem),
    radial-gradient(circle at 82% 18%, rgba(49, 207, 170, 0.18), transparent 24rem),
    radial-gradient(circle at 50% 92%, rgba(255, 123, 181, 0.13), transparent 28rem),
    linear-gradient(180deg, #ffffff 0%, var(--bg) 58%, #ffffff 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button { font: inherit; }
svg { display: block; }

.sparkles {
  position: fixed;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.sparkles span {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--blue);
  box-shadow: 0 0 0 8px rgba(74, 167, 255, 0.08);
  animation: drift 11s ease-in-out infinite;
}

.sparkles span:nth-child(1) { left: 8%; top: 26%; }
.sparkles span:nth-child(2) { left: 16%; top: 78%; animation-delay: -6s; background: var(--gold); }
.sparkles span:nth-child(3) { left: 80%; top: 22%; animation-delay: -3s; background: var(--pink); }
.sparkles span:nth-child(4) { left: 90%; top: 70%; animation-delay: -8s; background: var(--mint); }
.sparkles span:nth-child(5) { left: 48%; top: 12%; animation-delay: -5s; background: var(--violet); }
.sparkles span:nth-child(6) { left: 62%; top: 84%; animation-delay: -9s; background: var(--blue); }

.coming-soon {
  width: min(1120px, calc(100% - 2rem));
  min-height: 100vh;
  margin: 0 auto;
  padding: 1rem 0 3rem;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
}

.brand,
.small-discord,
.discord-button,
.copy-button {
  display: inline-flex;
  align-items: center;
}

.brand {
  gap: 0.7rem;
  font-size: 1.25rem;
  font-weight: 950;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: white;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--blue), var(--mint));
  box-shadow: 0 12px 28px rgba(38, 118, 239, 0.24);
}

.brand-mark svg {
  width: 24px;
  fill: currentColor;
}

.small-discord {
  gap: 0.45rem;
  min-height: 42px;
  padding: 0 0.95rem;
  color: var(--blue-dark);
  font-weight: 900;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 12px 28px rgba(48, 110, 180, 0.12);
}

.small-discord svg,
.discord-button svg {
  width: 21px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero {
  display: grid;
  justify-items: center;
  text-align: center;
  padding: 1.5rem 0 0;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 40px;
  padding: 0 0.85rem;
  color: var(--blue-dark);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 12px 30px rgba(48, 110, 180, 0.12);
}

.status-pill span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--mint);
  box-shadow: 0 0 0 7px rgba(49, 207, 170, 0.13);
  animation: pulse 1.8s ease-in-out infinite;
}

.construction-strip {
  display: flex;
  gap: 0.5rem;
  width: min(100%, 620px);
  margin-top: 1rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 188, 61, 0.5);
  border-radius: 18px;
  background: repeating-linear-gradient(135deg, rgba(255, 188, 61, 0.96) 0 18px, rgba(30, 41, 68, 0.96) 18px 36px);
  box-shadow: 0 16px 34px rgba(255, 188, 61, 0.16);
}

.construction-strip span {
  height: 10px;
  flex: 1;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.mascot-card {
  position: relative;
  display: grid;
  place-items: center;
  width: min(92vw, 430px);
  height: 310px;
  margin-top: 1.6rem;
}

.orbit {
  position: absolute;
  border: 1px dashed rgba(74, 167, 255, 0.34);
  border-radius: 999px;
  animation: spin 18s linear infinite;
}

.orbit-one { width: 360px; height: 230px; }
.orbit-two { width: 260px; height: 260px; animation-direction: reverse; animation-duration: 14s; }

.pet {
  position: relative;
  width: 190px;
  height: 190px;
  border-radius: 42% 42% 48% 48%;
  background: linear-gradient(145deg, #eef9ff, #9edbff);
  box-shadow: inset -18px -22px 0 rgba(38, 118, 239, 0.09), var(--shadow);
  animation: float 4.6s ease-in-out infinite;
}

.pet::before {
  content: "";
  position: absolute;
  left: 48px;
  top: -34px;
  width: 94px;
  height: 48px;
  z-index: 3;
  border-radius: 52px 52px 16px 16px;
  background: linear-gradient(180deg, #ffd86f 0 42%, #ffbc3d 42% 100%);
  box-shadow: inset 0 -7px 0 rgba(30, 41, 68, 0.09);
}

.pet::after {
  content: "";
  position: absolute;
  left: 72px;
  top: -47px;
  width: 46px;
  height: 26px;
  z-index: 4;
  border-radius: 20px 20px 6px 6px;
  background: #ffbc3d;
}

.face {
  position: absolute;
  inset: 45px 42px 34px;
  border-radius: 44% 44% 48% 48%;
  background:
    radial-gradient(circle at 34% 40%, #20304e 0 7px, transparent 8px),
    radial-gradient(circle at 66% 40%, #20304e 0 7px, transparent 8px),
    radial-gradient(circle at 50% 61%, #20304e 0 6px, transparent 7px),
    linear-gradient(145deg, #ffffff, #d8f2ff);
}

.ear,
.wing {
  position: absolute;
  display: block;
}

.ear {
  top: -11px;
  width: 70px;
  height: 76px;
  background: linear-gradient(135deg, #cff0ff, #80caff);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}

.ear.left { left: 18px; transform: rotate(-18deg); }
.ear.right { right: 18px; transform: rotate(18deg); }

.wing {
  top: 78px;
  width: 70px;
  height: 88px;
  z-index: -1;
  background: linear-gradient(135deg, rgba(140, 121, 255, 0.88), rgba(74, 167, 255, 0.86));
  border-radius: 60% 20% 60% 20%;
}

.wing.left { left: -38px; transform: rotate(-22deg); }
.wing.right { right: -38px; transform: scaleX(-1) rotate(-22deg); }

.mini-card {
  position: absolute;
  min-height: 48px;
  padding: 0.85rem 1rem;
  color: var(--ink);
  font-weight: 950;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 14px 34px rgba(48, 110, 180, 0.14);
  backdrop-filter: blur(12px);
}

.mini-card.top { top: 40px; right: 10px; animation: bob 3.7s ease-in-out infinite; }
.mini-card.bottom { left: 0; bottom: 46px; animation: bob 3.7s ease-in-out -1.3s infinite; }

.cone {
  position: absolute;
  bottom: 28px;
  width: 58px;
  height: 78px;
  background:
    linear-gradient(180deg, transparent 0 13%, #ffffff 13% 24%, transparent 24% 43%, #ffffff 43% 55%, transparent 55%),
    linear-gradient(135deg, #ff9b2e, #ffbc3d);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  filter: drop-shadow(0 12px 16px rgba(48, 110, 180, 0.16));
  animation: bob 4s ease-in-out infinite;
}

.cone::after {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -8px;
  height: 12px;
  border-radius: 999px;
  background: #ff9b2e;
}

.cone-left { left: 38px; transform: rotate(-8deg); }
.cone-right { right: 46px; transform: rotate(8deg); animation-delay: -1.2s; }

h1 {
  max-width: 100%;
  margin: 0.15rem 0 0;
  font-size: clamp(3.1rem, 8.5vw, 7rem);
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
}

p {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 2vw, 1.18rem);
  line-height: 1.7;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.discord-button,
.copy-button {
  justify-content: center;
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  font-weight: 950;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.discord-button {
  gap: 0.55rem;
  padding: 0 1.25rem;
  color: white;
  background: linear-gradient(135deg, #6675ff, var(--blue-dark));
  box-shadow: 0 16px 34px rgba(38, 118, 239, 0.26);
}

.copy-button {
  padding: 0 1.15rem;
  color: var(--blue-dark);
  background: white;
  box-shadow: 0 12px 28px rgba(48, 110, 180, 0.13);
}

.discord-button:hover,
.copy-button:hover {
  transform: translateY(-2px);
}

.notice {
  min-height: 22px;
  margin-top: 0.8rem;
  color: var(--mint);
  font-weight: 900;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.notice.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0) scale(1); opacity: 0.5; }
  50% { transform: translate3d(22px, -30px, 0) scale(1.35); opacity: 1; }
}

@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.25); opacity: 1; }
}

@keyframes spin { to { transform: rotate(360deg); } }

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(-1deg); }
  50% { transform: translateY(-14px) rotate(1deg); }
}

@keyframes bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-9px); }
}

@media (max-width: 620px) {
  .coming-soon { width: min(100% - 1rem, 1120px); }

  .small-discord {
    width: 44px;
    padding: 0;
    justify-content: center;
    font-size: 0;
  }

  .mascot-card { height: 280px; }
  .orbit-one { width: 300px; height: 205px; }
  .orbit-two { width: 230px; height: 230px; }

  .pet { width: 160px; height: 160px; }
  .pet::before { left: 39px; top: -30px; width: 82px; height: 42px; }
  .pet::after { left: 58px; top: -42px; width: 44px; height: 24px; }
  .face { inset: 37px 35px 28px; }
  .cone { width: 48px; height: 66px; bottom: 26px; }

  .mini-card { font-size: 0.84rem; }
  .mini-card.top { top: 30px; right: 0; }
  .mini-card.bottom { bottom: 40px; }

  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }

  .actions { width: 100%; }
  .discord-button,
  .copy-button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }
}
