:root {
  color-scheme: light dark;
}

body {
  font: 16px/1.6 system-ui, -apple-system, sans-serif;
  margin: 0;
  display: grid;
  min-height: 100vh;
  place-items: center;
  padding: 1.5rem;
}

main {
  max-width: 34rem;
}

h1 {
  font-size: clamp(2rem, 6vw, 3rem);
  margin: 0 0 1rem;
}

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
}

.muted {
  opacity: 0.7;
  font-size: 0.95em;
}
