:root {
  color-scheme: dark;
  --ink: #f5f8f4;
  --muted: #a9b8b7;
  --mint: #85e0bd;
  --cyan: #77cbd7;
  --night: #08131d;
  --line: rgba(198, 237, 224, 0.14);
}

* {
  box-sizing: border-box;
}
html {
  min-width: 320px;
  min-height: 100%;
  background: var(--night);
}
body {
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 68% 42%, rgba(28, 78, 81, 0.38), transparent 35rem),
    linear-gradient(145deg, #07131d 0%, #0b1d27 48%, #0a1720 100%);
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}
body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  content: "";
  opacity: 0.24;
  background-image:
    linear-gradient(var(--line) 1px, transparent 1px),
    linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}
.aurora {
  position: fixed;
  z-index: -1;
  width: 38rem;
  height: 38rem;
  border-radius: 50%;
  opacity: 0.19;
  filter: blur(110px);
  animation: drift 14s ease-in-out infinite alternate;
}
.aurora-one {
  top: -18rem;
  right: -8rem;
  background: #4de1ba;
}
.aurora-two {
  bottom: -24rem;
  left: -8rem;
  background: #339ac7;
  animation-delay: -6s;
}
.shell {
  display: flex;
  width: min(1180px, calc(100% - 48px));
  min-height: 100vh;
  margin: 0 auto;
  flex-direction: column;
}
.nav,
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav {
  padding: 32px 0;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 720;
  letter-spacing: -0.03em;
  text-decoration: none;
}
.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid rgba(133, 224, 189, 0.5);
  border-radius: 11px;
  color: #07151b;
  background: linear-gradient(135deg, var(--mint), var(--cyan));
  box-shadow: 0 10px 35px rgba(83, 208, 180, 0.22);
  font-family: Georgia, serif;
  font-size: 1.42rem;
  font-style: italic;
}
.beta-entry {
  padding: 10px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #dce7e4;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.86rem;
  text-decoration: none;
  transition:
    border-color 180ms ease,
    background 180ms ease,
    transform 180ms ease;
}
.beta-entry:hover,
.beta-entry:focus-visible {
  border-color: rgba(133, 224, 189, 0.52);
  background: rgba(133, 224, 189, 0.08);
  transform: translateY(-2px);
}
.hero {
  display: grid;
  flex: 1;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 60px;
  padding: 56px 0 84px;
}
.copy {
  max-width: 680px;
}
.eyebrow {
  display: inline-flex;
  margin: 0 0 22px;
  align-items: center;
  gap: 9px;
  color: var(--mint);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(133, 224, 189, 0.1);
}
h1 {
  max-width: 720px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.2rem, 7vw, 6.5rem);
  font-weight: 400;
  letter-spacing: -0.058em;
  line-height: 0.96;
}
h1 em {
  color: var(--mint);
  font-weight: 400;
}
.lead {
  max-width: 580px;
  margin: 30px 0 34px;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.7;
}
.status-card {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(12px);
}
.status-card strong {
  display: block;
  margin-bottom: 3px;
  font-size: 0.92rem;
}
.status-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.79rem;
}
.status-pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 0 rgba(133, 224, 189, 0.45);
  animation: pulse 2.4s ease-out infinite;
}
.visual {
  position: relative;
  width: min(42vw, 500px);
  aspect-ratio: 1;
  margin-inline: auto;
}
.orbit,
.globe {
  position: absolute;
  border-radius: 50%;
}
.orbit {
  inset: 0;
  border: 1px solid rgba(133, 224, 189, 0.18);
}
.orbit::before,
.orbit::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 24px rgba(133, 224, 189, 0.7);
}
.orbit::before {
  top: 8%;
  left: 25%;
  width: 7px;
  height: 7px;
}
.orbit::after {
  right: 4%;
  bottom: 30%;
  width: 4px;
  height: 4px;
}
.orbit-outer {
  animation: rotate 28s linear infinite;
}
.orbit-inner {
  inset: 14%;
  border-style: dashed;
  transform: rotate(19deg);
  animation: rotate-reverse 20s linear infinite;
}
.globe {
  inset: 28%;
  display: grid;
  overflow: hidden;
  place-items: center;
  border: 1px solid rgba(180, 244, 222, 0.42);
  background:
    radial-gradient(circle at 35% 28%, rgba(211, 255, 237, 0.26), transparent 28%),
    linear-gradient(145deg, rgba(49, 165, 149, 0.54), rgba(12, 46, 57, 0.78));
  box-shadow:
    inset 0 0 35px rgba(136, 238, 208, 0.15),
    0 35px 100px rgba(0, 0, 0, 0.38),
    0 0 80px rgba(71, 201, 174, 0.13);
}
.globe::before,
.globe::after {
  position: absolute;
  width: 150%;
  height: 35%;
  border: 1px solid rgba(207, 255, 238, 0.2);
  border-radius: 50%;
  content: "";
}
.globe::after {
  width: 40%;
  height: 145%;
}
.globe-letter {
  z-index: 1;
  font-family: Georgia, serif;
  font-size: clamp(4rem, 8vw, 7rem);
  font-style: italic;
  text-shadow: 0 10px 40px rgba(2, 26, 30, 0.45);
}
.word {
  position: absolute;
  padding: 8px 13px;
  border: 1px solid rgba(177, 231, 216, 0.16);
  border-radius: 999px;
  color: #cfe0dc;
  background: rgba(7, 25, 34, 0.82);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
  font-family: Georgia, serif;
  font-size: 0.86rem;
  letter-spacing: 0.03em;
}
.word-one {
  top: -2%;
  left: 45%;
}
.word-two {
  top: 63%;
  right: -5%;
}
.word-three {
  bottom: 4%;
  left: 4%;
}
.sound-wave {
  position: absolute;
  right: 2%;
  bottom: 11%;
  display: flex;
  height: 42px;
  align-items: center;
  gap: 5px;
}
.sound-wave i {
  display: block;
  width: 3px;
  height: 12px;
  border-radius: 4px;
  background: var(--cyan);
  animation: wave 1.8s ease-in-out infinite;
}
.sound-wave i:nth-child(2),
.sound-wave i:nth-child(6) {
  animation-delay: -0.2s;
}
.sound-wave i:nth-child(3),
.sound-wave i:nth-child(5) {
  animation-delay: -0.4s;
}
.sound-wave i:nth-child(4) {
  animation-delay: -0.6s;
}
footer {
  padding: 24px 0 30px;
  border-top: 1px solid var(--line);
  color: #7f9291;
  font-size: 0.78rem;
}
footer a {
  color: #b9c9c6;
  text-decoration: none;
}
@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-reverse {
  to {
    transform: rotate(-341deg);
  }
}
@keyframes drift {
  to {
    transform: translate3d(4rem, 2rem, 0) scale(1.08);
  }
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 10px rgba(133, 224, 189, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(133, 224, 189, 0);
  }
}
@keyframes wave {
  0%,
  100% {
    height: 10px;
    opacity: 0.52;
  }
  50% {
    height: 38px;
    opacity: 1;
  }
}
@media (max-width: 820px) {
  .shell {
    width: min(100% - 34px, 660px);
  }
  .nav {
    padding-top: 22px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 56px 0 62px;
  }
  .visual {
    order: -1;
    width: min(76vw, 360px);
  }
  h1 {
    font-size: clamp(3rem, 14vw, 5.2rem);
  }
}
@media (max-width: 480px) {
  .beta-entry {
    padding: 8px 12px;
  }
  .hero {
    padding-top: 32px;
  }
  .status-card {
    width: 100%;
  }
  footer {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
