.doc-root.svelte-h38xdj{max-width:1200px;padding:calc(var(--nav-h) + 32px) clamp(16px, 4vw, 60px) 40px;grid-template-columns:240px 1fr;align-items:start;gap:0;min-height:100vh;margin:0 auto;display:grid}.doc-sidebar.svelte-h38xdj{height:-moz-fit-content;height:fit-content;padding-right:32px;position:sticky;top:80px}.doc-sidebar.svelte-h38xdj nav:where(.svelte-h38xdj) ul:where(.svelte-h38xdj){flex-direction:column;gap:2px;margin:0;padding:0;list-style:none;display:flex}.doc-sidebar.svelte-h38xdj nav:where(.svelte-h38xdj) ul:where(.svelte-h38xdj) li:where(.svelte-h38xdj) a:where(.svelte-h38xdj){color:var(--dim,#888);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.85rem;line-height:1.4;text-decoration:none;transition:color .15s,background .15s;display:flex}.doc-sidebar.svelte-h38xdj nav:where(.svelte-h38xdj) ul:where(.svelte-h38xdj) li:where(.svelte-h38xdj) a:where(.svelte-h38xdj):hover{color:var(--text,#fff);background:rgb(var(--c-glass) / .05)}.doc-sidebar.svelte-h38xdj nav:where(.svelte-h38xdj) ul:where(.svelte-h38xdj) li:where(.svelte-h38xdj) a.active:where(.svelte-h38xdj){color:var(--accent,#7c3aed);background:rgb(var(--accent-rgb) / .1);font-weight:600}.doc-content.svelte-h38xdj{border-left:1px solid var(--border,rgb(var(--c-glass) / .08));min-width:0;padding-left:40px}.doc-back.svelte-h38xdj{margin-bottom:20px}.breadcrumb.svelte-h38xdj{color:var(--dim,#888);align-items:center;gap:8px;margin-bottom:28px;font-size:.78rem;display:flex}.breadcrumb.svelte-h38xdj a:where(.svelte-h38xdj){color:var(--dim,#888);text-decoration:none;transition:color .15s}.breadcrumb.svelte-h38xdj a:where(.svelte-h38xdj):hover{color:var(--text,#fff)}.breadcrumb-sep.svelte-h38xdj{color:var(--border,rgb(var(--c-glass) / .2))}.doc-title.svelte-h38xdj{letter-spacing:-1px;color:var(--text,#fff);margin:0 0 12px;font-family:Barlow Condensed,sans-serif;font-size:clamp(1.8rem,4vw,2.6rem);font-weight:800;line-height:1.15}.doc-subtitle.svelte-h38xdj{color:var(--mid,#aaa);max-width:600px;margin:0 0 48px;font-size:1rem;line-height:1.65}.doc-content.svelte-h38xdj section:where(.svelte-h38xdj){border-bottom:1px solid var(--border,rgb(var(--c-glass) / .06));margin-bottom:64px;padding-bottom:64px}.doc-content.svelte-h38xdj section:where(.svelte-h38xdj):last-of-type{border-bottom:none}.doc-content.svelte-h38xdj h2:where(.svelte-h38xdj){color:var(--text,#fff);letter-spacing:-.5px;align-items:center;gap:12px;margin:0 0 24px;scroll-margin-top:90px;font-family:Barlow Condensed,sans-serif;font-size:1.6rem;font-weight:800;display:flex}.doc-content.svelte-h38xdj h3:where(.svelte-h38xdj){color:var(--text,#fff);margin:32px 0 12px;font-size:1.05rem;font-weight:700}.doc-content.svelte-h38xdj p:where(.svelte-h38xdj){color:var(--mid,#ccc);margin:0 0 16px;font-size:.92rem;line-height:1.75}.doc-content.svelte-h38xdj a:where(.svelte-h38xdj){color:var(--accent,#7c3aed);text-decoration:none}.doc-content.svelte-h38xdj a:where(.svelte-h38xdj):hover{text-decoration:underline}.doc-content.svelte-h38xdj code:where(.svelte-h38xdj){background:rgb(var(--c-glass) / .07);border:1px solid rgb(var(--c-glass) / .1);color:var(--text,#fff);border-radius:4px;padding:2px 6px;font-family:monospace;font-size:.82rem}.doc-list.svelte-h38xdj{flex-direction:column;gap:8px;margin:0 0 16px;padding-left:20px;display:flex}.doc-list.svelte-h38xdj li:where(.svelte-h38xdj){color:var(--mid,#ccc);font-size:.92rem;line-height:1.6}.doc-list.svelte-h38xdj li:where(.svelte-h38xdj) strong:where(.svelte-h38xdj){color:var(--text,#fff)}ol.doc-list.svelte-h38xdj{list-style:decimal}ul.doc-list.svelte-h38xdj{list-style:outside}.doc-table.svelte-h38xdj{border-collapse:collapse;border-radius:10px;width:100%;margin:16px 0 24px;font-size:.88rem;overflow:hidden}.doc-table.svelte-h38xdj th:where(.svelte-h38xdj){background:rgb(var(--c-glass) / .07);color:var(--text,#fff);text-align:left;border-bottom:1px solid var(--border,rgb(var(--c-glass) / .1));padding:10px 14px;font-weight:700}.doc-table.svelte-h38xdj td:where(.svelte-h38xdj){color:var(--mid,#ccc);border-bottom:1px solid rgb(var(--c-glass) / .04);padding:10px 14px}.doc-table.svelte-h38xdj tr:where(.svelte-h38xdj):last-child td:where(.svelte-h38xdj){border-bottom:none}.doc-table.svelte-h38xdj tr:where(.svelte-h38xdj):hover td:where(.svelte-h38xdj){background:rgb(var(--c-glass) / .02)}.doc-tip.svelte-h38xdj,.doc-warn.svelte-h38xdj{border-radius:10px;align-items:flex-start;gap:14px;margin:24px 0;padding:16px 18px;font-size:.88rem;line-height:1.6;display:flex}.doc-tip.svelte-h38xdj{background:rgb(var(--accent-rgb) / .1);border:1px solid rgb(var(--accent-rgb) / .25);color:var(--mid,#ccc)}.doc-warn.svelte-h38xdj{color:var(--mid,#ccc);background:#eab30814;border:1px solid #eab30840}.doc-tip-icon.svelte-h38xdj,.doc-warn-icon.svelte-h38xdj{flex-shrink:0;margin-top:1px;font-size:1.1rem}.doc-tip.svelte-h38xdj strong:where(.svelte-h38xdj){color:var(--text,#fff);margin-bottom:4px;display:block}.doc-warn.svelte-h38xdj strong:where(.svelte-h38xdj){color:var(--text,#fff);margin-bottom:4px;display:block}.faq-list.svelte-h38xdj{flex-direction:column;gap:10px;margin-top:20px;display:flex}.faq-item.svelte-h38xdj{border:1px solid var(--border,rgb(var(--c-glass) / .08));background:rgb(var(--c-glass) / .02);border-radius:10px;overflow:hidden}.faq-item.svelte-h38xdj summary:where(.svelte-h38xdj){color:var(--text,#fff);cursor:pointer;justify-content:space-between;align-items:center;gap:12px;padding:16px 18px;font-size:.92rem;font-weight:600;list-style:none;transition:background .15s;display:flex}.faq-item.svelte-h38xdj summary:where(.svelte-h38xdj)::-webkit-details-marker{display:none}.faq-item.svelte-h38xdj summary:where(.svelte-h38xdj):after{content:"+";color:var(--accent,#7c3aed);flex-shrink:0;font-size:1.2rem;transition:transform .2s}.faq-item[open].svelte-h38xdj summary:where(.svelte-h38xdj):after{transform:rotate(45deg)}.faq-item.svelte-h38xdj summary:where(.svelte-h38xdj):hover{background:rgb(var(--c-glass) / .03)}.faq-body.svelte-h38xdj{border-top:1px solid var(--border,rgb(var(--c-glass) / .06));padding:0 18px 16px}.faq-body.svelte-h38xdj p:where(.svelte-h38xdj){color:var(--mid,#aaa);margin:12px 0 0;font-size:.9rem;line-height:1.7}.doc-footer-note.svelte-h38xdj{border-top:1px solid var(--border,rgb(var(--c-glass) / .08));color:var(--dim,#888);text-align:center;margin-top:48px;padding-top:24px;font-size:.8rem}.doc-footer-note.svelte-h38xdj a:where(.svelte-h38xdj){color:var(--accent,#7c3aed)}@media (max-width:768px){.doc-root.svelte-h38xdj{padding:calc(var(--nav-h) + 24px) 16px 36px;grid-template-columns:1fr}.doc-sidebar.svelte-h38xdj{display:none}.doc-content.svelte-h38xdj{border-left:none;padding-left:0}.doc-content.svelte-h38xdj h2:where(.svelte-h38xdj){font-size:1.3rem}.doc-title.svelte-h38xdj{font-size:1.6rem}.doc-table.svelte-h38xdj{font-size:.8rem}.doc-table.svelte-h38xdj th:where(.svelte-h38xdj){padding:8px 10px}.doc-table.svelte-h38xdj td:where(.svelte-h38xdj){padding:8px 10px}}
