body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  background: #101418;
  color: #e8edf2;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
}

.title {
  font-size: 2rem;
  margin: 0;
}

.message {
  font-size: 1.125rem;
  color: #9fb3c8;
  margin: 0;
}
