.help-site { font-size: 18px; }
.help-site [hidden] { display: none !important; }
.help-site a, .help-site button, .help-site summary, .help-site input { -webkit-tap-highlight-color: transparent; }
.help-site :focus-visible { outline: 3px solid var(--forest); outline-offset: 5px; }
.help-site button, .help-site input { font: inherit; }
.help-site button { cursor: pointer; }
.help-wrap { width: min(1120px, calc(100% - 64px)); margin-inline: auto; }
.help-header { border-bottom: 2px solid var(--ink); }
.help-header > div { display: flex; align-items: center; gap: 30px; min-height: 96px; }
.help-header .brand { font-size: 28px; }
.help-home-link { padding-left: 30px; border-left: 1px solid #c9cec4; font-size: 17px; }
.help-enter { margin-left: auto; }
.help-button { display: inline-flex; align-items: center; justify-content: center; gap: 15px; border: 2px solid var(--ink); border-radius: 10px; padding: 12px 20px; color: var(--ink); background: var(--sun); font-size: 16px; font-weight: 750; min-height: 48px; text-align: center; line-height: 1.25; }
.help-button:hover { background: #ffe283; color: var(--ink); }
.help-crumb { padding-block: 25px 0; color: var(--muted); font-size: 14px; }
.help-crumb ol { display: flex; flex-wrap: wrap; gap: 8px; }
.help-crumb li + li::before { content: '/'; margin-right: 8px; color: #778079; }
.help-crumb a { text-decoration: underline; text-underline-offset: 3px; }
.help-hero { padding-block: 44px 30px; display: flex; align-items: center; justify-content: space-between; gap: 35px; }
.help-site h1 { font-size: clamp(38px, 5vw, 62px); line-height: 1.06; }
.help-hero h1 { margin-block: 14px 22px; font-size: clamp(43px, 5.7vw, 68px); }
.help-hero h1 span { color: var(--forest); }
.help-lead { font-size: 20px; line-height: 1.6; color: var(--soft); }
.help-hero-note { width: 190px; flex-shrink: 0; margin-right: 24px; text-align: center; transform: rotate(6deg); color: var(--forest); }
.help-hero-note > span { display: block; width: 165px; height: 100px; margin: 0 auto 15px; border: 2px solid var(--forest); border-radius: 50%; background: var(--sun); font-size: 39px; line-height: 95px; font-weight: 800; box-shadow: 5px 5px 0 var(--forest); }
.help-hero-note p { font-size: 17px; font-weight: 650; }
.help-search { margin: 6px 0 38px; max-width: 850px; }
.help-search label { display: block; margin-bottom: 10px; font-weight: 750; font-size: 19px; }
.help-search-box { background: white; display: flex; align-items: center; gap: 12px; padding: 9px 10px 9px 20px; border: 2px solid var(--ink); border-radius: 13px; box-shadow: 4px 4px 0 var(--ink); }
.help-search-box svg { flex-shrink: 0; }
.help-search input { width: 100%; min-width: 0; background: none; color: var(--ink); border: 0; height: 46px; padding: 6px; font-size: 18px; }
.help-search input::placeholder { color: #667168; opacity: 1; }
.help-search > p { font-size: 14px; color: var(--muted); margin-top: 12px; }
.help-site h2 { font-size: clamp(27px, 3vw, 36px); line-height: 1.12; }
.help-site h3 { font-size: 23px; line-height: 1.2; }
.help-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 22px; }
.help-section-heading > p { font-size: 15px; color: var(--muted); }
.help-section-heading .eyebrow { margin-bottom: 10px; }
.help-feature-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.help-feature { padding: 25px 28px 22px; border: 2px solid var(--ink); border-radius: 16px; color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.sun { background: var(--sun); }.sage { background: #B7D6AE; }.sky { background: #B5D6EF; }.apricot { background: #F5C69D; }.rose { background: #F5BFD3; }.lavender { background: #D0C5EC; }
.help-feature:hover { color: var(--ink); box-shadow: 6px 6px 0 var(--ink); transform: translate(-1px, -1px); }
.help-feature-tag { font-size: 12px; letter-spacing: .065em; font-weight: 750; }
.help-feature > div { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-block: 16px 14px; }
.help-feature h3 { font-size: 32px; }
.help-feature > div svg { width: 54px; height: 54px; flex-shrink: 0; }
.help-feature > p { font-size: 16px; }
.help-feature-bottom { display: flex; justify-content: space-between; font-weight: 750; margin-top: 23px; border-top: 1px solid #26332750; padding-top: 14px; font-size: 16px; }
.help-topics { padding-top: 64px; }
.help-category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.help-category { border: 1.5px solid #A5AEA3; background: #FFFEFA; padding: 24px; border-radius: 15px; color: var(--ink); display: flex; flex-direction: column; align-items: start; }
.help-category:hover { border-color: var(--forest); color: var(--forest); box-shadow: 3px 3px 0 var(--forest); }
.help-symbol { display: inline-flex; justify-content: center; align-items: center; width: 54px; height: 54px; border-radius: 14px; border: 1.5px solid var(--ink); color: var(--ink); flex-shrink: 0; }
.help-category h3 { margin: 22px 0 10px; }
.help-category p { font-size: 16px; line-height: 1.5; color: var(--muted); margin-bottom: 25px; }
.help-category-bottom { margin-top: auto; width: 100%; display: flex; align-items: center; justify-content: space-between; font-size: 14px; font-weight: 650; }
.help-arrow { font-size: 24px; }
.help-small-tip { border-left: 3px solid var(--forest); padding: 4px 0 4px 20px; max-width: 770px; margin-top: 40px; }
.help-small-tip p { font-size: 16px; margin-top: 4px; color: var(--muted); }
.help-support { display: flex; align-items: center; gap: 22px; margin-block: 55px 60px; padding: 30px; border: 1.5px solid var(--ink); border-radius: 16px; background: #E3E9DB; }
.help-support h2 { font-size: 24px; }
.help-support p { margin-top: 8px; font-size: 16px; }
.help-support .help-button { margin-left: auto; flex-shrink: 0; background: white; }
.help-footer { border-top: 2px solid var(--ink); padding-block: 32px; }
.help-footer > div { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; }
.help-footer .brand { font-size: 23px; }
.help-footer p { font-size: 14px; color: var(--muted); }
.help-footer nav { display: flex; flex-wrap: wrap; gap: 22px; margin-left: auto; font-size: 14px; }
.help-footer nav a { text-decoration: underline; text-underline-offset: 3px; }
.help-category-hero { padding-block: 48px 34px; }
.help-category-hero .help-symbol { margin-bottom: 25px; }
.help-category-hero h1 { margin-block: 14px 20px; }
.help-category-list { max-width: 920px; }
.help-guide-row { display: flex; gap: 24px; align-items: center; padding: 24px 0; border-bottom: 1px solid #B6BDB3; color: var(--ink); }
.help-guide-row > div { flex: 1; min-width: 0; }
.help-guide-row h3 { font-size: 22px; margin-bottom: 6px; }
.help-guide-row p { font-size: 16px; color: var(--muted); }
.help-guide-row:hover h3 { text-decoration: underline; text-underline-offset: 4px; color: var(--forest); }
.help-time { font-size: 14px; color: var(--muted); white-space: nowrap; }
.help-back { display: inline-block; padding-block: 28px; font-weight: 650; }
.help-reader-layout { display: grid; grid-template-columns: minmax(0, 745px) minmax(0, 275px); gap: 64px; padding-top: 42px; align-items: start; }
.help-article-header h1 { font-size: clamp(36px, 4.8vw, 56px); margin-block: 15px 22px; }
.help-reader-tools { display: flex; align-items: center; flex-wrap: wrap; gap: 20px; margin: 20px 0 30px; font-size: 14px; }
.help-reader-tools button, .help-clear { padding: 9px 0; background: none; border: 0; color: var(--forest); text-decoration: underline; text-underline-offset: 4px; min-height: 44px; }
.help-copy-status { color: var(--forest); width: 100%; }
.help-copy-status:empty { display: none; }
.help-before, .help-note { background: #E4EAD9; padding: 22px 26px; border-left: 4px solid var(--forest); border-radius: 0 12px 12px 0; font-size: 18px; line-height: 1.7; }
.help-before p, .help-note p { margin-top: 6px; }
.help-steps { padding-top: 15px; }
.help-steps > li { position: relative; padding: 29px 0 29px 66px; border-bottom: 1px solid #C6CDC0; scroll-margin-top: 24px; }
.help-step-number { position: absolute; left: 0; top: 26px; width: 43px; height: 43px; border: 1.5px solid var(--ink); border-radius: 50%; display: grid; place-items: center; font-size: 21px; font-weight: 750; background: var(--sun); }
.help-steps h2 { font-size: 26px; margin: 4px 0 12px; line-height: 1.2; }
.help-steps p { font-size: 20px; line-height: 1.75; }
.help-note { margin-top: 30px; background: #FFF1C3; border-color: #9C6713; }
.help-article-action { margin-top: 28px; }
.help-primary { background: var(--forest); color: white; border-color: var(--forest); }
.help-primary:hover { background: #1B644A; color: white; }
.help-article-action p { margin-top: 12px; color: var(--muted); font-size: 14px; max-width: 440px; }
.help-reading-end { margin-top: 36px; padding-top: 24px; border-top: 1px solid #BAC1B4; font-size: 17px; }
.help-reading-end a { display: inline-block; padding-block: 8px; text-decoration: underline; }
.help-reader-sidebar { position: sticky; top: 24px; font-size: 15px; padding-top: 16px; }
.help-reader-sidebar details { background: #E8EBDD; padding: 20px; border-radius: 12px; margin-bottom: 22px; }
.help-reader-sidebar summary { font-weight: 750; font-size: 18px; cursor: pointer; }
.help-reader-sidebar li { margin-top: 15px; }
.help-reader-sidebar a:hover { text-decoration: underline; }
.help-reader-sidebar > p { color: var(--muted); padding-top: 25px; line-height: 1.6; }
.help-related { max-width: 745px; padding-top: 50px; }
.help-related h2 { margin-bottom: 10px; font-size: 28px; }
.help-results { margin: 45px 0; }
.help-results .help-section-heading { align-items: center; }
#results-count { font-size: 15px; color: var(--muted); }
.help-empty { margin-top: 25px; padding: 28px; background: white; border: 1px solid #A5AEA3; border-radius: 12px; }
.help-empty p { margin: 15px 0; }
.help-empty a { text-decoration: underline; }
@media (max-width: 950px) {
  .help-hero-note { display: none; }
  .help-reader-layout { grid-template-columns: minmax(0, 1fr); gap: 25px; }
  .help-reader-sidebar { position: static; padding: 0; }
  .help-reader-sidebar details, .help-reader-sidebar > p { display: none; }
  .help-support { flex-wrap: wrap; }
  .help-support .help-button { margin-left: 76px; }
  .help-category-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .help-wrap { width: calc(100% - 36px); }
  .help-header > div { min-height: 84px; gap: 10px; flex-wrap: wrap; padding-block: 16px; }
  .help-header .brand { font-size: 24px; gap: 8px; }
  .help-header .brand img { width: 29px; }
  .help-home-link { order: 3; padding: 0; border: 0; width: 100%; font-size: 14px; }
  .help-enter { max-width: 125px; padding: 8px 12px; font-size: 14px; gap: 8px; }
  .help-crumb { padding-top: 18px; font-size: 12px; }
  .help-hero { padding-block: 30px 22px; }
  .help-hero h1 { font-size: 44px; }
  .help-site .eyebrow { font-size: 11px; }
  .help-lead { font-size: 18px; }
  .help-desktop-break { display: none; }
  .help-search { margin-top: 5px; }
  .help-search-box { flex-wrap: wrap; gap: 6px; padding: 12px; }
  .help-search-box svg { width: 23px; }
  .help-search input { width: calc(100% - 31px); font-size: 16px; }
  .help-search .help-button { width: 100%; }
  .help-section-heading { display: block; }
  .help-section-heading > p { margin-top: 12px; }
  .help-feature-grid, .help-category-grid { grid-template-columns: 1fr; gap: 18px; }
  .help-feature { padding: 24px; }
  .help-feature h3 { font-size: 30px; }
  .help-topics { padding-top: 48px; }
  .help-category { display: grid; grid-template-columns: 45px minmax(0, 1fr); column-gap: 17px; padding: 22px; }
  .help-category .help-symbol { grid-row: 1 / 4; width: 44px; height: 44px; border-radius: 12px; }
  .help-category h3 { margin: 0 0 7px; font-size: 22px; }
  .help-category p { margin-bottom: 12px; }
  .help-category-bottom { grid-column: 2; }
  .help-support { margin-block: 40px; padding: 24px; gap: 18px; }
  .help-support .help-button { margin: 0; width: 100%; }
  .help-support h2 { line-height: 1.2; }
  .help-footer > div { display: block; }
  .help-footer p { margin-block: 8px 20px; }
  .help-footer nav { gap: 18px; }
  .help-category-hero { padding-top: 32px; }
  .help-guide-row { gap: 14px; padding-block: 22px; }
  .help-guide-row h3 { font-size: 21px; }
  .help-time { display: none; }
  .help-reader-layout { padding-top: 30px; }
  .help-reader-tools { gap: 18px; }
  .help-before, .help-note { padding: 18px; font-size: 17px; }
  .help-steps > li { padding: 24px 0 24px 49px; }
  .help-step-number { width: 34px; height: 34px; top: 25px; font-size: 18px; }
  .help-steps h2 { font-size: 23px; }
  .help-steps p { font-size: 18px; line-height: 1.75; }
  .help-results .help-section-heading h2 { margin-bottom: 10px; }
}
@media (prefers-reduced-motion: reduce) { html:has(.help-site) { scroll-behavior: auto; }.help-feature:hover { transform: none; } }
@media print {
  @page { margin: 18mm; }
  .help-site { background: white; color: black; font-size: 12pt; }
  .help-wrap { width: 100%; }
  .help-header, .help-footer, .help-crumb, .help-reader-sidebar, .help-reader-tools, .help-article-action, .help-reading-end, .help-related, .help-back, .skip-link { display: none !important; }
  .help-reader-layout { display: block; padding: 0; }
  .help-article-header h1 { font-size: 27pt; }
  .help-lead, .help-steps p, .help-before, .help-note { font-size: 12pt; }
  .help-steps h2 { font-size: 15pt; }
  .help-steps li { break-inside: avoid; padding-block: 16px; }
  .help-step-number { top: 14px; }
  .help-note { break-inside: avoid; }
}

/* Two distinct help spaces, with a persistent and keyboard-accessible switch. */
.help-space-nav { border-bottom: 1px solid #B6BDB3; background: #E8EBDD; }
.help-space-nav > div { display: flex; gap: 8px; padding-block: 12px; }
.help-space-nav a { display: flex; gap: 10px; align-items: center; padding: 12px 18px; min-height: 48px; border: 1.5px solid transparent; border-radius: 10px; font-size: 16px; font-weight: 650; }
.help-space-nav svg { flex-shrink: 0; width: 23px; height: 23px; }
.help-space-nav a[aria-current] { background: var(--forest); border-color: var(--forest); color: white; }
.help-space-nav a:not([aria-current]):hover { background: white; border-color: var(--forest); color: var(--forest); }
.help-space-hero { max-width: 890px; }
.help-space-hero h1 { font-size: clamp(38px, 5vw, 58px); }
.help-space-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-block: 10px 36px; }
.help-space-card { display: flex; flex-direction: column; align-items: start; color: var(--ink); padding: 32px; border: 2px solid var(--ink); border-radius: 18px; box-shadow: 5px 5px 0 var(--ink); }
.help-space-card:hover { color: var(--ink); box-shadow: 7px 7px 0 var(--ink); }
.help-space-card .help-feature-tag { margin-top: 24px; }
.help-space-card h2 { font-size: 34px; margin-block: 12px 18px; }
.help-space-card > p:not(.help-feature-tag) { font-size: 18px; line-height: 1.6; }
.help-space-card ul { margin-block: 22px 28px; font-size: 16px; line-height: 1.6; }
.help-space-card li { display: flex; gap: 12px; margin-top: 9px; }
.help-space-card li::before { content: '✓'; font-weight: 800; }
.help-space-card .help-feature-bottom { align-self: stretch; gap: 14px; margin-top: auto; }
.help-choice-note { padding: 26px 30px; border: 1px solid #B6BDB3; border-radius: 14px; background: #FFFEFA; }
.help-choice-note h2 { font-size: 24px; margin-bottom: 8px; }
.help-choice-note p { font-size: 17px; max-width: 790px; }
.help-gateway-hero + .help-space-choices ~ .help-small-tip { margin-bottom: 60px; }
.help-article p, .help-guide-row h3, .help-space-card h2 { overflow-wrap: anywhere; }
@media (max-width: 640px) {
  .help-space-nav > div { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .help-space-nav a { flex-direction: column; align-items: start; padding: 10px 12px; font-size: 14px; gap: 6px; }
  .help-space-nav a span { line-height: 1.35; }
  .help-space-choices { grid-template-columns: 1fr; gap: 24px; }
  .help-space-card { padding: 24px; }
  .help-space-card h2 { font-size: 30px; }
  .help-space-card .help-feature-tag { font-size: 11px; }
  .help-space-card > p:not(.help-feature-tag) { font-size: 17px; }
  .help-choice-note { padding: 22px; }
  .help-space-hero h1 { font-size: 39px; }
}
@media print { .help-space-nav { display: none !important; } }
