:root { color-scheme: light dark; }
* { box-sizing: border-box; }
body {
  margin: 0; min-height: 100vh; display: grid; place-items: center;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: #0f0f23; color: #e2e8f0;
}
main { text-align: center; padding: 2rem; max-width: 600px; }
h1 { font-size: clamp(1.5rem, 5vw, 2.5rem); color: #a78bfa; }
p { opacity: 0.8; line-height: 1.6; }
.tagline {
  margin-top: 0.75rem;
  font-size: 1.05rem;
  font-style: italic;
  opacity: 0.65;
  color: #d4a757;
}
