:root {
  color-scheme: light dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", "PingFang SC", sans-serif;
  background: #10211e;
  color: #f5f0e5;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 80% 20%, rgb(237 132 68 / 28%), transparent 20rem),
    linear-gradient(145deg, #10211e, #18332d);
}

main {
  width: min(100% - 2.5rem, 58rem);
  margin-inline: auto;
  padding: clamp(4rem, 12vw, 9rem) 0;
}

.eyebrow {
  color: #f1a36d;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1 {
  max-width: 10ch;
  margin: 0.5rem 0 1.2rem;
  font-family: Georgia, "Songti SC", serif;
  font-size: clamp(3.2rem, 10vw, 7.5rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.98;
}

.lede {
  max-width: 38rem;
  color: #c9d7d2;
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.8;
}

.status {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  width: fit-content;
  margin-top: 3rem;
  padding: 0.7rem 1rem;
  border: 1px solid rgb(185 224 210 / 32%);
  border-radius: 999px;
  background: rgb(209 240 229 / 8%);
}

.status span {
  width: 0.65rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #72d6a9;
  box-shadow: 0 0 0 0.3rem rgb(114 214 169 / 14%);
}

.status p {
  margin: 0;
  font-size: 0.9rem;
}

.next {
  margin-top: 1.25rem;
  color: #91aaa2;
  font-size: 0.88rem;
}
