/* Deliberately plain. A prototype that looks finished invites the wrong feedback. */

body {
  font-family: system-ui, sans-serif;
  margin: 0;
  color: #111;
  background: #fff;
}

.banner {
  margin: 0;
  padding: 0.75rem 1rem;
  background: #ffe9b3;
  border-bottom: 1px solid #e0c780;
}

main {
  max-width: 40rem;
  padding: 1rem;
}

.code {
  font-family: ui-monospace, monospace;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.empty {
  color: #555;
}
