@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("/assets/inter-roman-latin-aca34547.woff2") format("woff2");
}

/* Coinkun's developer portal. These tokens are isolated from the product UI. */
:root {
  --docs-bg: #fff;
  --docs-soft: #f7f9fc;
  --docs-sidebar: #fbfcfe;
  --docs-text: #465570;
  --docs-title: #142443;
  --docs-muted: #5f6e86;
  --docs-border: #e3e9f2;
  --docs-blue: #245df5;
  --docs-blue-hover: #174bd3;
  --docs-tint: #edf4ff;
  --docs-hero: #eff5ff;
  --docs-code: #edf2fa;
  --docs-code-text: #3156a2;
  --docs-shadow: rgb(22 47 88 / 12%);
  --docs-sidebar-width: 248px;
  --docs-header-height: 72px;
  --docs-terminal: #14213a;
  --docs-terminal-soft: #1c2b46;
  --docs-terminal-border: #30415e;
  --docs-terminal-text: #e0e9fa;
  --docs-terminal-muted: #a9b9d2;
  color-scheme: light;
}
:root[data-theme="dark"] {
  --docs-bg: #101a2c;
  --docs-soft: #162239;
  --docs-sidebar: #111d30;
  --docs-text: #c2cde0;
  --docs-title: #f0f5ff;
  --docs-muted: #9bacc6;
  --docs-border: #2b3a53;
  --docs-blue: #8bb2ff;
  --docs-blue-hover: #aecaff;
  --docs-tint: #1e3456;
  --docs-hero: #192c49;
  --docs-code: #22344f;
  --docs-code-text: #a9c7ff;
  --docs-shadow: rgb(0 0 0 / 25%);
  color-scheme: dark;
}
* { box-sizing: border-box; }
html { scroll-padding-top: 104px; }
body.docs-site { margin: 0; background: var(--docs-bg); color: var(--docs-text); font: 15px/1.7 Inter, sans-serif; -webkit-font-smoothing: antialiased; }
.docs-site [hidden] { display: none !important; }
.docs-site a { color: inherit; text-decoration: none; }
.docs-site button, .docs-site input { font: inherit; }
.docs-site button { cursor: pointer; color: inherit; }
.docs-site :focus-visible { outline: 2px solid var(--docs-blue); outline-offset: 4px; }
.docs-site .ui-icon { flex-shrink: 0; vertical-align: middle; }
.docs-site h1, .docs-site h2, .docs-site h3 { color: var(--docs-title); letter-spacing: -.035em; }
.docs-site h1 { font-size: 48px; line-height: 1.15; font-weight: 650; margin: 0 0 16px; }
.docs-site h2 { font-size: 28px; line-height: 1.3; font-weight: 620; margin: 0; }
.docs-site h3 { font-size: 17px; font-weight: 600; line-height: 1.5; margin: 28px 0 14px; letter-spacing: -.015em; }
.docs-site p { margin: 16px 0; }
.docs-site code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .86em; }
.docs-site :not(pre) > code { padding: 3px 6px; border-radius: 4px; background: var(--docs-code); color: var(--docs-code-text); overflow-wrap: anywhere; }
.docs-site .docs-eyebrow { display: flex; align-items: center; gap: 10px; color: var(--docs-blue); font-size: 10px; font-weight: 650; line-height: 1.5; letter-spacing: .12em; margin: 0 0 12px; }
.docs-version { display: inline-flex; align-items: center; justify-content: center; min-width: 28px; padding: 1px 6px; border: 1px solid var(--docs-border); border-radius: 5px; color: var(--docs-muted); background: var(--docs-bg); font: 10px/18px ui-monospace, monospace; letter-spacing: 0; }
.docs-skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; background: var(--docs-bg); padding: 8px 14px; border: 1px solid var(--docs-blue); border-radius: 6px; }
.docs-skip-link:focus { top: 10px; }

/* One consistent navigation shell for the overview and every reference page. */
.docs-header { height: var(--docs-header-height); position: fixed; inset: 0 0 auto; z-index: 20; display: flex; align-items: center; border-bottom: 1px solid var(--docs-border); background: var(--docs-bg); }
.docs-brand { display: flex; align-items: center; flex-shrink: 0; gap: 7px; height: 100%; width: var(--docs-sidebar-width); padding: 0 24px; }
.docs-brand .lp-brand-mark { width: 31px; height: 28px; color: var(--docs-blue); }
.docs-brand .lp-brand-name { font-size: 23px; letter-spacing: -1.1px; font-weight: 750; color: var(--docs-title); line-height: 1; }
.docs-brand > strong { font-size: 12px; color: var(--docs-muted); font-weight: 450; border-left: 1px solid var(--docs-border); padding-left: 12px; margin-left: 5px; }
.docs-header-tools { display: flex; flex: 1; min-width: 0; align-items: center; padding: 0 40px; gap: 24px; }
.docs-search-open { display: flex; align-items: center; gap: 10px; width: min(100%, 390px); border: 1px solid var(--docs-border); border-radius: 7px; background: var(--docs-soft); color: var(--docs-muted) !important; height: 38px; padding: 0 12px; font-size: 13px !important; text-align: left; }
.docs-search-open:hover { border-color: var(--docs-blue); }
.docs-search-open kbd { margin-left: auto; white-space: nowrap; background: var(--docs-bg); }
.docs-site kbd { font-family: inherit; font-size: 10px; line-height: 1.5; border: 1px solid var(--docs-border); border-radius: 4px; padding: 2px 5px; }
.docs-home-link { margin-left: auto; font-size: 12px; color: var(--docs-muted) !important; white-space: nowrap; }
.docs-home-link:hover { color: var(--docs-blue) !important; }
.docs-theme { display: grid; place-items: center; height: 32px; width: 32px; flex-shrink: 0; padding: 0; border: 1px solid var(--docs-border); border-radius: 7px; background: var(--docs-bg); }
.docs-theme > span { font-size: 20px; line-height: 1; }
.docs-theme:hover { background: var(--docs-tint); border-color: var(--docs-blue); }
.docs-dashboard-link { display: inline-flex; align-items: center; gap: 16px; border-radius: 6px; padding: 7px 13px; font-size: 13px; font-weight: 550; white-space: nowrap; background: var(--docs-title); color: var(--docs-bg) !important; }
.docs-dashboard-link:hover { background: var(--docs-blue); color: #fff !important; }
:root[data-theme="dark"] .docs-dashboard-link:hover { color: #142443 !important; }
.docs-mobile-bar { display: none; }
.docs-sidebar { position: fixed; z-index: 15; inset: var(--docs-header-height) auto 0 0; width: var(--docs-sidebar-width); padding: 26px 16px; border-right: 1px solid var(--docs-border); background: var(--docs-sidebar); overflow-y: auto; scrollbar-width: thin; font-size: 13px; line-height: 20px; }
.docs-sidebar-top { display: flex; align-items: center; justify-content: space-between; margin: 0 10px 22px; color: var(--docs-title); font-size: 11px; font-weight: 600; }
.docs-sidebar .docs-nav-link { display: flex; align-items: center; gap: 11px; min-height: 36px; padding: 7px 11px; border-radius: 6px; margin: 2px 0; }
.docs-nav-link svg { color: var(--docs-muted); }
.docs-nav-link:hover { background: var(--docs-soft); color: var(--docs-blue); }
.docs-nav-link[aria-current="page"] { color: var(--docs-blue); background: var(--docs-tint); font-weight: 600; }
.docs-nav-link[aria-current="page"] svg { color: var(--docs-blue); }
.docs-nav-group { margin-top: 24px; }
.docs-nav-label { display: block; padding: 0 11px 8px; color: var(--docs-title); font-size: 11px; font-weight: 650; }
.docs-sidebar-resources { margin: 30px 2px 0; padding: 16px; background: var(--docs-tint); border-radius: 8px; }
.docs-edition-mark { display: flex; margin-bottom: 10px; color: var(--docs-blue); }
.docs-sidebar-resources strong { display: block; color: var(--docs-title); font-size: 12px; font-weight: 600; }
.docs-sidebar-resources small { display: block; line-height: 18px; color: var(--docs-muted); font-size: 10px; margin-top: 6px; }
.docs-sidebar-resources a { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 11px; color: var(--docs-blue); }

/* Overview: an editorial introduction, a real static example, and useful entry points. */
.docs-home-main { margin-left: var(--docs-sidebar-width); padding: var(--docs-header-height) 44px 0; }
.docs-home-wrap { max-width: 1264px; margin: 0 auto; }
.docs-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 29px 0; color: var(--docs-muted); font-size: 11px; }
.docs-topline > span:first-child > span { padding: 0 12px; color: var(--docs-border); }
.docs-edition { display: flex; align-items: center; gap: 10px; font-size: 10px; }
.docs-hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; padding: 44px 36px; border-radius: 14px; background: var(--docs-hero); }
.docs-hero-copy, .docs-hero-example { min-width: 0; }
.docs-hero .docs-eyebrow { font-size: 9px; letter-spacing: .13em; margin-bottom: 22px; }
.docs-hero .docs-eyebrow > span { height: 6px; width: 6px; background: var(--docs-blue); }
.docs-hero h1 { font-size: clamp(42px, 4.1vw, 64px); line-height: 1.07; font-weight: 650; letter-spacing: -.055em; margin-bottom: 22px; }
.docs-hero h1 > span { color: var(--docs-blue); }
.docs-hero-copy > p:not(.docs-eyebrow) { font-size: 14px; line-height: 1.85; max-width: 355px; margin: 0; }
.docs-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 26px; }
.docs-button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 42px; padding: 10px 16px; border-radius: 6px; font-size: 12px; font-weight: 600; }
.docs-button--primary { background: #245df5; color: #fff !important; }
.docs-button--primary:hover { background: #174bd3; }
.docs-text-link { font-size: 11px; font-weight: 550; color: var(--docs-title) !important; text-underline-offset: 4px; }
.docs-text-link:hover { text-decoration: underline; }
.docs-hero-example { background: var(--docs-terminal); color: var(--docs-terminal-text); border: 1px solid var(--docs-terminal-border); border-radius: 10px; box-shadow: 0 14px 30px rgb(35 68 122 / 10%); overflow: hidden; }
.docs-terminal-title { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; border-bottom: 1px solid var(--docs-terminal-border); font-size: 12px; }
.docs-terminal-title > span:first-child { display: flex; align-items: center; gap: 8px; }
.docs-terminal-title svg { color: #90b5ff; }
.docs-terminal-label { color: var(--docs-terminal-muted); font: 10px ui-monospace, monospace; }
.docs-terminal-endpoint { display: flex; align-items: center; gap: 10px; padding: 20px 20px 10px; }
.docs-terminal-endpoint > code { background: none !important; padding: 0 !important; color: var(--docs-terminal-text) !important; font-size: 12px; }
.docs-terminal-endpoint > span:last-child { margin-left: auto; color: var(--docs-terminal-muted); font: 9px ui-monospace, monospace; }
.docs-terminal-footer { display: flex; align-items: center; gap: 7px; padding: 12px 20px; color: var(--docs-terminal-muted); border-top: 1px solid var(--docs-terminal-border); font-size: 10px; }
.docs-quickstart { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 27px 0; border-bottom: 1px solid var(--docs-border); }
.docs-quickstart a { display: flex; align-items: center; gap: 13px; padding: 4px 22px; border-right: 1px solid var(--docs-border); min-width: 0; }
.docs-quickstart a:first-child { padding-left: 0; }
.docs-quickstart a:last-child { border-right: 0; padding-right: 0; }
.docs-step-number { display: grid; place-items: center; width: 32px; height: 32px; flex-shrink: 0; border: 1px solid var(--docs-border); border-radius: 7px; color: var(--docs-blue); font: 10px ui-monospace, monospace; }
.docs-quickstart strong { display: block; color: var(--docs-title); font-size: 12px; font-weight: 600; }
.docs-quickstart small { display: block; color: var(--docs-muted); font-size: 10px; margin-top: 2px; }
.docs-quickstart a > svg { margin-left: auto; color: var(--docs-muted); }
.docs-quickstart a:hover strong, .docs-quickstart a:hover > svg { color: var(--docs-blue); }
.docs-quickstart a:hover .docs-step-number { background: var(--docs-tint); border-color: var(--docs-blue); }
.docs-guides { margin-top: 44px; }
.docs-block-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.docs-block-heading .docs-eyebrow { font-size: 9px; margin-bottom: 9px; }
.docs-block-heading > p { color: var(--docs-muted); font-size: 11px; margin: 0 0 4px; }
.docs-feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.docs-feature { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; border: 1px solid var(--docs-border); border-radius: 10px; background: var(--docs-bg); transition: border-color .15s, background-color .15s; }
.docs-feature:hover { border-color: var(--docs-blue); background: var(--docs-soft); }
.docs-feature-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 22px; }
.docs-feature-top > svg { color: var(--docs-muted); }
.docs-feature-icon { display: grid; place-items: center; width: 40px; height: 40px; background: var(--docs-tint); color: var(--docs-blue); border-radius: 8px; }
.docs-feature h3 { font-size: 16px; line-height: 24px; margin: 0; letter-spacing: -.02em; }
.docs-feature p { font-size: 13px; line-height: 22px; color: var(--docs-muted); margin: 9px 0 20px; }
.docs-feature .docs-status { margin-top: auto; }
.docs-home-note { margin: 56px 0 44px; padding: 30px; border: 1px solid var(--docs-border); border-radius: 12px; background: var(--docs-soft); }
.docs-home-note > p { font-size: 12px; max-width: 630px; color: var(--docs-muted); }
.docs-home-note .docs-block-heading { margin-bottom: 18px; }
.docs-home-note h2 { font-size: 24px; }
.docs-available-methods { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 24px 0; }
.docs-available-methods a { display: flex; align-items: center; gap: 8px; min-width: 0; padding: 10px; border: 1px solid var(--docs-border); border-radius: 6px; background: var(--docs-bg); color: var(--docs-title); font-size: 12px; line-height: 1.5; }
.docs-available-methods a > svg { margin-left: auto; color: var(--docs-muted); }
.docs-available-methods a:hover { border-color: var(--docs-blue); color: var(--docs-blue); }
.docs-release-footer { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--docs-border); padding-top: 16px; }
.docs-release-footer p { margin: 0; max-width: 54%; color: var(--docs-muted); font-size: 10px; }
.docs-release-footer p:last-child { flex-shrink: 0; }
.docs-release-footer code { display: block; background: none !important; padding: 2px 0 !important; }
.docs-footer { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding: 24px 0 32px; border-top: 1px solid var(--docs-border); font-size: 10px; color: var(--docs-muted); }
.docs-footer span > span { padding: 0 10px; color: var(--docs-border); }

/* Reference articles keep long contracts readable and navigation in reach. */
.docs-article-shell { margin-left: var(--docs-sidebar-width); padding-top: var(--docs-header-height); }
.docs-reader { max-width: 1280px; margin: 0 auto; padding: 36px 48px 64px; display: grid; grid-template-columns: minmax(0, 736px) 192px; justify-content: center; gap: 56px; }
.docs-article { min-width: 0; overflow-wrap: anywhere; }
.docs-breadcrumbs { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--docs-muted); margin-bottom: 40px; }
.docs-article .docs-breadcrumbs a { color: var(--docs-muted); }
.docs-article > .docs-eyebrow { margin-bottom: 14px; }
.docs-article > .docs-intro { font-size: 17px; line-height: 1.75; color: var(--docs-muted); margin: 0 0 26px; }
.docs-inline-outline { display: none; margin: 24px 0; border: 1px solid var(--docs-border); border-radius: 7px; font-size: 12px; }
.docs-inline-outline summary { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; color: var(--docs-title); cursor: pointer; list-style: none; }
.docs-inline-outline summary::-webkit-details-marker { display: none; }
.docs-inline-outline[open] summary > svg { transform: rotate(180deg); }
.docs-inline-outline nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 20px; padding: 0 16px 16px; }
.docs-article a:not(.docs-anchor):not(.docs-prev-next a) { color: var(--docs-blue); }
.docs-callout { background: var(--docs-soft); border: 1px solid var(--docs-border); border-left: 3px solid #8eb5ff; border-radius: 0 8px 8px 0; padding: 18px 22px; font-size: 13px; line-height: 1.85; margin: 24px 0; }
.docs-callout strong { display: block; color: var(--docs-title); font-weight: 600; }
.docs-callout p { margin: 7px 0 0; }
.docs-contract-note { background: var(--docs-tint); font-size: 13px; }
.docs-callout--warning { border-left-color: #ccad6c; }
.docs-section { padding-top: 36px; border-top: 1px solid var(--docs-border); margin-top: 44px; }
.docs-section-heading { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.docs-section h2 { position: relative; font-size: 26px; }
.docs-section > p { font-size: 15px; line-height: 1.9; }
.docs-anchor { position: absolute; left: -22px; padding-right: 7px; opacity: 0; color: var(--docs-blue) !important; font-weight: 400; }
.docs-section h2:hover .docs-anchor, .docs-anchor:focus-visible { opacity: 1; }
.docs-status { display: inline-flex; align-items: center; gap: 5px; padding: 2px 7px; font-size: 10px; line-height: 17px; font-weight: 550; border: 1px solid var(--docs-border); border-radius: 5px; color: var(--docs-muted); background: var(--docs-soft); white-space: nowrap; letter-spacing: 0; }
.docs-status--available { color: #21715b; background: #edf8f3; border-color: #d4eadf; }
.docs-status--available::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: currentColor; }
.docs-status--planned { color: #6d644f; background: #faf7ef; border-color: #eae4d6; }
:root[data-theme="dark"] .docs-status--available { background: #18382f; color: #9edbc1; border-color: #31574b; }
:root[data-theme="dark"] .docs-status--planned { background: #383329; color: #ddcca6; border-color: #554a36; }
.docs-method { display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; min-width: 40px; padding: 3px 6px; border-radius: 4px; background: var(--docs-tint); color: var(--docs-blue); font: 600 9px/16px ui-monospace, SFMono-Regular, monospace; }
.docs-method--get { background: #eaf6f1; color: #20745b; }
.docs-method--post { background: #eaf0ff; color: #315acc; }
.docs-method--patch, .docs-method--put { background: #fff3df; color: #8b5e17; }
.docs-method--delete { background: #ffedf0; color: #a54058; }
:root[data-theme="dark"] .docs-method--get { background: #1b3b33; color: #9edfc5; }
:root[data-theme="dark"] .docs-method--post { background: #263e69; color: #b0c9ff; }
:root[data-theme="dark"] .docs-method--patch, :root[data-theme="dark"] .docs-method--put { background: #463827; color: #ecd2a1; }
:root[data-theme="dark"] .docs-method--delete { background: #452a36; color: #ffc1d0; }
.docs-terminal-endpoint .docs-method--post { background: #2b426c; color: #b8ceff; }
.docs-endpoint { display: flex; align-items: center; gap: 13px; padding: 12px 15px; border: 1px solid var(--docs-border); border-radius: 7px; background: var(--docs-soft); margin-top: 22px; }
.docs-endpoint > code { padding: 0 !important; background: none !important; color: var(--docs-title) !important; font-size: 12px; }
.docs-request-details { padding: 0; margin: 0 0 20px; list-style: none; }
.docs-request-details li { display: grid; grid-template-columns: 112px minmax(0, 1fr); align-items: start; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--docs-border); overflow-wrap: anywhere; font-size: 13px; }
.docs-request-details li > span:first-child { color: var(--docs-muted); padding-top: 3px; }
.docs-request-details li > code { justify-self: start; max-width: 100%; }
.docs-table-scroll { width: 100%; overflow-x: auto; margin: 22px 0; border: 1px solid var(--docs-border); border-radius: 8px; }
.docs-table-scroll table { border-collapse: collapse; font-size: 13px; line-height: 23px; text-align: left; width: 100%; min-width: 520px; }
.docs-table-scroll th, .docs-table-scroll td { padding: 13px 14px; border-bottom: 1px solid var(--docs-border); vertical-align: top; overflow-wrap: normal; }
.docs-table-scroll th { background: var(--docs-soft); color: var(--docs-title); font-weight: 600; font-size: 11px; white-space: nowrap; }
.docs-table-scroll tr:last-child td { border-bottom: 0; }
.docs-table-scroll code { white-space: nowrap; }
.docs-table-scroll td:first-child { color: var(--docs-code-text); }
.docs-required { font-size: 10px; color: var(--docs-muted); }
.docs-example { border: 1px solid var(--docs-terminal-border); border-radius: 9px; background: var(--docs-terminal); color: var(--docs-terminal-text); margin: 24px 0 12px; overflow: hidden; }
.docs-example-header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--docs-terminal-border); background: var(--docs-terminal-soft); padding: 0 18px; gap: 8px; }
.docs-code-tabs { display: flex; min-width: 0; gap: 22px; }
.docs-code-tabs button { padding: 14px 0 11px; border: 0; border-bottom: 2px solid transparent; background: transparent; font-size: 12px; line-height: 20px; color: var(--docs-terminal-muted); }
.docs-code-tabs button[aria-selected="true"] { color: #fff; border-bottom-color: #8aafff; }
.docs-example :focus-visible { outline-color: #a9c6ff; outline-offset: -3px; }
.docs-copy { padding: 5px 7px; border: 1px solid #4b5e7d; background: transparent; color: var(--docs-terminal-text) !important; border-radius: 5px; display: flex; align-items: center; gap: 6px; font-size: 10px !important; line-height: 1.5; }
.docs-copy:hover { background: #30415e; }
.docs-example pre { overflow: auto; margin: 0; padding: 23px; font-size: 13px; line-height: 24px; tab-size: 2; scrollbar-width: thin; scrollbar-color: #546888 var(--docs-terminal); }
.docs-example pre code { font-size: inherit; white-space: pre; }
.docs-token-string { color: #b2dfca; }
.docs-token-number { color: #d7b7f6; }
.docs-token-key { color: #a9c7ff; }
.docs-example-caption { font-size: 11px; color: var(--docs-muted); line-height: 1.8; margin-top: 10px !important; }
.docs-hero-example .docs-example { margin: 0; border: 0; border-radius: 0; }
.docs-hero-example .docs-example-header { margin: 4px 20px 0; padding: 0; background: transparent; }
.docs-hero-example .docs-code-tabs { gap: 20px; }
.docs-hero-example .docs-code-tabs button { font-size: 10px; padding-top: 10px; padding-bottom: 9px; }
.docs-hero-example .docs-copy { border: 0; }
.docs-hero-example .docs-example pre { padding: 22px 20px; min-height: 174px; font-size: 11px; line-height: 23px; }
.docs-outline { position: sticky; top: 110px; align-self: start; max-height: calc(100svh - 140px); overflow-y: auto; scrollbar-width: thin; padding: 0 0 0 18px; border-left: 1px solid var(--docs-border); font-size: 12px; line-height: 19px; }
.docs-outline strong { display: block; color: var(--docs-title); margin: 0 0 15px; font-size: 11px; font-weight: 600; }
.docs-outline a { display: block; padding: 5px 0 5px 10px; margin-left: -10px; border-left: 2px solid transparent; color: var(--docs-muted); }
.docs-outline a:hover { color: var(--docs-blue); }
.docs-outline a[aria-current="location"] { color: var(--docs-blue); border-left-color: var(--docs-blue); font-weight: 550; }
.docs-outline-footer { display: flex; align-items: flex-start; gap: 10px; margin-top: 25px; padding-top: 18px; border-top: 1px solid var(--docs-border); color: var(--docs-muted); font-size: 10px; }
.docs-outline-footer > svg { color: var(--docs-blue); margin-top: 3px; }
.docs-page-meta { color: var(--docs-muted); font-size: 10px; line-height: 1.9; margin: 48px 0 24px; }
.docs-prev-next { display: flex; gap: 16px; border-top: 1px solid var(--docs-border); padding-top: 24px; }
.docs-prev-next a { flex: 1; min-width: 0; border: 1px solid var(--docs-border); border-radius: 8px; padding: 16px 20px; color: var(--docs-title); font-size: 14px; }
.docs-prev-next a:hover { border-color: var(--docs-blue); background: var(--docs-tint); }
.docs-prev-next a:last-child { text-align: right; }
.docs-prev-next small { display: block; font-size: 10px; color: var(--docs-muted); margin-bottom: 3px; }

/* Local search: the same catalog, with no remote service or tracking. */
.docs-search-dialog { width: 640px; max-width: calc(100vw - 32px); max-height: calc(100svh - 100px); margin: 96px auto auto; padding: 12px; border: 1px solid var(--docs-border); border-radius: 14px; background: var(--docs-bg); color: var(--docs-text); box-shadow: 0 24px 80px var(--docs-shadow); }
.docs-search-dialog::backdrop { background: rgb(14 30 57 / 42%); backdrop-filter: blur(4px); }
.docs-search-field { display: flex; align-items: center; gap: 12px; border: 1px solid var(--docs-blue); border-radius: 8px; padding: 14px; color: var(--docs-blue); background: var(--docs-soft); }
.docs-search-field input { min-width: 0; flex: 1; width: 100%; border: 0; background: none; color: var(--docs-text); outline: none !important; font-size: 14px; }
.docs-search-field button { border: 0; background: none; padding: 3px; }
.docs-search-results { margin: 12px 0; max-height: min(460px, calc(100svh - 300px)); overflow-y: auto; }
.docs-search-results a { display: block; border: 1px solid transparent; border-radius: 7px; margin: 4px 0; padding: 12px 14px; color: var(--docs-title); }
.docs-search-results a[aria-current="true"], .docs-search-results a:hover { background: var(--docs-tint); border-color: var(--docs-border); }
.docs-search-results a strong { display: block; font-size: 13px; font-weight: 600; }
.docs-search-results a small { display: block; font-size: 10px; color: var(--docs-muted); overflow-wrap: anywhere; margin-top: 3px; }
.docs-search-empty { text-align: center; padding: 30px 20px; color: var(--docs-muted); font-size: 13px; }
.docs-search-hints { border-top: 1px solid var(--docs-border); padding: 12px 6px 0; display: flex; flex-wrap: wrap; gap: 14px; font-size: 10px; color: var(--docs-muted); }
.docs-search-hints > span:last-child { margin-left: auto; }
.docs-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

@media (min-width: 1800px) {
  :root { --docs-sidebar-width: 280px; }
  .docs-sidebar { padding-inline: 24px; }
  .docs-brand { padding-inline: 32px; }
  .docs-home-main { padding-inline: 64px; }
  .docs-hero { padding: 56px 48px; gap: 48px; }
}
@media (max-width: 1279px) {
  :root { --docs-sidebar-width: 228px; }
  .docs-brand { padding-inline: 18px; }
  .docs-brand .lp-brand-name { font-size: 21px; }
  .docs-header-tools { padding: 0 28px; gap: 18px; }
  .docs-home-link { display: none; }
  .docs-theme { margin-left: auto; }
  .docs-home-main { padding-inline: 28px; }
  .docs-hero { padding: 32px 26px; gap: 24px; }
  .docs-hero-copy > p:not(.docs-eyebrow) { max-width: 440px; }
  .docs-hero-example { max-width: 100%; }
  .docs-hero h1 { font-size: 44px; }
  .docs-hero h1 br { display: none; }
  .docs-hero h1 > span { display: block; }
  .docs-hero-example .docs-example pre { min-height: 144px; }
  .docs-quickstart a { padding-inline: 13px; gap: 9px; }
  .docs-quickstart small { display: none; }
  .docs-quickstart a > svg { display: none; }
  .docs-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .docs-available-methods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .docs-home-note { padding: 24px; }
  .docs-reader { grid-template-columns: minmax(0, 736px); padding: 36px 48px 64px; }
  .docs-outline { display: none; }
  .docs-inline-outline { display: block; }
}
@media (max-width: 959px) {
  :root { --docs-header-height: 64px; }
  html { scroll-padding-top: 136px; }
  .docs-brand { width: 220px; padding-left: 24px; }
  .docs-header-tools { padding: 0 24px 0 0; gap: 14px; }
  .docs-search-open { width: 100%; }
  .docs-sidebar { display: none; top: 112px; width: 290px; max-width: 85vw; padding: 24px 18px; box-shadow: 14px 0 30px var(--docs-shadow); }
  .docs-sidebar.is-open { display: block; }
  .docs-mobile-bar { position: fixed; display: flex; justify-content: space-between; align-items: center; inset: 64px 0 auto; height: 48px; padding: 0 24px; z-index: 19; background: var(--docs-bg); border-bottom: 1px solid var(--docs-border); font-size: 11px; }
  .docs-mobile-bar button { display: flex; align-items: center; gap: 8px; background: none; border: 0; padding: 8px 0; }
  .docs-mobile-bar > span { display: flex; align-items: center; gap: 10px; color: var(--docs-muted); }
  .docs-mobile-outline { position: absolute; top: 47px; right: 16px; width: min(310px, calc(100vw - 32px)); max-height: 65svh; overflow: auto; border: 1px solid var(--docs-border); padding: 12px 20px; border-radius: 0 0 8px 8px; background: var(--docs-bg); box-shadow: 0 12px 24px var(--docs-shadow); }
  .docs-mobile-outline a { display: block; padding: 7px 0; }
  .docs-article-shell, .docs-home-main { margin-left: 0; padding-top: 112px; }
  .docs-home-main { padding-inline: 32px; }
  .docs-reader { padding: 32px 48px 56px; }
  .docs-inline-outline { display: none; }
  .docs-hero { grid-template-columns: 1fr 1fr; padding: 32px 28px; }
  .docs-hero h1 { font-size: 42px; }
  .docs-hero .docs-eyebrow { font-size: 8px; }
  .docs-hero-actions { gap: 14px; }
  .docs-hero-copy > p:not(.docs-eyebrow) { font-size: 13px; }
  .docs-terminal-title, .docs-terminal-footer { padding-inline: 16px; }
  .docs-terminal-endpoint { padding-inline: 16px; }
  .docs-hero-example .docs-example-header { margin-inline: 16px; }
  .docs-hero-example .docs-example pre { padding-inline: 16px; font-size: 10px; min-height: 174px; }
}
@media (max-width: 639px) {
  .docs-brand { width: auto; padding: 0 16px 0 20px; }
  .docs-brand .lp-brand-mark { width: 27px; }
  .docs-brand .lp-brand-name { font-size: 22px; }
  .docs-brand > strong { margin-left: 3px; padding-left: 10px; }
  .docs-header-tools { margin-left: auto; flex: 0 1 auto; gap: 10px; padding-right: 20px; }
  .docs-search-open { background: transparent; border: 0; padding: 7px; width: 32px; height: 32px; }
  .docs-search-open > span, .docs-search-open > kbd, .docs-dashboard-link { display: none; }
  .docs-theme { width: 30px; height: 30px; }
  .docs-mobile-bar { padding-inline: 20px; }
  .docs-home-main { padding-inline: 20px; }
  .docs-topline { padding-block: 23px; font-size: 10px; }
  .docs-topline .docs-edition { display: none; }
  .docs-hero { grid-template-columns: minmax(0, 1fr); padding: 28px 22px 22px; gap: 30px; border-radius: 10px; }
  .docs-hero .docs-eyebrow { font-size: 8px; margin-bottom: 20px; }
  .docs-home .docs-hero h1 { font-size: clamp(34px, 11vw, 43px); letter-spacing: -.055em; margin-bottom: 18px; }
  .docs-hero-copy > p:not(.docs-eyebrow) { font-size: 13px; line-height: 1.8; }
  .docs-hero-actions { margin-top: 22px; gap: 16px; }
  .docs-button { font-size: 11px; min-height: 40px; padding: 9px 13px; gap: 13px; }
  .docs-text-link { font-size: 10px; }
  .docs-terminal-title { font-size: 10px; padding-block: 14px; }
  .docs-terminal-footer { font-size: 8px; }
  .docs-hero-example .docs-example pre { min-height: 145px; }
  .docs-quickstart { grid-template-columns: minmax(0, 1fr); padding-block: 15px; }
  .docs-quickstart a, .docs-quickstart a:first-child, .docs-quickstart a:last-child { border: 0; padding: 12px 0; gap: 13px; }
  .docs-quickstart small { display: block; }
  .docs-quickstart a > svg { display: block; }
  .docs-guides { margin-top: 34px; }
  .docs-block-heading { align-items: start; flex-direction: column; gap: 8px; margin-bottom: 20px; }
  .docs-block-heading > p { font-size: 12px; }
  .docs-block-heading h2 { font-size: 26px; }
  .docs-feature-grid { grid-template-columns: minmax(0, 1fr); gap: 12px; }
  .docs-feature { padding: 22px; }
  .docs-feature-top { margin-bottom: 16px; }
  .docs-feature p { font-size: 13px; line-height: 22px; margin-bottom: 16px; }
  .docs-home-note { margin: 36px 0 30px; padding: 22px 18px; }
  .docs-home-note h2 { font-size: 24px; }
  .docs-home-note > p { font-size: 12px; }
  .docs-available-methods { grid-template-columns: minmax(0, 1fr); gap: 7px; }
  .docs-available-methods a { font-size: 11px; padding: 11px; }
  .docs-release-footer { flex-direction: column; gap: 16px; }
  .docs-release-footer p { max-width: none; font-size: 11px; }
  .docs-footer { align-items: start; flex-direction: column; gap: 6px; }
  .docs-reader { padding: 28px 24px 48px; }
  .docs-breadcrumbs { margin-bottom: 30px; font-size: 10px; gap: 8px; }
  .docs-site h1 { font-size: 36px; }
  .docs-article > .docs-intro { font-size: 15px; }
  .docs-section { margin-top: 36px; padding-top: 28px; }
  .docs-section h2 { font-size: 24px; }
  .docs-section > p { font-size: 13px; }
  .docs-callout { padding: 16px; font-size: 12px; }
  .docs-section-heading { gap: 9px; }
  .docs-request-details li { grid-template-columns: 84px minmax(0, 1fr); gap: 10px; font-size: 11px; }
  .docs-table-scroll th, .docs-table-scroll td { padding: 11px 12px; }
  .docs-example-header { padding-inline: 14px; }
  .docs-example pre { padding: 18px 16px; font-size: 11px; line-height: 22px; }
  .docs-code-tabs { gap: 18px; }
  .docs-copy > span { display: none; }
  .docs-endpoint { padding: 10px 12px; gap: 10px; }
  .docs-endpoint > code { font-size: 11px; }
  .docs-prev-next a { padding: 12px; font-size: 12px; }
  .docs-search-dialog { margin-top: 20px; max-height: calc(100svh - 40px); }
  .docs-search-field { padding: 10px; }
  .docs-search-field input { font-size: 16px; }
  .docs-search-results { max-height: calc(100svh - 225px); }
  .docs-search-hints { gap: 10px; }
  .docs-search-hints > span:last-child { width: 100%; margin-left: 0; }
}
@media (prefers-reduced-motion: reduce) { .docs-feature { transition: none; } }
