:root {
  color-scheme: light;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
}

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fafafa;
  color: #1a1a1a;
}

.placeholder {
  max-width: 32rem;
  padding: 2rem;
  text-align: center;
}

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

.placeholder p {
  line-height: 1.5;
  color: #4a4a4a;
}

#status {
  margin-top: 1.5rem;
  font-family: ui-monospace, monospace;
  font-size: 0.85rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0.375rem;
  background: #eee;
  display: inline-block;
}
