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

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

.page {
  text-align: center;
  padding: 2rem;
}

.page h1 {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.page p {
  color: #94a3b8;
}
