:root {
  --paper: #f7f8f4;
  --paper-deep: #eff2eb;
  --ink: #18251d;
  --muted: #69736c;
  --quiet: #929a94;
  --line: #dce2da;
  --line-strong: #cbd4ca;
  --green: #148447;
  --green-dark: #0e6235;
  --green-soft: #e6f3e9;
  --green-wash: #f0f7f1;
  --amber: #bd6e2f;
  --code: #142019;
  --sidebar: 318px;
  --context: 244px;
  --site-header: 72px;
  --shadow: 0 22px 60px rgba(28, 49, 35, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(rgba(24, 37, 29, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 37, 29, .025) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
button, input { font: inherit; }
a { color: inherit; }

.skip-link {
  position: fixed;
  z-index: 1000;
  left: 16px;
  top: 10px;
  padding: 10px 14px;
  transform: translateY(-150%);
  border-radius: 6px;
  color: #fff;
  background: var(--green-dark);
}
.skip-link:focus { transform: none; }
.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.docs-progress {
  position: fixed;
  z-index: 800;
  inset: 0 0 auto;
  height: 2px;
  pointer-events: none;
}
.docs-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--green);
  box-shadow: 0 0 10px rgba(20, 132, 71, .4);
}

.docs-shell {
  position: relative;
  display: grid;
  grid-template-columns: var(--sidebar) minmax(0, 1fr) var(--context);
  min-height: calc(100vh - var(--site-header));
  max-width: 1540px;
  margin: 0 auto;
  background: rgba(247, 248, 244, .88);
  border-inline: 1px solid var(--line);
}

.docs-sidebar {
  position: sticky;
  top: 0;
  align-self: start;
  height: 100vh;
  padding: 30px 26px 34px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--line-strong) transparent;
  background: rgba(249, 250, 247, .94);
  backdrop-filter: blur(16px);
  border-right: 1px solid var(--line);
}
.sidebar-head { display: flex; align-items: center; justify-content: space-between; }
.docs-brand, .mobile-doc-brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
}
.brand-sigil {
  display: block;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  overflow: hidden;
  border: 1px solid rgba(214, 184, 70, .4);
  border-radius: 9px;
  background: #040504;
  box-shadow: 0 10px 24px rgba(18, 30, 22, .13);
}
.brand-sigil img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.75); }
.brand-copy { display: grid; line-height: 1.15; }
.brand-copy strong { font-size: 16px; letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--quiet); font: 400 11px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.sidebar-close { display: none; border: 0; background: none; color: var(--muted); font-size: 26px; }

.docs-search-button {
  width: 100%;
  height: 44px;
  display: grid;
  grid-template-columns: 18px 1fr auto;
  gap: 10px;
  align-items: center;
  margin: 28px 0 30px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 7px;
  color: var(--muted);
  text-align: left;
  background: rgba(255,255,255,.66);
  cursor: pointer;
}
.docs-search-button:hover { border-color: var(--line-strong); color: var(--ink); }
.docs-search-button svg, .search-trigger svg, .search-panel-head svg { fill: none; stroke: currentColor; stroke-width: 1.6; }
.docs-search-button span { overflow: hidden; font-size: 13px; white-space: nowrap; text-overflow: ellipsis; }
kbd {
  min-width: 29px;
  padding: 2px 5px;
  border: 1px solid var(--line);
  border-bottom-color: var(--line-strong);
  border-radius: 4px;
  color: var(--quiet);
  background: #fff;
  font: 400 10px/1.5 "DM Mono", monospace;
  text-align: center;
}

.docs-nav-group {
  margin: 0 0 22px;
  padding-bottom: 17px;
  border-bottom: 1px solid rgba(220, 226, 218, .72);
}
.docs-nav-group:last-child { border-bottom: 0; }
.docs-area-link {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 -8px 7px;
  padding: 7px 8px;
  border-radius: 6px;
  color: var(--ink);
  text-decoration: none;
}
.docs-area-link:hover { background: rgba(230,243,233,.55); }
.docs-area-link span {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  border: 1px solid rgba(20,132,71,.2);
  border-radius: 50%;
  color: var(--green-dark);
  background: rgba(230,243,233,.65);
  font: 500 10px/1 "DM Mono", monospace;
}
.docs-area-link strong {
  min-width: 0;
  color: #223026;
  font-size: 13px;
  line-height: 1.3;
}
.docs-nav-pages { margin-left: 38px; }
.docs-nav a {
  position: relative;
  display: block;
  margin: 1px -8px;
  padding: 7px 10px 7px 13px;
  border-radius: 6px;
  color: #58635b;
  font-size: 13px;
  line-height: 1.38;
  text-decoration: none;
  transition: color .16s ease, background .16s ease, transform .16s ease;
}
.docs-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 0;
  border-radius: 3px;
  background: var(--green);
  transform: translateY(-50%);
  transition: height .16s ease;
}
.docs-nav a:hover { color: var(--ink); background: rgba(230,243,233,.55); transform: translateX(2px); }
.docs-nav a.active { color: var(--green-dark); background: var(--green-soft); font-weight: 700; }
.docs-nav a.active::before { height: 18px; }

.sidebar-foot { padding-top: 10px; border-top: 1px solid var(--line); }
.sidebar-foot a { display: inline-block; margin: 5px 13px 5px 0; color: var(--muted); font-size: 12px; text-decoration: none; }
.sidebar-foot a:hover { color: var(--green); }

.docs-main {
  min-width: 0;
  padding: 76px clamp(44px, 6vw, 92px) 100px;
  background: rgba(255,255,255,.54);
  outline: none;
}
.doc-article { width: min(100%, 790px); margin: 0 auto; }
.doc-article.is-ready { animation: articleIn .42s cubic-bezier(.2,.75,.25,1) both; }

.doc-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  color: var(--quiet);
  font: 500 11px/1.4 "DM Mono", monospace;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.doc-breadcrumbs a { color: var(--green-dark); text-decoration: none; }
.doc-breadcrumbs i { width: 13px; height: 1px; background: var(--line-strong); }
.doc-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--green-dark);
  font: 500 11px/1.4 "DM Mono", monospace;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.doc-kicker::before { content: ""; width: 18px; height: 1px; background: var(--green); }
.doc-article h1, .doc-article h2, .doc-article h3 { text-wrap: balance; }
.doc-article h1 {
  max-width: 720px;
  margin: 0;
  color: #132018;
  font: 600 clamp(44px, 5vw, 68px)/.98 "Newsreader", serif;
  letter-spacing: -.045em;
}
.doc-lead {
  max-width: 690px;
  margin: 24px 0 0;
  color: #556159;
  font-size: 18px;
  line-height: 1.68;
}
.doc-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 27px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font: 400 11px/1.5 "DM Mono", monospace;
  letter-spacing: .04em;
}
.doc-meta span { display: inline-flex; align-items: center; gap: 7px; }
.doc-meta span::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--line-strong); }
.doc-meta span:first-child::before { background: var(--green); box-shadow: 0 0 0 4px var(--green-soft); }

.doc-section { padding-top: 58px; scroll-margin-top: 30px; }
.doc-section + .doc-section { margin-top: 4px; }
.section-index, .section-number { display: inline-block; margin: 0 0 9px; color: var(--quiet); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .12em; }
.doc-section h2 {
  margin: 0 0 18px;
  color: #1b2920;
  font: 600 34px/1.12 "Newsreader", serif;
  letter-spacing: -.025em;
}
.doc-section h3 { margin: 30px 0 9px; font-size: 18px; line-height: 1.4; letter-spacing: -.015em; }
.doc-section p { margin: 0 0 18px; color: #536057; }
.doc-section a:not(.text-link) { color: var(--green-dark); text-decoration-color: rgba(20,132,71,.3); text-underline-offset: 3px; }
.doc-section ul, .doc-section ol { margin: 16px 0 22px; padding-left: 20px; color: #536057; }
.doc-section li { margin: 8px 0; padding-left: 5px; }
.doc-section li::marker { color: var(--green); }
.doc-section strong { color: var(--ink); }
.doc-section code:not(pre code), .inline-code {
  padding: 2px 5px;
  border: 1px solid var(--line);
  border-radius: 4px;
  color: var(--green-dark);
  background: #f3f6f1;
  font: 500 .84em/1.4 "DM Mono", monospace;
}

.hero-path {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 34px;
}
.path-card {
  position: relative;
  min-height: 178px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 10px;
  text-decoration: none;
  background: rgba(255,255,255,.78);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}
.path-card::after {
  content: attr(data-index);
  position: absolute;
  right: 14px;
  bottom: -12px;
  color: rgba(20,132,71,.055);
  font: 500 84px/1 "DM Mono", monospace;
  letter-spacing: -.12em;
}
.path-card:hover { transform: translateY(-3px); border-color: rgba(20,132,71,.34); box-shadow: 0 18px 35px rgba(31,57,40,.09); }
.path-card small { display: block; color: var(--green); font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.path-card strong { display: block; margin: 16px 0 7px; color: var(--ink); font: 600 24px/1.1 "Newsreader", serif; }
.path-card p { position: relative; z-index: 1; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.path-card span { position: relative; z-index: 1; display: block; color: var(--muted); font-size: 11px; line-height: 1.6; }
.path-card em { position: absolute; z-index: 2; left: 20px; bottom: 18px; color: var(--green-dark); font-style: normal; font-size: 10px; font-weight: 700; }

.callout {
  position: relative;
  margin: 28px 0;
  padding: 18px 20px 18px 46px;
  border: 1px solid #d7e8da;
  border-radius: 8px;
  color: #425248;
  background: var(--green-wash);
}
.callout::before {
  content: "i";
  position: absolute;
  left: 17px;
  top: 19px;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(20,132,71,.35);
  border-radius: 50%;
  color: var(--green-dark);
  font: 500 10px/1 "DM Mono", monospace;
}
.callout.warning { border-color: #eadbc9; background: #fbf5ed; }
.callout.warning::before { content: "!"; color: var(--amber); border-color: rgba(189,110,47,.35); }
.callout strong { display: block; margin-bottom: 3px; font-size: 14px; }
.callout p { margin: 0; color: inherit; font-size: 14px; line-height: 1.62; }

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 28px 0;
  border: 1px solid var(--line);
  border-radius: 9px;
  overflow: hidden;
  background: #fff;
}
.process-step { position: relative; min-height: 125px; padding: 18px 15px; border-right: 1px solid var(--line); }
.process-step:last-child { border-right: 0; }
.process-step span { color: var(--green); font: 500 11px/1 "DM Mono", monospace; }
.process-step strong { display: block; margin: 22px 0 5px; font-size: 14px; }
.process-step p { margin: 0; color: var(--quiet); font-size: 12px; line-height: 1.5; }

.code-block { position: relative; margin: 25px 0; border: 1px solid #24342a; border-radius: 8px; overflow: hidden; background: var(--code); }
.code-head { display: flex; align-items: center; justify-content: space-between; min-height: 40px; padding: 0 12px 0 16px; border-bottom: 1px solid rgba(255,255,255,.08); color: #829086; font: 400 11px/1 "DM Mono", monospace; }
.code-head span { display: flex; align-items: center; gap: 7px; }
.code-head span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #34a365; box-shadow: 11px 0 #d2a449, 22px 0 #be6b61; margin-right: 21px; }
.copy-button { padding: 6px 8px; border: 1px solid rgba(255,255,255,.1); border-radius: 4px; color: #9ca79f; background: rgba(255,255,255,.03); font: 400 10px/1 "DM Mono", monospace; cursor: pointer; }
.copy-button:hover { color: #fff; border-color: rgba(255,255,255,.24); }
pre { max-width: 100%; margin: 0; padding: 20px 22px 23px; overflow-x: auto; color: #d5ddd7; font: 400 12px/1.72 "DM Mono", monospace; tab-size: 2; }
pre code { font: inherit; }
.tok-key { color: #7ed39c; }.tok-str { color: #dcba78; }.tok-comment { color: #708078; }.tok-fn { color: #8dc8d5; }

.data-table-wrap { max-width: 100%; margin: 26px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: #fff; }
.data-table { width: 100%; min-width: 580px; border-collapse: collapse; font-size: 13px; }
.data-table th { padding: 12px 15px; color: var(--quiet); text-align: left; background: #f3f5f1; font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.data-table td { padding: 14px 15px; border-top: 1px solid var(--line); color: var(--muted); vertical-align: top; }
.data-table td:first-child { color: var(--ink); font-weight: 700; }

.definition-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; margin: 24px 0; }
.definition-card { padding: 17px 18px; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,.74); }
.definition-card strong { display: block; font-size: 14px; }
.definition-card p { margin: 6px 0 0; color: var(--muted); font-size: 13px; line-height: 1.58; }

.doc-feedback { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 62px; padding: 18px 0; border-block: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.feedback-actions { display: flex; gap: 6px; }
.feedback-actions button { min-width: 44px; padding: 6px 10px; border: 1px solid var(--line); border-radius: 5px; color: var(--muted); background: #fff; cursor: pointer; }
.feedback-actions button:hover, .feedback-actions button.selected { color: var(--green-dark); border-color: rgba(20,132,71,.3); background: var(--green-wash); }

.doc-pagination { width: min(100%, 790px); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 36px auto 0; }
.pagination-link { min-height: 86px; display: flex; flex-direction: column; justify-content: center; padding: 15px 18px; border: 1px solid var(--line); border-radius: 8px; text-decoration: none; background: rgba(255,255,255,.68); transition: border-color .2s ease, transform .2s ease; }
.pagination-link:hover { border-color: rgba(20,132,71,.35); transform: translateY(-2px); }
.pagination-link.next { text-align: right; }
.pagination-link small { color: var(--quiet); font: 500 8px/1 "DM Mono", monospace; letter-spacing: .1em; text-transform: uppercase; }
.pagination-link strong { margin-top: 8px; color: var(--ink); font-size: 14px; }

.context-rail { position: sticky; top: 0; align-self: start; height: 100vh; padding: 78px 24px; border-left: 1px solid var(--line); background: rgba(249,250,247,.65); }
.context-inner { position: sticky; top: 40px; }
.context-label { margin: 0 0 13px; color: var(--quiet); font: 500 10px/1.4 "DM Mono", monospace; letter-spacing: .12em; text-transform: uppercase; }
#pageOutline { display: grid; gap: 3px; }
#pageOutline a { position: relative; padding: 6px 0 6px 12px; color: var(--muted); font-size: 12px; line-height: 1.45; text-decoration: none; }
#pageOutline a::before { content: ""; position: absolute; left: 0; top: 10px; width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); }
#pageOutline a:hover, #pageOutline a.active { color: var(--green-dark); }
#pageOutline a.active::before { background: var(--green); box-shadow: 0 0 0 3px var(--green-soft); }
.context-rule { height: 1px; margin: 26px 0; background: var(--line); }
.context-link { display: inline-block; margin-top: 22px; color: var(--green-dark); font-size: 12px; text-decoration: none; }

.docs-mobile-bar { display: none; }
.sidebar-scrim { display: none; }

.search-dialog { width: min(680px, calc(100vw - 32px)); padding: 0; border: 0; border-radius: 12px; color: var(--ink); background: transparent; box-shadow: var(--shadow); }
.search-dialog::backdrop { background: rgba(14,29,19,.48); backdrop-filter: blur(4px); }
.search-panel { overflow: hidden; border: 1px solid rgba(255,255,255,.6); border-radius: 12px; background: #fbfcf9; }
.search-panel-head { height: 62px; display: grid; grid-template-columns: 22px 1fr auto; gap: 12px; align-items: center; padding: 0 16px; border-bottom: 1px solid var(--line); }
.search-panel-head svg { width: 21px; color: var(--green-dark); }
.search-panel-head input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; font-size: 14px; }
.search-panel-head button { padding: 4px 7px; border: 1px solid var(--line); border-radius: 4px; color: var(--quiet); background: #fff; font: 400 8px/1 "DM Mono", monospace; }
.search-results { max-height: min(58vh, 470px); padding: 8px; overflow-y: auto; }
.search-result { width: 100%; display: grid; grid-template-columns: 34px 1fr auto; gap: 12px; align-items: center; padding: 11px 12px; border: 0; border-radius: 7px; color: var(--muted); text-align: left; background: transparent; cursor: pointer; }
.search-result:hover, .search-result.active { color: var(--ink); background: var(--green-wash); }
.search-result-index { display: grid; place-items: center; width: 30px; height: 30px; border: 1px solid var(--line); border-radius: 50%; color: var(--green-dark); font: 500 8px/1 "DM Mono", monospace; }
.search-result strong { display: block; color: var(--ink); font-size: 14px; }
.search-result small { display: block; margin-top: 2px; color: var(--quiet); font-size: 12px; }
.search-result em { color: var(--quiet); font: 400 10px/1 "DM Mono", monospace; font-style: normal; }
.search-empty { padding: 42px 20px; color: var(--quiet); text-align: center; font-size: 13px; }
.search-panel-foot { display: flex; gap: 16px; padding: 9px 15px; border-top: 1px solid var(--line); color: var(--quiet); background: #f4f6f2; font: 400 8px/1.5 "DM Mono", monospace; }
.search-panel-foot span:last-child { margin-left: auto; }

.copy-toast { position: fixed; z-index: 900; left: 50%; bottom: 24px; padding: 9px 13px; border-radius: 6px; color: #fff; background: var(--ink); box-shadow: var(--shadow); font: 500 9px/1 "DM Mono", monospace; opacity: 0; pointer-events: none; transform: translate(-50%, 12px); transition: opacity .2s ease, transform .2s ease; }
.copy-toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes articleIn { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: none; } }
@keyframes menuIn { from { opacity: 0; transform: translateY(-5px) scale(.985); } to { opacity: 1; transform: none; } }

@media (max-width: 1180px) {
  :root { --sidebar: 270px; }
  .docs-shell { grid-template-columns: var(--sidebar) minmax(0, 1fr); }
  .context-rail { display: none; }
  .docs-main { padding-inline: clamp(38px, 7vw, 84px); }
}

@media (max-width: 860px) {
  :root { --mobile-doc-bar: 64px; }
  .docs-mobile-bar {
    position: sticky;
    z-index: 300;
    top: 0;
    height: var(--mobile-doc-bar);
    display: grid;
    grid-template-columns: 42px 1fr 42px;
    align-items: center;
    padding: 0 14px;
    border-bottom: 1px solid var(--line);
    background: rgba(249,250,247,.94);
    backdrop-filter: blur(14px);
  }
  .icon-button { width: 38px; height: 38px; display: grid; place-content: center; gap: 4px; border: 0; border-radius: 7px; color: var(--ink); background: transparent; }
  .icon-button span { display: block; width: 17px; height: 1px; background: currentColor; }
  .icon-button svg { width: 20px; }
  .search-trigger { justify-self: end; }
  .mobile-doc-brand { justify-self: center; gap: 8px; line-height: 1.05; }
  .mobile-doc-brand .brand-sigil { width: 28px; height: 28px; font-size: 8px; }
  .mobile-doc-brand > span:last-child { display: grid; }
  .mobile-doc-brand strong { font-size: 11px; }
  .mobile-doc-brand small { margin-top: 3px; color: var(--quiet); font: 400 7px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
  .docs-shell { display: block; min-height: 100vh; border: 0; }
  .docs-sidebar {
    position: fixed;
    z-index: 500;
    inset: 0 auto 0 0;
    width: min(310px, calc(100vw - 46px));
    height: 100vh;
    transform: translateX(-105%);
    transition: transform .3s cubic-bezier(.2,.75,.25,1);
    box-shadow: 28px 0 70px rgba(20,35,25,.18);
  }
  body.nav-open .docs-sidebar { transform: none; }
  .sidebar-close { display: block; cursor: pointer; }
  .sidebar-scrim { position: fixed; z-index: 450; inset: 0; display: block; background: rgba(15,30,20,.38); opacity: 0; transition: opacity .25s ease; }
  .sidebar-scrim[hidden] { display: none; }
  body.nav-open .sidebar-scrim { opacity: 1; }
  .docs-main { padding: 54px 24px 80px; }
  .doc-article h1 { font-size: clamp(42px, 11vw, 58px); }
  .hero-path { grid-template-columns: 1fr; }
  .path-card { min-height: 158px; }
}

@media (max-width: 620px) {
  body { font-size: 15px; background-size: 28px 28px; }
  .docs-main { padding: 44px 18px 70px; }
  .doc-breadcrumbs { margin-bottom: 19px; }
  .doc-article h1 { font-size: 42px; line-height: 1.02; }
  .doc-lead { margin-top: 20px; font-size: 16px; }
  .doc-meta { margin-top: 22px; padding-bottom: 28px; }
  .doc-section { padding-top: 46px; }
  .doc-section h2 { font-size: 30px; }
  .definition-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process-step:nth-child(2) { border-right: 0; }
  .process-step:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .doc-pagination { grid-template-columns: 1fr; }
  .pagination-link.next { text-align: left; }
  .doc-feedback { align-items: flex-start; flex-direction: column; }
  pre { padding: 16px; font-size: 11px; }
  .search-panel-foot span:last-child { display: none; }
}

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