/* Help center only. Colors inherit Rentari's shared tokens. */
.pd-support .rh-root { color:var(--text); background:var(--surface); }
.pd-support .rh-width { max-width:1080px; margin-inline:auto; padding-inline:28px; }
.pd-support .rh-hero { background:var(--ai-bg); border-bottom:1px solid var(--ai-border); }
.pd-support .rh-hero-inner { padding-block:28px 24px; text-align:center; }
.pd-support .rh-reading .rh-hero-inner { padding-block:24px; }
.pd-support .rh-reading .rh-hero :is(.rh-eyebrow,h1,.rh-intro,.rh-suggestions) { display:none; }
.pd-support .rh-focused .rh-hero-inner { padding-block:20px; }
.pd-support .rh-focused .rh-hero :is(h1,.rh-intro,.rh-suggestions) { display:none; }
.pd-support .rh-eyebrow { display:flex; align-items:center; justify-content:center; gap:8px; margin:0 0 15px; color:var(--ai); font-weight:600; }
.pd-support #main-content .rh-hero h1 { margin:0; font-size:32px !important; line-height:44px !important; letter-spacing:-.6px; }
.pd-support .rh-intro { margin:8px 0 18px; color:var(--text-secondary); }
.pd-support .rh-search { display:flex; align-items:center; gap:13px; max-width:740px; margin:auto; padding:7px 7px 7px 22px; border:1px solid var(--ai-border); border-radius:12px; background:var(--surface); box-shadow:0 6px 20px color-mix(in srgb,var(--ai) 6%,transparent); }
.pd-support .rh-search > i { color:var(--ai); font-size:18px; }
.pd-support .rh-search input { flex:1; width:100%; min-width:0; border:0; outline:0; background:transparent; color:var(--text); font-size:15px; padding-block:12px; }
.pd-support .rh-search:focus-within { outline:2px solid var(--ai); outline-offset:3px; }
.pd-support .rh-search input:focus-visible { outline:none; }
.pd-support .rh-search input::-webkit-search-cancel-button { display:none; }
.pd-support .rh-search .pd-action { min-height:46px; }
.pd-support .rh-clear { width:36px; height:40px; flex-shrink:0; color:var(--text-muted); border-radius:6px; }
.pd-support .rh-suggestions { display:flex; align-items:center; justify-content:center; flex-wrap:wrap; gap:8px 14px; margin-top:17px; color:var(--text-muted); font-size:12px; }
.pd-support .rh-suggestions button { padding:2px 0; font-size:12px; text-decoration:underline; text-underline-offset:3px; min-height:28px; }
.pd-support .rh-library { padding-block:22px 44px; }
.pd-support .rh-toolbar { display:flex; gap:16px; align-items:center; justify-content:space-between; padding-bottom:18px; border-bottom:1px solid var(--border); margin-bottom:24px; }
.pd-support .rh-audiences { display:flex; flex-wrap:wrap; gap:5px; }
.pd-support .rh-audiences button { display:inline-flex; gap:8px; align-items:center; padding:10px 15px; min-height:44px; border:1px solid transparent; border-radius:8px; font-weight:600; color:var(--text-secondary); }
.pd-support .rh-audiences button[aria-pressed="true"] { background:var(--ai-bg); color:var(--ai); border-color:var(--ai-border); }
.pd-support .rh-audiences button:hover { background:var(--surface-canvas); }
.pd-support .rh-total { font-size:12px; white-space:nowrap; color:var(--text-muted); }
.pd-support .rh-section-head { display:flex; align-items:baseline; gap:12px; justify-content:space-between; margin-bottom:18px; }
.pd-support .rh-section-head h2 { margin:0; }
.pd-support #main-content .rh-section-head h1 { margin:0; font-size:28px !important; line-height:38px !important; }
.pd-support .rh-section-head p { margin:5px 0 0; color:var(--text-muted); }
.pd-support .rh-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.pd-support .rh-card { display:grid; grid-template-columns:48px minmax(0,1fr) 12px; align-items:start; gap:17px; padding:24px; border:1px solid var(--border); border-radius:12px; background:var(--surface); color:var(--text); text-decoration:none; transition:border-color .15s,background .15s; }
.pd-support .rh-card:hover { border-color:var(--ai); background:color-mix(in srgb,var(--ai-bg) 32%,var(--surface)); }
.pd-support .rh-icon { display:grid; place-items:center; width:48px; height:48px; border:1px solid var(--ai-border); border-radius:12px; background:var(--ai-bg); color:var(--ai); font-size:20px; }
.pd-support #main-content .rh-card h3 { font-size:16px; line-height:24px; margin:0 0 5px; }
.pd-support .rh-card p { color:var(--text-muted); margin:0 0 13px; }
.pd-support .rh-count { color:var(--text-muted); font-size:12px; }
.pd-support .rh-chevron { align-self:center; color:var(--text-muted); font-size:11px; }
.pd-support .rh-start { margin-top:38px; }
.pd-support .rh-walkthroughs { margin-top:38px; }
.pd-support .rh-walkthrough-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.pd-support .rh-walkthrough-card { display:flex; flex-direction:column; min-width:0; overflow:hidden; border:1px solid var(--border); border-radius:12px; background:var(--surface); color:var(--text); text-decoration:none; transition:border-color .15s,box-shadow .15s; }
.pd-support .rh-walkthrough-card:hover { border-color:var(--ai); box-shadow:0 5px 16px color-mix(in srgb,var(--ai) 8%,transparent); }
.pd-support .rh-walkthrough-card:focus-visible { outline:2px solid var(--ai); outline-offset:4px; }
.pd-support .rh-walkthrough-thumbnail { display:block; overflow:hidden; aspect-ratio:16 / 10; border-bottom:1px solid var(--border); background:var(--surface-canvas); }
.pd-support .rh-walkthrough-thumbnail[hidden] { display:none; }
.pd-support .rh-walkthrough-thumbnail img { display:block; width:100%; height:100%; object-fit:cover; object-position:top; }
.pd-support .rh-walkthrough-copy { display:flex; flex:1; flex-direction:column; align-items:flex-start; gap:12px; padding:17px 18px 18px; }
.pd-support .rh-walkthrough-meta { display:flex; align-items:center; flex-wrap:wrap; gap:8px; color:var(--text-muted); font-size:11px; }
.pd-support .rh-walkthrough-role { padding:3px 7px; border:1px solid var(--ai-border); border-radius:5px; background:var(--ai-bg); color:var(--ai); font-weight:600; }
.pd-support #main-content .rh-walkthrough-card h3 { font-size:15px; line-height:23px; margin:0; }
.pd-support .rh-walkthrough-action { display:flex; align-items:center; gap:9px; margin-top:auto; color:var(--ai); font-size:12px; font-weight:600; }
.pd-support .rh-walkthrough-action i { font-size:11px; }
.pd-support .rh-rows { border:1px solid var(--border); border-radius:12px; overflow:hidden; }
.pd-support .rh-row { display:flex; align-items:center; justify-content:space-between; gap:20px; padding:20px 22px; background:var(--surface); color:var(--text); text-decoration:none; }
.pd-support .rh-row + .rh-row { border-top:1px solid var(--border-hairline); }
.pd-support .rh-row:hover { background:var(--surface-canvas); }
.pd-support .rh-row-title { display:block; font-size:15px; line-height:24px; font-weight:600; }
.pd-support .rh-row-desc { display:block; margin-top:3px; color:var(--text-muted); font-size:13px; line-height:21px; }
.pd-support .rh-row-meta { display:block; font-size:11px; margin-top:6px; color:var(--ai); }
.pd-support .rh-row mark { color:var(--ai); background:var(--ai-bg); border-radius:2px; font-weight:600; }
.pd-support .rh-row > span { min-width:0; overflow-wrap:anywhere; }
.pd-support .rh-availability-label { display:inline-block; margin-top:6px; padding:2px 7px; border:1px solid var(--border); border-radius:5px; color:var(--text-secondary); background:var(--surface-canvas); font-size:11px; }
.pd-support .rh-crumb { display:flex; flex-wrap:wrap; align-items:center; gap:10px; margin-bottom:25px; color:var(--text-muted); font-size:12px; }
.pd-support .rh-crumb a { color:var(--ai); text-decoration:underline; text-underline-offset:3px; }
.pd-support .rh-collection-head { display:flex; align-items:center; gap:18px; margin-bottom:24px; }
.pd-support .rh-collection-head h2 { margin:0; }
.pd-support .rh-collection-head p { margin:5px 0 0; color:var(--text-muted); }
.pd-support .rh-empty { text-align:center; padding:45px 20px; border:1px solid var(--border); border-radius:12px; background:var(--surface-canvas); }
.pd-support .rh-empty > i { font-size:26px; color:var(--ai); }
.pd-support .rh-empty p { margin:8px 0 22px; color:var(--text-muted); }
.pd-support .rh-empty .pd-secondary { margin-right:8px; }
.pd-support .rh-contact { display:grid; grid-template-columns:52px minmax(0,1fr) auto; align-items:center; gap:20px; border:1px solid var(--ai-border); border-radius:14px; background:var(--ai-bg); padding:28px; margin-top:42px; }
.pd-support .rh-contact-icon { display:grid; place-items:center; width:52px; height:52px; background:var(--surface); border-radius:50%; color:var(--ai); font-size:23px; }
.pd-support .rh-contact h2 { margin:0 0 4px; }
.pd-support .rh-contact p { margin:0; color:var(--text-secondary); }
.pd-support .rh-contact-links { display:flex; gap:8px 15px; flex-wrap:wrap; margin-top:10px; }
.pd-support .rh-contact-links a { font-size:12px; color:var(--ai); text-decoration:underline; text-underline-offset:3px; }
.pd-support .rh-reader-grid { display:grid; grid-template-columns:minmax(0,1fr) 220px; gap:56px; align-items:start; }
.pd-support .rh-article h2 { margin:30px 0 10px; scroll-margin-top:105px; }
.pd-support .rh-article p,.pd-support .rh-article li { margin:0 0 12px; line-height:1.8 !important; }
.pd-support .rh-article ol { padding-left:23px; list-style:decimal; }
.pd-support .rh-article ol li { padding-left:6px; }
.pd-support .rh-article-lead { color:var(--text-secondary); margin-top:12px; }
.pd-support .rh-article-meta { margin:18px 0 28px; padding-bottom:22px; border-bottom:1px solid var(--border); color:var(--text-muted); font-size:12px; }
.pd-support .rh-toc { position:sticky; top:95px; max-height:calc(100dvh - 120px); overflow:auto; border-left:1px solid var(--border); padding-left:18px; }
.pd-support .rh-toc summary { font-size:14px; font-weight:600; cursor:pointer; padding-block:10px; }
.pd-support .rh-toc a { display:block; font-size:13px; line-height:21px; padding-block:10px; color:var(--text-muted); }
.pd-support .rh-toc a:hover { color:var(--ai); text-decoration:underline; }
.pd-support .rh-toc a[aria-current="location"] { color:var(--ai); font-weight:600; }
.pd-support .rh-article-actions { display:flex; flex-wrap:wrap; gap:10px; padding-block:22px; }
.pd-support .rh-share-status { min-height:22px; font-size:12px; color:var(--text-muted); }
.pd-support .rh-fallback-group { margin:24px 0; }
.pd-support .rh-fallback-group details { padding:14px; border-bottom:1px solid var(--border); }
.pd-support .rh-fallback-group summary { cursor:pointer; font-weight:600; }
.pd-support .rh-fallback-group summary span { font-weight:400; margin-left:12px; }
.pd-support .rh-fallback-group ul { list-style:disc; padding:12px 22px; }
.pd-support .rh-fallback-group li { margin:9px 0; }
.pd-support .rh-fallback-group a { color:var(--ai); text-decoration:underline; }
.pd-support .rh-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.pd-support #rh-view { scroll-margin-top:100px; }
.pd-support #rh-view [tabindex="-1"]:focus { outline:none; }
@media(min-width:1100px) {
  .pd-support .rh-grid { grid-template-columns:repeat(3,minmax(0,1fr)); }
  .pd-support .rh-card { grid-template-columns:minmax(0,1fr) 12px; gap:14px; padding:22px; }
  .pd-support .rh-card > .rh-icon { grid-column:1 / -1; }
  .pd-support .rh-card p { min-height:42px; }
}
@media(max-width:760px) {
  .pd-support .rh-grid { grid-template-columns:1fr; }
  .pd-support .rh-walkthrough-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .pd-support .rh-width { padding-inline:20px; }
  .pd-support .rh-toolbar { align-items:start; flex-direction:column; gap:10px; }
  .pd-support .rh-contact { grid-template-columns:44px minmax(0,1fr); padding:22px; gap:16px; }
  .pd-support .rh-contact > .pd-action { grid-column:1 / -1; }
  .pd-support .rh-reader-grid { grid-template-columns:1fr; gap:20px; }
  .pd-support .rh-toc { position:static; grid-row:1; max-height:none; border:1px solid var(--border); border-radius:10px; padding:4px 16px; }
  .pd-support .rh-toc summary { min-height:44px; }
  .pd-support .rh-toc a { min-height:44px; }
  .pd-support .rh-reader-grid { gap:18px; }
}
@media(max-width:480px) {
  .pd-support .rh-walkthrough-grid { grid-template-columns:1fr; }
  .pd-support .rh-hero-inner { padding-block:24px 20px; }
  .pd-support #main-content .rh-hero h1 { font-size:26px !important; line-height:36px !important; }
  .pd-support .rh-search { gap:8px; padding-left:12px; }
  .pd-support .rh-search input { font-size:16px; }
  .pd-support .rh-search .pd-action { padding-inline:12px; }
  .pd-support .rh-search > i { display:none; }
  .pd-support .rh-audiences { width:100%; display:grid; grid-template-columns:1fr 1fr; }
  .pd-support .rh-card { padding:20px; gap:12px; grid-template-columns:40px minmax(0,1fr) 10px; }
  .pd-support .rh-card .rh-icon { width:40px; height:40px; font-size:18px; }
  .pd-support .rh-total { font-size:12px; }
}
@media(prefers-reduced-motion:reduce) { .pd-support * { scroll-behavior:auto !important; transition:none !important; } }
