.docshell{display:grid;grid-template-columns:248px minmax(0,1fr) 200px;gap:36px;align-items:start;max-width:1340px;margin:0 auto;padding:28px clamp(16px,4%,44px) 80px}.ds-side{position:sticky;top:84px;max-height:calc(100vh - 100px);overflow-y:auto;display:flex;flex-direction:column;gap:4px;padding-right:6px}.ds-side::-webkit-scrollbar{width:4px}.ds-side::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}.ds-brand{display:flex;align-items:center;gap:10px;padding:4px 6px 14px;text-decoration:none;color:var(--text)}.ds-brand img{width:32px;height:32px;border-radius:9px}.ds-brand .nm{font-size:16px;font-weight:800}.ds-brand .tag{font-size:9px;font-weight:700;letter-spacing:1.4px;text-transform:uppercase;color:var(--text-muted)}.ds-search{position:relative;margin-bottom:14px}.ds-search svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--text-muted)}.ds-search input{width:100%;background:var(--bg-soft);border:1px solid var(--border-strong);border-radius:11px;padding:9px 12px 9px 34px;color:var(--text);font-size:13px;font-weight:500;outline:none}.ds-search input:focus{border-color:var(--primary-2);box-shadow:0 0 0 3px rgba(139,92,246,.16)}.ds-sec{font-size:9.5px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase;padding:14px 10px 6px}.ds-link,.ds-sec{color:var(--text-muted)}.ds-link{display:block;width:100%;text-align:left;padding:8px 12px;border-radius:10px;font-size:13.5px;font-weight:600;background:none;border:1px solid transparent;cursor:pointer;transition:all .15s}.ds-link:hover{color:var(--text);background:hsla(0,0%,100%,.04)}.ds-link.active{color:#fff;background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(168,85,247,.16));border-color:var(--border-strong)}.ds-side-foot{margin-top:14px;padding-top:12px;border-top:1px solid var(--border)}.ds-back{font-size:12.5px;font-weight:600;color:var(--text-muted);display:inline-flex;align-items:center;gap:6px}.ds-back:hover{color:var(--text)}.ds-top{display:flex;align-items:center;gap:14px;margin-bottom:20px;padding-bottom:14px;border-bottom:1px solid var(--border)}.ds-crumb{font-size:13px;font-weight:600;color:var(--text-muted)}.ds-crumb b{color:var(--text);font-weight:800}.ds-top .sp{flex:1}.ds-menu{display:none;width:36px;height:36px;border-radius:10px;border:1px solid var(--border-strong);background:transparent;color:var(--text);align-items:center;justify-content:center}.ds-menu svg{width:18px;height:18px}.ds-buy{display:inline-flex;align-items:center;gap:7px;background:linear-gradient(135deg,var(--primary),var(--primary-3));color:#fff;border-radius:999px;padding:9px 16px;font-size:12.5px;font-weight:700;text-decoration:none;white-space:nowrap}.ds-buy:hover{transform:translateY(-1px)}.ds-main{min-width:0}.ds-onthis{position:sticky;top:84px;max-height:calc(100vh - 100px);overflow-y:auto}.ds-onthis .lab{font-size:9.5px;font-weight:700;letter-spacing:1.3px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px}.ds-onthis a{display:block;padding:5px 0 5px 12px;border-left:2px solid var(--border);font-size:12.5px;font-weight:500;color:var(--text-muted);text-decoration:none;transition:all .15s}.ds-onthis a:hover{color:var(--text)}.ds-onthis a.active{color:var(--primary-3);border-left-color:var(--primary-3);font-weight:700}@media (max-width:1180px){.docshell{grid-template-columns:240px minmax(0,1fr)}.ds-onthis{display:none}}@media (max-width:880px){.docshell{grid-template-columns:1fr;gap:0}.ds-menu{display:inline-flex}.ds-side{position:fixed;left:0;top:0;bottom:0;z-index:90;width:270px;max-height:none;background:var(--bg);border-right:1px solid var(--border);padding:20px 16px;transform:translateX(-100%);transition:transform .25s ease}.ds-side.open{transform:none}.ds-side-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:80}}.docshell .docs-content{max-width:760px}.docshell .docs-content .instr-h1,.docshell .docs-content>h1{font-size:clamp(28px,4vw,36px);font-weight:900;letter-spacing:-.03em;margin:0 0 14px}.docshell .docs-content .instr-section{margin:0 0 8px;scroll-margin-top:90px}.docshell .docs-content .instr-section-header{display:flex;align-items:center;gap:11px;margin:40px 0 14px;padding-top:8px}.docshell .docs-content .instr-section-icon{width:30px;height:30px;border-radius:9px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(168,85,247,.16));border:1px solid var(--border-strong);color:var(--primary-3);flex-shrink:0}.docshell .docs-content .instr-section-icon svg{width:16px;height:16px}.docshell .docs-content .instr-section-title{font-size:23px;font-weight:800;letter-spacing:-.02em;margin:0}.docshell .docs-content .instr-subheader{font-size:16px;font-weight:700;margin:26px 0 10px}.docshell .docs-content .instr-text{font-size:14.5px;font-weight:400;color:var(--text-dim);line-height:1.7;margin:0 0 14px}.docshell .docs-content .instr-link,.docshell .docs-content .instr-text a{color:var(--primary-3);border-bottom:1px solid rgba(167,139,250,.3);cursor:pointer}.docshell .docs-content .instr-link:hover,.docshell .docs-content .instr-text a:hover{border-color:var(--primary-3)}.docshell .docs-content ul{margin:0 0 16px;padding-left:2px;list-style:none}.docshell .docs-content ul li{font-size:14.5px;font-weight:400;color:var(--text-dim);line-height:1.6;padding:5px 0 5px 24px;position:relative}.docshell .docs-content ul li:before{content:"";position:absolute;left:4px;top:13px;width:6px;height:6px;border-radius:2px;background:var(--primary-3)}.docshell .docs-content .code-inline,.docshell .docs-content :not(pre)>code{font-size:12.5px;background:rgba(167,139,250,.12);color:var(--primary-3)!important;padding:2px 7px;border-radius:6px;overflow-wrap:anywhere;word-break:break-word}.docshell .docs-content .instr-note,.docshell .docs-content .instr-warning{display:flex;gap:13px;border-radius:13px;padding:15px 17px;margin:18px 0;font-size:13px;font-weight:400;color:var(--text-dim);line-height:1.6;min-width:0;overflow-wrap:anywhere;word-break:break-word}.docshell .docs-content .instr-note{background:var(--accent-soft);border:1px solid rgba(52,211,153,.22)}.docshell .docs-content .instr-warning{background:rgba(251,191,36,.1);border:1px solid rgba(251,191,36,.28)}.docshell .docs-content .instr-note b,.docshell .docs-content .instr-warning b{color:#fff;font-weight:700}.docshell .docs-content .instr-steps{display:flex;flex-direction:column;gap:4px;margin:12px 0 18px}.docshell .docs-content .instr-step{display:flex;gap:14px;padding:6px 0}.docshell .docs-content .instr-step-num{width:28px;height:28px;border-radius:9px;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:13px;color:var(--primary-3);background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(168,85,247,.16));border:1px solid var(--border-strong)}.docshell .docs-content .instr-step-body{flex:1;min-width:0}.docshell .docs-content .instr-params{display:flex;flex-direction:column;gap:8px;margin:14px 0}.docshell .docs-content .instr-param{display:flex;gap:12px;align-items:baseline;font-size:13.5px;color:var(--text-dim)}.docshell .docs-content .instr-param-key{font-family:var(--font-mono),monospace;color:var(--primary-3);font-size:12.5px}.docshell .docs-content .code-block{background:#06080f;border:1px solid var(--border);border-radius:14px;margin:16px 0;overflow:hidden}.docshell .docs-content .code-block-header{display:flex;align-items:center;gap:8px;padding:10px 14px;border-bottom:1px solid var(--border);background:hsla(0,0%,100%,.02)}.docshell .docs-content .code-lang{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted)}.docshell .docs-content .copy-btn{margin-left:auto;display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:700;color:var(--text-muted);background:hsla(0,0%,100%,.04);border:1px solid var(--border-strong);border-radius:8px;padding:5px 10px;cursor:pointer}.docshell .docs-content .copy-btn:hover{color:#fff}.docshell .docs-content .copy-btn svg{width:13px;height:13px}.docshell .docs-content .code-pre{margin:0;padding:16px 18px;overflow-x:auto;font-size:12.5px;line-height:1.7;color:#d8d9e3;background:none;border:none}.docshell .docs-content .os-tabs{display:flex;gap:4px;background:var(--bg-soft);border:1px solid var(--border);border-radius:10px;padding:3px;margin:12px 0;width:-moz-fit-content;width:fit-content}.docshell .docs-content .os-tab{font-size:12px;font-weight:700;color:var(--text-muted);padding:7px 14px;border-radius:7px;border:none;background:transparent;cursor:pointer}.docshell .docs-content .os-tab-active{background:linear-gradient(135deg,rgba(99,102,241,.16),rgba(168,85,247,.16));color:#fff}