.help-center__print{flex:none}.help-center__layout{margin-top:var(--gap-stack);grid-template-columns:minmax(14rem,18rem) minmax(0,58rem);align-items:start;gap:2rem;display:grid}.help-center__sidebar{position:sticky;top:1.5rem}.help-center__toc{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overscroll-behavior:contain;max-height:calc(100vh - 3rem);padding:1.5rem;overflow-y:auto}.help-center__toc-title{color:var(--muted);font-size:var(--text-sm);margin:0;font-weight:500}.help-center__toc-chapters{gap:.5rem;margin:1rem 0 0;padding:0;list-style:none;display:grid}.help-toc-chapter__summary{border-radius:var(--radius-md);color:var(--text);cursor:pointer;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"title marker""count marker";align-items:baseline;column-gap:.5rem;padding:.5rem 1rem;list-style:none;display:grid}.help-toc-chapter__summary>span{grid-area:title}.help-toc-chapter__summary::-webkit-details-marker{display:none}.help-toc-chapter__summary:after{color:var(--muted);content:"+";grid-area:marker;align-self:center}.help-toc-chapter[open]>.help-toc-chapter__summary:after{content:"-"}.help-toc-chapter__summary:hover{background:var(--surface-muted)}.help-toc-chapter__summary[aria-current]{background:var(--accent-soft);box-shadow:inset 2px 0 0 var(--accent);color:var(--accent);font-weight:600}.help-toc-chapter__summary[aria-current]:after{color:var(--accent)}.help-toc-chapter__summary:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.help-toc-chapter small{color:var(--muted);font-size:var(--text-xs);grid-area:count}.help-toc-chapter__articles{margin:0 0 .5rem;padding:0 0 0 1rem;list-style:none;display:grid}.help-toc-chapter__articles a{border-radius:var(--radius-md);color:var(--muted);font-size:var(--text-sm);padding:.5rem;text-decoration:none;display:block}.help-toc-chapter__articles a:hover{background:var(--surface-muted);color:var(--text)}.help-toc-chapter__start{font-weight:600}.help-center__content{min-width:0}.help-search{background:linear-gradient(135deg, var(--surface), var(--surface-muted));border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:1.5rem}.help-search__heading{align-items:flex-start;gap:1rem;display:flex}.help-search__heading h2,.help-search__heading p{margin:0}.help-search__heading p{color:var(--muted);margin-top:.5rem}.help-search__icon{background:var(--accent-soft);border-radius:var(--radius-md);color:var(--accent);justify-content:center;align-items:center;padding:1rem;display:inline-flex}.help-search__field{align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.help-search__field .iv-input{flex:auto}.help-search__status{color:var(--muted);font-size:var(--text-sm);margin:1rem 0 0}.help-center [data-help-hidden]{display:none}.help-audience{border:0;border-top:1px solid var(--border-muted);min-width:0;margin:1.5rem 0 0;padding:1.5rem 0 0}.help-audience__title{color:var(--muted);font-size:var(--text-sm);padding:0;font-weight:500}.help-audience__options{flex-wrap:wrap;gap:.5rem;margin-top:1rem;display:flex}.help-audience__option{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-soft);cursor:pointer;font-size:var(--text-sm);align-items:center;gap:.5rem;padding:.5rem 1rem;display:inline-flex;position:relative}.help-audience__input{appearance:none;border-radius:inherit;cursor:pointer;opacity:0;margin:0;position:absolute;inset:0}.help-audience__option:hover{border-color:var(--border-strong)}.help-audience__option:has(.help-audience__input:focus-visible){outline:3px solid var(--accent);outline-offset:2px}.help-audience__option:has(.help-audience__input:checked){background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.help-audience__count{color:var(--muted);font-size:var(--text-xs);font-variant-numeric:tabular-nums}.help-audience__option:has(.help-audience__input:checked) .help-audience__count{color:var(--accent-contrast)}.help-audience__hint{color:var(--muted);font-size:var(--text-xs);max-width:68ch;margin:1rem 0 0}.help-center__empty{margin-bottom:1.5rem}.help-chapter{scroll-margin-top:1.5rem}.help-chapter__back{border-radius:var(--radius-md);color:var(--muted);font-size:var(--text-sm);align-items:center;gap:.5rem;margin-top:1.5rem;padding:.5rem 1rem;text-decoration:none;display:inline-flex}.help-chapter__back:hover{background:var(--surface-muted);color:var(--text)}.help-chapter__back:focus-visible{outline:3px solid var(--accent);outline-offset:2px}.help-chapter__header{margin:2.5rem 0 1.5rem}.help-chapter__header h2,.help-chapter__header p{margin-bottom:0}.help-chapter__header>p:last-child{color:var(--muted);max-width:70ch;margin-top:.5rem}.help-chapter__articles{gap:1.5rem;display:grid}.help-article{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2rem;scroll-margin-top:1.5rem;position:relative}.help-article:target{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.help-center:not([data-help-interactive]) .help-article:target .help-article__disclosure::details-content{content-visibility:visible}.help-center:not([data-help-interactive]) .help-article:target .help-article__summary{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.help-article__summary{cursor:pointer;gap:1rem;padding-right:10.5rem;list-style:none;display:grid}.help-article__summary::-webkit-details-marker{display:none}.help-article__summary:focus-visible{border-radius:var(--radius-md);outline:3px solid var(--accent);outline-offset:2px}.help-article__disclosure[open]>.help-article__summary{border-bottom:1px solid var(--border);padding-bottom:1.5rem}.help-article__heading h3,.help-article__heading p{margin:0}.help-article__heading p{color:var(--muted);max-width:78ch;margin-top:.5rem}.help-article__tools{position:absolute;top:2rem;right:2rem}.help-copy-link{align-items:center;gap:.5rem;display:inline-flex}.help-mark{background:var(--accent-soft);border-radius:var(--radius-md);color:var(--accent)}.help-article__badges{flex-wrap:wrap;gap:.5rem;display:flex}.help-badge{background:var(--surface-muted);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--muted);font-size:var(--text-2xs);padding:.5rem;font-weight:650}.help-badge--feature{background:var(--accent-soft);color:var(--accent);border-color:#0000}.help-article__section{max-width:82ch;margin-top:1.5rem}.help-article__section h4{align-items:center;gap:.5rem;margin:0 0 1rem;display:flex}.help-article__section p{margin:.5rem 0 0;line-height:1.7}.help-steps{counter-reset:help-step;gap:1rem;margin:0;padding:0;list-style:none;display:grid}.help-steps li{counter-increment:help-step;grid-template-columns:2rem minmax(0,1fr);align-items:start;gap:1rem;line-height:1.65;display:grid}.help-steps li:before{background:var(--accent-soft);border-radius:var(--radius-pill);color:var(--accent);content:counter(help-step);font-size:var(--text-sm);justify-content:center;align-items:center;width:2rem;height:2rem;font-weight:750;display:inline-flex}.help-article__section--result,.help-article__section--caution{border-left:3px solid var(--success);padding-left:1rem}.help-article__section--caution{border-left-color:var(--warning)}.help-article__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}.help-article__footer .link-button{align-items:center;gap:.5rem;display:inline-flex}@media (max-width:1120px){.help-center__layout{grid-template-columns:minmax(0,58rem)}.help-center__sidebar{position:static}.help-center__toc{max-height:none;overflow-y:visible}.help-center__toc-chapters{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){.help-search__field,.help-article__footer{flex-direction:column;align-items:stretch}.help-center__print,.help-search__field .iv-button,.help-article__footer .link-button{justify-content:center;width:100%}.help-center__toc-chapters{grid-template-columns:1fr}.help-article{min-width:0;padding:1.5rem}.help-article__heading h3,.help-article__heading p{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:break-word}.help-copy-link__label{display:none}.help-article__summary{padding-right:3.5rem}.help-article__tools{top:1.5rem;right:1.5rem}}@media print{.app-shell__sidebar,.app-shell__topbar,.pwa-controls,.help-center__print,.help-search,.help-center__sidebar,.help-center__empty,.help-chapter__back,.help-article__tools,.help-article__footer{display:none!important}.help-center [data-help-hidden]{display:revert}.help-article__disclosure::details-content{content-visibility:visible}.help-article__summary{border-bottom:1px solid var(--border);padding-bottom:1.5rem;padding-right:0}.app-shell,.app-shell__content,.help-center,.help-center__layout{margin:0;padding:0;display:block}.help-article{break-inside:avoid;box-shadow:none;margin-bottom:1.5rem}.help-chapter{break-before:page}.help-chapter:first-of-type{break-before:auto}}
.help-center-module__TcXWDq__search{grid-area:1/2}.help-center-module__TcXWDq__sidebar{grid-area:1/1/span 2}.help-center-module__TcXWDq__content{grid-area:2/2}.help-center-module__TcXWDq__content>.help-chapter:first-child .help-chapter__header{margin-top:0}@media (max-width:1120px){.help-center-module__TcXWDq__search,.help-center-module__TcXWDq__sidebar,.help-center-module__TcXWDq__content{grid-area:auto/1}}
