:root { color-scheme: dark; }
body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  background: #0b0d0f;
  color: #d5dde4;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  text-align: center;
  padding: 24px;
}
img { width: 60px; height: 60px; border-radius: 14px; }
p { margin: 0; font-size: 0.95rem; }
a { color: #4db2ff; }
