/* Help layouts. Tokens, font, navigation, buttons and surfaces are shared with
   apps/admin/ds; build-help-centre.py publishes those files without restyling them. */
* { box-sizing: border-box; }
html { color-scheme: light; }
body.hc-app { line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img, svg { display: block; max-width: 100%; }
[hidden] { display: none !important; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { letter-spacing: -.035em; line-height: 1.2; }
h1 { font-size: var(--sat-type-page); font-weight: 400; line-height: 1.1; letter-spacing: -1.6px; }
h1 em { font-style: normal; font-weight: var(--sat-weight-strong); }
h2 { font-size: var(--sat-type-feature); font-weight: 500; }
h3 { font-size: var(--sat-type-section); font-weight: 500; }
strong { font-weight: var(--sat-weight-bold); }
::selection { background: var(--sat-accent-light); }
.hc-wrap { width: min(1320px, calc(100% - var(--sat-page-pad-x) * 2)); margin: auto; }
.hc-skip { position: fixed; top: 8px; left: 8px; z-index: 100; transform: translateY(-160%); padding: 12px 20px; border-radius: 999px; background: var(--sat-ink); color: white; }
.hc-skip:focus { transform: none; }
.hc-header { position: sticky; top: 0; z-index: 20; background: #f5f3f7f5; backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); }
.hc-header .sat-logo img { object-fit: contain; }
.hc-header .sat-header-actions { margin-left: auto; }
.hc-button { gap: 15px; }
.hc-arrow { font-size: 21.6px; line-height: 1; }
.hc-eyebrow { display: block; font-size: var(--sat-type-meta); font-weight: 500; color: var(--sat-muted); margin-bottom: 18px; }

/* Hub: app-scale heading, website lavender and the existing Velo mascot. */
.hc-hero { padding: 36px 0 25px; display: grid; grid-template-columns: minmax(0,1.5fr) minmax(320px,1fr); gap: 48px; align-items: center; }
.hc-hero h1 { max-width: 700px; }
.hc-hero p { margin-top: 18px; max-width: 540px; font-size: 17.28px; line-height: 1.65; color: var(--sat-muted); }
.hc-start { padding: 27px 30px; position: relative; overflow: hidden; background: linear-gradient(125deg, #e5d7f6, #f3effa 85%); }
.hc-start::after { content: ''; position: absolute; width: 150px; inset: 0 0 0 auto; background-image: radial-gradient(#231d2e20 1px, transparent 1px); background-size: 25px 25px; pointer-events: none; }
.hc-start .hc-eyebrow { margin-bottom: 14px; }
.hc-start h2 { font-size: 30.24px; font-weight: 400; max-width: 230px; position: relative; z-index: 1; }
.hc-start h2 strong { font-weight: 550; }
.hc-mascot { position: absolute; width: 88px; height: auto; right: 25px; top: 63px; transform: rotate(9deg); z-index: 1; }
.hc-start ol { list-style: none; counter-reset: setup; padding: 0; margin: 18px 0 22px; }
.hc-start li { counter-increment: setup; display: flex; gap: 10px; align-items: center; margin: 7px 0; font-size: 14.04px; }
.hc-start li::before { content: counter(setup); width: 20px; height: 20px; display: grid; place-items: center; border: 1px solid #231d2e30; border-radius: 50%; font-size: 11.88px; flex: none; }
.hc-start .hc-button { position: relative; z-index: 1; }
.hc-search-block { padding: 0 0 28px; }
.hc-search-label { display: block; font-size: var(--sat-type-body); font-weight: 500; margin-bottom: 10px; }
.hc-searchbox { display: flex; align-items: center; gap: 12px; max-width: 760px; background: var(--sat-surface); border: 1px solid transparent; border-radius: var(--sat-radius-control); padding: 0 19px; box-shadow: var(--sat-shadow-card); }
.hc-searchbox:focus-within { outline: 2px solid var(--sat-ink); outline-offset: 3px; }
.hc-searchbox svg { width: 18px; height: 18px; flex: none; color: var(--sat-muted); }
.hc-searchbox input { width: 100%; min-width: 0; border: 0; background: none; padding: 14px 0; font-size: 16.2px; color: var(--sat-ink); outline: none !important; }
.hc-searchbox input::placeholder { color: var(--sat-muted); }
.hc-searchbox button { border: 0; background: var(--sat-surface-soft); color: var(--sat-ink); border-radius: 999px; padding: 6px 12px; font-size: 12.96px; }
.hc-search-status { font-size: 12.96px; color: var(--sat-muted); margin-top: 9px; }
.hc-popular { display: flex; gap: 8px 18px; flex-wrap: wrap; font-size: 12.96px; color: var(--sat-muted); margin-top: 12px; }
.hc-popular a { color: var(--sat-link); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #b9adca; }
.hc-section { margin-bottom: 28px; }
#help-browse { padding: 27px 30px 7px; }
.hc-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; scroll-margin-top: 112px; }
.hc-section-heading h2 { font-size: var(--sat-type-section); }
.hc-section-heading .sat-tag { font-size: 11.88px; font-weight: 400; }
.hc-topics { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: 48px; }
.hc-topic { padding: 23px 0; border-top: 1px solid var(--sat-line); display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 14px; }
.hc-topic-number { font-size: 12.96px; font-weight: 500; font-variant-numeric: tabular-nums; width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: var(--sat-surface-soft); }
.hc-topic-title { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 32px; }
.hc-topic-title h3 { font-size: 21.6px; letter-spacing: -.5px; }
.hc-topic-title:hover h3 { text-decoration: underline; text-underline-offset: 4px; }
.hc-topic-title .hc-arrow { font-size: 20.52px; }
.hc-topic p { font-size: 15.12px; color: var(--sat-muted); max-width: 470px; margin: 9px 0 13px; }
.hc-topic-links { display: flex; gap: 7px 16px; flex-wrap: wrap; font-size: 12.96px; }
.hc-topic-links a { padding: 3px 0; color: var(--sat-link); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #c8bcd4; }
.hc-troubleshoot { padding: 8px 0 30px; }
.hc-trouble-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 52px; background: var(--sat-card); padding: 30px; border-radius: var(--sat-radius-card); box-shadow: var(--sat-shadow-card); }
.hc-trouble-grid h2 { max-width: 270px; }
.hc-trouble-grid p { margin-top: 14px; font-size: 15.12px; max-width: 290px; color: var(--sat-muted); }
.hc-problem { display: flex; justify-content: space-between; gap: 20px; padding: 15px 0; font-size: 15.12px; border-bottom: 1px solid var(--sat-line); }
.hc-problem:first-child { padding-top: 0; }
.hc-problem:last-child { border: 0; }
.hc-problem:hover { text-decoration: underline; text-underline-offset: 4px; }
.hc-support { margin-top: 0; margin-bottom: 32px; padding: 30px; display: flex; align-items: center; justify-content: space-between; gap: 36px; border-radius: var(--sat-radius-card); background: linear-gradient(110deg, #e5d7f6, #f3effa); }
.hc-support .hc-eyebrow { margin-bottom: 12px; }
.hc-support h2 { font-size: 30.24px; }
.hc-support p { color: var(--sat-muted); max-width: 660px; font-size: 15.12px; margin-top: 12px; }
.hc-support .hc-button { flex-shrink: 0; }
.hc-footer { padding: 12px 0 70px; font-size: 11.88px; color: var(--sat-muted); }
.hc-footer-inner { display: flex; justify-content: space-between; gap: 22px; flex-wrap: wrap; }
.hc-footer nav { display: flex; gap: 20px; flex-wrap: wrap; }
.hc-footer a:hover { text-decoration: underline; }
.hc-results { padding: 5px 27px; background: var(--sat-card); border-radius: var(--sat-radius-card); }
.hc-result { display: block; padding: 21px 0; border-top: 1px solid var(--sat-line); }
.hc-result:first-child { border-top: 0; }
.hc-result strong { display: block; font-size: 22.68px; font-weight: 500; letter-spacing: -.4px; }
.hc-result span { display: block; font-size: 15.12px; color: var(--sat-muted); margin-top: 7px; }
.hc-result:hover strong { text-decoration: underline; text-underline-offset: 4px; }
.hc-empty { padding: 23px 0; }
.hc-empty p { margin: 12px 0 20px; color: var(--sat-muted); }

/* Guides keep a readable measure inside the app's white content surface. */
.hc-breadcrumb { display: flex; gap: 12px; align-items: center; padding: 27px 0 0; font-size: 12.96px; color: var(--sat-muted); flex-wrap: wrap; }
.hc-breadcrumb a:hover { text-decoration: underline; }
.hc-article-layout { display: grid; grid-template-columns: 205px minmax(0,900px); gap: 28px; align-items: start; padding: 24px 0 35px; }
.hc-sidebar { position: sticky; top: 116px; padding-top: 19px; }
.hc-sidebar-label { display: block; font-size: 12.96px; font-weight: 500; color: var(--sat-muted); margin: 0 14px 13px; }
.hc-sidebar nav { display: grid; gap: 6px; }
.hc-sidebar nav a { display: flex; align-items: center; min-height: 40px; padding: 9px 15px; font-size: 14.04px; border-radius: var(--sat-radius-control); color: var(--sat-nav-idle); }
.hc-sidebar nav a:hover { background: var(--sat-surface-hover); }
.hc-sidebar nav a[aria-current] { background: var(--sat-ink); color: white; font-weight: 500; }
.hc-sidebar-bottom { border-top: 1px solid var(--sat-line-strong); padding: 22px 14px 0; margin-top: 25px; font-size: 12.96px; color: var(--sat-muted); }
.hc-sidebar-bottom a { display: block; margin-top: 9px; color: var(--sat-link); text-decoration: underline; text-underline-offset: 4px; }
.hc-article { min-width: 0; padding: 36px 42px; }
.hc-article-header .hc-eyebrow { margin-bottom: 17px; }
.hc-article h1 { font-size: var(--sat-type-page); }
.hc-deck { font-size: 17.28px; color: var(--sat-muted); margin: 20px 0; }
.hc-meta { display: flex; gap: 8px 20px; flex-wrap: wrap; font-size: 12.96px; color: var(--sat-muted); padding-bottom: 25px; border-bottom: 1px solid var(--sat-line); }
.hc-toc { margin: 25px 0 35px; background: var(--sat-surface-soft); border-radius: var(--sat-radius-inner); padding: 22px 24px; }
.hc-toc h2 { font-size: 14.04px; font-weight: 500; letter-spacing: 0; margin: 0 0 14px; }
.hc-toc ol { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 9px 24px; counter-reset: toc; }
.hc-toc li { counter-increment: toc; font-size: 14.04px; }
.hc-toc a { display: flex; gap: 10px; padding: 3px 0; line-height: 1.5; }
.hc-toc a::before { content: counter(toc,decimal-leading-zero); font-variant-numeric: tabular-nums; color: var(--sat-muted); }
.hc-toc a:hover { text-decoration: underline; text-underline-offset: 4px; }
.hc-article-section { margin-top: 36px; scroll-margin-top: 111px; }
.hc-article-section>h2 { font-size: 28.08px; line-height: 1.25; margin-bottom: 18px; }
.hc-prose { font-size: 17.28px; line-height: 1.8; color: #51475f; }
.hc-prose p { margin: 0 0 17px; }
.hc-prose h3 { font-size: 21.6px; margin: 23px 0 12px; color: var(--sat-ink); }
.hc-prose a { color: var(--sat-ink); text-decoration: underline; text-underline-offset: 4px; text-decoration-color: #b7a9c5; }
.hc-prose ul,.hc-prose ol { padding-left: 22px; margin: 12px 0 22px; }
.hc-prose li { padding-left: 5px; margin: 9px 0; }
.hc-prose code { font: 14.04px/1.6 var(--sat-font-mono); color: var(--sat-ink); background: var(--sat-surface-soft); padding: 2px 5px; border-radius: 4px; overflow-wrap: anywhere; }
.hc-note { padding: 20px 23px; margin: 25px 0; border-radius: var(--sat-radius-inner); background: var(--sat-surface-soft); font-size: 15.12px; color: var(--sat-ink); }
.hc-note p:last-child { margin-bottom: 0; }
.hc-checklist { list-style: none; padding: 0 !important; }
.hc-checklist li { padding: 11px 0 11px 31px; position: relative; border-bottom: 1px solid var(--sat-line); margin: 0; }
.hc-checklist li::before { content: '✓'; position: absolute; left: 2px; font-size: 17.28px; color: var(--sat-ink); }
.hc-table-wrap { width: 100%; overflow: auto; border: 1px solid var(--sat-line-strong); border-radius: var(--sat-radius-inner); margin: 22px 0; }
.hc-table { width: 100%; border-collapse: collapse; min-width: 450px; font-size: 15.12px; line-height: 1.65; text-align: left; }
.hc-table caption { text-align: left; font-size: 12.96px; color: var(--sat-muted); padding: 13px 17px; background: var(--sat-surface-soft); }
.hc-table th,.hc-table td { padding: 14px 17px; border-top: 1px solid var(--sat-line-table); vertical-align: top; }
.hc-table th { font-weight: 500; color: var(--sat-ink); background: var(--sat-surface-field); }
.hc-code { background: var(--sat-ink); color: white; margin: 24px 0; border-radius: var(--sat-radius-inner); overflow: hidden; }
.hc-code-head { padding: 13px 19px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border-bottom: 1px solid #ffffff25; font-size: 12.96px; }
.hc-code pre { padding: 20px; margin: 0; overflow: auto; white-space: pre-wrap; overflow-wrap: anywhere; font: 12.96px/1.8 var(--sat-font-mono); }
.hc-code pre code { padding: 0; background: none; color: inherit; font: inherit; }
.hc-code button { background: #ffffff18; color: white; border: 1px solid #ffffff55; border-radius: 999px; padding: 5px 12px; font-size: 12.96px; min-height: 32px; white-space: nowrap; }
.hc-platforms { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 22px 0; }
.hc-platforms a { display: flex; justify-content: space-between; align-items: center; gap: 12px; border: 1px solid var(--sat-line-input); border-radius: 999px; padding: 10px 14px; font-size: 14.04px; text-decoration: none; background: white; }
.hc-platforms a:hover { background: var(--sat-surface-soft); }
.hc-faq { border-bottom: 1px solid var(--sat-line); }
.hc-faq summary { font-size: 16.2px; font-weight: 500; color: var(--sat-ink); padding: 17px 25px 17px 0; cursor: pointer; line-height: 1.5; }
.hc-faq p { font-size: 15.12px; }
.hc-related { margin-top: 36px; border-top: 1px solid var(--sat-line); padding-top: 25px; }
.hc-related h2 { font-size: 23.76px; margin-bottom: 14px; }
.hc-related a { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; font-size: 15.12px; border-bottom: 1px solid var(--sat-line); }
.hc-related a:hover { text-decoration: underline; }
.hc-article-support { margin-top: 30px; padding: 25px; border-radius: var(--sat-radius-inner); background: linear-gradient(145deg,#eee5f9,#faf8fd 73%); font-size: 15.12px; }
.hc-article-support h2 { font-size: 23.76px; margin-bottom: 12px; }
.hc-article-support p { margin-bottom: 18px; color: var(--sat-muted); }
.hc-mobile-topics { display: none; }

@media(max-width:1100px) {
 .hc-hero { gap: 30px; grid-template-columns: 1.25fr 1fr; }
 .hc-start { padding: 26px; }
 .hc-start h2 { font-size: 28.08px; max-width: 215px; }
 .hc-mascot { width: 61px; right: 17px; top: 64px; }
 .hc-topics { column-gap: 30px; }
 .hc-article-layout { grid-template-columns: 185px minmax(0,1fr); gap: 20px; }
 .hc-article { padding: 30px; }
 .hc-platforms { grid-template-columns: repeat(2,1fr); }
}
@media(max-width:900px) {
 .hc-header { position: relative; }
 .hc-sidebar { top: 24px; }
 .hc-hero h1 { font-size: 45.36px; }
 .hc-article h1 { font-size: 43.2px; }
 .hc-toc ol { grid-template-columns: 1fr; }
 .hc-article-section { scroll-margin-top: 25px; }
 .hc-start h2 { max-width: 180px; }
 .hc-mascot { width: 50px; right: 13px; }
}
@media(max-width:720px) {
 .hc-hero { display: contents; }
 .hc-wrap:has(>.hc-hero) { display: flex; flex-direction: column; }
 .hc-hero>div { order: 0; padding-top: 28px; }
 .hc-hero h1 { font-size: 42.12px; letter-spacing: -1.2px; }
 .hc-hero p { font-size: 16.2px; margin-top: 17px; }
 .hc-eyebrow { font-size: 12.96px; margin-bottom: 16px; }
 .hc-search-block { order: 1; padding: 24px 0; }
 .hc-start { order: 2; padding: 24px; margin: 0 0 20px; }
 .hc-start h2 { font-size: 28.08px; max-width: 235px; }
 .hc-start ol { display: none; }
 .hc-start .hc-button { margin-top: 20px; }
 .hc-mascot { width: 73px; right: 24px; top: 45px; }
 #help-browse,#help-results { order: 3; }
 #help-browse { padding: 24px 22px 0; }
 .hc-section { margin-bottom: 20px; }
 .hc-section-heading { gap: 12px; margin-bottom: 21px; align-items: flex-start; }
 .hc-section-heading h2 { font-size: 24.84px; }
 .hc-section-heading .sat-tag { padding: 4px 8px; font-size: 10.8px; }
 .hc-topics { grid-template-columns: 1fr; }
 .hc-topic { grid-template-columns: 29px minmax(0,1fr); gap: 12px; padding: 22px 0; }
 .hc-topic-number { width: 28px; height: 28px; font-size: 11.88px; }
 .hc-topic-title { min-height: 28px; }
 .hc-topic-title h3 { font-size: 21.6px; }
 .hc-topic p { font-size: 15.12px; }
 .hc-topic-links { gap: 6px 13px; }
 .hc-troubleshoot { padding: 0 0 20px; }
 .hc-trouble-grid { grid-template-columns: 1fr; gap: 26px; padding: 24px; }
 .hc-trouble-grid h2 { font-size: 28.08px; max-width: none; }
 .hc-trouble-grid p { max-width: none; margin-top: 12px; }
 .hc-problem { font-size: 15.12px; }
 .hc-support { display: block; padding: 25px; margin-bottom: 25px; }
 .hc-support h2 { font-size: 28.08px; }
 .hc-support .hc-button { margin-top: 22px; }
 .hc-footer { padding-bottom: 80px; }
 .hc-footer-inner { gap: 16px; }
 .hc-footer nav { gap: 17px; }
 .hc-breadcrumb { padding-top: 22px; font-size: 12.96px; }
 .hc-article-layout { display: block; padding-top: 20px; }
 .hc-sidebar { display: none; }
 .hc-article { padding: 24px; }
 .hc-mobile-topics { display: block; padding: 0 0 18px; border-bottom: 1px solid var(--sat-line); margin-bottom: 25px; font-size: 14.04px; }
 .hc-mobile-topics summary { cursor: pointer; font-weight: 500; }
 .hc-mobile-topics nav { display: grid; gap: 3px; margin-top: 13px; }
 .hc-mobile-topics a { padding: 9px 13px; border-radius: 999px; }
 .hc-mobile-topics a[aria-current] { background: var(--sat-ink); color: white; }
 .hc-article h1 { font-size: 38.88px; letter-spacing: -1.2px; }
 .hc-deck { font-size: 16.2px; margin: 18px 0; }
 .hc-meta { font-size: 11.88px; gap: 8px 14px; padding-bottom: 22px; }
 .hc-toc { margin: 23px 0 30px; padding: 20px; }
 .hc-toc ol { grid-template-columns: 1fr; gap: 8px; }
 .hc-article-section { margin-top: 32px; }
 .hc-article-section>h2 { font-size: 27px; }
 .hc-prose { font-size: 16.2px; }
 .hc-prose h3 { font-size: 21.6px; }
 .hc-note { padding: 18px; font-size: 15.12px; }
 .hc-platforms { grid-template-columns: 1fr; }
 .hc-table { font-size: 14.04px; }
 .hc-table th,.hc-table td { padding: 12px; }
 .hc-article-support { padding: 20px; }
 .hc-code-head { padding: 13px; font-size: 11.88px; }
 .hc-code pre { padding: 15px; }
}
@media(max-width:380px) {
 .hc-header .sat-header-actions .sat-btn { padding: 0 13px; font-size: 12.96px; }
 .hc-header .sat-header-actions .hc-arrow { display: none; }
 .hc-start h2 { font-size: 25.92px; max-width: 185px; }
 .hc-mascot { width: 48px; top: 44px; right: 15px; }
 .hc-article { padding: 22px 18px; }
 .hc-article h1 { font-size: 35.64px; }
 #help-browse { padding-left: 18px; padding-right: 18px; }
 .hc-topic-title h3 { font-size: 19.44px; }
}
@media(prefers-reduced-motion:reduce) {
 *,*::before,*::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
