:root{--docs-primary: #2F6DF6;--docs-primary-hover: #1D4ED8;--docs-dark: #0F2748;--docs-bg: #FFFFFF;--docs-bg-alt: #F8FBFF;--docs-text: #4B5F7A;--docs-border: #E5ECF5;--nav-height: 75px}html{scroll-padding-top:calc(var(--nav-height) + 20px);overflow-x:hidden;width:100%}*,*:before,*:after{box-sizing:border-box}body{background-color:var(--docs-bg)}.docs-nav{position:sticky;top:0;z-index:100;display:flex;justify-content:space-between;align-items:center;height:var(--nav-height);padding:0 5%;background:#fffffff2;backdrop-filter:blur(8px);border-bottom:1px solid var(--docs-border)}.docs-logo{display:flex;align-items:center;gap:10px}.docs-logo a{display:flex;align-items:center;text-decoration:none}.docs-logo-img{height:80px;width:auto;display:block}.docs-logo span{font-size:1.2rem;color:var(--docs-text);font-weight:500}.docs-search{flex-grow:1;max-width:400px;margin:0 2rem;position:relative}.docs-search input{width:100%;padding:.6rem 1.2rem;border:1px solid var(--docs-border);border-radius:8px;background:var(--docs-bg-alt);font-size:.9rem;outline:none;transition:.2s;color:var(--docs-dark)}.docs-search input:focus{background:#fff;border-color:var(--docs-primary);box-shadow:0 0 0 3px #2f6df61a}.search-results-dropdown{position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fff;border:1px solid var(--docs-border);border-radius:8px;box-shadow:0 10px 30px #00000026;max-height:400px;overflow-y:auto;z-index:1000;display:none;opacity:0;transform:translateY(-5px);transition:opacity .2s ease,transform .2s ease}.search-results-dropdown.show{display:block;opacity:1;transform:translateY(0)}.search-result-item{display:block;padding:.8rem 1.2rem;color:var(--docs-dark);text-decoration:none;border-bottom:1px solid var(--docs-border);font-size:.95rem;line-height:1.4;transition:background .2s}.search-result-item:last-child{border-bottom:none}.search-result-item:hover{background:var(--docs-bg-alt);color:var(--docs-primary)}.search-result-item .match-type{font-size:.7rem;color:var(--docs-primary);text-transform:uppercase;margin-bottom:.3rem;display:block;font-weight:700}.no-results{padding:1.5rem;color:var(--docs-text);text-align:center;font-size:.95rem}.docs-actions{display:flex;align-items:center;gap:1.5rem}.docs-lang{display:flex;gap:.5rem;font-weight:600;font-size:.9rem}.docs-lang a{color:var(--docs-text);text-decoration:none;transition:.2s}.docs-lang a:hover,.docs-lang a.active{color:var(--docs-primary)}.docs-lang .sep{color:var(--docs-border)}.docs-btn{padding:.6rem 1.2rem;border-radius:8px;font-weight:600;font-size:.9rem;text-decoration:none;transition:.2s}.docs-btn-outline{border:1px solid var(--docs-dark);color:var(--docs-dark)}.docs-btn-outline:hover{background:#f8f9fa;transform:translateY(-1px)}.docs-btn-solid{background:var(--docs-primary);color:#fff;box-shadow:0 4px 14px #2f6df640}.docs-btn-solid:hover{background:var(--docs-primary-hover);transform:translateY(-1px)}.docs-layout{display:flex;max-width:1440px;margin:0 auto}.docs-sidebar{width:280px;flex-shrink:0;height:calc(100vh - var(--nav-height));position:sticky;top:var(--nav-height);overflow-y:auto;padding:2.5rem 2rem}.sidebar-left{border-right:1px solid var(--docs-border)}.sidebar-right{border-left:1px solid var(--docs-border)}.nav-section{margin-bottom:2.5rem}.nav-section h3{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--docs-text);margin-bottom:1rem;font-weight:700}.nav-item{display:block;padding:.5rem .8rem;color:var(--docs-text);text-decoration:none;font-size:.95rem;border-radius:6px;margin-bottom:.2rem;transition:.2s;font-weight:500}.nav-item:hover{background:var(--docs-bg-alt);color:var(--docs-dark)}.nav-item.active{background:#ecf4ff;color:var(--docs-primary);font-weight:600}.docs-main{flex:1;padding:3rem 4rem;max-width:850px;min-width:0}.docs-breadcrumbs{color:var(--docs-primary);font-size:.9rem;font-weight:600;margin-bottom:1rem}.docs-main h1{font-size:2.8rem;line-height:1.2;margin:0 0 1.5rem;font-weight:800;color:var(--docs-dark);letter-spacing:-.5px}.docs-lead{font-size:1.15rem;color:var(--docs-text);margin-bottom:3.5rem;line-height:1.8}.docs-main h2{font-size:1.8rem;margin:3.5rem 0 1.5rem;padding-bottom:.5rem;border-bottom:1px solid var(--docs-border);font-weight:700}.docs-main h3{font-size:1.4rem;margin:2.5rem 0 1rem;font-weight:700;color:var(--docs-dark)}.docs-main h4{font-size:1.2rem;margin:2rem 0 1rem;font-weight:700;color:var(--docs-dark)}.docs-main p{font-size:1.05rem;margin-bottom:1.5rem;color:var(--docs-text);line-height:1.8}.docs-alert{background:#ecf4ff;border-left:4px solid var(--docs-primary);padding:1.5rem;border-radius:0 8px 8px 0;margin:2rem 0}.docs-alert p{margin:0;color:var(--docs-dark);font-size:.95rem}.docs-features-list{list-style:none;padding:0;margin:2rem 0}.docs-features-list li{position:relative;padding-left:1.5rem;margin-bottom:1rem;font-size:1.05rem;color:var(--docs-text)}.docs-features-list li:before{content:"→";position:absolute;left:0;color:var(--docs-primary);font-weight:700}.docs-features-list strong{color:var(--docs-dark)}.docs-sublist{list-style:none;padding-left:1.5rem;margin-top:.8rem}.docs-sublist li{position:relative;padding-left:1.2rem;margin-bottom:.6rem;font-size:1rem}.docs-sublist li:before{content:"•";position:absolute;left:0;color:var(--docs-text);font-weight:700;font-size:1.2rem;line-height:1.3}.docs-image{width:100%;height:auto;border-radius:12px;border:1px solid var(--docs-border);box-shadow:0 10px 30px #00000014;margin:2.5rem 0 1rem;display:block;cursor:zoom-in;transition:transform .2s ease,box-shadow .2s ease}.docs-image:hover{transform:translateY(-2px);box-shadow:0 15px 35px #0000001f}.docs-image-caption{text-align:center;font-size:.9rem;color:var(--docs-text);margin-bottom:2.5rem;font-style:italic}.image-modal{display:none;position:fixed;z-index:1000;left:0;top:0;width:100%;height:100%;background-color:#0f2748e6;backdrop-filter:blur(5px);opacity:0;transition:opacity .3s ease}.image-modal.show{display:flex;justify-content:center;align-items:center;opacity:1}.image-modal-content{margin:auto;display:block;max-width:90%;max-height:90vh;border-radius:8px;box-shadow:0 10px 40px #00000080;transform:scale(.95);transition:transform .3s ease}.image-modal.show .image-modal-content{transform:scale(1)}.image-modal-close{position:absolute;top:20px;right:35px;color:#f1f1f1;font-size:40px;font-weight:700;cursor:pointer;z-index:1001;transition:.2s}.image-modal-close:hover,.image-modal-close:focus{color:#fff;text-decoration:none}.docs-footer{background-color:var(--docs-dark);color:#fff;padding:3rem 5%;margin-top:4rem}.footer-content{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;max-width:1440px;margin:0 auto}.footer-section h4{color:var(--docs-primary);margin-bottom:1rem;font-size:1.1rem;margin-top:0}.footer-section p{color:#a0b3c6;font-size:.95rem;margin-bottom:.5rem;line-height:1.5}.footer-section a{color:#a0b3c6;text-decoration:none;transition:color .2s}.footer-section a:hover{color:#fff}.footer-logo{height:40px;width:auto;margin-bottom:1rem;filter:brightness(0) invert(1)}.social-links{display:flex;gap:1rem}.toc-container h3{font-size:.8rem;text-transform:uppercase;letter-spacing:1px;color:var(--docs-dark);margin-bottom:1rem;font-weight:700}.docs-toc{display:flex;flex-direction:column;gap:.5rem;border-left:2px solid var(--docs-border)}.docs-toc a{padding-left:1rem;color:var(--docs-text);text-decoration:none;font-size:.9rem;transition:.2s;border-left:2px solid transparent;margin-left:-2px;line-height:1.4}.docs-toc a:hover{color:var(--docs-dark)}.docs-toc a.toc-active{color:var(--docs-primary);border-left-color:var(--docs-primary);font-weight:600}@media(max-width:1200px){.sidebar-right{display:none}}@media(max-width:900px){.sidebar-left{display:none}.docs-main{padding:2rem;max-width:100%}.docs-nav{flex-wrap:wrap;height:auto;padding:1rem 5%;gap:1rem;position:relative}.docs-search{order:3;margin:0;max-width:100%;width:100%}.footer-content{flex-direction:column;gap:1.5rem;text-align:center}.social-links{justify-content:center}}@media(max-width:600px){.docs-main h1{font-size:2.2rem}.docs-actions{width:100%;justify-content:space-between}}
