*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;background-color:#fff;color:#111827;line-height:1.6;font-family:Inter,sans-serif}.dark body{background-color:#111827;color:#f9fafb}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.3;color:inherit;font-family:JetBrains Mono,monospace}p{margin:0;line-height:1.7}a{color:inherit;text-decoration:none}.no-wrap{white-space:nowrap}li p{display:inline;margin:0}li p+p{display:block;margin-top:.5rem}code{font-size:.875rem}pre{overflow-x:auto}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}.dark ::-webkit-scrollbar-track{background:#1e293b}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.dark ::-webkit-scrollbar-thumb{background:#475569}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}:focus{outline:2px solid #8b5cf6;outline-offset:2px}.dark :focus{outline-color:#a78bfa}::selection{background-color:#8b5cf6;color:#fff}.dark ::selection{background-color:#a78bfa;color:#111827}*{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media print{body{font-size:12pt;line-height:1.4}.no-print{display:none!important}a{text-decoration:underline}h1,h2,h3,h4,h5,h6{page-break-after:avoid}li,p{page-break-inside:avoid}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;max-width:1320px;margin:0 auto;padding:0 1.5rem}@media (max-width:768px){.container{padding:0 1rem}}.docs-header{border-bottom:1px solid #35363a;background-color:#fff;position:sticky;top:0;z-index:50;backdrop-filter:blur(8px);background-color:hsla(0,0%,100%,.95)}.dark .docs-header{border-bottom-color:#374151;background-color:rgba(17,24,39,.95)}.docs-header-content{max-width:1320px;padding:.5rem 2rem;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.docs-logo{font-size:1.25rem;font-weight:700;color:#111827;white-space:nowrap;text-decoration:none}.dark .docs-logo{color:#fff}.docs-search{display:flex;align-items:center;border:1px solid #9ca3af;border-radius:.75rem;padding:.45rem 1.25rem;width:24rem;background-color:#f9fafb;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);transition:all .2s ease}.docs-search:hover{box-shadow:0 4px 6px -1px rgba(0,0,0,.1)}.docs-search:focus-within{box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-color:#8b5cf6}.dark .docs-search{border-color:#4b5563;background-color:rgba(31,41,55,.5)}.dark .docs-search:focus-within{border-color:#a78bfa}.docs-search-icon{width:1.25rem;height:1.25rem;color:#9ca3af;margin-right:.75rem;flex-shrink:0}.docs-search-input{outline:none;font-size:1rem;width:100%;background:transparent;color:#111827}.docs-search-input::placeholder{color:#6b7280}.dark .docs-search-input{color:#fff}.dark .docs-search-input::placeholder{color:#9ca3af}.docs-search-shortcut{margin-left:.75rem;padding:.25rem .5rem;background-color:#e5e7eb;border-radius:.25rem;font-size:.75rem;color:#4b5563;font-family:JetBrains Mono,monospace;flex-shrink:0}.dark .docs-search-shortcut{background-color:#4b5563;color:#9ca3af}.docs-header-actions{display:flex;align-items:center;gap:1rem}.docs-repo-link{display:flex;align-items:center;gap:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;color:#374151;text-decoration:none;transition:background-color .2s ease}.docs-repo-link:hover{background-color:#f9fafb}.dark .docs-repo-link{border-color:#4b5563;color:#9ca3af}.dark .docs-repo-link:hover{background-color:#1f2937}.docs-repo-info{display:flex;flex-direction:column;align-items:flex-start;min-width:0}.docs-repo-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.docs-repo-stats{display:flex;align-items:center;gap:.75rem;font-size:.75rem;color:#6b7280}.dark .docs-repo-stats{color:#9ca3af}.docs-repo-stat{display:flex;align-items:center;gap:.25rem}.docs-theme-toggle{padding:.5rem;border-radius:.5rem;transition:background-color .2s ease;border:none;background:transparent;cursor:pointer}.docs-theme-toggle:hover{background-color:#f3f4f6}.dark .docs-theme-toggle:hover{background-color:#1f2937}.docs-layout{max-width:1320px;margin:0 auto;display:flex;min-height:calc(100vh - 4rem)}.docs-sidebar{display:none;width:19rem;xborder-right:1px solid #e5e7eb;position:sticky;top:4rem;padding:1rem 6rem 1rem 1rem;height:calc(100vh - 4rem);overflow-y:auto}.dark .docs-sidebar{border-right-color:#374151}@media (min-width:1024px){.docs-sidebar{display:block}}.docs-nav{display:flex;flex-direction:column;gap:1.5rem;font-size:.875rem}.docs-nav-section h2{text-transform:uppercase;color:#6b7280;font-weight:600;font-size:.75rem;letter-spacing:.05em;margin-bottom:.75rem}.dark .docs-nav-section h2{color:#9ca3af}.docs-nav-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.docs-nav-item a{display:block;padding:.5rem .75rem;border-radius:.5rem;transition:all .2s ease;color:#374151;text-decoration:none}.docs-nav-item a:hover{color:#111827;background-color:#f3f4f6;padding-left:1rem}.docs-nav-item a.active{color:#8b5cf6;font-weight:500;background-color:rgba(139,92,246,.1);border-left:2px solid #8b5cf6}.dark .docs-nav-item a{color:#9ca3af}.dark .docs-nav-item a:hover{color:#fff;background-color:#111827}.dark .docs-nav-item a.active{color:#a78bfa;background-color:rgba(167,139,250,.2);border-left-color:#a78bfa}.docs-main{flex:1;min-width:0;padding:1.5rem;color:#374151}.dark .docs-main{color:#fff}.docs-breadcrumbs{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.dark .docs-breadcrumbs{color:#9ca3af}.docs-breadcrumb-link{color:inherit;text-decoration:none}.docs-breadcrumb-link:hover{text-decoration:underline}.docs-breadcrumb-current{color:#374151}.dark .docs-breadcrumb-current{color:#9ca3af}.docs-content-header{margin-bottom:2.5rem}.docs-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem;line-height:1.2}.dark .docs-title{color:#fff}.docs-description{font-size:1.125rem;color:#4b5563;line-height:1.4}.dark .docs-description{color:#9ca3af}.docs-content{max-width:none;line-height:1.7}.docs-content h1,.docs-content h2,.docs-content h3,.docs-content h4,.docs-content h5,.docs-content h6{color:#111827;font-weight:700;margin-top:2rem;margin-bottom:1rem;line-height:1.3;scroll-margin-top:6rem}.dark .docs-content h1,.dark .docs-content h2,.dark .docs-content h3,.dark .docs-content h4,.dark .docs-content h5,.dark .docs-content h6{color:#fff}.docs-content h1{font-size:1.5rem;margin-top:1.5rem;margin-bottom:.75rem}.docs-content h2{font-size:1.3rem;margin-top:1.25rem;margin-bottom:.625rem}.docs-content h3{font-size:1.2rem;margin-top:1rem;margin-bottom:.5rem}.docs-content h4{font-size:1rem}.docs-content h4,.docs-content h5{margin-top:.75rem;margin-bottom:.375rem}.docs-content h5{font-size:.9rem}.docs-content h6{font-size:.8rem;margin-top:.5rem;margin-bottom:.25rem}.docs-content p{color:#374151;margin-bottom:.75rem;line-height:1.6}.dark .docs-content p{color:#fff}.docs-content ol,.docs-content ul{list-style-position:outside;margin-bottom:.75rem;padding-left:1.25rem}.docs-content ul{list-style-type:disc}.docs-content ol{list-style-type:decimal}.docs-content li{color:#374151;margin-bottom:.25rem;line-height:1.5}.dark .docs-content li{color:#9ca3af}.docs-content li>p{display:inline;margin:0}.docs-content li>p:first-child{display:inline}.docs-content li>p:not(:first-child){display:block;margin-top:.5rem}.docs-content li>ol,.docs-content li>ul{margin-top:.5rem;margin-bottom:.5rem}.docs-pagination{display:flex;justify-content:space-between;align-items:center;border-top:1px solid #e5e7eb;margin-top:2rem;padding-top:1rem;font-size:.875rem}.dark .docs-pagination{border-top-color:#374151}.docs-pagination a{color:#4b5563;text-decoration:none;transition:color .2s ease}.docs-pagination a:hover{color:#111827}.dark .docs-pagination a{color:#9ca3af}.dark .docs-pagination a:hover{color:#fff}.docs-toc{display:none;width:19rem;xborder-left:1px solid #e5e7eb;padding:1rem 1rem 1rem 4rem;position:sticky;top:4rem;height:calc(100vh - 4rem);overflow-y:auto;font-size:.875rem}.dark .docs-toc{border-left-color:#374151}@media (min-width:1280px){.docs-toc{display:block}}.docs-toc-section{margin-bottom:1.5rem}.docs-toc-title{font-weight:600;color:#111827;margin-bottom:1rem;font-size:1rem}.dark .docs-toc-title{color:#fff}.docs-toc-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.docs-toc-item a{display:block;padding:.25rem .75rem;border-radius:.375rem;transition:all .2s ease;color:#4b5563;text-decoration:none;line-height:1.4}.docs-toc-item.level-2{margin-left:1rem}.docs-toc-item.level-3{margin-left:2rem}.docs-toc-item a:hover{color:#8b5cf6;background-color:#f9fafb}.docs-toc-item a.active{color:#8b5cf6;background-color:rgba(139,92,246,.1);font-weight:500}.docs-toc-item.level-1 a{font-weight:500}.dark .docs-toc-item a{color:#9ca3af}.dark .docs-toc-item a:hover{color:#a78bfa;background-color:#111827}.dark .docs-toc-item a.active{color:#a78bfa;background-color:rgba(167,139,250,.2)}.docs-footer{border-top:1px solid #374151;margin-top:2rem;padding:1.5rem 0;background-color:#fff}.dark .docs-footer{border-top-color:#374151;background-color:#111827}.docs-footer-content{max-width:1320px;margin:0 auto;padding:0 1rem;display:flex;flex-direction:row;justify-content:space-between;gap:1rem}@media (min-width:768px){.docs-footer-content{flex-direction:row;justify-content:space-between}}.docs-footer-brand{font-size:1.25rem;font-weight:700;color:#111827}.dark .docs-footer-brand{color:#fff}.docs-footer-tagline{font-size:.875rem;color:#6b7280;margin-top:.5rem}.dark .docs-footer-tagline{color:#9ca3af}.docs-footer-links{display:flex;gap:3rem}.docs-footer-section h4{font-weight:600;color:#374151;margin-bottom:.5rem}.dark .docs-footer-section h4{color:#9ca3af}.docs-footer-section ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.25rem}.docs-footer-section a{font-size:.875rem;color:#4b5563;text-decoration:none;transition:color .2s ease}.docs-footer-section a:hover{color:#111827}.dark .docs-footer-section a{color:#9ca3af}.dark .docs-footer-section a:hover{color:#fff}@media (max-width:768px){.docs-header-content{padding:.75rem 1rem;flex-wrap:wrap;gap:1rem}.docs-search{width:100%;order:3}.docs-main{padding:1.5rem 1rem}.docs-content h1{font-size:1.875rem}.docs-content h2{font-size:1.5rem}.docs-content h3{font-size:1.25rem}}@media (max-width:640px){.docs-repo-link{display:none}.docs-footer-content{text-align:center}.docs-footer-links{justify-content:center;gap:2rem}}