:root {
  --fg: #1a1a1a; --muted: #6e7781; --link: #0969da; --border: #d0d7de;
  --code-bg: #f6f8fa; --chip-bg: #ddf4ff;
}
* { box-sizing: border-box; }
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  max-width: 960px; margin: 2em auto; padding: 0 1em;
  color: var(--fg); line-height: 1.55; font-size: 16px;
}
h1, h2, h3, h4 { font-weight: 600; margin-top: 1.8em; }
h1 { border-bottom: 1px solid #eaecef; padding-bottom: 0.3em; margin-top: 0.5em; }
a { color: var(--link); text-decoration: none; }
a:hover { text-decoration: underline; }
code, pre { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; }
code { background: var(--code-bg); padding: 0.1em 0.4em; border-radius: 3px; font-size: 0.9em; }
pre {
  background: var(--code-bg); padding: 1em; border-radius: 6px;
  overflow-x: auto; font-size: 14px; line-height: 1.45;
}
pre code { background: none; padding: 0; font-size: inherit; }
.fqdn { color: var(--muted); }
.meta { color: var(--muted); margin-top: -0.8em; }
table { border-collapse: collapse; margin: 1em 0; }
th, td { border: 1px solid var(--border); padding: 0.5em 0.9em; text-align: left; }
th { background: var(--code-bg); }
nav.crumbs {
  color: var(--muted); font-size: 14px; margin-bottom: 2em;
  padding-bottom: 0.8em; border-bottom: 1px solid #eaecef;
}
nav.crumbs a { color: var(--muted); }
ul.browse { list-style: none; padding: 0; margin: 0; }
ul.browse li { padding: 0.4em 0; border-bottom: 1px solid #f2f3f4; }
ul.browse li:last-child { border-bottom: none; }
h3.sector { margin-top: 1.6em; padding: 0.2em 0; border-bottom: 2px solid #eaecef; text-transform: lowercase; }
.sector-body { padding-left: 1.2em; border-left: 2px solid #f2f3f4; margin-left: 0.2em; }
h4.domain { margin: 1.2em 0 0.4em 0; color: #444; font-weight: 500; font-size: 1em; text-transform: lowercase; }
ul.objects { padding-left: 0.6em; }
ul.objects li strong { color: #1f2328; margin-right: 0.3em; }
.title-row { display: flex; align-items: baseline; gap: 0.8em; flex-wrap: wrap; }
table.schema-table { width: 100%; border-collapse: collapse; margin: 0.6em 0 1em 0; }
table.schema-table th, table.schema-table td { padding: 0.5em 0.8em; vertical-align: top; border: 1px solid var(--border); font-size: 14px; }
table.schema-table th { background: var(--code-bg); text-align: left; font-weight: 500; color: var(--muted); }
table.schema-table tr td:first-child { white-space: nowrap; width: 22%; }
table.schema-table tr td:nth-child(2) { width: 28%; color: var(--fg); }
table.schema-table small { color: var(--muted); }
.req { color: #cf222e; font-weight: 700; margin-left: 0.2em; }
.field-profile { font-size: 0.75em; color: #0969da; font-weight: 400; margin-left: 0.4em; }
details.nested-schema { margin: 0.5em 0 0.5em 0.8em; }
details.nested-schema summary { cursor: pointer; padding: 0.3em 0.6em; background: var(--code-bg); border-radius: 4px; font-weight: 500; user-select: none; font-size: 14px; }
details.nested-schema[open] summary { margin-bottom: 0.4em; }
footer { margin-top: 4em; padding-top: 1em; border-top: 1px solid #eaecef; color: var(--muted); font-size: 14px; }