.doc-h{color:var(--text);margin:24px 0 8px;font-family:Syne,sans-serif;font-size:15px;font-weight:700}.doc-p{color:var(--text-muted);margin-bottom:14px;font-size:13px;line-height:1.7}.docs-item{background:var(--bg3);border:1px solid var(--border2);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:10px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex}.docs-item:hover{background:var(--bg2);border-color:#c9a84c66;transform:translateY(-2px)}.docs-item svg:last-child{opacity:0;transition:all .2s;transform:translate(-10px)}.docs-item:hover svg:last-child{opacity:1;transform:translate(0)}.docs-item:last-child{margin-bottom:0}.doc-code{border:1px solid var(--border2);color:#a6accd;white-space:pre;background:#111;border-radius:8px;margin-bottom:16px;padding:16px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;line-height:1.6;overflow-x:auto}.doc-note{border-left:2px solid var(--gold);color:var(--text-muted);background:#c9a84c14;border-radius:0 8px 8px 0;margin:20px 0;padding:12px 16px;font-size:13px;line-height:1.6}.doc-step-row{align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.doc-step-num{border:1px solid var(--border2);width:22px;height:22px;color:var(--gold);background:#111;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;font-family:Syne,sans-serif;font-size:11px;font-weight:700;display:flex}.doc-step-text{color:var(--text-muted);font-size:13px;line-height:1.7}#docs-list-wrap{padding-right:4px;overflow-y:auto}#docs-list-wrap::-webkit-scrollbar{width:4px}#docs-list-wrap::-webkit-scrollbar-track{background:0 0}#docs-list-wrap::-webkit-scrollbar-thumb{background:var(--border2);border-radius:4px}
