.content-page .help-breadcrumb a,.content-page .help-cat-list a,.content-page .help-results-list a,.content-page .help-sidebar-link,.content-page .help-toc a,.content-page .help-toc-mobile a{text-decoration:none}.content-page .help-sidebar-link,.content-page .help-toc a,.content-page .help-toc-mobile a{color:var(--gray-600)}.content-page .help-sidebar-link:hover,.content-page .help-toc a:hover,.content-page .help-toc-mobile a:hover{color:var(--green-primary)}.content-page .help-sidebar-link.is-current{color:var(--green-dark)}.content-page .help-contact .btn-primary{color:var(--white);text-decoration:none}.help-hero{max-width:720px;margin:0 auto 56px;text-align:center}.help-hero-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:700;color:var(--gray-900);margin-bottom:12px}.help-hero-intro{font-size:1.05rem;line-height:1.6;color:var(--gray-600);margin-bottom:28px}.help-search-label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.help-search-input{width:100%;padding:15px 20px;font-family:var(--font-body);font-size:1rem;color:var(--gray-900);background:var(--white);border:1px solid var(--gray-200);border-radius:var(--brand-radius-pill);box-shadow:var(--brand-shadow-sm);transition:border-color .2s,box-shadow .2s}.help-search-input::placeholder{color:var(--gray-400)}.help-search-input:focus{outline:none;border-color:var(--green-primary);box-shadow:0 0 0 3px #4a8c3f26}.help-notice{margin-top:20px;font-size:.9rem;color:var(--gray-500)}.help-cats[hidden]{display:none}.help-cats{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));align-items:start;gap:28px}.help-cat{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--brand-radius-md);padding:24px}.help-cat-head{display:flex;align-items:flex-start;gap:14px;margin-bottom:18px}.help-cat-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--brand-radius-sm);background:#4a8c3f1a;color:var(--green-primary)}.help-cat-icon svg{width:20px;height:20px}.help-cat-title{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.help-cat-desc{font-size:.9rem;line-height:1.5;color:var(--gray-500)}.help-cat-list,.help-results-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.help-cat-list a,.help-results-list a{display:block;padding:10px 12px;border-radius:var(--brand-radius-sm);text-decoration:none;transition:background .15s}.help-cat-list a:hover,.help-results-list a:hover{background:var(--gray-50)}.help-cat-link-title{display:block;font-weight:600;font-size:.95rem;color:var(--gray-900)}.help-cat-link-summary{display:block;margin-top:2px;font-size:.85rem;line-height:1.45;color:var(--gray-500)}.help-results-count{font-size:.9rem;color:var(--gray-500);margin-bottom:12px}.help-results-list{max-width:780px;gap:6px}.help-results-empty{color:var(--gray-500)}.help-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;font-size:.85rem;color:var(--gray-500);margin-bottom:24px}.help-shell{display:grid;grid-template-columns:minmax(0,1fr);grid-template-areas:"article" "sidebar";gap:48px;align-items:start}.help-sidebar{grid-area:sidebar}.help-article{grid-area:article}.help-toc{grid-area:toc}@media(min-width:992px){.help-shell{grid-template-columns:230px minmax(0,1fr);grid-template-areas:"sidebar article"}}@media(min-width:1200px){.help-shell{grid-template-columns:230px minmax(0,1fr) 200px;grid-template-areas:"sidebar article toc"}}.help-sidebar{font-size:.9rem;border-top:1px solid var(--gray-200);padding-top:28px}@media(min-width:992px){.help-sidebar{position:sticky;top:calc(var(--brand-header-height-lg) + 24px);max-height:calc(100vh - var(--brand-header-height-lg) - 48px);overflow-y:auto;border-top:none;padding-top:0;padding-right:8px}}.help-sidebar-heading{font-weight:700;color:var(--gray-900);margin-bottom:16px}@media(min-width:992px){.help-sidebar-heading{font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400)}}.help-sidebar-group{margin-bottom:22px}.help-sidebar-title{font-family:var(--font-display);font-size:.85rem;font-weight:700;color:var(--gray-900);margin-bottom:6px}.help-sidebar ul{list-style:none;padding:0;margin:0}.help-sidebar-link{display:block;padding:5px 10px;border-left:2px solid transparent;line-height:1.4;color:var(--gray-600);text-decoration:none}.help-sidebar-link:hover{color:var(--green-primary)}.help-sidebar-link.is-current{border-left-color:var(--green-primary);color:var(--green-dark);font-weight:600;background:#4a8c3f0f}.help-article{min-width:0}.help-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--green-primary);margin-bottom:10px}.help-article-title{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.4rem);font-weight:700;line-height:1.15;color:var(--gray-900);margin-bottom:10px}.help-meta{font-size:.85rem;color:var(--gray-400);margin-bottom:28px}.help-body{max-width:720px}.help-body h2,.help-body h3{scroll-margin-top:calc(var(--brand-header-height-lg) + 16px)}.help-toc{display:none}@media(min-width:1200px){.help-toc{display:block;position:sticky;top:calc(var(--brand-header-height-lg) + 24px);max-height:calc(100vh - var(--brand-header-height-lg) - 48px);overflow-y:auto;font-size:.85rem;border-left:1px solid var(--gray-200);padding-left:18px}}.help-toc-title{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);margin-bottom:10px}.help-toc ul,.help-toc-mobile ul{list-style:none;padding:0;margin:0}.help-toc li{margin-bottom:6px;line-height:1.4}.help-toc li.is-sub,.help-toc-mobile li.is-sub{padding-left:14px}.help-toc a{color:var(--gray-600);text-decoration:none}.help-toc a:hover{color:var(--green-primary)}.help-toc-mobile{margin-bottom:28px;padding:14px 18px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--brand-radius-sm);font-size:.9rem}.help-toc-mobile summary{cursor:pointer;font-weight:600;color:var(--gray-900)}.help-toc-mobile ul{margin-top:12px}.help-toc-mobile li{margin-bottom:6px}@media(min-width:1200px){.help-toc-mobile{display:none}}.help-related{max-width:720px;margin-top:48px;padding-top:28px;border-top:1px solid var(--gray-200)}.help-related h2,.help-contact h2{font-family:var(--font-display);font-size:1.15rem;font-weight:700;color:var(--gray-900);margin-bottom:14px}.help-related ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.help-related a{font-weight:600}.help-related span{display:block;font-size:.875rem;line-height:1.45;color:var(--gray-500)}.help-contact{max-width:720px;margin-top:40px;padding:24px;background:var(--gray-50);border:1px solid var(--gray-200);border-radius:var(--brand-radius-md)}.help-contact p{color:var(--gray-600);margin-bottom:16px}.help-contact .btn{text-decoration:none}
