:root {
  color-scheme: dark;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #061821;
  color: #f8fafc;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  background:
    radial-gradient(circle at 75% 20%, rgb(20 184 166 / 22%), transparent 34rem),
    linear-gradient(145deg, #061821, #0b2630);
}

main {
  width: min(720px, 100%);
  padding: clamp(40px, 8vw, 80px);
  border: 1px solid rgb(255 255 255 / 16%);
  border-radius: 28px;
  background: rgb(255 255 255 / 6%);
  box-shadow: 0 28px 80px rgb(0 0 0 / 28%);
}

.eyebrow {
  margin: 0 0 20px;
  color: #99f6e4;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  font-size: clamp(3rem, 10vw, 6.4rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.subtitle {
  max-width: 560px;
  margin: 28px 0 0;
  color: #d6e7e9;
  font-size: clamp(1.15rem, 3vw, 1.6rem);
  line-height: 1.55;
}

.status {
  display: inline-block;
  margin: 44px 0 0;
  padding: 11px 17px;
  border-radius: 999px;
  background: #f8fafc;
  color: #061821;
  font-weight: 800;
}
