:root {
--bg: #06080b;
--surface: #0d1116;
--surface-2: #12171e;
--surface-3: #1a2029;
--border: #1e252f;
--border-strong: #2c3542;
--text: #e6eaf2;
--text-muted: #98a3b7;
--text-faint: #6b7689;
--accent-rgb: 49, 237, 196;
--accent: rgb(var(--accent-rgb));
--accent-hover: #69f2d4;
--accent-soft: rgba(var(--accent-rgb), 0.1);
--accent-border: rgba(var(--accent-rgb), 0.35);
--program: #f0484d;
--cued: #f2a63b;
--r-sm: 6px;
--r: 10px;
--r-lg: 16px;
--font: ui-sans-serif, system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
sans-serif;
--font-mono: 'Roboto Mono', ui-monospace, 'SF Mono', 'Cascadia Mono', Consolas, monospace;
--bar-h: 64px;
--toc-w: 268px;
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/assets/fonts/roboto-mono-latin.woff2') format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: 'Roboto Mono';
font-style: normal;
font-weight: 400 700;
font-display: swap;
src: url('/assets/fonts/roboto-mono-latin-ext.woff2') format('woff2');
unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
body.help {
margin: 0;
background: var(--bg);
color: var(--text);
font-family: var(--font);
font-size: 16px;
line-height: 1.65;
-webkit-text-size-adjust: 100%;
}
a {
color: var(--accent);
text-decoration-color: rgba(var(--accent-rgb), 0.4);
text-underline-offset: 3px;
}
a:hover {
color: var(--accent-hover);
}
:focus-visible {
outline: 2px solid var(--accent);
outline-offset: 2px;
border-radius: 3px;
}
[hidden] {
display: none !important;
}
.skip-link {
position: absolute;
left: -9999px;
top: 0;
background: var(--accent);
color: var(--bg);
padding: 10px 16px;
border-radius: 0 0 var(--r-sm) 0;
font-weight: 600;
z-index: 50;
}
.skip-link:focus {
left: 0;
}
.help-bar {
position: sticky;
top: 0;
z-index: 20;
height: var(--bar-h);
background: rgba(6, 8, 11, 0.92);
backdrop-filter: blur(10px);
border-bottom: 1px solid var(--border);
}
.help-bar-in {
max-width: 1240px;
height: 100%;
margin: 0 auto;
padding: 0 20px;
display: flex;
align-items: center;
gap: 16px;
}
.help-brand {
display: flex;
align-items: center;
gap: 8px;
color: inherit;
text-decoration: none;
}
a.help-brand:hover .help-brand-name {
color: var(--accent);
}
.help-brand img {
width: 30px;
height: 30px;
}
.help-brand-lockup {
display: flex;
flex-direction: column;
line-height: 1.05;
}
.help-brand-name {
font-family: var(--font-mono);
font-weight: 700;
letter-spacing: 0.06em;
font-size: 15px;
}
.help-brand-alias {
font-family: var(--font-mono);
font-size: 10px;
color: var(--text-faint);
letter-spacing: 0.04em;
}
.help-kicker {
margin: 0;
padding-left: 16px;
border-left: 1px solid var(--border-strong);
font-size: 13px;
color: var(--text-muted);
}
.help-bar-end {
margin-left: auto;
display: flex;
align-items: center;
gap: 12px;
}
.help-ver {
font-family: var(--font-mono);
font-size: 12px;
padding: 4px 10px;
border-radius: 999px;
color: var(--accent);
background: var(--accent-soft);
border: 1px solid var(--accent-border);
white-space: nowrap;
}
.help-lang {
font-size: 13px;
color: var(--text-muted);
text-decoration: none;
padding: 5px 10px;
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
white-space: nowrap;
}
.help-lang:hover {
color: var(--text);
border-color: var(--accent-border);
}
.help-back {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--text-muted);
text-decoration: none;
padding: 5px 10px;
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
white-space: nowrap;
}
.help-back:hover {
color: var(--text);
border-color: var(--accent-border);
background: var(--accent-soft);
}
.help-back-i {
width: 15px;
height: 15px;
flex: none;
}
.help-pdf {
display: inline-flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: var(--text-muted);
text-decoration: none;
padding: 5px 10px;
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
white-space: nowrap;
}
.help-pdf:hover {
color: var(--text);
border-color: var(--accent-border);
background: var(--accent-soft);
}
.help-pdf-i {
width: 15px;
height: 15px;
flex: none;
}
.help-pdf-kb {
font-family: var(--font-mono);
font-size: 11px;
color: var(--text-faint);
}
.toc-search {
margin: 10px 0 14px;
}
.toc-search-i {
width: 100%;
box-sizing: border-box;
font: inherit;
font-size: 13px;
color: var(--text);
background: var(--surface);
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
padding: 8px 10px;
}
.toc-search-i::placeholder {
color: var(--text-faint);
}
.toc-search-i:focus {
outline: none;
border-color: var(--accent-border);
background: var(--accent-soft);
}
.toc-results {
list-style: none;
margin: 0;
padding: 0;
}
.toc-results li {
margin-bottom: 2px;
}
.toc-results a {
display: block;
padding: 8px 10px;
border-radius: var(--r-sm);
text-decoration: none;
border: 1px solid transparent;
}
.toc-results a:hover {
background: var(--surface);
border-color: var(--border-strong);
}
.toc-r-t {
display: block;
font-size: 12.5px;
color: var(--text);
}
.toc-r-s {
display: block;
margin-top: 3px;
font-size: 11.5px;
line-height: 1.5;
color: var(--text-faint);
}
.toc-results mark {
background: var(--accent-soft);
color: var(--accent);
border-radius: 2px;
padding: 0 1px;
}
.toc-none {
padding: 8px 10px;
font-size: 12.5px;
color: var(--text-faint);
}
.help-shell {
max-width: 1240px;
margin: 0 auto;
padding: 0 20px 80px;
display: grid;
grid-template-columns: var(--toc-w) minmax(0, 1fr);
gap: 48px;
align-items: start;
}
.help-toc {
position: sticky;
top: calc(var(--bar-h) + 16px);
max-height: calc(100vh - var(--bar-h) - 32px);
overflow-y: auto;
overscroll-behavior: contain;
padding: 24px 8px 24px 0;
font-size: 13.5px;
line-height: 1.45;
}
.toc-title {
margin: 0 0 12px;
font-family: var(--font-mono);
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
color: var(--text-faint);
}
.toc-list,
.toc-sub {
list-style: none;
margin: 0;
padding: 0;
}
.toc-list > li {
margin-bottom: 4px;
}
.toc-list > li > a {
display: block;
padding: 5px 10px;
border-left: 2px solid var(--border);
color: var(--text-muted);
text-decoration: none;
font-weight: 600;
}
.toc-sub {
margin: 2px 0 10px;
}
.toc-sub a {
display: block;
padding: 3px 10px 3px 22px;
border-left: 2px solid var(--border);
color: var(--text-faint);
text-decoration: none;
font-size: 12.5px;
}
.help-toc a:hover {
color: var(--text);
background: var(--surface);
}
.help-toc a.is-current {
color: var(--accent);
border-left-color: var(--accent);
background: var(--accent-soft);
}
.toc-toggle {
display: none;
width: 100%;
align-items: center;
justify-content: space-between;
gap: 10px;
padding: 10px 14px;
background: var(--surface);
color: var(--text);
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
font: inherit;
font-size: 14px;
cursor: pointer;
}
.toc-toggle::after {
content: '';
width: 8px;
height: 8px;
border-right: 2px solid var(--text-muted);
border-bottom: 2px solid var(--text-muted);
transform: rotate(45deg) translateY(-2px);
}
.toc-toggle[aria-expanded='true']::after {
transform: rotate(-135deg) translateY(-2px);
}
.help-note {
margin: 28px 0 0;
padding: 16px 20px;
border: 1px solid rgba(242, 166, 59, 0.4);
border-left: 3px solid var(--cued);
border-radius: var(--r);
background: rgba(242, 166, 59, 0.07);
}
.help-note p {
margin: 0 0 6px;
font-size: 14.5px;
color: var(--text-muted);
}
.help-note p:last-child {
margin-bottom: 0;
}
.help-note-t {
color: var(--text) !important;
font-weight: 700;
}
.help-doc {
min-width: 0;
padding-top: 8px;
}
.doc {
max-width: 1040px;
}
.doc > p,
.doc > ul,
.doc > ol,
.doc > blockquote,
.doc > h1,
.doc > h2,
.doc > h3,
.doc > h4,
.doc > .shot {
max-width: 74ch;
}
.doc h1 {
margin: 24px 0 8px;
font-size: clamp(28px, 4vw, 38px);
line-height: 1.15;
letter-spacing: -0.02em;
}
.doc h1,
.doc h2,
.doc h3,
.doc h4 {
scroll-margin-top: calc(var(--bar-h) + 16px);
}
.doc h2 {
margin: 56px 0 16px;
padding-top: 24px;
border-top: 1px solid var(--border);
font-size: 25px;
line-height: 1.2;
letter-spacing: -0.01em;
}
.doc h3 {
margin: 34px 0 10px;
font-size: 18.5px;
color: var(--text);
}
.doc h4 {
margin: 24px 0 8px;
font-size: 13px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: var(--text-faint);
}
.doc .anchor {
margin-left: 10px;
color: var(--text-faint);
text-decoration: none;
opacity: 0;
font-weight: 400;
}
.doc h2:hover .anchor,
.doc h3:hover .anchor,
.doc .anchor:focus {
opacity: 1;
}
.doc p {
margin: 14px 0;
}
.doc strong {
color: #fff;
}
.doc hr {
border: 0;
border-top: 1px solid var(--border);
margin: 40px 0;
}
.doc hr + h2 {
margin-top: 28px;
padding-top: 0;
border-top: 0;
}
.doc ul,
.doc ol {
margin: 14px 0;
padding-left: 22px;
}
.doc li {
margin: 7px 0;
}
.doc ul.sub {
margin: 6px 0;
}
.doc li.task {
list-style: none;
margin-left: -22px;
display: flex;
gap: 10px;
align-items: flex-start;
}
.doc li.task .box {
flex: none;
width: 15px;
height: 15px;
margin-top: 5px;
border: 1.5px solid var(--border-strong);
border-radius: 3px;
background: var(--surface);
}
.doc code {
font-family: var(--font-mono);
font-size: 0.875em;
padding: 2px 5px;
border-radius: var(--r-sm);
background: var(--surface-2);
border: 1px solid var(--border);
color: var(--accent);
overflow-wrap: anywhere;
}
.doc pre {
margin: 18px 0;
padding: 16px 18px;
background: var(--surface);
border: 1px solid var(--border);
border-radius: var(--r);
overflow-x: auto;
}
.doc pre code {
padding: 0;
border: 0;
background: none;
color: var(--text);
font-size: 13.5px;
line-height: 1.6;
}
.doc blockquote {
margin: 18px 0;
padding: 2px 0 2px 18px;
border-left: 3px solid var(--accent-border);
color: var(--text-muted);
}
.tablewrap {
margin: 20px 0;
overflow-x: auto;
border: 1px solid var(--border);
border-radius: var(--r);
}
.doc table {
width: 100%;
border-collapse: collapse;
font-size: 14.5px;
}
.doc th,
.doc td {
padding: 10px 14px;
text-align: left;
vertical-align: top;
border-bottom: 1px solid var(--border);
}
.doc th {
background: var(--surface-2);
font-size: 12px;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--text-muted);
white-space: nowrap;
}
.doc tbody tr:last-child td {
border-bottom: 0;
}
.doc tbody tr:hover td {
background: var(--surface);
}
.doc-fig {
margin: 26px 0;
}
.doc-fig img {
display: block;
width: 100%;
height: auto;
border: 1px solid var(--border-strong);
border-radius: var(--r);
background: var(--surface);
}
.doc-fig figcaption {
margin-top: 10px;
font-size: 13.5px;
color: var(--text-muted);
line-height: 1.5;
}
.doc .shot {
margin: 24px 0;
padding: 28px 20px;
border: 1px dashed var(--border-strong);
border-radius: var(--r);
text-align: center;
color: var(--text-faint);
font-size: 13.5px;
}
.doc-top {
margin: 48px 0 0;
padding-top: 20px;
border-top: 1px solid var(--border);
font-size: 14px;
}
.doc-top a {
text-decoration: none;
}
.help-foot {
border-top: 1px solid var(--border);
background: var(--surface);
}
.help-foot p {
max-width: 1240px;
margin: 0 auto;
padding: 20px;
font-size: 12.5px;
color: var(--text-faint);
}
body.help-index {
display: flex;
flex-direction: column;
min-height: 100vh;
}
body.help-index .hx-main {
flex: 1;
}
.hx-main {
max-width: 760px;
margin: 0 auto;
padding: 48px 20px 90px;
}
.hx-main h1 {
margin: 0 0 6px;
font-size: 30px;
line-height: 1.2;
}
.hx-lead {
margin: 14px 0 0;
color: var(--text-muted);
font-size: 15px;
}
.hx-list {
list-style: none;
margin: 32px 0 0;
padding: 0;
border: 1px solid var(--border);
border-radius: var(--r);
overflow: hidden;
}
.hx-row {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
justify-content: space-between;
padding: 14px 18px;
border-bottom: 1px solid var(--border);
background: var(--surface);
}
.hx-row:last-child {
border-bottom: 0;
}
.hx-ver {
font-family: var(--font-mono);
font-size: 15px;
color: var(--text);
}
.hx-tag {
margin-left: 8px;
font-size: 10px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--accent);
border: 1px solid var(--accent-border);
border-radius: 999px;
padding: 2px 8px;
}
.hx-open {
padding: 6px 14px;
border: 1px solid var(--border-strong);
border-radius: var(--r-sm);
text-decoration: none;
font-size: 14px;
white-space: nowrap;
}
.hx-open:hover {
border-color: var(--accent-border);
background: var(--accent-soft);
}
.hx-links {
display: flex;
align-items: center;
gap: 10px;
}
.hx-pdf {
font-size: 12.5px;
color: var(--text-muted);
text-decoration: none;
padding: 6px 10px;
border: 1px solid transparent;
border-radius: var(--r-sm);
white-space: nowrap;
}
.hx-pdf:hover {
color: var(--text);
border-color: var(--border-strong);
}
.hx-search {
margin: 28px 0 0;
max-width: 320px;
}
.hx-none {
margin: 16px 0 0;
font-size: 14px;
color: var(--text-faint);
}
@media (max-width: 1000px) {
.help-shell {
grid-template-columns: minmax(0, 1fr);
gap: 0;
padding-bottom: 60px;
}
.help-toc {
position: static;
max-height: none;
overflow: visible;
padding: 20px 0 0;
border-bottom: 1px solid var(--border);
margin-bottom: 8px;
}
.help-toc.is-collapsible .toc-title {
display: none;
}
.help-toc.is-collapsible .toc-toggle {
display: flex;
}
.help-toc.is-collapsible .toc-list {
max-height: 55vh;
overflow-y: auto;
margin-top: 10px;
padding-bottom: 10px;
}
.help-kicker {
display: none;
}
}
@media (max-width: 640px) {
body.help {
font-size: 15.5px;
}
.help-bar-in {
padding: 0 14px;
}
.help-shell {
padding-left: 14px;
padding-right: 14px;
}
.doc h2 {
margin-top: 40px;
font-size: 22px;
}
.help-brand-alias {
display: none;
}
}
@media print {
:root {
--text: #000;
--text-muted: #333;
--text-faint: #555;
--border: #ccc;
--border-strong: #999;
--surface: #fff;
--surface-2: #f4f4f4;
--accent: #0a6;
}
body.help {
background: #fff;
color: #000;
font-size: 11pt;
}
.doc strong {
color: #000;
}
.doc code {
background: #f4f4f4;
border-color: #ccc;
color: #000;
}
.help-bar,
.help-toc,
.doc-top,
.skip-link,
.doc .anchor {
display: none !important;
}
.help-shell {
display: block;
padding: 0;
}
.doc {
max-width: none;
}
.doc h2 {
break-before: page;
border-top: 0;
}
.doc h2,
.doc h3 {
break-after: avoid;
}
.doc-fig,
.tablewrap,
.doc pre,
.doc li {
break-inside: avoid;
}
.doc-fig img {
max-height: 12cm;
width: auto;
max-width: 100%;
}
.help-foot {
border-top: 1px solid #ccc;
}
a {
color: #000;
text-decoration: underline;
}
}
