:root{--background:#f4f3f1;--foreground:#272c34;--muted:#f3f5f7;--muted-foreground:#687182;--border:#dadfe7;--primary:#2361e7;--sidebar-background:#fafafa;--sidebar-foreground:#303540;--sidebar-accent:#eaecf1}*{box-sizing:border-box}html,body{background:var(--background);color:var(--foreground);margin:0;padding:0;font-family:DM Sans,Inter,system-ui,-apple-system,sans-serif}a{color:inherit;text-decoration:none}.help-layout{grid-template-columns:320px minmax(0,1fr) 260px;gap:0;min-height:100vh;display:grid}.help-sidebar{border-right:1px solid var(--border);background:var(--sidebar-background);height:100vh;padding:28px 18px;position:sticky;top:0;overflow-y:auto}.help-brand{color:inherit;align-items:center;gap:10px;margin-bottom:24px;font-size:24px;font-weight:700;display:flex}.help-brand:hover{opacity:.92}.help-brand-icon{-o-object-fit:contain;object-fit:contain;flex-shrink:0;width:32px;height:32px}.help-module{border-radius:10px;margin-bottom:10px}.help-module-header{cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:space-between;align-items:center;width:100%;padding:0 8px;display:flex}.help-module-header:hover{background:var(--sidebar-accent)}.help-section-title{text-transform:uppercase;letter-spacing:.06em;color:var(--muted-foreground);margin:12px 4px 10px;font-size:15px;font-weight:700}.help-chevron{color:var(--muted-foreground);margin-top:2px;font-size:14px;transition:transform .2s}.help-chevron.open{transform:rotate(180deg)}.help-subitems{margin-top:4px;padding-left:6px}.help-submodule{margin-top:10px}.help-submodule-header{cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:space-between;align-items:center;width:100%;padding:8px 10px;display:flex}.help-submodule-header:hover{background:var(--sidebar-accent)}.help-submodule-title{color:var(--foreground);font-size:16px;font-weight:800}.help-submodule-items{margin-top:6px;padding-left:10px}.help-sublink{padding-left:14px}.help-submodule.active .help-submodule-header{background:var(--sidebar-accent)}.help-link{color:var(--sidebar-foreground);border-radius:8px;margin:6px 0;padding:11px 12px;font-size:15px;display:block}.help-link:hover{background:var(--sidebar-accent)}.help-link.active{background:var(--sidebar-accent);color:var(--primary);border-left:3px solid var(--primary);font-weight:700}.help-module.active .help-module-header{background:var(--sidebar-accent)}.help-module.active .help-section-title{color:var(--foreground)}.help-main{justify-content:center;padding:36px 24px 56px;display:flex}.docs-content{width:100%;max-width:860px;margin:0 auto;font-size:17px}.docs-breadcrumbs{color:var(--muted-foreground);align-items:center;gap:8px;margin-bottom:22px;font-size:14px;display:flex}.docs-breadcrumbs .current{color:var(--foreground);font-weight:700}.docs-content h1{margin:0 0 22px;font-size:40px;line-height:1.15}.docs-content h2{margin:32px 0 14px;font-size:30px}.docs-content p,.docs-content li{font-size:17px;line-height:1.85}.docs-content p a,.docs-content li a{color:var(--primary);text-underline-offset:2px;font-weight:600;text-decoration:underline!important}.docs-content p a:hover,.docs-content li a:hover{opacity:.85}.docs-content strong{font-weight:700}.docs-content img{margin-top:12px;margin-bottom:12px}.docs-content code{background:var(--muted);border-radius:6px;padding:2px 6px}.pretty-steps{flex-direction:column;gap:12px;margin:16px 0 24px;padding:0;list-style:none;display:flex}.pretty-steps li{border:1px solid var(--border);background:#fff;border-radius:12px;align-items:flex-start;gap:12px;padding:14px 16px;line-height:1.6;display:flex}.step-number{background:var(--primary);color:#fff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;margin-top:1px;font-size:14px;font-weight:700;display:inline-flex}.related-articles{border-top:1px solid var(--border);margin-top:36px;padding-top:24px}.related-articles h2{margin:0 0 14px;font-size:30px}.related-card-list{border:1px solid var(--border);border-radius:12px;overflow:hidden}.related-card{border-bottom:1px solid var(--border);background:#fff;justify-content:space-between;align-items:center;padding:16px 18px;font-size:20px;font-weight:600;display:flex}.related-card:last-child{border-bottom:0}.related-card:hover{background:var(--muted)}.help-right-rail{border-left:1px solid var(--border);height:100vh;padding:48px 18px;position:sticky;top:0}.step-nav{flex-direction:column;gap:10px;display:flex}.step-link{color:var(--muted-foreground);font-size:16px;font-weight:600;line-height:1.4}.step-link.active,.step-link:hover{color:var(--primary)}@media (max-width:1023px){.help-layout{grid-template-columns:1fr}.help-sidebar{border-right:0;border-bottom:1px solid var(--border);height:auto;position:static}.help-main{padding:22px 16px}.help-right-rail{display:none}.docs-content h1{font-size:34px}.docs-content h2{font-size:26px}.related-card{padding:13px 14px;font-size:16px}}
