:root{color:#171717;font-synthesis:none;--ink:#171717;--muted:#6f6f6b;--line:#deded9;--sidebar:#f7f7f5;--surface:#fff;background:#fff;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}.docs-sidebar::-webkit-scrollbar{display:none}.docs-toc::-webkit-scrollbar{display:none}body{background:var(--sidebar);min-width:320px;margin:0}a{color:inherit;text-decoration:none}button,input{font:inherit}::selection{color:#fff;background:var(--ink)}.docs-header{z-index:40;-webkit-backdrop-filter:blur(18px);background:#ffffffe0;border-bottom:1px solid #deded9d1;grid-template-columns:1fr minmax(280px,640px) 1fr;align-items:center;gap:20px;min-height:64px;padding:0 24px;display:grid;position:sticky;top:0}.docs-header-left,.docs-header-right{align-items:center;gap:18px;display:flex}.docs-header-right{color:var(--muted);justify-content:flex-end;font-size:13px;font-weight:600}.docs-header-right>a:first-child{transition:color .14s}.docs-header-right>a:first-child:hover{color:var(--ink)}.docs-brand{white-space:nowrap;align-items:center;gap:8px;display:inline-flex}.docs-brand img{object-fit:contain;width:36px;height:36px}.docs-brand strong{letter-spacing:-.035em;font-size:18px}.docs-menu-button{color:#6d6d68;cursor:pointer;background:0 0;border:0;width:28px;height:32px;padding:5px;display:none}.docs-menu-button:hover{color:var(--ink)}.docs-menu-button svg,.docs-search svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round}.docs-download{color:#fff;background:var(--ink);border-radius:7px;align-items:center;min-height:34px;padding:0 13px;font-size:12px;transition:opacity .14s;display:inline-flex}.docs-download:hover{opacity:.82}.docs-search-wrap{position:relative}.docs-search{color:#92928d;background:#f8f8f6;border:1px solid #dfdfda;border-radius:7px;align-items:center;gap:8px;height:36px;padding:0 9px;transition:border-color .14s,background .14s;display:flex}.docs-search:focus-within{background:#fff;border-color:#b5b5b0}.docs-search svg{flex:none;width:16px;height:16px}.docs-search input{min-width:0;color:var(--ink);background:0 0;border:0;outline:0;flex:1;font-size:13px}.docs-search input::placeholder{color:#9c9c97}.docs-search input::-webkit-search-cancel-button{display:none}.docs-search kbd{color:#969691;background:#fff;border:1px solid #deded9;border-radius:4px;padding:2px 5px;font-family:inherit;font-size:10px;line-height:1.2}.docs-search-results{z-index:50;border:1px solid var(--line);scrollbar-width:none;background:#fff;border-radius:9px;max-height:370px;padding:5px;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:auto;box-shadow:0 18px 45px #0000001f}.docs-search-results::-webkit-scrollbar{display:none}.docs-search-results>a{border-radius:6px;justify-content:space-between;align-items:flex-start;gap:16px;padding:10px;transition:background .14s;display:flex}.docs-search-results>a:hover{background:#f5f5f2}.docs-search-results span{flex-direction:column;gap:3px;min-width:0;display:flex}.docs-search-results strong{font-size:13px;font-weight:620}.docs-search-results small{text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px;overflow:hidden}.docs-search-results em{color:#999994;text-transform:uppercase;letter-spacing:.05em;flex:none;font-size:10px;font-style:normal}.docs-search-results>p{text-align:center;color:var(--muted);margin:0;padding:18px;font-size:13px}.docs-layout{align-items:stretch;width:100%;max-width:1680px;margin:0 auto;display:flex}.docs-sidebar{background:var(--sidebar);scrollbar-width:none;border-right:1px solid #deded9d1;flex:none;width:250px;height:calc(100vh - 64px);padding:24px 14px;position:sticky;top:64px;overflow:auto}.docs-sidebar nav{flex-direction:column;gap:8px;display:flex}.docs-sidebar section>button{color:#777772;cursor:pointer;letter-spacing:.11em;text-align:left;text-transform:uppercase;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:6px 8px;font-size:10px;font-weight:700;display:flex}.docs-sidebar section>button:hover{color:var(--ink)}.docs-sidebar section>button svg{fill:none;stroke:currentColor;stroke-width:1.7px;width:13px;height:13px;transition:transform .14s;transform:rotate(90deg)}.docs-sidebar section>button svg.collapsed{transform:rotate(0)}.docs-sidebar ul{margin:1px 0 5px;padding:0;list-style:none}.docs-sidebar li a{color:#666662;text-overflow:ellipsis;white-space:nowrap;border-radius:6px;padding:6px 8px;font-size:13px;transition:color .14s,background .14s;display:block;overflow:hidden}.docs-sidebar li a:hover{color:var(--ink);background:#ecece8}.docs-sidebar li a.active{color:var(--ink);background:#e5e5e1;font-weight:600}.docs-main{background:#fff;flex:1;min-width:0;min-height:calc(100vh - 64px);padding:54px 48px 72px}.docs-content{max-width:760px;margin:0 auto}.docs-article h1{letter-spacing:-.025em;margin:0 0 18px;font-family:ui-serif,Georgia,serif;font-size:clamp(38px,4vw,44px);font-weight:500;line-height:1.1}.docs-article h2{letter-spacing:-.025em;margin:48px 0 13px;scroll-margin-top:84px;font-size:22px;font-weight:650;line-height:1.3}.docs-article h3{margin:31px 0 10px;scroll-margin-top:84px;font-size:17px;font-weight:650;line-height:1.4}.docs-article p{color:#343432;margin:0 0 17px;font-size:15px;line-height:1.72}.docs-article>p:first-of-type{color:#5d5d59;font-size:16px;line-height:1.7}.docs-article ul,.docs-article ol{margin:0 0 19px;padding-left:21px}.docs-article li{color:#343432;margin-bottom:6px;font-size:15px;line-height:1.68}.docs-article strong{color:var(--ink);font-weight:650}.docs-article a{color:#111;text-underline-offset:3px;-webkit-text-decoration:underline #c2c2bd;text-decoration:underline #c2c2bd;transition:text-decoration-color .14s}.docs-article a:hover{text-decoration-color:#555}.docs-article blockquote{border-left:2px solid #c9c9c4;margin:22px 0;padding:2px 0 2px 16px}.docs-article blockquote p{color:#5f5f5b}.docs-article hr{border:0;border-top:1px solid var(--line);margin:36px 0}.docs-article code{color:#282826;background:#efefec;border-radius:4px;padding:2px 5px;font-family:SFMono-Regular,Consolas,monospace;font-size:.86em}.docs-article pre{scrollbar-width:none;background:#f3f3f0;border:1px solid #d8d8d3;border-radius:9px;margin:22px 0;padding:17px;overflow:auto}.docs-article pre::-webkit-scrollbar{display:none}.docs-article pre code{background:0 0;padding:0;line-height:1.6}.docs-article table{border-collapse:collapse;scrollbar-width:none;width:100%;margin:22px 0 26px;display:block;overflow-x:auto}.docs-article table::-webkit-scrollbar{display:none}.docs-article th,.docs-article td{text-align:left;vertical-align:top;border:1px solid #e5e5e0;min-width:130px;padding:10px 12px;font-size:13px;line-height:1.55}.docs-article th{background:#fafaf8;font-weight:650}.docs-article img{border:1px solid var(--line);border-radius:10px;max-width:100%;height:auto;margin:26px 0;display:block}.docs-neighbours{border-top:1px solid var(--line);grid-template-columns:1fr 1fr;gap:12px;margin-top:64px;padding-top:26px;display:grid}.docs-neighbours>a{border:1px solid var(--line);border-radius:8px;flex-direction:column;gap:5px;min-width:0;padding:13px 14px;transition:border-color .14s,background .14s;display:flex}.docs-neighbours>a:hover{background:#fafaf8;border-color:#b7b7b2}.docs-neighbours>a.next{text-align:right;align-items:flex-end}.docs-neighbours small{color:#858580;letter-spacing:.09em;text-transform:uppercase;font-size:10px;font-weight:700}.docs-neighbours strong{text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:620;overflow:hidden}.docs-footer{color:#8b8b86;border-top:1px solid #eeeeea;justify-content:space-between;align-items:center;gap:20px;margin-top:64px;padding-top:22px;font-size:11px;display:flex}.docs-footer div{gap:18px;display:flex}.docs-footer a:hover{color:var(--ink)}.docs-not-found{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:520px;display:flex}.docs-not-found>span{color:var(--muted);letter-spacing:.1em;font-size:11px;font-weight:700}.docs-not-found h1{margin:14px 0 25px;font-family:ui-serif,Georgia,serif;font-size:38px;font-weight:500}.docs-not-found a{color:var(--muted);text-underline-offset:3px;font-size:13px;text-decoration:underline}.docs-toc{scrollbar-width:none;background:#fff;flex:none;width:270px;height:calc(100vh - 64px);padding:72px 24px 40px 0;position:sticky;top:64px;overflow:auto}.docs-toc h2{letter-spacing:.11em;text-transform:uppercase;margin:0 0 10px;font-size:10px;font-weight:750}.docs-toc nav{flex-direction:column;display:flex}.docs-toc a{color:#858580;padding:5px 0;font-size:12px;line-height:1.35;transition:color .14s}.docs-toc a:hover,.docs-toc a.active{color:var(--ink)}.docs-toc a.active{font-weight:600}.docs-toc a.nested{padding-left:12px}.docs-overlay{display:none}@media (width<=1180px){.docs-header{grid-template-columns:1fr minmax(280px,520px) 1fr}.docs-toc{display:none}}@media (width<=900px){.docs-header{grid-template-columns:1fr minmax(240px,420px) auto;padding:0 16px}.docs-menu-button{display:inline-flex}.docs-brand strong,.docs-header-right>a:first-child{display:none}.docs-sidebar{z-index:35;width:280px;height:auto;transition:transform .16s;position:fixed;top:64px;bottom:0;left:0;transform:translate(-100%)}.docs-sidebar.open{transform:translate(0)}.docs-overlay{z-index:30;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#17171740;border:0;display:block;position:fixed;inset:64px 0 0}.docs-main{padding:48px 30px 68px}}@media (width<=620px){.docs-header{grid-template-columns:auto 1fr auto;gap:10px;padding:0 12px}.docs-header-left{gap:4px}.docs-brand img{width:32px;height:32px}.docs-search kbd{display:none}.docs-header-right{gap:0}.docs-download{min-height:32px;padding:0 11px}.docs-main{padding:38px 18px 58px}.docs-article h1{font-size:36px}.docs-article>p:first-of-type{font-size:15px}.docs-article table{table-layout:fixed;display:table}.docs-article th,.docs-article td{min-width:0;padding:8px;font-size:11px}.docs-neighbours{grid-template-columns:1fr}.docs-neighbours>span{display:none}.docs-neighbours>a.next{text-align:left;align-items:flex-start}.docs-footer{flex-direction:column;align-items:flex-start}}.docs-brand{gap:6.75px}.docs-brand img{align-self:center}.docs-brand strong{color:var(--ink);letter-spacing:-.045em;text-rendering:geometricprecision;-webkit-font-smoothing:antialiased;font-size:27px;font-weight:750}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}.docs-header-right>a:not(.docs-download){transition:color .14s}.docs-header-right>a:not(.docs-download):hover{color:var(--ink)}@media (width<=900px){.docs-header-right>a:not(.docs-download){display:none}}.docs-header-actions{gap:16px}.docs-header-actions .docs-search-wrap{width:min(320px,26vw)}.docs-sidebar,.docs-toc{height:calc(100vh - 68px);top:68px}.docs-main{min-height:calc(100vh - 68px)}@media (width<=1050px){.docs-header-actions .docs-search-wrap{width:min(430px,48vw)}}@media (width<=900px){.docs-sidebar{top:68px}.docs-overlay{inset:68px 0 0}}@media (width<=760px){.docs-header-actions .docs-search-wrap{display:none}}.docs-sidebar ul{flex-direction:column;gap:2px;display:flex}.site-shell-inner.docs-site-shell-inner{grid-template-columns:minmax(0,1fr) minmax(320px,480px) minmax(0,1fr);gap:24px;display:grid}.docs-site-shell-inner>.docs-search-wrap{width:100%}.docs-site-shell-inner .docs-header-actions{justify-self:end;margin-left:0}@media (width<=1050px){.docs-site-shell-inner{grid-template-columns:minmax(0,1fr) minmax(280px,430px) minmax(0,1fr)}}@media (width<=760px){.docs-site-shell-inner{grid-template-columns:minmax(0,1fr) auto;gap:10px}.docs-site-shell-inner>.docs-search-wrap{display:none}}
