:root { color-scheme: dark; --bg: #171d25; --surface: #202833; --border: #36414e; --text: #edf2f7; --muted: #b2bfcd; --accent: #a8d7ff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; color: var(--text); background: var(--bg); }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.65; }
a { color: var(--accent); text-underline-offset: .2em; }
a:hover { color: #e0f1ff; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid #f7d387; outline-offset: 4px; }
img { display: block; max-width: 100%; height: auto; }
.help-shell { max-width: 1248px; margin: auto; padding: 0 32px; }
.help-header { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--border); }
.help-brand { display: flex; align-items: center; gap: 20px; color: var(--text); text-decoration: none; font-size: 1rem; font-weight: 600; }
.help-brand img { width: 56px; height: 56px; flex-shrink: 0; }
.help-brand span { border-left: 1px solid var(--border); padding-left: 20px; }
.help-header nav { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.help-header nav a { text-decoration: none; font-size: .9375rem; }
.help-button { display: inline-flex; justify-content: center; align-items: center; text-align: center; min-height: 48px; padding: 12px 20px; background: #94cfff; color: #101923; border-radius: 9px; text-decoration: none; font-weight: 650; }
.help-button:hover { background: #c1e4ff; color: #101923; }
.help-button-small { padding: 8px 16px; min-height: 42px; }
.help-intro { max-width: 780px; padding: 60px 0 46px; }
.help-eyebrow { color: var(--accent); font-size: .875rem; letter-spacing: .1em; font-weight: 650; text-transform: uppercase; margin: 0 0 16px; }
h1, h2, h3 { color: var(--text); line-height: 1.2; }
h1 { font-size: clamp(2.25rem, 4.7vw, 3.75rem); letter-spacing: -.035em; margin: 0 0 20px; }
.help-intro > p:not(.help-eyebrow) { color: var(--muted); font-size: 1.125rem; }
.help-search { margin-top: 28px; }
.help-search label { display: block; font-size: .875rem; margin: 0 0 8px; color: var(--muted); }
.help-search > div { display: flex; background: #111820; border: 1px solid #62758a; border-radius: 10px; padding: 5px; gap: 8px; }
.help-search input { width: 100%; min-width: 0; border: 0; border-radius: 6px; background: transparent; color: var(--text); padding: 9px 13px; }
.help-search input::placeholder { color: #a4b4c6; }
.help-search button { border: 0; background: #334b60; color: #edf6ff; padding: 8px 18px; border-radius: 6px; font-weight: 600; }
.help-start { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; padding: 32px 36px; border: 1px solid #425667; background: linear-gradient(110deg, #243749, #202833); border-radius: 16px; text-decoration: none; overflow: hidden; }
.help-start h2 { font-size: 2rem; letter-spacing: -.02em; margin: 12px 0 16px; }
.help-start p { color: #c3d3e1; max-width: 32em; }
.help-start img { border: 1px solid #516274; border-radius: 9px; width: min(100%, 380px); justify-self: end; }
.help-text-link { display: inline-block; margin-top: 12px; font-weight: 650; }
.help-groups { display: grid; grid-template-columns: 1fr 1fr; gap: 32px 52px; margin-top: 52px; }
.help-group h2 { font-size: 1.25rem; padding-bottom: 16px; margin: 0; border-bottom: 2px solid #6b9dc3; }
.help-guide { display: block; position: relative; padding: 24px 40px 24px 0; border-bottom: 1px solid var(--border); text-decoration: none; }
.help-guide h3 { font-size: 1.125rem; margin: 6px 0 9px; }
.help-guide:hover h3 { color: var(--accent); }
.help-guide p { color: var(--muted); margin: 0; }
.help-guide-arrow { position: absolute; right: 10px; top: 50%; font-size: 1.4rem; }
.help-meta { color: #a8b5c5; font-size: .875rem; }
.help-bottom { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; margin: 64px 0; padding: 32px; background: var(--surface); border: 1px solid var(--border); border-radius: 14px; }
.help-bottom h2 { font-size: 1.5rem; margin-top: 0; }
.help-bottom p { color: var(--muted); }
.help-results { padding: 0 0 72px; }.help-section-heading { display: flex; align-items: baseline; gap: 24px; justify-content: space-between; }.help-section-heading h2 { font-size: 1.375rem; overflow-wrap: anywhere; }.help-section-heading a { white-space: nowrap; }
.help-search-results { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.help-breadcrumb { display: flex; flex-wrap: wrap; gap: 12px; padding: 24px 0; font-size: .875rem; color: var(--muted); }
.help-article-layout { display: grid; grid-template-columns: 245px minmax(0, 1fr); gap: 64px; align-items: start; padding: 20px 0 72px; }
.help-sidebar { border-right: 1px solid var(--border); padding-right: 24px; }
.help-sidebar .help-search { margin-top: 0; margin-bottom: 32px; }.help-sidebar .help-search > div { flex-wrap: wrap; }.help-sidebar .help-search button { width: 100%; }
.help-nav-group + .help-nav-group { margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border); }
.help-sidebar h2 { font-size: .75rem; font-weight: 700; line-height: 1.5; letter-spacing: .08em; text-transform: uppercase; color: var(--accent); margin: 0 0 10px; }
.help-sidebar nav ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 4px; }
.help-sidebar nav a { display: block; padding: 9px 12px; border-radius: 6px; font-size: .9375rem; line-height: 1.55; color: #c8d4df; text-decoration: none; }
.help-sidebar nav a:hover { color: var(--text); background: var(--surface); }
.help-sidebar nav a[aria-current] { color: #dbedff; background: #2b4054; box-shadow: inset 3px 0 #9ed5ff; }
.help-article { max-width: 800px; min-width: 0; }
.help-article h1 { font-size: clamp(2rem, 3.5vw, 2.75rem); }.help-lead { color: var(--muted); font-size: 1.125rem; margin-bottom: 36px; }
.help-article-body h2 { font-size: 1.5rem; margin: 36px 0 16px; scroll-margin-top: 24px; }
.help-article-body p { margin: 16px 0; }.help-article-body li { padding-left: 4px; margin: 12px 0; }.help-article-body ul, .help-article-body ol { padding-left: 26px; }
.help-pro-badge { padding: 4px 7px; border: 1px solid #75643d; border-radius: 5px; background: #332d20; color: #f7d387; font-size: .6875rem; font-weight: 700; line-height: 1; letter-spacing: .02em; vertical-align: .1em; white-space: nowrap; }
.help-pro-badge svg { display: inline-block; margin-right: 4px; vertical-align: -2px; }
.help-example { padding: 18px 22px; border-left: 3px solid #a8d7ff; background: #253545; border-radius: 0 10px 10px 0; margin: 26px 0; }
.help-figure { margin: 28px 0; padding: 16px; border: 1px solid var(--border); border-radius: 12px; background: #101720; }
.help-figure img { max-height: 680px; margin: auto; width: auto; border-radius: 6px; }
.help-figure figcaption { color: var(--muted); font-size: .875rem; padding-top: 14px; }
.help-table-scroll { overflow-x: auto; margin: 24px 0; border: 1px solid var(--border); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 420px; }th, td { text-align: left; vertical-align: top; padding: 16px; border-bottom: 1px solid var(--border); }th { color: #cde8ff; background: #243445; }td:first-child { font-weight: 600; width: 40%; }
.help-article-footer { margin-top: 40px; padding-top: 24px; border-top: 1px solid var(--border); }
.help-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.help-skip { position: absolute; top: -80px; left: 20px; z-index: 20; padding: 12px 18px; background: #eef7ff; color: #111820; }.help-skip:focus { top: 10px; }
@media (max-width: 900px) { .help-article-layout { grid-template-columns: 1fr; gap: 24px; }.help-sidebar { border: 0; padding: 0; }.help-sidebar nav { display: none; }.help-sidebar .help-search { margin: 0; }.help-sidebar .help-search > div { flex-wrap: nowrap; }.help-sidebar .help-search button { width: auto; }.help-article { max-width: none; }.help-start { gap: 28px; }.help-header { flex-wrap: wrap; padding: 20px 0; }.help-groups { gap: 32px; } }
@media (max-width: 620px) { .help-shell { padding: 0 20px; }.help-header { gap: 18px; }.help-header nav { width: 100%; gap: 20px; justify-content: space-between; }.help-intro { padding-top: 38px; }.help-start { grid-template-columns: 1fr; padding: 24px; gap: 24px; }.help-start img { justify-self: start; max-height: none; }.help-groups, .help-bottom, .help-search-results { grid-template-columns: 1fr; }.help-bottom { padding: 24px; gap: 32px; }.help-article-layout { padding-top: 0; }.help-figure { padding: 10px; }.help-search input { padding: 9px 6px; }.help-search button { padding: 8px 12px; }.help-breadcrumb { font-size: .875rem; }.help-section-heading { align-items: start; } }
