:root{--docs-nav-h: 56px}.docs-navbar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:0 1.5rem;height:var(--docs-nav-h);background:#fff;border-bottom:1px solid #e3e3e0;position:sticky;top:0;z-index:50}.docs-hamburger{display:none;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;background:transparent;border:1px solid #e3e3e0;border-radius:.375rem;cursor:pointer;flex-direction:column;gap:4px;flex-shrink:0}.docs-hamburger span{display:block;width:18px;height:2px;background:#1b1b18;border-radius:1px}.docs-hamburger:hover{border-color:#1b1b18}.docs-backdrop{position:fixed;inset:var(--docs-nav-h) 0 0 0;background:#00000073;z-index:48}.docs-navbar .brand{display:flex;justify-content:flex-start;align-content:center;align-items:center;font-size:1rem;font-weight:600;color:#1b1b18;text-decoration:none}.docs-navbar .brand span{color:#706f6c;font-weight:400;margin-left:.5rem}.docs-navbar .brand img{height:28px}.docs-nav-links{display:flex;align-items:center;gap:.75rem}.docs-nav-links a{font-size:.8125rem;color:#706f6c;text-decoration:none;padding:.375rem .75rem;border:1px solid #e3e3e0;border-radius:.375rem;transition:all .15s}.docs-nav-links a:hover{border-color:#1b1b18;color:#1b1b18}.docs-nav-links .nav-user{font-size:.8125rem;color:#706f6c}.docs-nav-links .lang-toggle{display:flex;align-items:center;gap:.25rem}.docs-nav-links .lang-btn{font-size:.8rem;color:#706f6c;text-decoration:none;padding:.125rem .375rem;border:none;border-radius:.25rem;transition:all .15s}.docs-nav-links .lang-btn:hover{color:#1b1b18}.docs-nav-links .lang-btn.active{color:#1b1b18;font-weight:600}.docs-nav-links .lang-sep{font-size:.75rem;color:#c5c5c2}.docs-wrapper{display:flex;min-height:calc(100vh - var(--docs-nav-h));align-items:flex-start}.docs-sidebar{width:280px;flex-shrink:0;background:#fff;border-right:1px solid #e3e3e0;padding:1rem 0 0;overflow-y:auto;position:sticky;top:var(--docs-nav-h);height:calc(100vh - var(--docs-nav-h));display:flex;flex-direction:column}.docs-main-col{flex:1;min-width:0;display:flex;flex-direction:column}.docs-sidebar-title{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#a1a09a;padding:.5rem 1.25rem}.docs-sidebar-sep{height:1px;background:#e3e3e0;margin:.75rem 1rem}.docs-sidebar-mobile-top{display:none}.docs-sidebar-langs{display:flex;align-items:center;gap:.25rem}.docs-sidebar-langs .lang-btn{font-size:.8125rem;color:#706f6c;text-decoration:none;padding:.25rem .5rem;border-radius:.25rem}.docs-sidebar-langs .lang-btn.active{color:#1b1b18;font-weight:600}.docs-sidebar-langs .lang-sep{font-size:.75rem;color:#c5c5c2}.docs-sidebar-user{font-size:.8125rem;color:#706f6c;padding:.375rem .75rem}.docs-sidebar-auth{display:flex;flex-direction:column}.docs-sidebar-nav{display:flex;flex-direction:column;padding:0 .5rem .5rem}.docs-side-link{display:block;padding:.4375rem .75rem;font-size:.8125rem;color:#1b1b18;text-decoration:none;border-radius:.25rem;transition:background-color .12s,color .12s;background:transparent;border:none;cursor:pointer;font-family:inherit;text-align:left;width:100%}.docs-side-link:hover{background:#f5f5f4}.docs-side-link.active{font-weight:600;background:#f0f0ee}.docs-side-logout-form{margin-top:.25rem}.docs-side-logout{color:#991b1b}.docs-side-logout:hover{background:#fef2f2;color:#991b1b}.tree-group.collapsed>.tree-children{display:none}.tree-group.collapsed>.tree-header .tree-arrow{transform:rotate(0)}.tree-header{display:flex;align-items:center;gap:.125rem}.tree-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#a1a09a;padding:.25rem;flex-shrink:0;border-radius:.25rem}.tree-toggle:hover{color:#1b1b18;background:#f5f5f4}.tree-arrow{width:14px;height:14px;transition:transform .15s ease;transform:rotate(90deg)}.tree-label{font-size:.8125rem;color:#706f6c;font-weight:500;padding:.375rem 0;-webkit-user-select:none;user-select:none;cursor:default}.tree-link{font-size:.8125rem;color:#1b1b18;text-decoration:none;padding:.375rem .25rem;border-radius:.25rem;transition:all .15s;flex:1}.tree-link:hover{background:#f5f5f4}.tree-link.active{font-weight:600;color:#1b1b18;background:#f0f0ee}.tree-leaf{display:block;font-size:.8125rem;color:#1b1b18;text-decoration:none;padding:.375rem .5rem;border-radius:.25rem;margin-right:.5rem;transition:all .15s}.tree-leaf:hover{background:#f5f5f4}.tree-leaf.active{font-weight:600;background:#f0f0ee}.docs-content{flex:1;min-width:0;padding:2rem 3rem;display:flex;justify-content:center}.docs-body{max-width:52rem;width:100%}.docs-body h1{font-size:1.75rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #e3e3e0}.docs-body h2{font-size:1.375rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.docs-body h3{font-size:1.125rem;font-weight:600;margin-top:1.5rem;margin-bottom:.5rem}.docs-body h4{font-size:1rem;font-weight:600;margin-top:1.25rem;margin-bottom:.375rem}.docs-body p{margin-bottom:.75rem;line-height:1.7;font-size:.9375rem}.docs-body ul,.docs-body ol{margin-bottom:.75rem;padding-left:1.5rem}.docs-body li{margin-bottom:.25rem;line-height:1.6;font-size:.9375rem}.docs-body strong{font-weight:600}.docs-body code{font-family:JetBrains Mono,monospace;font-size:.8125rem;background:#f5f5f4;padding:.125rem .375rem;border-radius:.25rem}.docs-body pre{margin-bottom:1rem;border-radius:.5rem;overflow-x:auto;line-height:.94!important}.docs-body pre code,.docs-body pre code[class*=language-]{background:none;padding:0;font-size:.8125rem;line-height:1;overflow-y:hidden}.docs-body .table-wrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin-bottom:1rem;border-radius:.375rem}.docs-body table{width:100%;border-collapse:collapse;margin-bottom:1rem;font-size:.875rem}.docs-body .table-wrap>table{margin-bottom:0}.docs-body th{text-align:left;padding:.5rem .75rem;font-weight:600;border-bottom:2px solid #e3e3e0;font-size:.8125rem}.docs-body td{padding:.5rem .75rem;border-bottom:1px solid #e3e3e0}.docs-body tr:hover{background:#f5f5f4}.docs-body blockquote{border-left:4px solid #e3e3e0;padding:.75rem 1rem;margin-bottom:1rem;background:#f9f9f8;border-radius:0 .375rem .375rem 0;font-size:.875rem}.docs-body blockquote p{margin-bottom:0}.docs-body hr{border:none;border-top:1px solid #e3e3e0;margin:2rem 0}.docs-body a{color:#2563eb;text-decoration:none}.docs-body a:hover{text-decoration:underline}.docs-searchbar{position:sticky;top:var(--docs-nav-h);z-index:49;background:#fff;border-bottom:1px solid #e3e3e0;padding:.625rem 1.5rem;flex-shrink:0}.docs-search{position:relative;max-width:36rem}.docs-search-input-wrap{position:relative;display:flex;align-items:center}.docs-search-icon{position:absolute;left:.625rem;width:1rem;height:1rem;color:#a1a09a;pointer-events:none}.docs-search-input{width:100%;padding:.5rem 1.875rem .5rem 2rem;font-size:.8125rem;font-family:inherit;border:1px solid #e3e3e0;border-radius:.375rem;background:#fff;color:#1b1b18;transition:border-color .15s}.docs-search-input::-webkit-search-decoration,.docs-search-input::-webkit-search-cancel-button{display:none}.docs-search-input::placeholder{color:#a1a09a}.docs-search-input:focus{outline:none;border-color:#1b1b18}.docs-search-clear{position:absolute;right:.375rem;width:1.5rem;height:1.5rem;padding:0;background:transparent;border:none;cursor:pointer;color:#706f6c;font-size:1.25rem;line-height:1;border-radius:.25rem;transition:color .15s,background-color .15s}.docs-search-clear:hover{color:#1b1b18;background:#f3f3f1}.docs-search-results{position:absolute;left:0;right:0;top:calc(100% + .375rem);max-height:calc(100vh - 140px);overflow-y:auto;border:1px solid #e3e3e0;border-radius:.375rem;background:#fff;box-shadow:0 10px 30px #0000001f;z-index:60}.docs-search-empty{padding:.625rem .75rem;font-size:.8125rem;color:#a1a09a;text-align:center}.docs-search-item{display:block;padding:.5rem .75rem;border-bottom:1px solid #f0f0ee;text-decoration:none;color:inherit;transition:background-color .12s}.docs-search-item:last-child{border-bottom:none}.docs-search-item:hover{background:#f5f5f4}.docs-search-item-title{font-size:.8125rem;font-weight:600;color:#1b1b18;margin-bottom:.125rem}.docs-search-item-crumb{font-size:.6875rem;color:#a1a09a;margin-bottom:.25rem}.docs-search-item-snippet{font-size:.75rem;line-height:1.45;color:#706f6c;word-break:break-word}.docs-search-item-snippet mark{background:#fef08a;color:#1b1b18;padding:0 .125rem;border-radius:.125rem}html[data-theme=dark] .docs-navbar{background:#161615;border-bottom-color:#3e3e3a}html[data-theme=dark] .docs-navbar .brand{color:#ededec}html[data-theme=dark] .docs-navbar .brand span{color:#a1a09a}html[data-theme=dark] .docs-nav-links a{color:#a1a09a;border-color:#3e3e3a}html[data-theme=dark] .docs-nav-links a:hover{border-color:#ededec;color:#ededec}html[data-theme=dark] .docs-nav-links .nav-user{color:#a1a09a}html[data-theme=dark] .docs-sidebar{background:#161615;border-right-color:#3e3e3a}html[data-theme=dark] .docs-searchbar{background:#161615;border-bottom-color:#3e3e3a}html[data-theme=dark] .docs-search-icon{color:#706f6c}html[data-theme=dark] .docs-search-input{background:#0a0a0a;color:#ededec;border-color:#3e3e3a}html[data-theme=dark] .docs-search-input:hover{border-color:#4a4a45}html[data-theme=dark] .docs-search-input::placeholder{color:#706f6c}html[data-theme=dark] .docs-search-input:focus{border-color:#ededec}html[data-theme=dark] .docs-search-clear{color:#a1a09a}html[data-theme=dark] .docs-search-clear:hover{color:#ededec;background:#1b1b18}html[data-theme=dark] .docs-search-results{background:#161615;border-color:#3e3e3a}html[data-theme=dark] .docs-search-empty{color:#706f6c}html[data-theme=dark] .docs-search-item{border-bottom-color:#252520}html[data-theme=dark] .docs-search-item:hover{background:#1b1b18}html[data-theme=dark] .docs-search-item-title{color:#ededec}html[data-theme=dark] .docs-search-item-crumb{color:#706f6c}html[data-theme=dark] .docs-search-item-snippet{color:#a1a09a}html[data-theme=dark] .docs-search-item-snippet mark{background:#ca8a04;color:#fff}html[data-theme=dark] .docs-hamburger{border-color:#3e3e3a}html[data-theme=dark] .docs-hamburger span{background:#ededec}html[data-theme=dark] .docs-hamburger:hover{border-color:#ededec}html[data-theme=dark] .docs-sidebar-sep{background:#3e3e3a}html[data-theme=dark] .docs-side-link{color:#ededec}html[data-theme=dark] .docs-side-link:hover{background:#1b1b18}html[data-theme=dark] .docs-side-link.active{background:#252520;color:#fff}html[data-theme=dark] .docs-side-logout{color:#fca5a5}html[data-theme=dark] .docs-side-logout:hover{background:#450a0a;color:#fca5a5}html[data-theme=dark] .docs-sidebar-mobile-top{border-bottom-color:#3e3e3a}html[data-theme=dark] .docs-sidebar-langs .lang-btn{color:#a1a09a}html[data-theme=dark] .docs-sidebar-langs .lang-btn.active{color:#ededec}html[data-theme=dark] .docs-sidebar-langs .lang-sep{color:#3e3e3a}html[data-theme=dark] .docs-sidebar-user{color:#a1a09a}html[data-theme=dark] .docs-sidebar-auth .docs-side-link{border-color:#3e3e3a}html[data-theme=dark] .tree-toggle:hover{color:#ededec;background:#1b1b18}html[data-theme=dark] .tree-label{color:#a1a09a}html[data-theme=dark] .tree-link{color:#ededec}html[data-theme=dark] .tree-link:hover{background:#1b1b18}html[data-theme=dark] .tree-link.active{color:#fff;background:#252520}html[data-theme=dark] .tree-leaf{color:#ededec}html[data-theme=dark] .tree-leaf:hover{background:#1b1b18}html[data-theme=dark] .tree-leaf.active{color:#fff;background:#252520}html[data-theme=dark] .tree-arrow{color:#706f6c}html[data-theme=dark] .docs-body h1{border-bottom-color:#3e3e3a}html[data-theme=dark] .docs-body code{background:#1b1b18;color:#ededec}html[data-theme=dark] .docs-body th,html[data-theme=dark] .docs-body td{border-bottom-color:#3e3e3a}html[data-theme=dark] .docs-body tr:hover{background:#1b1b18}html[data-theme=dark] .docs-body blockquote{background:#161615;border-left-color:#3e3e3a}html[data-theme=dark] .docs-body hr{border-top-color:#3e3e3a}html[data-theme=dark] .docs-body a{color:#60a5fa}html[data-theme=dark] .docs-nav-links .lang-btn{color:#a1a09a}html[data-theme=dark] .docs-nav-links .lang-btn:hover,html[data-theme=dark] .docs-nav-links .lang-btn.active{color:#ededec}html[data-theme=dark] .docs-nav-links .lang-sep{color:#3e3e3a}@media(max-width:768px){.docs-hamburger{display:flex}.docs-navbar{padding:0 .625rem;gap:.5rem}.docs-navbar .brand{display:flex;align-items:center;flex-wrap:wrap;column-gap:.5rem;row-gap:0;font-size:.9375rem;line-height:1.15;flex:1;min-width:0}.docs-navbar .brand img{height:24px}.docs-navbar .brand span{flex-basis:100%;margin-left:calc(24px + .5rem);font-size:.6875rem;margin-top:1px}.docs-nav-links{display:none}.docs-sidebar-mobile-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap;padding:.75rem 1rem .25rem;border-bottom:1px solid #e3e3e0;margin-bottom:.5rem}.docs-sidebar-auth{width:100%;gap:.25rem}.docs-sidebar-auth .docs-side-link{border:1px solid #e3e3e0;text-align:center;padding:.5rem .75rem}.docs-wrapper{display:block}.docs-sidebar{position:fixed;top:var(--docs-nav-h);left:0;bottom:0;width:86%;max-width:320px;height:calc(100vh - var(--docs-nav-h));transform:translate(-100%);transition:transform .22s ease;z-index:49;padding:0 0 1rem;box-shadow:0 10px 30px #00000040}.docs-sidebar.open{transform:translate(0)}.docs-sidebar>.docs-searchbar{position:static;padding:.625rem .875rem}.docs-sidebar>.docs-sidebar-title{padding:.75rem 1rem .5rem}.docs-main-col{width:100%;height:calc(100vh - var(--docs-nav-h))}.docs-content{flex:1;min-height:0;padding:1.25rem 1rem;overflow:auto;-webkit-overflow-scrolling:touch;justify-content:flex-start}.docs-body{max-width:100%;min-width:0}.docs-body pre{max-width:100%;overflow-x:auto}.docs-body .table-wrap{max-width:100%}.docs-body table{font-size:.8125rem}.docs-body th,.docs-body td{padding:.5rem .625rem}.docs-body h1{font-size:1.375rem}.docs-body h2{font-size:1.1875rem}.docs-body h3{font-size:1.0625rem}.docs-body p{font-size:.9375rem}.docs-body pre{font-size:.8125rem}.docs-search{max-width:100%}}@media(min-width:769px){.docs-backdrop{display:none!important}}.docs-version-selector{padding:0 1rem .5rem}.docs-version-select{width:100%;padding:.4375rem .625rem;font-size:.8125rem;font-family:inherit;background:#fff;color:#1b1b18;border:1px solid #e3e3e0;border-radius:.375rem;cursor:pointer}html[data-theme=dark] .docs-version-select{background:#1b1b18;color:#ededec;border-color:#3e3e3a}.docs-archive-banner{background:#fef3c7;border:1px solid #fcd34d;color:#92400e;padding:.625rem .875rem;border-radius:.375rem;font-size:.8125rem;margin-bottom:1rem;display:flex;gap:.625rem;align-items:center;flex-wrap:wrap}.docs-archive-banner a{color:#92400e;text-decoration:underline;font-weight:600}html[data-theme=dark] .docs-archive-banner{background:#2a1a05;border-color:#78350f;color:#fcd34d}html[data-theme=dark] .docs-archive-banner a{color:#fcd34d}
