.DocsHeader_header__usnwz{position:-webkit-sticky;position:sticky;top:0;z-index:40;height:var(--docs-header-height);box-shadow:0 1px 0 rgba(0,0,0,.06);background:rgba(255,255,255,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.DocsHeader_inner__4zLUJ{display:flex;align-items:center;height:100%;padding:0 1.5rem;gap:0}.DocsHeader_brand__2KLoK{display:flex;align-items:center;text-decoration:none;padding-right:1.25rem;flex-shrink:0}.DocsHeader_brandName__rdMj5{font-size:.9375rem;font-weight:700;letter-spacing:-.02em;color:var(--fg)}.DocsHeader_brandTag__pB4oA{font-size:.75rem;font-weight:500;color:var(--fg-muted);margin-left:.5rem}.DocsHeader_navTabs__5xNUX{display:flex;align-items:center;gap:0;padding-left:1.25rem;border-left:1px solid var(--line)}.DocsHeader_navTab__SCQvn{font-size:.875rem;color:var(--fg-muted);padding:.3rem .75rem;border-radius:6px;transition:color .12s,background .12s;white-space:nowrap}.DocsHeader_navTab__SCQvn:hover{color:var(--fg);background:#f4f4f5}.DocsHeader_navTabActive__Ur4wx{color:var(--fg);font-weight:500}.DocsHeader_searchWrap__A4Rag{flex:1 1;display:flex;justify-content:center;padding:0 2rem}.DocsHeader_search__AmX5h{display:flex;align-items:center;gap:.5rem;width:100%;max-width:360px;height:34px;border:1px solid var(--line);border-radius:8px;padding:0 .75rem;background:#fafafa;cursor:pointer;transition:border-color .12s,background .12s;color:var(--fg-muted);font-size:.8125rem}.DocsHeader_search__AmX5h:hover{border-color:var(--line-strong);background:#f4f4f5}.DocsHeader_searchIcon__gXpgi{width:14px;height:14px;flex-shrink:0;color:var(--fg-subtle)}.DocsHeader_searchText__coVi4{flex:1 1}.DocsHeader_searchKbd__mcYi6{display:flex;align-items:center;gap:.15rem;font-size:.7rem;color:var(--fg-subtle);background:#fff;border:1px solid var(--line);border-radius:4px;padding:.1em .4em;font-family:inherit;flex-shrink:0}.DocsHeader_right__LI0h6{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.DocsHeader_iconBtn__qh9_e{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:6px;color:var(--fg-muted);transition:background .12s,color .12s}.DocsHeader_iconBtn__qh9_e:hover{background:#f4f4f5;color:var(--fg)}.DocsHeader_iconBtn__qh9_e svg{width:18px;height:18px}.DocsHeader_ctaBtn__brkP4{font-size:.8125rem;font-weight:500;color:#fff;padding:.4rem .875rem;border-radius:6px;background:var(--fg);transition:background .12s;white-space:nowrap;margin-left:.125rem}.DocsHeader_ctaBtn__brkP4:hover{background:#333}.not-found_root__xij08{min-height:calc(100vh - var(--docs-header-height));display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;background:var(--surface)}.not-found_inner__oPGqn{text-align:center;max-width:400px}.not-found_code__7e29u{font-size:clamp(5rem,18vw,8rem);font-weight:700;letter-spacing:-.04em;color:var(--line);line-height:1;margin-bottom:.75rem;font-family:var(--font-heading),sans-serif}.not-found_heading__cU7M4{font-size:clamp(1.25rem,3vw,1.75rem);font-weight:680;letter-spacing:-.025em;margin-bottom:.6rem;font-family:var(--font-heading),sans-serif;color:var(--fg)}.not-found_sub__q_EJg{font-size:.9375rem;color:var(--fg-muted);margin-bottom:2rem}.not-found_btn___I8W9{display:inline-flex;align-items:center;height:38px;padding:0 1.25rem;border-radius:8px;background:#111;color:#fff;font-size:.875rem;font-weight:500;transition:opacity .15s}.not-found_btn___I8W9:hover{opacity:.75}.DocsLayout_root__O0j9q{min-height:100vh;display:flex;flex-direction:column}.DocsLayout_body___03Mt{display:grid;grid-template-columns:var(--docs-sidebar-width) 1fr var(--docs-toc-width);flex:1 1}.DocsLayout_sidebar__l2lAX{position:-webkit-sticky;position:sticky;top:var(--docs-header-height);height:calc(100vh - var(--docs-header-height));overflow-y:auto;background:var(--bg);scrollbar-width:none;box-shadow:inset -1px 0 0 rgba(0,0,0,.05);border-right:none}.DocsLayout_sidebar__l2lAX::-webkit-scrollbar{display:none}.DocsLayout_content__OTrY4{min-width:0;padding:3.5rem 4rem 6rem;background:var(--bg)}.DocsLayout_breadcrumb__teOtQ{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:var(--fg-subtle);margin-bottom:1.5rem}.DocsLayout_breadcrumbSep__U4FRr{color:var(--line-strong)}.DocsLayout_article__iy0Pz,.DocsLayout_pageFooter__drDcc{max-width:var(--docs-content-max)}.DocsLayout_pageFooter__drDcc{margin-top:3rem;padding-top:1rem;border-top:1px solid var(--line);display:flex;align-items:center;gap:1rem}.DocsLayout_editLink__tZh3v{font-size:.8125rem;color:var(--fg-subtle);transition:color .15s}.DocsLayout_editLink__tZh3v:hover{color:var(--fg)}.DocsLayout_toc__lM65_{position:-webkit-sticky;position:sticky;top:var(--docs-header-height);height:calc(100vh - var(--docs-header-height));overflow-y:auto;scrollbar-width:none;background:var(--bg);box-shadow:inset 1px 0 0 rgba(0,0,0,.05)}.DocsLayout_toc__lM65_::-webkit-scrollbar{display:none}@media (max-width:1100px){.DocsLayout_body___03Mt{grid-template-columns:var(--docs-sidebar-width) 1fr}.DocsLayout_toc__lM65_{display:none}}@media (max-width:720px){.DocsLayout_body___03Mt{grid-template-columns:1fr}.DocsLayout_sidebar__l2lAX{display:none}.DocsLayout_content__OTrY4{padding:1.5rem 1.25rem 4rem}}.DocsSidebar_sidebar__Olga0{gap:2rem;padding:3.5rem 1.25rem 3rem 2rem}.DocsSidebar_group__yGniS,.DocsSidebar_sidebar__Olga0{display:flex;flex-direction:column}.DocsSidebar_groupTitle__yJLZL{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--fg);padding:0 .5rem;margin-bottom:.5rem}.DocsSidebar_groupItems__IWJdA{list-style:none;display:flex;flex-direction:column}.DocsSidebar_item__UGo64{display:block;font-size:.875rem;color:var(--fg-muted);padding:.35rem .5rem;border-radius:4px;transition:color .1s;line-height:1.4}.DocsSidebar_item__UGo64:hover{color:var(--fg)}.DocsSidebar_itemActive__izRBq{color:var(--accent);font-weight:500}.DocsSidebar_itemActive__izRBq:hover{color:var(--accent)}.DocsToc_toc__P1men{display:flex;flex-direction:column;padding:3.5rem 2rem 3rem 1.5rem}.DocsToc_title__WPRTx{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--fg);margin-bottom:.75rem}.DocsToc_list__NJHGR{list-style:none;display:flex;flex-direction:column;gap:.1rem}.DocsToc_itemL3__uoLVc{padding-left:.75rem}.DocsToc_link__4AUAw{display:block;font-size:.8125rem;color:var(--fg-muted);padding:.25rem 0;line-height:1.45;transition:color .1s}.DocsToc_link__4AUAw:hover{color:var(--fg)}.DocsToc_linkActive__qCuus{color:var(--accent);font-weight:500}