body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: radial-gradient(circle at top, #020617, #000);
  color: #e5e7eb;
}

.placeholder {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.placeholder-inner {
  text-align: center;
  max-width: 540px;
}

.placeholder-inner h1 {
  font-size: 2rem;
  margin-bottom: 0.75rem;
}

.placeholder-inner p {
  margin: 0;
  color: #9ca3af;
}

