:root {
  --md-primary-fg-color: #7c3aed;
  --md-accent-fg-color: #f59e0b;
}

.md-header {
  background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
}

.md-typeset h1 {
  font-weight: 700;
}

.md-typeset table:not([class]) th {
  background-color: #7c3aed;
  color: white;
}

[data-md-color-scheme="slate"] .md-typeset table:not([class]) th {
  background-color: #4c1d95;
}

.md-typeset .admonition,
.md-typeset details {
  border-radius: 8px;
}

.endpoint-badge {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 4px;
  font-weight: 700;
  font-size: 0.75rem;
  color: white;
  margin-right: 8px;
  font-family: var(--md-code-font-family);
}

.badge-get { background-color: #10b981; }
.badge-post { background-color: #3b82f6; }
.badge-put { background-color: #f59e0b; }
.badge-delete { background-color: #ef4444; }
.badge-ws { background-color: #8b5cf6; }
