.docs-container{display:flex;max-width:1400px;margin:0 auto;padding:2rem 1rem;gap:2rem}.docs-sidebar-left{width:250px;flex-shrink:0;position:sticky;top:2rem;align-self:start;height:fit-content}.docs-nav h3{margin-top:0;padding-bottom:.5rem;border-bottom:1px solid #eaeaea}.docs-nav ul{list-style:none;padding:0;margin:0;display:block!important}.docs-nav li{margin-bottom:.5rem;display:block}.docs-nav a{text-decoration:none;color:#333;display:block;padding:.5rem;border-radius:4px;transition:all .2s ease}.docs-nav a:hover{background-color:#f5f5f5}.docs-nav a.active{background-color:#007acc;color:#fff}.docs-content{flex:1;min-width:0;max-width:700px}.docs-sidebar-right{width:250px;flex-shrink:0;position:sticky;top:2rem;align-self:start;height:fit-content}.docs-toc h3{margin-top:0;padding-bottom:.5rem;border-bottom:1px solid #eaeaea}.docs-toc nav>ul{list-style:none;padding:0;margin:0;display:block!important}.docs-toc ul{list-style:none;padding-left:1rem;display:block!important}.docs-toc li{display:block;margin-bottom:.5rem}.docs-toc a{text-decoration:none;color:#333;font-size:.9rem;transition:color .2s ease}.docs-toc a:hover{color:#007acc}.docs-article h1{margin-top:0;font-size:2.5rem;border-bottom:1px solid #eaeaea;padding-bottom:1rem}.docs-article h2{font-size:1.8rem;margin-top:2rem;margin-bottom:1rem;padding-top:1rem;border-bottom:1px solid #f0f0f0}.docs-article h3{font-size:1.4rem;margin-top:1.5rem;margin-bottom:1rem}.docs-article h4{font-size:1.2rem;margin-top:1.2rem;margin-bottom:.8rem}.docs-body{line-height:1.6}.docs-body p{margin-bottom:1rem}.docs-body ul,.docs-body ol{margin-bottom:1rem;padding-left:1.5rem}.docs-body li{margin-bottom:.5rem}.docs-body table{width:100%;border-collapse:collapse;margin-bottom:1rem}.docs-body th,.docs-body td{padding:.75rem;text-align:left;border-bottom:1px solid #eaeaea}.docs-body th{background-color:#f8f8f8;font-weight:700}.docs-body img{max-width:100%;height:auto;margin:1rem 0;border-radius:4px}.docs-body video{max-width:100%;height:auto;margin:1rem 0;border-radius:4px}.docs-body pre{background-color:#f8f8f8;padding:1rem;border-radius:4px;overflow-x:auto;margin-bottom:1rem}.docs-body code{font-family:courier new,Courier,monospace;background-color:#f8f8f8;padding:.2rem .4rem;border-radius:3px}.docs-body pre code{background-color:initial;padding:0}.anchorjs-link{color:#007acc!important;text-decoration:none!important}@media(max-width:1024px){.docs-sidebar-right{display:none}.docs-container{gap:1.5rem}}@media(max-width:768px){.docs-sidebar-left{display:none}.docs-container{flex-direction:column;padding:1rem}.docs-content{max-width:100%}}