.help-related.svelte-172f8ki{display:flex;flex-direction:column;gap:var(--space-4)}.help-related-title.svelte-172f8ki{color:var(--text-primary);margin:0}.help-related-chips.svelte-172f8ki{display:flex;flex-wrap:wrap;gap:var(--space-2)}.help-related-chip.svelte-172f8ki{display:inline-flex;align-items:center;gap:var(--space-2);padding:var(--space-2) var(--space-4);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-full);color:var(--text-primary);font-size:var(--text-sm);font-weight:600;text-decoration:none;transition:border-color var(--transition-fast),background-color var(--transition-fast)}.help-related-chip.svelte-172f8ki:hover,.help-related-chip.svelte-172f8ki:focus-visible{border-color:var(--color-brand-500);background:var(--hover-bg);outline:none}.help-article-hero.svelte-f0vhsl{display:flex;flex-direction:column;gap:var(--space-4);margin-top:var(--space-6)}.help-article-icon.svelte-f0vhsl{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:var(--radius-lg);background:var(--filter-active-bg);color:var(--filter-active-text)}.help-article-body.svelte-f0vhsl{display:flex;flex-direction:column;gap:var(--space-12)}.help-callout.svelte-bbdwg3{padding:var(--space-4) var(--space-5);border-radius:var(--radius-lg);border-width:1px;border-style:solid;font-size:var(--text-sm);line-height:var(--leading-relaxed)}.help-callout-head.svelte-bbdwg3{display:flex;align-items:center;gap:var(--space-2);font-weight:600;margin-bottom:var(--space-2)}.help-callout-title.svelte-bbdwg3{line-height:1}.help-callout-body.svelte-bbdwg3{color:var(--text-secondary)}.help-callout-body.svelte-bbdwg3 p{margin:0}.help-callout-body.svelte-bbdwg3 p+p{margin-top:var(--space-2)}.help-callout-body.svelte-bbdwg3 code{background:color-mix(in srgb,var(--text-primary) 8%,transparent);color:var(--text-primary);padding:.1em .4em;border-radius:var(--radius-sm);font-size:.9em;font-family:var(--font-mono)}.help-callout-body.svelte-bbdwg3 a{color:inherit;font-weight:600;text-decoration:underline}.help-callout-note.svelte-bbdwg3{background:var(--help-callout-note-bg);border-color:var(--help-callout-note-border)}.help-callout-note.svelte-bbdwg3 .help-callout-head:where(.svelte-bbdwg3){color:var(--help-callout-note-text)}.help-callout-brand.svelte-bbdwg3{background:var(--help-callout-brand-bg);border-color:var(--help-callout-brand-border)}.help-callout-brand.svelte-bbdwg3 .help-callout-head:where(.svelte-bbdwg3){color:var(--help-callout-brand-text)}.help-callout-warning.svelte-bbdwg3{background:var(--help-callout-warning-bg);border-color:var(--help-callout-warning-border)}.help-callout-warning.svelte-bbdwg3 .help-callout-head:where(.svelte-bbdwg3){color:var(--help-callout-warning-text)}.help-faq.svelte-mkpta3{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-2)}.help-faq-item.svelte-mkpta3{background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);overflow:hidden;transition:border-color var(--transition-fast)}.help-faq-item.open.svelte-mkpta3{border-color:var(--color-brand-500)}.help-faq-toggle.svelte-mkpta3{width:100%;background:transparent;border:none;padding:var(--space-3) var(--space-4);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);cursor:pointer;text-align:left;color:var(--text-primary);font-family:var(--font-body);font-size:var(--text-sm);font-weight:600}.help-faq-toggle.svelte-mkpta3:hover{background:var(--hover-bg)}.help-faq-q.svelte-mkpta3{line-height:1.4}.help-faq-chevron.svelte-mkpta3{color:var(--text-muted);transition:transform var(--transition-fast);flex-shrink:0}.help-faq-chevron.open.svelte-mkpta3{transform:rotate(180deg);color:var(--color-brand-600)}.help-faq-a.svelte-mkpta3{padding:0 var(--space-4) var(--space-4);color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.help-faq-a.svelte-mkpta3 p:where(.svelte-mkpta3){margin:0}.help-section.svelte-bb11zu{scroll-margin-top:var(--space-16)}.help-section-heading.svelte-bb11zu{display:flex;align-items:center;gap:var(--space-3);color:var(--text-primary);margin:0 0 var(--space-6) 0}.help-section-number.svelte-bb11zu{display:inline-flex;align-items:center;justify-content:center;min-width:1.75rem;height:1.75rem;padding:0 var(--space-2);border-radius:var(--radius-full);background:var(--filter-active-bg);color:var(--filter-active-text);font-family:var(--font-mono);font-size:var(--text-sm);font-weight:600;line-height:1}.help-section-icon.svelte-bb11zu{display:inline-flex;align-items:center;justify-content:center;width:1.75rem;height:1.75rem;border-radius:var(--radius-md);background:var(--filter-active-bg);color:var(--filter-active-text)}.help-section-body.svelte-bb11zu{display:flex;flex-direction:column;gap:var(--space-6);color:var(--text-secondary);font-size:var(--text-base);line-height:var(--leading-relaxed)}.help-section-body.svelte-bb11zu p{margin:0}.help-section-body.svelte-bb11zu strong{color:var(--text-primary)}.help-section-body.svelte-bb11zu code{background:var(--bg-tertiary);color:var(--text-primary);padding:.1em .4em;border-radius:var(--radius-sm);font-size:.9em;font-family:var(--font-mono)}.help-section-body.svelte-bb11zu a{color:var(--color-brand-600);font-weight:600;text-decoration:none}.help-section-body.svelte-bb11zu a:hover{text-decoration:underline}.help-section-body.svelte-bb11zu ul,.help-section-body.svelte-bb11zu ol{margin:0;padding-left:var(--space-6);display:flex;flex-direction:column;gap:var(--space-2)}.help-step.svelte-3outz5{display:flex;gap:var(--space-4);align-items:flex-start}.help-step-num.svelte-3outz5{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:var(--radius-full);background:var(--bg-tertiary);color:var(--text-primary);font-family:var(--font-mono);font-size:var(--text-sm);font-weight:700;line-height:1}.help-step-body.svelte-3outz5{flex:1;min-width:0}.help-step-title.svelte-3outz5{color:var(--text-primary);margin:0 0 var(--space-1) 0}.help-step-desc.svelte-3outz5{color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed)}.help-step-desc.svelte-3outz5 p{margin:0}.help-step-desc.svelte-3outz5 code{background:var(--bg-tertiary);color:var(--text-primary);padding:.1em .4em;border-radius:var(--radius-sm);font-size:.9em;font-family:var(--font-mono)}.help-step-desc.svelte-3outz5 a{color:var(--color-brand-600);font-weight:600;text-decoration:none}.help-step-desc.svelte-3outz5 a:hover{text-decoration:underline}.help-step-list.svelte-1013gg5{display:flex;flex-direction:column;gap:var(--space-4)}.help-toc.svelte-1cuiftl{padding:var(--space-4) var(--space-5);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg)}.help-toc-eyebrow.svelte-1cuiftl{font-family:var(--font-mono);font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:var(--space-3)}.help-toc-list.svelte-1cuiftl{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-1)}.help-toc-link.svelte-1cuiftl{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-1) var(--space-2);color:var(--text-secondary);text-decoration:none;font-size:var(--text-sm);border-radius:var(--radius-sm);transition:color var(--transition-fast),background-color var(--transition-fast)}.help-toc-link.svelte-1cuiftl:hover,.help-toc-link.svelte-1cuiftl:focus-visible{color:var(--text-primary);background:var(--hover-bg);outline:none}.help-toc-num.svelte-1cuiftl{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;border-radius:var(--radius-sm);background:var(--bg-tertiary);color:var(--text-muted);font-family:var(--font-mono);font-size:var(--text-xs);font-weight:600;line-height:1}.help-twocol.svelte-rmy9av{display:grid;grid-template-columns:1fr;gap:var(--space-3)}@media(min-width:640px){.help-twocol.svelte-rmy9av{grid-template-columns:1fr 1fr}}.help-twocol-tile.svelte-rmy9av{padding:var(--space-4);background:var(--card-bg);border:1px solid var(--card-border);border-radius:var(--radius-lg);border-left-width:3px}.help-twocol-positive.svelte-rmy9av{border-left-color:var(--color-brand-500)}.help-twocol-negative.svelte-rmy9av{border-left-color:var(--color-warning-500)}.help-twocol-neutral.svelte-rmy9av{border-left-color:var(--card-border)}.help-twocol-head.svelte-rmy9av{display:flex;align-items:center;gap:var(--space-2);font-family:var(--font-display);font-size:var(--text-sm);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-2)}.help-twocol-positive.svelte-rmy9av .help-twocol-head:where(.svelte-rmy9av){color:var(--color-brand-700)}.help-twocol-negative.svelte-rmy9av .help-twocol-head:where(.svelte-rmy9av){color:var(--color-warning-700)}.help-twocol-body.svelte-rmy9av{margin:0;color:var(--text-secondary);font-size:var(--text-sm);line-height:var(--leading-relaxed)}
