:root {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;

  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html,
body {
  min-height: 100%;
  margin: 0;
}

body {
  background: #f5f5f2;
  color: #202620;
}

.shell {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 2rem;
}

.card {
  width: min(100%, 720px);
  padding: 3rem;
  background: #ffffff;
  border: 1px solid #dedfd9;
  border-radius: 1.25rem;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 8%);
}

.eyebrow {
  margin: 0 0 0.75rem;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

p {
  line-height: 1.65;
}

.status {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #dedfd9;
  font-size: 0.9rem;
}
