.mobile-toc{z-index:90;backdrop-filter:blur(12px);border-bottom:1px solid var(--gray);white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:none;background:#050508eb;margin-bottom:0;padding:12px 0;display:none;position:sticky;top:0;overflow-x:auto}.mobile-toc::-webkit-scrollbar{display:none}.main-header.scrolled~.mobile-toc{top:60px}.mobile-toc-inner{gap:10px;padding:0 1rem;display:inline-flex}.toc-chip{color:#aaa;border:1px solid var(--gray);cursor:pointer;background:#ffffff14;border-radius:30px;flex-shrink:0;padding:8px 16px;font-family:Vazir;font-size:.9rem;transition:all .3s}.toc-chip:hover{color:#fff;border-color:var(--primary-transparent);background:#ffd70026}.toc-chip.active-toc{background:var(--primary);color:#000;border-color:var(--primary);font-weight:700}.docs-wrapper{grid-template-columns:280px 1fr 240px;align-items:start;max-width:1600px;min-height:80vh;margin:0 auto 25px;padding-top:20px;display:grid}.docs-sidebar{border-left:1px solid var(--gray);height:calc(100vh - 120px);padding:0 1.5rem;position:sticky;top:100px;overflow-y:auto}.docs-sidebar::-webkit-scrollbar{width:5px}.docs-sidebar::-webkit-scrollbar-thumb{background:var(--gray);border-radius:3px}.nav-group h3{color:var(--primary);text-transform:uppercase;letter-spacing:1px;opacity:.8;margin:20px 0 10px;font-size:.8rem}.nav-group ul{padding:0;list-style:none}.nav-group li a{color:#a0a0b0;border-radius:6px;padding:7px 10px;font-size:.95rem;text-decoration:none;transition:all .2s;display:block}.nav-group li a:hover{color:#fff;background:#ffffff0d}.nav-group li a.active-sidebar{background:var(--primary-transparent);color:var(--primary);font-weight:700}.docs-content{width:100%;min-width:0;max-width:900px;margin:0 auto;padding:0 4rem 4rem}.breadcrumb{color:var(--primary);margin-bottom:10px;font-size:.85rem;display:block}.docs-content h1{background:linear-gradient(45deg,#fff,#bbb);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:2.5rem}.lead{color:#ccc;font-size:1.1rem;line-height:1.8}.separator{background:var(--gray);border:0;height:1px;margin:2rem 0}.docs-content h2{color:#fff;margin-top:3rem;margin-bottom:1rem;padding-bottom:10px;position:relative}.docs-content h2:after{content:"";background:var(--primary);border-radius:2px;width:60px;height:3px;position:absolute;bottom:0;right:0}.docs-content p{color:#d1d1d6;margin-bottom:1.5rem;line-height:1.8}.callout{border:1px solid #0000;border-radius:8px;gap:15px;margin:1.5rem 0;padding:1rem 1.2rem;display:flex}.callout-info{color:#a3c2ff;background:#2a5cff14;border-color:#2a5cff33}.callout-info .callout-icon{color:#5e8dff}.callout-warning{color:#ffcc80;background:#ff980014;border-color:#ff980033}.callout-warning .callout-icon{color:#ffa726}.code-wrapper{border:1px solid var(--gray);background:#0e0e12;border-radius:8px;margin:1.5rem 0;overflow:auto}.code-header{border-bottom:1px solid var(--gray);background:#1a1a24;justify-content:space-between;align-items:center;padding:8px 15px;display:flex}.lang-tag{color:#888;font-size:.8rem;font-weight:700}.copy-btn{border:1px solid var(--gray);color:#bbb;cursor:pointer;background:0 0;border-radius:4px;padding:4px 10px;font-size:.8rem;transition:all .2s}.copy-btn:hover{color:#fff;background:#333}pre[class*=language-]{text-shadow:none!important;background:0 0!important;border-radius:0!important;margin:0!important}.docs-toc{border-right:1px solid var(--gray);height:calc(100vh - 120px);padding:0 1rem;font-size:.9rem;position:sticky;top:100px;overflow-y:auto}.toc-sticky h4{color:#fff;margin-bottom:15px;font-size:.9rem}.toc-sticky ul{border-right:1px solid var(--gray);padding:0;list-style:none}.toc-sticky li a{color:#777;padding:5px 15px 5px 0;text-decoration:none;transition:all .2s;display:block;position:relative;right:1px}.toc-sticky li a:hover,.toc-sticky li a.active-toc{color:var(--primary);border-right:2px solid var(--primary)}.article{opacity:0;transition:opacity .3s ease-in-out;display:none}.article.active{animation:.4s forwards fadeIn;display:block}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.nav-link.active-sidebar{border-right:2px solid var(--primary);background:#ffd7001a;color:var(--primary)!important}section[id],h1[id],h2[id],h3[id]{scroll-margin-top:380px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#ffffff0d;border-radius:4px}::-webkit-scrollbar-thumb{background:#444;border:1px solid #0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary)}*{scrollbar-width:thin;scrollbar-color:#444 #1a1a24}@media (width<=1024px){.docs-wrapper{grid-template-columns:240px 1fr}.docs-toc{display:none}.docs-content{padding:0 2rem 4rem}}@media (width<=768px){.mobile-toc{display:block}.docs-wrapper{grid-template-columns:1fr}.docs-sidebar{background:var(--bg-dark);z-index:999;border-left:none;width:100%;height:calc(100vh - 60px);padding:20px;display:none;position:fixed;top:60px;right:0}.docs-sidebar.active{display:block}.docs-content{padding:1rem}}body.light-mode .mobile-toc{background:#ffffffeb;border-bottom:1px solid #ddd}body.light-mode .toc-chip{color:#666;background:#0000000d;border:1px solid #ddd}body.light-mode .toc-chip:hover{color:#333;background:#f4c43026;border-color:#f4c4304d}body.light-mode .toc-chip.active-toc{background:var(--primary);color:#000;border-color:var(--primary)}body.light-mode .docs-sidebar{border-left:1px solid #ddd}body.light-mode .docs-sidebar::-webkit-scrollbar-thumb{background:#ccc}body.light-mode .nav-group h3{color:var(--primary-dark);opacity:.9}body.light-mode .nav-group li a{color:#555}body.light-mode .nav-group li a:hover{color:#222;background:#0000000d}body.light-mode .nav-group li a.active-sidebar{color:var(--primary-dark);background:#f4c4301a}body.light-mode .breadcrumb{color:var(--primary-dark)}body.light-mode .docs-content h1{background:linear-gradient(45deg,#333,#777);-webkit-text-fill-color:transparent;-webkit-background-clip:text}body.light-mode .lead{color:#555}body.light-mode .separator{background:#ddd}body.light-mode .docs-content h2{color:#333}body.light-mode .docs-content h2:after{background:var(--primary-dark)}body.light-mode .docs-content p{color:#444}body.light-mode .callout-info{color:#2a5cff;background:#2a5cff0d;border-color:#2a5cff1a}body.light-mode .callout-info .callout-icon{color:#4a7bff}body.light-mode .callout-warning{color:#ff9800;background:#ff98000d;border-color:#ff98001a}body.light-mode .callout-warning .callout-icon{color:#ffb74d}body.light-mode .code-wrapper{background:#f8f9fa;border:1px solid #ddd}body.light-mode .code-header{background:#e9ecef;border-bottom:1px solid #ddd}body.light-mode .lang-tag{color:#555}body.light-mode .copy-btn{color:#555;border:1px solid #ddd}body.light-mode .copy-btn:hover{color:#333;background:#ddd}body.light-mode .docs-toc{border-right:1px solid #ddd}body.light-mode .toc-sticky h4{color:#333}body.light-mode .toc-sticky ul{border-right:1px solid #ddd}body.light-mode .toc-sticky li a{color:#666}body.light-mode .toc-sticky li a:hover,body.light-mode .toc-sticky li a.active-toc{color:var(--primary-dark);border-right:2px solid var(--primary-dark)}body.light-mode .nav-link.active-sidebar{border-right:2px solid var(--primary-dark);background:#f4c4301a;color:var(--primary-dark)!important}