* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: system-ui, -apple-system, sans-serif;
  color: #1a1a1a;
  background: #fafafa;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  line-height: 1.6;
}

main {
  text-align: center;
}

h1 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  margin-bottom: 0.5rem;
}

.tagline {
  font-size: 1.125rem;
  color: #555;
  margin-bottom: 1.5rem;
}

.status {
  font-size: 0.875rem;
  color: #888;
  margin-bottom: 0.75rem;
}

.contact a {
  color: #2563eb;
  text-decoration: none;
  font-size: 0.875rem;
}

.contact a:hover {
  text-decoration: underline;
}

footer {
  margin-top: 3rem;
  font-size: 0.75rem;
  color: #aaa;
}
