* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: system-ui, -apple-system, sans-serif;
  background: #0a1628;
  color: #e8e4dc;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
main { text-align: center; padding: 2rem; }
h1 { font-size: 2.5rem; margin-bottom: 1rem; color: #C9A33A; }
p { font-size: 1.1rem; opacity: 0.85; margin-bottom: 0.5rem; }
.meta { font-size: 0.85rem; opacity: 0.5; margin-top: 2rem; }
