:root {
  color-scheme: dark;
  --bg: #000000;
  --surface: #080d10;
  --surface-soft: #0d1519;
  --ink: #edf9fd;
  --ink-soft: #a8bec7;
  --line: rgba(211, 241, 250, .12);
  --line-strong: rgba(211, 241, 250, .22);
  --brand: #69d9f3;
  --brand-light: #4bc8ea;
  --sky: #8be2fe;
  --code: #07171f;
  --code-ink: #dff8ff;
  --code: #050b0e;
  --code-ink: #dff8ff;
  --shadow: 0 18px 55px rgba(0, 0, 0, .42);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; background: var(--bg); }
body { min-width: 320px; margin: 0; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 15px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input { color: inherit; font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
code, pre, kbd { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; }
::selection { background: var(--brand-light); color: #061b25; }

.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 9px 14px; border-radius: 9px; background: var(--ink); color: var(--bg); transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.docs-header { position: sticky; top: 0; z-index: 100; height: 70px; padding: 0 32px; display: grid; grid-template-columns: 250px 1fr; align-items: center; gap: 24px; border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--bg) 86%, transparent); backdrop-filter: blur(18px) saturate(145%); -webkit-backdrop-filter: blur(18px) saturate(145%); }
.docs-brand { display: inline-flex; align-items: center; gap: 9px; width: fit-content; font-size: 1.05rem; font-weight: 800; letter-spacing: -.035em; }
.docs-brand img { width: 36px; height: 36px; }
.docs-brand small { margin-left: 2px; padding-left: 10px; border-left: 1px solid var(--line-strong); color: var(--ink-soft); font-size: .76rem; font-weight: 650; letter-spacing: 0; }
.docs-header__links { display: flex; align-items: center; justify-content: flex-end; gap: 18px; color: var(--ink-soft); font-size: .82rem; font-weight: 650; }
.docs-header__links a:hover { color: var(--ink); }
.docs-menu { display: none; min-height: 38px; padding: 7px 11px; border: 1px solid var(--line); border-radius: 9px; background: var(--surface); font-size: .76rem; font-weight: 700; }

.docs-shell { width: min(1500px, 100%); min-height: calc(100vh - 70px); margin: 0 auto; display: grid; grid-template-columns: 260px minmax(0, 780px) 230px; justify-content: center; gap: 54px; }
.docs-sidebar { position: sticky; top: 70px; height: calc(100vh - 70px); padding: 40px 18px 28px 28px; overflow-y: auto; border-right: 1px solid var(--line); }
.docs-sidebar nav > p { margin: 28px 11px 9px; color: var(--ink); font-size: .72rem; font-weight: 760; letter-spacing: .01em; }
.docs-sidebar nav > p:first-child { margin-top: 0; }
.docs-sidebar nav a { min-height: 39px; margin: 2px 0; padding: 8px 11px; display: flex; align-items: center; gap: 10px; border-radius: 10px; color: var(--ink-soft); font-size: .8rem; font-weight: 560; transition: background .15s ease, color .15s ease; }
.docs-sidebar nav a span { width: 20px; flex: 0 0 20px; display: inline-flex; align-items: center; justify-content: center; color: color-mix(in srgb, var(--ink-soft) 72%, transparent); font-family: ui-monospace, monospace; font-size: .7rem; line-height: 1; text-align: center; white-space: nowrap; }
.docs-sidebar nav a:hover { color: var(--ink); background: var(--surface-soft); }
.docs-sidebar nav a.is-active { color: var(--brand); background: color-mix(in srgb, var(--brand) 10%, transparent); font-weight: 700; }
.docs-sidebar nav a.is-active span { color: var(--brand); }
.sidebar-note { margin: 40px 10px 0; padding: 14px 13px; display: flex; align-items: flex-start; gap: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.sidebar-note b, .sidebar-note small { display: block; }
.sidebar-note b { font-size: .68rem; }
.sidebar-note small { margin-top: 2px; color: var(--ink-soft); font: .58rem ui-monospace, monospace; }
.status-dot { width: 7px; height: 7px; margin-top: 5px; flex: 0 0 auto; border-radius: 50%; background: #31cc78; box-shadow: 0 0 0 4px rgba(49, 204, 120, .11); }

.docs-main { min-width: 0; padding: 72px 0 120px; }
.doc-page { display: none; animation: page-in .3s ease both; }
.doc-page.is-active { display: block; }
@keyframes page-in { from { opacity: .25; transform: translateY(7px); } }
.docs-kicker { margin: 0 0 15px; color: var(--brand); font-size: .75rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.doc-page > h1 { max-width: 720px; margin: 0; color: var(--ink); font-size: clamp(2.6rem, 5vw, 4.5rem); font-weight: 820; letter-spacing: -.045em; line-height: 1.04; }
.doc-page > h1 span { color: color-mix(in srgb, var(--ink-soft) 84%, transparent); font-weight: 760; }
.docs-lead { max-width: 680px; margin: 24px 0 0; color: var(--ink-soft); font-size: 1.06rem; line-height: 1.7; }
.doc-page p a, .doc-section li a, .callout a { color: var(--brand); font-weight: 650; text-decoration: underline; text-underline-offset: 3px; }
.doc-page p code, .clean-list code, .contract-table code { padding: .14em .38em; border-radius: 5px; background: var(--surface-soft); color: var(--ink); font-size: .86em; }
.doc-actions { margin-top: 31px; display: flex; flex-wrap: wrap; gap: 10px; }
.doc-button { min-height: 47px; padding: 11px 17px; display: inline-flex; align-items: center; gap: 13px; border: 1px solid var(--line-strong); border-radius: 11px; background: var(--surface); font-size: .82rem; font-weight: 720; }
.doc-button:hover { transform: translateY(-1px); box-shadow: 0 8px 22px rgba(5, 52, 70, .08); }
.doc-button--primary { border-color: var(--ink); background: var(--ink); color: var(--bg); }

.signal-flow { margin: 56px 0 0; padding: 34px 30px; display: grid; grid-template-columns: 1fr auto 1.1fr auto 1fr; align-items: center; gap: 18px; overflow: hidden; border: 1px solid rgba(139, 226, 254, .16); border-radius: 20px; background: linear-gradient(145deg, #07171f, #0b2f3d); box-shadow: var(--shadow); color: #e8f8fc; }
.flow-node { min-width: 0; }
.flow-node > i { width: 10px; height: 10px; margin-bottom: 21px; display: block; border-radius: 50%; background: #4bc8ea; box-shadow: 0 0 0 6px rgba(75, 200, 234, .1), 0 0 22px #4bc8ea; }
.flow-node > .flow-node__live { background: #37d17a; box-shadow: 0 0 0 6px rgba(55, 209, 122, .1), 0 0 22px #37d17a; }
.flow-node b, .flow-node small { display: block; }
.flow-node b { font-size: .87rem; }
.flow-node small { margin-top: 5px; color: #9abcc8; font-size: .67rem; line-height: 1.4; }
.flow-node--brand { padding: 19px; border: 1px solid rgba(255,255,255,.2); border-radius: 15px; background: linear-gradient(135deg, rgba(0,132,172,.38), rgba(75,200,234,.14)); }
.flow-node--brand img { width: 32px; margin-bottom: 16px; }
.flow-arrow { color: #8be2fe; font: .84rem ui-monospace, monospace; letter-spacing: .04em; white-space: nowrap; }
.doc-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.doc-card { min-height: 210px; padding: 26px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface); transition: transform .17s ease, box-shadow .17s ease, border-color .17s ease; }
.doc-card:hover { transform: translateY(-2px); border-color: var(--line-strong); box-shadow: var(--shadow); }
.doc-card__icon { width: 37px; height: 37px; display: grid; place-items: center; border-radius: 10px; background: color-mix(in srgb, var(--brand) 12%, transparent); color: var(--brand); font-family: ui-monospace, monospace; font-weight: 800; }
.doc-card h2 { margin: 25px 0 0; font-size: 1.06rem; letter-spacing: -.025em; }
.doc-card p { margin: 9px 0 0; color: var(--ink-soft); font-size: .78rem; }
.doc-card em { margin-top: 18px; display: block; color: var(--brand); font-size: .72rem; font-style: normal; font-weight: 700; }

.doc-section { margin-top: 64px; }
.doc-section > h2 { margin: 0 0 17px; color: var(--ink); font-size: 1.55rem; font-weight: 720; letter-spacing: -.035em; line-height: 1.2; }
.doc-section > p { margin: 0 0 19px; color: var(--ink-soft); }
.callout { margin: 18px 0; padding: 18px 20px; display: flex; align-items: flex-start; gap: 14px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface-soft); }
.callout > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: color-mix(in srgb, var(--brand) 18%, transparent); color: var(--brand); font-size: .71rem; font-weight: 850; }
.callout b { display: block; font-size: .78rem; }
.callout p { margin: 5px 0 0; color: var(--ink-soft); font-size: .76rem; }
.callout--info { border-color: color-mix(in srgb, var(--brand) 25%, transparent); background: color-mix(in srgb, var(--brand) 7%, var(--surface)); }
.callout--warning { border-color: rgba(239, 173, 57, .25); background: rgba(239, 173, 57, .07); }
.callout--warning > span { background: rgba(239, 173, 57, .15); color: #d08a0f; }

.step-number { width: 31px; height: 31px; margin-right: 10px; display: inline-grid; place-items: center; border-radius: 9px; background: color-mix(in srgb, var(--brand) 12%, transparent); color: var(--brand); font: 700 .69rem ui-monospace, monospace; vertical-align: 3px; }
.code-block { margin: 20px 0; overflow: hidden; border: 1px solid rgba(181, 230, 244, .15); border-radius: 14px; background: var(--code); box-shadow: 0 16px 48px rgba(0,0,0,.12); }
.code-head { height: 43px; padding: 0 13px 0 17px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.08); color: #8caab5; font: .65rem ui-monospace, monospace; }
.code-head button { padding: 5px 8px; border: 0; border-radius: 6px; background: transparent; color: #9fbdc7; font-size: .62rem; }
.code-head button:hover { background: rgba(255,255,255,.07); color: #fff; }
.code-block pre { margin: 0; padding: 24px 22px 27px; overflow-x: auto; color: var(--code-ink); font-size: .75rem; line-height: 1.7; tab-size: 2; }
.kw { color: #db8fff; } .str { color: #c6e988; } .num { color: #f5ac70; } .fn { color: #64d7f5; }
.doc-caption { color: var(--ink-soft); font-size: .7rem; }
.next-card { margin-top: 25px; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.next-card span { color: var(--ink-soft); font-size: .69rem; }
.next-card b { color: var(--brand); font-size: .79rem; }
.endpoint { margin-top: 40px; min-height: 62px; padding: 11px 12px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 13px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.endpoint > span { padding: 6px 8px; border-radius: 7px; background: #f1a32f; color: #221500; font: 800 .61rem ui-monospace, monospace; }
.endpoint code { min-width: 0; overflow: hidden; color: var(--ink); font-size: .77rem; text-overflow: ellipsis; white-space: nowrap; }
.endpoint button { padding: 6px 9px; border: 0; border-radius: 7px; background: var(--surface-soft); color: var(--ink-soft); font-size: .64rem; }
.param-row { margin: 18px 0; padding: 17px 0; display: grid; grid-template-columns: auto auto auto 1fr; align-items: center; gap: 9px; border-bottom: 1px solid var(--line); }
.param-row > code { color: var(--brand); font-size: .75rem; font-weight: 700; }
.param-row > span, .param-row > b { padding: 2px 6px; border-radius: 5px; background: var(--surface-soft); font: .6rem ui-monospace, monospace; }
.param-row > b { background: rgba(230, 93, 86, .11); color: #d96a65; }
.param-row p { grid-column: 1 / -1; margin: 8px 0 0; color: var(--ink-soft); font-size: .74rem; }
.message-flow { padding: 24px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 15px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.message-flow code { padding: 8px 12px; border-radius: 8px; background: var(--code); color: #8be2fe; }
.message-flow span { color: var(--brand); }
.message-flow b { font-size: .78rem; }
.clean-list { margin: 18px 0 0; padding: 0; list-style: none; counter-reset: clean; }
.clean-list li { position: relative; min-height: 38px; padding: 7px 0 7px 43px; color: var(--ink-soft); counter-increment: clean; }
.clean-list li::before { content: counter(clean); position: absolute; top: 4px; left: 0; width: 27px; height: 27px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; color: var(--brand); background: var(--surface); font: 700 .63rem ui-monospace, monospace; }

.lifecycle { margin-top: 26px; display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; align-items: center; gap: 11px; }
.lifecycle > div { min-height: 142px; padding: 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.lifecycle span { color: var(--brand); font: 750 .61rem ui-monospace, monospace; }
.lifecycle code { margin-top: 19px; display: block; color: var(--ink); font-size: .68rem; }
.lifecycle p { margin: 8px 0 0; color: var(--ink-soft); font-size: .68rem; line-height: 1.45; }
.lifecycle > i { color: var(--brand); font-style: normal; }
.event-groups > h2 { margin-top: 46px; padding-bottom: 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 1.18rem; }
.event-groups > h2:first-child { margin-top: 0; }
.event-groups > h2 span { color: var(--ink-soft); font-size: .65rem; font-weight: 600; }
.event-card { border-bottom: 1px solid var(--line); }
.event-card summary { min-height: 58px; display: grid; grid-template-columns: minmax(200px, .8fr) 1fr auto; align-items: center; gap: 16px; cursor: pointer; list-style: none; }
.event-card summary::-webkit-details-marker { display: none; }
.event-card summary code { color: var(--brand); font-size: .75rem; font-weight: 650; }
.event-card summary span { color: var(--ink-soft); font-size: .75rem; }
.event-card summary i { color: var(--ink-soft); font-style: normal; transition: transform .15s ease; }
.event-card[open] summary i { transform: rotate(45deg); }
.event-card pre { margin: 0 0 18px; padding: 18px 20px; overflow-x: auto; border-radius: 11px; background: var(--code); color: var(--code-ink); font-size: .7rem; line-height: 1.65; }
.event-note { margin: -7px 0 18px; color: var(--ink-soft); font-size: .69rem; }
.event-note--danger { padding: 12px 14px; border: 1px solid rgba(230,93,86,.2); border-radius: 9px; background: rgba(230,93,86,.06); color: #d56b66; }

.model-list { border-top: 1px solid var(--line); }
.model-list details { border-bottom: 1px solid var(--line); }
.model-list summary { min-height: 72px; display: flex; align-items: center; justify-content: space-between; cursor: pointer; list-style: none; }
.model-list summary::-webkit-details-marker { display: none; }
.model-list summary code, .model-list summary span { display: block; }
.model-list summary code { color: var(--brand); font-size: .8rem; font-weight: 700; }
.model-list summary span { margin-top: 4px; color: var(--ink-soft); font-size: .68rem; }
.model-list summary i { color: var(--ink-soft); font-style: normal; }
.model-list details[open] summary i { transform: rotate(45deg); }
.model-list pre { margin: 0 0 22px; padding: 23px; overflow-x: auto; border-radius: 12px; background: var(--code); color: var(--code-ink); font-size: .71rem; line-height: 1.68; }
.model-list details > p { margin: -9px 0 24px; color: var(--ink-soft); font-size: .7rem; }
.contract-table { margin-top: 42px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.contract-table > div { min-height: 58px; padding: 14px 18px; display: grid; grid-template-columns: 155px 1fr; align-items: center; gap: 18px; border-bottom: 1px solid var(--line); }
.contract-table > div:last-child { border-bottom: 0; }
.contract-table b { font-size: .73rem; }
.contract-table span, .contract-table > div > code { color: var(--ink-soft); font-size: .72rem; }
.reference-table { margin-top: 22px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); }
.reference-table > div { min-height: 50px; padding: 11px 16px; display: grid; grid-template-columns: 64px 175px 1fr; align-items: center; gap: 14px; border-bottom: 1px solid var(--line); }
.reference-table > div:last-child { border-bottom: 0; }
.reference-table__head { background: var(--surface-soft); }
.reference-table b { font-size: .67rem; }
.reference-table code { color: var(--brand); font-size: .67rem; font-weight: 700; }
.reference-table span { color: var(--ink-soft); font-size: .7rem; }

.endpoint-list > h2 { margin-top: 48px; padding-bottom: 13px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 1.18rem; }
.endpoint-list > h2:first-child { margin-top: 0; }
.endpoint-list > h2 span { color: var(--ink-soft); font-size: .65rem; font-weight: 600; }
.api-endpoint { border-bottom: 1px solid var(--line); }
.api-endpoint summary { min-height: 64px; display: grid; grid-template-columns: 58px minmax(230px, .9fr) 1fr auto; align-items: center; gap: 13px; cursor: pointer; list-style: none; }
.api-endpoint summary::-webkit-details-marker { display: none; }
.api-endpoint summary > code { color: var(--ink); font-size: .72rem; font-weight: 650; }
.api-endpoint summary em { color: var(--ink-soft); font-size: .72rem; font-style: normal; }
.api-endpoint summary i { color: var(--ink-soft); font-style: normal; }
.api-endpoint[open] summary i { transform: rotate(45deg); }
.method { width: 50px; padding: 4px 0; display: inline-block; border-radius: 6px; font: 800 .57rem ui-monospace, monospace; text-align: center; }
.method--get { background: rgba(75, 200, 234, .13); color: var(--brand); }
.method--post { background: rgba(49, 204, 120, .13); color: #27a865; }
.method--delete { background: rgba(230, 93, 86, .12); color: #d65f59; }
.api-endpoint__body { margin: 0 0 22px 71px; padding: 19px 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface); }
.api-endpoint__body > p { margin: 0 0 17px; color: var(--ink-soft); font-size: .76rem; }
.api-endpoint__body > p:last-child { margin-bottom: 0; }
.api-endpoint__body .code-block { margin-bottom: 0; }
.api-endpoint__body .contract-table { margin-top: 17px; }
.endpoint-meta { display: flex; flex-wrap: wrap; gap: 8px; }
.endpoint-meta > span { padding: 7px 9px; border-radius: 8px; background: var(--surface-soft); color: var(--ink-soft); font-size: .65rem; }
.endpoint-meta b { margin-right: 6px; color: var(--ink); font-size: .62rem; }
.endpoint-meta code { color: var(--brand); font-size: .62rem; }
.security-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.security-grid > div { padding: 21px; border: 1px solid var(--line); border-radius: 13px; background: var(--surface); }
.security-grid span { color: var(--brand); font: 700 .61rem ui-monospace, monospace; }
.security-grid b { margin-top: 27px; display: block; font-size: .78rem; }
.security-grid p { margin: 8px 0 0; color: var(--ink-soft); font-size: .68rem; }

.docs-toc { position: sticky; top: 70px; height: calc(100vh - 70px); padding: 43px 24px 30px 0; overflow-y: auto; }
.docs-toc > p { margin: 0 0 10px; color: var(--ink); font-size: .69rem; font-weight: 720; }
.docs-toc nav a { padding: 4px 0; display: block; color: var(--ink-soft); font-size: .68rem; }
.docs-toc nav a:hover { color: var(--brand); }
.toc-status { margin-top: 28px; padding-top: 19px; display: flex; align-items: center; gap: 10px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .67rem; }
.toc-status .status-dot { margin-top: 0; }
.docs-footer { width: min(1500px, 100%); min-height: 80px; margin: 0 auto; padding: 20px 36px 20px 290px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .67rem; }
.docs-footer nav { display: flex; gap: 18px; }
.docs-footer a:hover { color: var(--ink); }

@media (max-width: 1180px) {
  .docs-header { grid-template-columns: 230px 1fr; }
  .docs-shell { grid-template-columns: 240px minmax(0, 760px); gap: 40px; padding-right: 32px; }
  .docs-toc { display: none; }
  .docs-footer { padding-left: 265px; }
}

@media (max-width: 860px) {
  .docs-header { height: auto; min-height: 66px; padding: 11px 16px; grid-template-columns: 1fr auto; gap: 10px; }
  .docs-header__links > a { display: none; }
  .docs-menu { display: block; }
  .docs-shell { display: block; padding: 0 20px; }
  .docs-sidebar { position: fixed; z-index: 90; inset: 66px auto 0 0; width: min(310px, calc(100% - 48px)); height: auto; padding: 27px 18px; transform: translateX(-105%); border-right: 1px solid var(--line); background: var(--bg); box-shadow: var(--shadow); transition: transform .2s ease; }
  .docs-sidebar.is-open { transform: none; }
  .docs-main { max-width: 760px; margin: 0 auto; padding-top: 55px; }
  .docs-footer { padding: 24px 20px; }
}

@media (max-width: 620px) {
  .docs-header__links { gap: 7px; }
  .docs-brand small { display: none; }
  .doc-page > h1 { font-size: clamp(2.5rem, 13vw, 3.6rem); }
  .docs-lead { font-size: .98rem; }
  .signal-flow { grid-template-columns: 1fr; padding: 25px; }
  .flow-arrow { transform: rotate(90deg); justify-self: center; }
  .doc-grid, .security-grid { grid-template-columns: 1fr; }
  .lifecycle { grid-template-columns: 1fr; }
  .lifecycle > i { transform: rotate(90deg); justify-self: center; }
  .event-card summary { grid-template-columns: 1fr auto; padding: 10px 0; gap: 8px; }
  .event-card summary span { grid-column: 1; grid-row: 2; }
  .event-card summary i { grid-column: 2; grid-row: 1 / 3; }
  .contract-table > div { grid-template-columns: 1fr; gap: 4px; }
  .reference-table > div { grid-template-columns: 48px 1fr; gap: 5px 10px; }
  .reference-table > div span { grid-column: 1 / -1; }
  .api-endpoint summary { grid-template-columns: 52px 1fr auto; padding: 10px 0; gap: 7px; }
  .api-endpoint summary em { grid-column: 2; grid-row: 2; }
  .api-endpoint summary i { grid-column: 3; grid-row: 1 / 3; }
  .api-endpoint__body { margin-left: 0; padding: 16px; }
  .docs-footer { align-items: flex-start; flex-direction: column; }
  .param-row { grid-template-columns: auto auto auto; }
  .param-row p { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
