:root {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #172033;
  background: #f5f7fb;
}

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

.page-shell {
  width: min(42rem, calc(100vw - 2rem));
  padding: 2rem;
  border-radius: 1.25rem;
  background: white;
  box-shadow: 0 1.5rem 4rem rgb(23 32 51 / 12%);
}

.eyebrow {
  margin: 0 0 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.8rem;
  color: #5c6880;
}

h1 {
  margin: 0 0 1rem;
  font-size: clamp(2rem, 7vw, 4rem);
  line-height: 1;
}

#status {
  margin: 0;
  color: #3d4a63;
}
