:root {
  color-scheme: dark;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #10161b;
  color: #eff4f3;
}

body {
  min-height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}

main {
  width: min(38rem, calc(100% - 3rem));
}

.eyebrow {
  margin-bottom: 2rem;
  color: #78c8b9;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.22em;
}

h1 {
  margin: 0;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  letter-spacing: -0.055em;
  line-height: 1.05;
}

main > p:not(.eyebrow) {
  max-width: 31rem;
  color: #b7c6c5;
  font-size: 1.08rem;
  line-height: 1.6;
}

.status {
  margin-top: 2.5rem;
  font-size: 0.9rem !important;
  color: #78c8b9 !important;
}

