body {
  margin: 0;
  padding: 24px 16px 64px;
  background: #14121b;
  color: #eae7f2;
  font-family: -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
}
.wrap {
  max-width: 720px;
  margin: 0 auto;
}
h1 {
  font-size: 1.6rem;
  margin-bottom: 4px;
}
.notice {
  background: rgba(255, 193, 7, 0.12);
  border: 1px solid #ffc107;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.9rem;
  margin: 16px 0 24px;
}
.nav {
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.nav a {
  color: #b9a6ff;
  text-decoration: none;
  margin-right: 16px;
}
.nav a:hover {
  text-decoration: underline;
}
pre {
  white-space: pre-wrap;
  font-family: inherit;
  font-size: 0.95rem;
}
