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

body {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0;
  min-height: 100vh;
}

main {
  max-width: 38rem;
  padding: 2rem;
}

.eyebrow {
  color: #176b51;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1 {
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  letter-spacing: -0.05em;
  margin: 0.5rem 0 1rem;
}

.summary {
  font-size: 1.2rem;
  line-height: 1.5;
}

a {
  color: #0c5d45;
  font-weight: 650;
}

.version {
  color: #666;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.8rem;
  margin-top: 3rem;
}
