:root { color-scheme: light dark; }
body {
  margin: 0;
  min-height: 100vh;
  display: grid;
  place-items: center;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  background: #0b0b0f;
  color: #f5f5f5;
}
.card {
  max-width: 40rem;
  padding: 2.5rem;
  text-align: center;
}
.logo { width: 150px; height: auto; margin-bottom: 1rem; border-radius: 12px; }
h1 { font-size: 1.6rem; margin: 0 0 0.75rem; }
.intro { opacity: 0.85; line-height: 1.5; }
h2 { font-size: 1rem; text-transform: uppercase; letter-spacing: 0.08em; opacity: 0.6; margin-top: 2rem; }
.next-steps { text-align: left; display: inline-block; line-height: 1.6; }
.docs-link a { color: #ff6b6b; font-weight: 600; text-decoration: none; }
.docs-link a:hover { text-decoration: underline; }
.support { margin-top: 1.25rem; font-size: 0.9rem; opacity: 0.7; }
.support a { color: #ff6b6b; text-decoration: none; }
.support a:hover { text-decoration: underline; }
