:root { color-scheme: dark; }
body { margin: 0; font-family: system-ui, -apple-system, sans-serif; background:#0b0b0b; color:#fff; }
.wrap { min-height: 100vh; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:12px; text-align:center; padding:24px; }
.logo { width:96px; height:96px; object-fit:contain; }
p { opacity:.8; margin:0; }
h1 { margin:0; font-size:20px; letter-spacing:.02em; }