body { margin: 0; font-family: system-ui, sans-serif; background: #fff; }
.docs-bar {
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
  padding: 10px 20px; background: #16181d; color: #cfd3da; font-size: 14px;
  position: sticky; top: 0; z-index: 10;
}
.docs-bar a { color: #fff; text-decoration: none; }
.docs-bar a:hover { text-decoration: underline; }
.docs-bar__brand { font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.docs-bar__logo {
  display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 7px;
  background: #2563eb; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .06em;
}
.swagger-ui .topbar { display: none; }
.swagger-ui .info { margin: 30px 0 10px; }
.docs-bar .muted { color: #9aa0a8; font-weight: 400; }
