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

.empty-state {
  color: #1f2937;
  font-family: Arial, sans-serif;
  margin: 4rem auto;
  max-width: 48rem;
  padding: 0 1.5rem;
}

.empty-state h1 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.empty-state p {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.5;
}

.empty-state code {
  background: #f3f4f6;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
}
