/* Help-center-only presentation. Keep policy and privacy documents outside this scope. */
body.help-center-page{
  --help-brand:#d4006e;
  --help-brand-dark:#9d0755;
  --help-brand-soft:#fff1f7;
  --help-ink:#111827;
  --help-text:#374151;
  --help-sub:#667085;
  --help-line:#e4e7ec;
  --help-soft:#f7f8fb;
  --help-danger:#b42318;
  --help-danger-soft:#fff1f0;
  --help-safe:#067647;
  --help-radius:14px;
  background:
    radial-gradient(circle at 12% 0,rgba(212,0,110,.045),transparent 28rem),
    #fff;
  color:var(--help-text);
}

.help-center-page *,
.help-center-page *::before,
.help-center-page *::after{box-sizing:border-box}

.help-center-page [id]{scroll-margin-top:78px}

.help-center-page :where(a,button,input,summary):focus-visible{
  outline:3px solid rgba(37,99,235,.62);
  outline-offset:3px;
}

.help-center-page button,
.help-center-page input{font:inherit}

.help-center-page .sr-only{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}

.help-center-page .help-anchor-target{
  display:block;
  height:0;
  overflow:hidden;
}

.help-center-page .topbar-inner{
  width:min(100%,1180px);
  padding-block:9px;
}

.help-center-page .topbar{
  box-shadow:0 1px 0 rgba(17,24,39,.02);
}

.help-center-page .nav-links a{
  min-height:38px;
  padding:7px 13px;
}

.help-center-page .page{width:min(100%,1180px)}
.help-desktop-page .page,
.help-desktop-page .topbar-inner{width:min(100%,800px)}

body.help-center-page.help-home-page .page{padding-bottom:44px}

.help-center-page .help-solver{
  position:relative;
  padding:32px 0 0;
}

.help-center-page .help-solver::before{
  content:"";
  position:absolute;
  inset:12px -18px auto;
  height:310px;
  z-index:-1;
  border:1px solid #f4dce8;
  border-radius:28px;
  background:linear-gradient(145deg,#fff 18%,#fff8fb 68%,#f8faff);
}

.help-center-page .solver-intro h1{
  max-width:none;
  margin:13px 0 8px;
  font-size:clamp(34px,4.4vw,54px);
  letter-spacing:-.025em;
}

.help-center-page .solver-intro .lead{max-width:800px}

.help-center-page .guidance-search{
  position:relative;
  width:min(100%,920px);
  margin-top:22px;
}

.help-center-page .guidance-search > label{
  display:block;
  margin-bottom:7px;
  color:var(--help-ink);
  font-size:13px;
  font-weight:900;
}

.help-center-page .guidance-combobox{
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto auto;
  gap:8px;
}

.help-center-page .guidance-combobox input{
  width:100%;
  min-width:0;
  min-height:52px;
  padding:11px 14px;
  border:1px solid #d0d5dd;
  border-radius:12px;
  background:#fff;
  color:var(--help-ink);
  font-size:16px;
  box-shadow:0 8px 24px rgba(17,24,39,.055);
}

.help-center-page .guidance-combobox input:focus{
  border-color:var(--help-brand);
  outline:0;
  box-shadow:0 0 0 4px rgba(212,0,110,.09),0 8px 24px rgba(17,24,39,.055);
}

.help-center-page .guidance-clear{
  min-width:56px;
  min-height:52px;
  border:1px solid #d0d5dd;
  border-radius:12px;
  background:#fff;
  color:var(--help-sub);
  font-weight:800;
  cursor:pointer;
}

.help-center-page .guidance-submit{min-height:52px;border-radius:12px;box-shadow:none}

.help-center-page .guidance-privacy{
  margin:7px 0 0;
  color:var(--help-sub);
  font-size:11px;
}

.help-center-page .guidance-suggestions{
  position:absolute;
  left:0;
  right:128px;
  top:58px;
  z-index:30;
  max-height:310px;
  margin:0;
  padding:6px;
  overflow:auto;
  list-style:none;
  border:1px solid var(--help-line);
  border-radius:12px;
  background:#fff;
  box-shadow:0 20px 42px rgba(17,24,39,.15);
}

.help-center-page .guidance-suggestions[hidden]{display:none}

.help-center-page .guidance-suggestions li{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:8px 10px;
  border-radius:9px;
  color:var(--help-text);
  cursor:pointer;
}

.help-center-page .guidance-suggestions li::before{
  content:attr(data-topic-label);
  flex:0 0 auto;
  padding:3px 6px;
  border-radius:999px;
  background:var(--help-brand-soft);
  color:var(--help-brand-dark);
  font-size:10px;
  font-weight:900;
}

.help-center-page .guidance-suggestions li[aria-selected="true"],
.help-center-page .guidance-suggestions li:hover{background:var(--help-soft);color:var(--help-brand-dark)}

.help-center-page .guidance-quick-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}

.help-center-page .guidance-quick-grid button{
  min-width:0;
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:8px 7px;
  border:1px solid var(--help-line);
  border-radius:11px;
  background:rgba(255,255,255,.94);
  color:var(--help-ink);
  font-size:12px;
  font-weight:900;
  line-height:1.25;
  cursor:pointer;
  box-shadow:0 5px 16px rgba(17,24,39,.035);
}

.help-center-page .guidance-quick-grid button span{
  padding:3px 6px;
  border-radius:999px;
  background:var(--help-soft);
  color:var(--help-sub);
  font-size:10px;
}

.help-center-page .guidance-quick-grid button:hover,
.help-center-page .guidance-quick-grid button[aria-pressed="true"]{
  border-color:var(--help-brand);
  background:var(--help-brand-soft);
  color:var(--help-brand-dark);
}

.help-center-page .guidance-quick-grid button[aria-pressed="true"] span{background:#fff;color:var(--help-brand-dark)}

.help-center-page .guidance-workspace{
  display:grid;
  grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);
  gap:14px;
  align-items:start;
  margin-top:18px;
}

.help-center-page .guidance-refine,
.help-center-page .guidance-result{
  min-width:0;
  border:1px solid var(--help-line);
  border-radius:var(--help-radius);
  background:#fff;
  box-shadow:0 12px 30px rgba(17,24,39,.055);
}

.help-center-page .guidance-refine > summary{
  min-height:52px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:11px 14px;
  list-style:none;
  color:var(--help-ink);
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.help-center-page .guidance-refine > summary::-webkit-details-marker{display:none}
.help-center-page .guidance-refine > summary::after{content:"收起";color:var(--help-brand);font-size:11px}
.help-center-page .guidance-refine:not([open]) > summary::after{content:"展开"}
.help-center-page .guidance-refine > summary small{margin-left:auto;color:var(--help-sub);font-size:11px;font-weight:700}

.help-center-page .guidance-refine-body{
  padding:0 14px 14px;
  border-top:1px solid var(--help-line);
}

.help-center-page .guidance-choice-group{
  min-width:0;
  margin:0;
  padding:13px 0 0;
  border:0;
}

.help-center-page .guidance-choice-group + .guidance-choice-group{
  margin-top:12px;
  border-top:1px solid var(--help-line);
}

.help-center-page .guidance-choice-group legend{
  padding:0;
  color:var(--help-ink);
  font-size:12px;
  font-weight:900;
}

.help-center-page .guidance-choice-grid{display:grid;gap:7px;margin-top:8px}
.help-center-page .guidance-role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.help-center-page .guidance-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.help-center-page .guidance-material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}

.help-center-page .guidance-choice-grid button{
  min-width:0;
  min-height:44px;
  padding:7px 6px;
  border:1px solid var(--help-line);
  border-radius:10px;
  background:#fff;
  color:var(--help-text);
  font-size:11px;
  font-weight:800;
  line-height:1.25;
  cursor:pointer;
}

.help-center-page .guidance-choice-grid button:hover,
.help-center-page .guidance-choice-grid button[aria-pressed="true"]{
  border-color:var(--help-brand);
  background:var(--help-brand-soft);
  color:var(--help-brand-dark);
}

.help-center-page .guidance-risk-grid button[data-guidance-value="urgent"][aria-pressed="true"]{
  border-color:#fda29b;
  background:var(--help-danger-soft);
  color:var(--help-danger);
}

.help-center-page .guidance-reset{
  min-height:36px;
  margin-top:12px;
  padding:6px 10px;
  border:0;
  background:transparent;
  color:var(--help-sub);
  font-size:12px;
  font-weight:800;
  cursor:pointer;
}

.help-center-page .guidance-result{
  position:sticky;
  top:68px;
  padding:17px;
}

.help-center-page .guidance-result-heading{position:relative;padding-right:88px}

.help-center-page .guidance-state{
  position:absolute;
  right:0;
  top:0;
  color:var(--help-sub);
  font-size:11px;
  font-weight:800;
}

.help-center-page .guidance-result h2{
  margin:9px 0 6px;
  color:var(--help-ink);
  font-size:22px;
  line-height:1.25;
}

.help-center-page .guidance-result-heading > p,
.help-center-page .guidance-priority p,
.help-center-page .guidance-materials p,
.help-center-page .guidance-note{
  margin:0;
  color:var(--help-sub);
  font-size:13px;
}

.help-center-page .guidance-result.is-idle{background:linear-gradient(155deg,#fff,#fafbfc)}
.help-center-page .guidance-result.is-urgent{border-color:#fda29b;background:linear-gradient(155deg,#fff,#fff7f6)}

.help-center-page .guidance-priority{
  margin-top:14px;
  padding:12px 13px;
  border-left:4px solid var(--help-brand);
  border-radius:0 10px 10px 0;
  background:var(--help-brand-soft);
}

.help-center-page .guidance-result.is-urgent .guidance-priority{border-left-color:var(--help-danger);background:var(--help-danger-soft)}
.help-center-page .guidance-priority strong,.help-center-page .guidance-materials > strong{display:block;margin-bottom:4px;color:var(--help-ink);font-size:12px}

.help-center-page .guidance-actions{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin-top:12px;
}

.help-center-page .guidance-actions a{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:8px 10px;
  border:1px solid var(--help-line);
  border-radius:10px;
  background:#fff;
  color:var(--help-ink);
  font-size:12px;
  font-weight:900;
  text-align:center;
  text-decoration:none;
}

.help-center-page .guidance-actions a:first-child{
  grid-column:1/-1;
  border-color:var(--help-brand);
  background:var(--help-brand);
  color:#fff;
}

.help-center-page .guidance-actions a[data-assistant-link]{border-color:#b9c7ff;background:#f5f7ff;color:#3448a4}

.help-center-page .guidance-materials{margin-top:12px}
.help-center-page .guidance-materials [data-guidance-materials]{display:flex;flex-wrap:wrap;gap:6px}
.help-center-page .guidance-materials [data-guidance-materials] span{
  display:inline-flex;
  align-items:center;
  min-height:26px;
  padding:4px 8px;
  border-radius:999px;
  background:#eff6ff;
  color:#175cd3;
  font-size:11px;
  font-weight:800;
}
.help-center-page .guidance-materials p{margin-top:6px}

.help-center-page .guidance-more{
  margin-top:12px;
  border:1px solid var(--help-line);
  border-radius:10px;
  overflow:hidden;
}
.help-center-page .guidance-more summary{
  min-height:40px;
  padding:8px 11px;
  list-style:none;
  background:var(--help-soft);
  color:var(--help-ink);
  font-size:12px;
  font-weight:900;
  cursor:pointer;
}
.help-center-page .guidance-more summary::-webkit-details-marker{display:none}
.help-center-page .guidance-more summary::after{content:"展开";float:right;color:var(--help-brand)}
.help-center-page .guidance-more[open] summary::after{content:"收起"}
.help-center-page .guidance-more ol{margin:0;padding:10px 12px 10px 32px;color:var(--help-text);font-size:12px}
.help-center-page .guidance-more li + li{margin-top:5px}
.help-center-page .guidance-note{margin-top:10px}

.help-center-page .guidance-candidates{display:grid;gap:8px;margin-top:13px}
.help-center-page .guidance-candidates[hidden]{display:none}
.help-center-page .guidance-candidate{
  width:100%;
  min-height:48px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto;
  align-items:center;
  gap:9px;
  padding:8px 10px;
  border:1px solid var(--help-line);
  border-radius:10px;
  background:#fff;
  color:var(--help-ink);
  text-align:left;
  cursor:pointer;
}
.help-center-page .guidance-candidate span{padding:3px 6px;border-radius:999px;background:var(--help-brand-soft);color:var(--help-brand-dark);font-size:10px;font-weight:900}
.help-center-page .guidance-candidate strong{font-size:12px}
.help-center-page .guidance-candidate small{color:var(--help-brand);font-size:11px;font-weight:800}

.help-center-page .help-topic-directory{padding-top:30px}
.help-center-page .help-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.help-center-page .help-topic-grid a{
  min-width:0;
  min-height:92px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  grid-template-areas:"tag title" "tag desc";
  align-content:center;
  gap:3px 9px;
  padding:13px;
  border:1px solid var(--help-line);
  border-radius:12px;
  background:#fff;
  color:var(--help-ink);
  text-decoration:none;
}
.help-center-page .help-topic-grid a:hover{border-color:#ef9ac5;box-shadow:0 8px 22px rgba(17,24,39,.05)}
.help-center-page .help-topic-grid a > span{grid-area:tag;align-self:center;min-width:42px;padding:7px 5px;border-radius:10px;background:var(--help-brand-soft);color:var(--help-brand-dark);font-size:11px;font-weight:900;text-align:center}
.help-center-page .help-topic-grid strong{grid-area:title;font-size:14px}
.help-center-page .help-topic-grid small{grid-area:desc;color:var(--help-sub);font-size:11px;line-height:1.35}

.help-center-page .safety-summary{
  display:grid;
  grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr) auto;
  align-items:center;
  gap:16px;
  margin-top:30px;
  padding:17px;
  border:1px solid #fecaca;
  border-radius:var(--help-radius);
  background:var(--help-danger-soft);
}
.help-center-page .safety-summary h2{margin-top:7px!important;font-size:18px!important}
.help-center-page .safety-summary p{margin:0;font-size:13px}
.help-center-page .safety-summary > a{min-height:40px;display:flex;align-items:center;padding:7px 11px;border:1px solid #fda29b;border-radius:10px;background:#fff;color:var(--help-danger);font-size:12px;font-weight:900;text-decoration:none}

.help-center-page .help-contact-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.help-center-page .help-contact-grid article{min-width:0;padding:14px;border:1px solid var(--help-line);border-radius:12px;background:#fff}
.help-center-page .help-contact-grid article > span{display:block;color:var(--help-sub);font-size:11px;font-weight:800}
.help-center-page .help-contact-grid article > strong{display:block;margin:4px 0 9px;color:var(--help-ink);font-size:16px;overflow-wrap:anywhere}
.help-center-page .help-contact-grid article > div{display:flex;gap:7px}
.help-center-page .help-contact-grid a,.help-center-page .help-contact-grid button{min-height:36px;display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border:1px solid var(--help-line);border-radius:9px;background:#fff;color:var(--help-ink);font-size:11px;font-weight:900;text-decoration:none;cursor:pointer}

/* Shared topic-page additions */
.help-center-page:not(.help-home-page) .hero{padding:28px 0 20px}
.help-center-page:not(.help-home-page) .hero h1{font-size:clamp(30px,4vw,44px)}
.help-center-page .help-breadcrumb{
  display:flex;
  align-items:center;
  gap:6px;
  margin-bottom:10px;
  color:var(--help-sub);
  font-size:11px;
  line-height:1.4;
}
.help-center-page .help-breadcrumb a{color:var(--help-brand-dark);font-weight:800;text-decoration:none}
.help-center-page .help-breadcrumb [aria-current="page"]{min-width:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.help-desktop-page .help-breadcrumb{grid-column:1/-1;margin-bottom:-10px}
.help-center-page .topic-guidance-bar{
  margin-top:14px;
  padding:11px;
  border:1px solid var(--help-line);
  border-radius:12px;
  background:linear-gradient(145deg,#fff,#fff7fb);
}
.help-center-page .topic-guidance-bar label{display:block;margin-bottom:6px;color:var(--help-ink);font-size:12px;font-weight:900}
.help-center-page .topic-guidance-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px}
.help-center-page .topic-guidance-row input{width:100%;min-width:0;min-height:44px;padding:8px 11px;border:1px solid #d0d5dd;border-radius:10px;background:#fff;color:var(--help-ink);font-size:16px}
.help-center-page .topic-guidance-row button{min-height:44px;padding:8px 12px;border:0;border-radius:10px;background:var(--help-brand);color:#fff;font-size:12px;font-weight:900;cursor:pointer}
.help-center-page .topic-guidance-status{min-height:19px;margin:5px 0 0;color:var(--help-sub);font-size:11px}
.help-center-page .topic-guidance-choices{display:flex;flex-wrap:wrap;gap:6px;margin-top:6px}
.help-center-page .topic-guidance-choices a{min-height:34px;display:inline-flex;align-items:center;padding:5px 8px;border:1px solid var(--help-line);border-radius:999px;background:#fff;color:var(--help-ink);font-size:11px;font-weight:800;text-decoration:none}

.help-center-page .side-nav a.is-current{border-color:var(--help-brand);background:var(--help-brand-soft);color:var(--help-brand-dark)}
.help-center-page .side-nav-toggle{display:none}

.help-center-page .coach-panel{border-radius:12px;box-shadow:0 8px 24px rgba(17,24,39,.045)}
.help-center-page .coach-material{min-height:44px}

@media (max-width:900px){
  .help-center-page .guidance-workspace{grid-template-columns:minmax(270px,.8fr) minmax(0,1.2fr)}
  .help-center-page .help-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-center-page .safety-summary{grid-template-columns:1fr auto}
  .help-center-page .safety-summary > p{grid-column:1/-1;grid-row:2}
}

@media (max-width:760px){
  .help-center-page .topbar-inner{padding:8px 10px}
  .help-center-page .page{padding-left:10px;padding-right:10px}
  .help-center-page .nav-links{gap:5px}
  .help-center-page .nav-links a{min-height:34px;padding:5px 9px;font-size:11px}
  .help-center-page .help-solver{padding-top:14px}
  .help-center-page .help-solver::before{inset:6px -5px auto;height:318px;border-radius:18px}
  .help-center-page .solver-intro h1{margin:9px 0 5px;font-size:27px;line-height:1.12}
  .help-center-page .solver-intro .lead{display:block;font-size:12px;line-height:1.45;-webkit-line-clamp:unset}
  .help-center-page .guidance-search{margin-top:12px}
  .help-center-page .guidance-search > label{margin-bottom:5px;font-size:12px}
  .help-center-page .guidance-combobox{grid-template-columns:minmax(0,1fr) 50px}
  .help-center-page .guidance-combobox input,.help-center-page .guidance-clear{min-height:44px}
  .help-center-page .guidance-clear{min-width:0;padding:6px;font-size:11px}
  .help-center-page .guidance-submit{grid-column:1/-1;min-height:42px;width:100%;padding:7px 10px}
  .help-center-page .guidance-privacy{display:none}
  .help-center-page .guidance-suggestions{right:0;top:104px}
  .help-center-page .guidance-quick-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin-top:9px}
  .help-center-page .guidance-quick-grid button{min-height:44px;display:block;padding:5px 3px;font-size:10px}
  .help-center-page .guidance-quick-grid button span{display:block;width:max-content;max-width:100%;margin:0 auto 2px;padding:1px 4px;font-size:9px}
  .help-center-page .guidance-workspace{display:flex;flex-direction:column;gap:9px;margin-top:11px}
  .help-center-page .guidance-result{position:relative;top:auto;order:1;width:100%;padding:13px;box-shadow:none}
  .help-center-page .guidance-refine{order:2;width:100%;box-shadow:none}
  .help-center-page .guidance-refine > summary{min-height:46px;padding:9px 11px}
  .help-center-page .guidance-refine > summary small{max-width:62%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
  .help-center-page .guidance-refine-body{padding:0 10px 10px}
  .help-center-page .guidance-result-heading{padding-right:0}
  .help-center-page .guidance-state{position:static;float:right;margin-top:2px}
  .help-center-page .guidance-result h2{clear:both;margin-top:8px;font-size:18px}
  .help-center-page .guidance-priority{margin-top:10px;padding:9px 10px}
  .help-center-page .guidance-actions{margin-top:9px}
  .help-center-page .guidance-materials{margin-top:9px}
  .help-center-page .guidance-more{margin-top:9px}
  .help-center-page .help-topic-directory{padding-top:20px}
  .help-center-page .help-topic-grid{gap:7px}
  .help-center-page .help-topic-grid a{min-height:78px;padding:9px;gap:2px 7px}
  .help-center-page .help-topic-grid a > span{min-width:34px;padding:5px 3px;font-size:10px}
  .help-center-page .help-topic-grid strong{font-size:12px}
  .help-center-page .help-topic-grid small{font-size:10px}
  .help-center-page .safety-summary{grid-template-columns:1fr;margin-top:20px;padding:13px;gap:9px}
  .help-center-page .safety-summary > p{grid-column:auto;grid-row:auto}
  .help-center-page .safety-summary > a{width:max-content;max-width:100%}
  .help-center-page .help-contact-grid{grid-template-columns:1fr;gap:7px}
  .help-center-page .help-contact-grid article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 8px;padding:10px}
  .help-center-page .help-contact-grid article > span,.help-center-page .help-contact-grid article > strong{grid-column:1;margin:0}
  .help-center-page .help-contact-grid article > div{grid-column:2;grid-row:1/3}
  .help-center-page:not(.help-home-page) .hero{padding:16px 0 12px}
  .help-center-page:not(.help-home-page) .hero h1{font-size:26px}
  .help-center-page .topic-guidance-bar{margin-top:10px;padding:9px}
  .help-center-page .quick-entry-row{display:flex;grid-template-columns:none;gap:7px}
  .help-center-page .quick-entry-row .primary-btn,
  .help-center-page .quick-entry-row .secondary-btn{width:auto;min-height:38px;flex:1 1 128px}
  .help-center-page .hero-actions{display:flex}
  .help-center-page .hero-actions .primary-btn,
  .help-center-page .hero-actions .secondary-btn{width:auto;flex:1 1 120px}
  .help-center-page .side-nav{display:grid;grid-template-columns:1fr auto;gap:7px;padding:9px}
  .help-center-page .side-nav-title{align-self:center}
  .help-center-page .side-nav-toggle{min-height:38px;display:inline-flex;align-items:center;padding:6px 10px;border:1px solid var(--help-line);border-radius:9px;background:#fff;color:var(--help-brand-dark);font-size:11px;font-weight:900;cursor:pointer}
  .help-center-page .side-nav a{grid-column:1/-1;min-height:40px;display:none;align-items:center}
  .help-center-page .side-nav.is-open a{display:flex}
  .help-center-page .coach-material-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
  .help-center-page .coach-material{min-height:44px;padding:7px;font-size:11px}
}

@media (max-width:420px){
  .help-center-page .page{padding-left:8px;padding-right:8px}
  .help-center-page .brand-title{font-size:12px}
  .help-center-page .nav-links a:not(.keep-mobile){display:none}
  .help-center-page .help-solver::before{height:310px}
  .help-center-page .solver-intro h1{font-size:24px}
  .help-center-page .solver-intro .lead{font-size:11px}
  .help-center-page .guidance-search{margin-top:9px}
  .help-center-page .guidance-combobox input{padding-inline:10px}
  .help-center-page .guidance-submit{min-height:40px}
  .help-center-page .guidance-quick-grid{margin-top:7px}
  .help-center-page .guidance-workspace{margin-top:9px}
  .help-center-page .guidance-role-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .help-center-page .guidance-risk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-center-page .guidance-material-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .help-center-page .guidance-choice-grid button{width:auto;min-height:44px;padding:5px 2px;font-size:10px}
  .help-center-page .guidance-actions{grid-template-columns:1fr}
  .help-center-page .guidance-actions a,.help-center-page .guidance-actions a:first-child{grid-column:1}
  .help-center-page .help-topic-grid a{grid-template-columns:1fr;grid-template-areas:"tag" "title" "desc";align-content:start}
  .help-center-page .help-topic-grid a > span{width:max-content}
  .help-center-page .help-contact-grid article > strong{font-size:13px}
  .help-center-page .coach-material-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .help-center-page .side-nav{grid-template-columns:1fr auto!important}
}

@media (prefers-reduced-motion:reduce){
  .help-center-page *,
  .help-center-page *::before,
  .help-center-page *::after{
    scroll-behavior:auto!important;
    animation-duration:.01ms!important;
    animation-iteration-count:1!important;
    transition-duration:.01ms!important;
  }
}
