/* Presentation-only layer. Original app.css and app.js remain intact. */
.docs-page {
  --bg: #fff; --text: #27272a; --muted: #71717a; --line: #e5e7eb;
  --link: #303036; --link-hover: #09090b; --header-height: 60px;
  margin: 0; height: 100dvh; overflow: hidden; background: #fff;
  -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
}
.docs-page *, .docs-page *::before, .docs-page *::after { box-sizing: border-box; }
.docs-page [hidden] { display: none !important; }
.docs-page :focus-visible { outline: 2px solid #71717a; outline-offset: 3px; }
.docs-page button, .docs-page input, .docs-page a { -webkit-tap-highlight-color: transparent; }
.docs-page button, .docs-page a { transition: color 160ms ease-out, background-color 160ms ease-out, border-color 160ms ease-out; }
.docs-page button { cursor: pointer; }
.docs-page * { scrollbar-width: thin; scrollbar-color: #d9d9de transparent; }
.docs-page ::-webkit-scrollbar { width: 5px; height: 5px; }
.docs-page ::-webkit-scrollbar-thumb { background: #d9d9de; border-radius: 8px; }
.docs-page ::-webkit-scrollbar-track { background: transparent; }
.docs-page .skip-link { position: fixed; top: -60px; left: 16px; z-index: 100; background: white; padding: 12px; color: #18181b; }
.docs-page .skip-link:focus { top: 10px; }
.docs-page .docs-header {
  position: fixed; inset: 0 0 auto; z-index: 40; height: var(--header-height);
  display: flex; align-items: center; gap: 20px; padding: 0 28px;
  background: #fff; border-bottom: 1px solid var(--line);
}
.docs-page .header-brand { display: flex; flex: 0 0 auto; }
.docs-page .header-brand img { display: block; width: 120px; height: 38px; object-fit: contain; }
.docs-page .header-divider { height: 21px; width: 1px; background: var(--line); }
.docs-page .header-title { font-size: 14px; font-weight: 600; letter-spacing: -.2px; white-space: nowrap; }
.docs-page .docs-search { position: relative; margin-left: auto; width: 320px; flex: 0 1 320px; min-width: 180px; }
.docs-page .search-field { display: flex; align-items: center; gap: 10px; height: 36px; padding: 0 11px; border: 1px solid #e7e7e9; border-radius: 8px; background: #f8f8f9; color: #8a8a92; }
.docs-page .search-field:focus-within { border-color: #a1a1aa; background: #fff; }
.docs-page .search-field svg { flex-shrink: 0; }
.docs-page .search-field input { min-width: 0; width: 100%; border: 0; outline: none; background: transparent; font: inherit; font-size: 12px; color: var(--text); }
.docs-page .search-field input::placeholder { color: #8a8a92; }
.docs-page kbd { font-family: inherit; white-space: nowrap; font-size: 10px; border: 1px solid #e4e4e7; padding: 2px 4px; border-radius: 4px; }
.docs-page .header-return { color: #52525b; font-size: 12px; white-space: nowrap; text-decoration: none; }
.docs-page .header-return:hover { color: #09090b; }
.docs-page .header-return span { margin-left: 4px; color: #a1a1aa; }
.docs-page .preview-badge { font-size: 10px; letter-spacing: .3px; color: #71717a; background: #fafafa; border: 1px solid #e8e8eb; padding: 3px 7px; border-radius: 5px; white-space: nowrap; }
.docs-page .search-panel { position: absolute; top: 44px; right: 0; width: max(100%, 380px); max-width: calc(100vw - 32px); background: #fff; border: 1px solid #e4e4e7; border-radius: 10px; box-shadow: 0 8px 24px #18181b0a; overflow: hidden; }
.docs-page .search-caption { padding: 12px 14px 10px; color: #71717a; font-size: 11px; border-bottom: 1px solid #f0f0f2; }
.docs-page .search-results { max-height: min(420px, 55dvh); overflow: auto; padding: 6px; }
.docs-page .search-result { display: grid; width: 100%; text-align: left; border: 0; border-radius: 6px; padding: 10px; background: #fff; color: #27272a; gap: 4px; }
.docs-page .search-result:hover, .docs-page .search-result:focus-visible { background: #f4f4f5; }
.docs-page .search-result strong { font-size: 13px; font-weight: 550; overflow-wrap: anywhere; }
.docs-page .search-result small { font-size: 11px; color: #71717a; }
.docs-page .search-status { padding: 9px 14px; border-top: 1px solid #f0f0f2; color: #8a8a92; font-size: 11px; }
.docs-page .app-shell { position: fixed; inset: var(--header-height) 0 0; min-height: 0; display: grid; grid-template-columns: 248px minmax(0, 1fr) 208px; background: #fff; }
.docs-page .sidebar { position: relative; top: auto; height: 100%; min-height: 0; padding: 24px 16px 40px; overflow: auto; border-right: 1px solid var(--line); background: #fff; }
.docs-page #closeCatalog { display: none; border: 0; background: transparent; font-size: 23px; color: #71717a; }
.docs-page .navigation, .docs-page .nav-children { display: block; }
.docs-page .navigation > .nav-group { margin-top: 20px; }
.docs-page .nav-children { padding-left: 12px; margin-left: 7px; border-left: 1px solid #ededf0; }
.docs-page .nav-group > summary { display: flex; align-items: center; min-height: 34px; padding: 7px 8px; gap: 8px; font-size: 12px; line-height: 20px; font-weight: 550; color: #52525b; border-radius: 6px; }
.docs-page .navigation > .nav-group > summary { font-size: 12px; font-weight: 650; color: #27272a; }
.docs-page .nav-group > summary:hover { background: #f7f7f8; }
.docs-page .nav-group > summary::before { content: ''; width: 5px; height: 5px; border: solid #9898a0; border-width: 0 1px 1px 0; transform: rotate(-45deg); flex-shrink: 0; transition: transform 160ms ease-out; }
.docs-page .nav-group[open] > summary::before { transform: rotate(45deg); }
.docs-page .nav-page { position: relative; min-height: 34px; padding: 7px 10px; margin: 2px 0; font-size: 12px; line-height: 20px; font-weight: 400; border-radius: 6px; color: #52525b; overflow-wrap: anywhere; }
.docs-page .nav-page:hover { background: #f7f7f8; color: #27272a; }
.docs-page .nav-page.active { color: #18181b; font-weight: 550; background: #f4f4f5; }
.docs-page .nav-page.active::before { content: ''; position: absolute; inset: 9px auto 9px 0; width: 2px; border-radius: 2px; background: #52525b; }
.docs-page .main { height: 100%; min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: 38px clamp(28px, 4vw, 72px) 56px; scroll-padding-top: 30px; }
.docs-page .article, .docs-page .breadcrumb, .docs-page .page-navigation { width: 100%; max-width: 800px; margin-left: auto; margin-right: auto; }
.docs-page .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: #8a8a92; font-size: 12px; line-height: 1.6; margin-bottom: 18px; }
.docs-page .breadcrumb .crumb-current { color: #52525b; }
.docs-page .crumb-separator { color: #c4c4ca; }
.docs-page .article { color: #27272a; font-size: 15px; line-height: 1.8; outline: none; overflow-wrap: anywhere; }
.docs-page .article > h1:first-child { font-size: 32px; line-height: 1.35; font-weight: 650; letter-spacing: -.8px; margin: 0 0 28px; }
.docs-page .article h1 { font-size: 29px; font-weight: 650; margin: 40px 0 20px; }
.docs-page .article h2 { font-size: 23px; line-height: 1.45; font-weight: 650; letter-spacing: -.35px; margin: 42px 0 17px; }
.docs-page .article h3 { font-size: 19px; line-height: 1.5; font-weight: 600; margin: 32px 0 13px; }
.docs-page .article h4 { font-size: 16px; font-weight: 600; margin: 28px 0 12px; }
.docs-page .article :is(h1,h2,h3,h4) { scroll-margin-top: 28px; }
.docs-page .article p { margin: 14px 0; }
.docs-page .article strong { font-weight: 600; }
.docs-page .article a { color: #3f3f46; font-weight: 500; text-decoration-color: #b7b7bf; text-underline-offset: 4px; text-decoration-thickness: 1px; }
.docs-page .article a:hover { color: #09090b; text-decoration-color: #27272a; }
.docs-page .article ul { padding-left: 22px; }
.docs-page .article li { margin: 7px 0; padding-left: 3px; }
.docs-page .article li::marker { color: #a1a1aa; }
.docs-page .article code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88em; line-height: 1.6; color: #3f3f46; background: #f4f4f5; border: 1px solid #eaeaed; border-radius: 4px; padding: 2px 5px; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.docs-page .code-frame { background: #f6f7f8; border: 1px solid #e5e7eb; border-radius: 9px; overflow: hidden; margin: 22px 0; }
.docs-page .code-toolbar { display: flex; align-items: center; justify-content: space-between; height: 38px; padding: 0 14px; border-bottom: 1px solid #e5e7eb; color: #85858d; font: 11px ui-monospace, SFMono-Regular, Menlo, monospace; }
.docs-page .copy-code { display: inline-flex; align-items: center; gap: 5px; border: 0; background: transparent; color: #85858d; padding: 4px 6px; border-radius: 4px; font-size: 11px; }
.docs-page .copy-code:hover { color: #27272a; background: #eaeaed; }
.docs-page .copy-code[data-state="error"] { color: #8a4545; }
.docs-page .article pre { padding: 16px 18px; margin: 0; border: 0; border-radius: 0; background: #f6f7f8; font-size: 13px; line-height: 1.8; overflow: auto; tab-size: 2; }
.docs-page .article pre code { border: 0; background: transparent; padding: 0; font-size: inherit; line-height: inherit; white-space: pre; overflow-wrap: normal; }
.docs-page .article blockquote { position: relative; border: 1px solid #e5e7eb; border-radius: 9px; background: #f8f9fa; padding: 14px 18px 14px 42px; margin: 24px 0; color: #52525b; font-size: 14px; }
.docs-page .article blockquote::before { content: 'i'; position: absolute; left: 16px; top: 19px; display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid #a1a1aa; border-radius: 50%; font-size: 10px; line-height: 1; font-weight: 650; }
.docs-page .article blockquote > :first-child { margin-top: 0; }
.docs-page .article blockquote > :last-child { margin-bottom: 0; }
.docs-page .article .callout-note { background: #fafafa; border-color: #e4e4e7; }
.docs-page .article .callout-warning { background: #fcfaf5; border-color: #eae3d3; color: #716343; }
.docs-page .article .callout-warning::before { content: '!'; border-color: #ad9a6f; }
.docs-page .article .callout-danger { background: #fdf7f7; border-color: #eddcdc; color: #895656; }
.docs-page .article .callout-danger::before { content: '!'; border-color: #bf9393; }
.docs-page .article ol:not([reversed]) { padding-left: 0; list-style: none; counter-reset: doc-step var(--step-start, 0); }
.docs-page .article ol:not([reversed]) > li { counter-increment: doc-step; position: relative; padding: 0 0 20px 40px; margin: 0; }
.docs-page .article ol:not([reversed]) > li::before { content: counter(doc-step); position: absolute; top: 0; left: 0; display: grid; place-items: center; width: 25px; height: 25px; background: #fafafa; border: 1px solid #e4e4e7; border-radius: 50%; color: #52525b; font-size: 11px; font-weight: 600; z-index: 1; }
.docs-page .article ol:not([reversed]) > li:not(:last-child)::after { content: ''; position: absolute; top: 31px; bottom: 6px; left: 12px; width: 1px; background: #e5e7eb; }
.docs-page .article ol > li > p:first-child { margin-top: 0; }
.docs-page .article ol.native-numbering { list-style: revert; padding-left: 24px; }
.docs-page .article ol.native-numbering > li { padding: 0 0 10px 4px; }
.docs-page .article ol.native-numbering > li::before, .docs-page .article ol.native-numbering > li::after { display: none; }
.docs-page .table-scroll { margin: 24px 0; border: 1px solid #e5e7eb; border-radius: 9px; overflow-x: auto; }
.docs-page .article table { margin: 0; width: 100%; border-collapse: collapse; font-size: 13px; line-height: 1.7; }
.docs-page .article th, .docs-page .article td { padding: 11px 15px; border: 0; border-bottom: 1px solid #eaeaed; background: #fff !important; text-align: left; min-width: 90px; }
.docs-page .article th { font-weight: 600; background: #fafafa !important; color: #52525b; }
.docs-page .article tr:last-child td { border-bottom: 0; }
.docs-page .article img { border: 1px solid #e5e7eb; border-radius: 9px; max-width: 100%; height: auto; margin: 24px auto; }
.docs-page .article hr { border: 0; border-top: 1px solid #e5e7eb; margin: 32px 0; }
.docs-page .article [role="tablist"] { display: flex; gap: 22px; border-bottom: 1px solid #e5e7eb; }
.docs-page .article [role="tab"] { border: 0; border-bottom: 1px solid transparent; padding: 9px 0; background: transparent; color: #71717a; font-size: 13px; }
.docs-page .article [role="tab"][aria-selected="true"] { border-bottom-color: #27272a; color: #27272a; }
.docs-page .toc { position: relative; top: auto; height: 100%; overflow: auto; padding: 42px 24px 32px 12px; }
.docs-page .toc-title { color: #52525b; font-weight: 550; font-size: 12px; margin-bottom: 14px; }
.docs-page .toc a { position: relative; padding: 6px 0 6px 14px; border-left: 1px solid #e9e9ec; color: #85858d; font-size: 12px; line-height: 1.65; }
.docs-page .toc a[data-level="3"] { padding-left: 24px; }
.docs-page .toc a[data-level="4"] { display: none; }
.docs-page .toc a.active { color: #27272a; border-left-color: #52525b; font-weight: 500; }
.docs-page .toc a:hover { color: #27272a; }
.docs-page .page-navigation { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; border-top: 1px solid #e5e7eb; margin-top: 56px; padding-top: 22px; }
.docs-page .page-navigation:empty { display: none; }
.docs-page .page-neighbor { display: flex; flex-direction: column; gap: 7px; text-decoration: none; padding: 6px 0; min-width: 0; }
.docs-page .page-neighbor small { font-size: 11px; color: #8a8a92; }
.docs-page .page-neighbor strong { font-size: 13px; color: #52525b; font-weight: 550; line-height: 1.6; overflow-wrap: anywhere; }
.docs-page .page-neighbor:hover strong { color: #09090b; }
.docs-page .page-neighbor.next { grid-column: 2; text-align: right; }
.docs-page .loading, .docs-page .error { padding: 80px 0; text-align: left; font-size: 14px; }
.docs-page .catalog-button, .docs-page .overlay { display: none; }
@media (max-width: 1180px) {
  .docs-page .app-shell { grid-template-columns: 248px minmax(0, 1fr); }
  .docs-page .toc { display: none; }
  .docs-page .main { padding-right: 40px; padding-left: 40px; }
}
@media (min-width: 769px) and (max-width: 960px) {
  .docs-page .sidebar { inset: auto; width: auto; transform: none; box-shadow: none; }
}
@media (max-width: 768px) {
  .docs-page { --header-height: 104px; }
  .docs-page .docs-header { height: 60px; gap: 12px; padding: 0 16px; }
  .docs-page .header-brand img { width: 93px; height: 32px; }
  .docs-page .header-title { font-size: 12px; }
  .docs-page .header-divider { height: 18px; }
  .docs-page .header-return, .docs-page .preview-badge { display: none; }
  .docs-page .docs-search { position: fixed; top: 65px; right: 16px; width: calc(100vw - 112px); min-width: 0; z-index: 45; }
  .docs-page .search-field { height: 32px; }
  .docs-page .search-field kbd { display: none; }
  .docs-page .docs-header::after { content: ''; position: fixed; top: 60px; height: 44px; left: 0; right: 0; background: #fff; border-bottom: 1px solid #e5e7eb; z-index: -1; }
  .docs-page .search-panel { position: fixed; top: 105px; left: 12px; right: 12px; width: auto; max-width: none; }
  .docs-page .app-shell { display: block; }
  .docs-page .sidebar { position: fixed; inset: 104px auto 0 0; width: min(84vw, 300px); height: auto; z-index: 35; transform: translateX(-100%); box-shadow: none; transition: transform 180ms ease-out; padding-top: 18px; }
  .docs-page .sidebar.open { transform: translateX(0); }
  .docs-page #closeCatalog { display: block; position: sticky; top: 0; z-index: 2; width: 28px; height: 28px; margin: 0 0 8px auto; padding: 0; background: #fff; border-radius: 4px; }
  .docs-page .main { padding: 24px 22px 40px; }
  .docs-page .article { font-size: 15px; }
  .docs-page .article > h1:first-child { font-size: 29px; letter-spacing: -.5px; }
  .docs-page .article h2 { font-size: 22px; }
  .docs-page .breadcrumb { font-size: 11px; margin-bottom: 16px; }
  .docs-page .catalog-button { display: block; position: fixed; top: 65px; left: 13px; height: 32px; padding: 0 8px; z-index: 46; border: 0; border-radius: 5px; font-size: 12px; background: #fff; color: #52525b; }
  .docs-page .catalog-button span { margin-right: 5px; font-size: 13px; }
  .docs-page .overlay:not([hidden]) { display: block; position: fixed; inset: 104px 0 0; z-index: 30; background: rgb(24 24 27 / 16%); }
  .docs-page .nav-page, .docs-page .nav-group > summary { min-height: 36px; }
  .docs-page .page-navigation { gap: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  .docs-page *, .docs-page *::before { transition: none !important; scroll-behavior: auto !important; }
}
