/* Page maintenance - minimal */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: system-ui, -apple-system, sans-serif;
  background: #1a1a1a;
  color: #e8e6e3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
}

.container {
  text-align: center;
}

.message {
  margin: 0;
  font-size: 1.25rem;
}
