.docs-body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin: 0;
  background: #f7fafc;
  color: #1a202c;
}
.docs-wrap {
  max-width: 960px;
  margin: 0 auto;
  padding: 32px 20px 64px;
}
.docs-header h1 {
  margin: 0 0 8px;
  font-size: 1.75rem;
}
.muted { color: #718096; }
.small { font-size: 0.85rem; }
.docs-section {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 16px 0;
}
.docs-section h2 {
  margin: 0 0 12px;
  font-size: 1.1rem;
}
.path { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }
.op {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  border-top: 1px solid #edf2f7;
}
.method {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  min-width: 52px;
  text-align: center;
}
.method-get { background: #3182ce; }
.method-post { background: #38a169; }
.method-patch { background: #d69e2e; }
.method-put { background: #dd6b20; }
.method-delete { background: #e53e3e; }
.summary { flex: 1; }
.tag {
  font-size: 0.75rem;
  background: #edf2f7;
  color: #4a5568;
  padding: 2px 8px;
  border-radius: 999px;
}
.docs-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.docs-top a {
  color: #3182ce;
  text-decoration: none;
  font-weight: 600;
}
