* { box-sizing: border-box; }

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

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

h1 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
}

.tagline {
  font-style: italic;
  opacity: 0.85;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.status {
  font-size: 0.95rem;
  opacity: 0.65;
}
