.documentation-page { --docs-cyan: #16c8ee; --docs-ice: #e1eaf1; --docs-muted: #9db1c1; --docs-line: rgba(150, 204, 224, 0.16); color: var(--docs-ice); font-family: var(--font-body, "IBM Plex Sans", sans-serif); } .documentation-shell { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 154px 0 116px; } .documentation-hero { max-width: 820px; margin: 0 auto; text-align: center; } .documentation-hero .cdp-eyebrow, .documentation-trust .cdp-eyebrow { margin: 0 0 18px; color: var(--docs-cyan); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.74rem; font-weight: 700; letter-spacing: 0.15em; } .documentation-hero h1, .documentation-heading h2, .documentation-trust h2 { margin: 0; color: var(--docs-ice); font-family: var(--font-display, Fraunces, Georgia, serif); font-weight: 900; letter-spacing: 0; } .documentation-hero h1 { font-size: clamp(3rem, 6vw, 5.7rem); line-height: 0.98; } .documentation-hero h1 span, .documentation-heading h2 span, .documentation-trust h2 span { color: var(--docs-cyan); font-style: italic; } .documentation-hero > p:last-child { max-width: 62ch; margin: 23px auto 0; color: var(--docs-muted); font-size: 1.06rem; line-height: 1.7; } .documentation-toc { display: flex; justify-content: center; gap: 0; margin: 66px 0 0; border-top: 1px solid var(--docs-line); border-bottom: 1px solid var(--docs-line); } .documentation-toc a { position: relative; padding: 15px clamp(14px, 2.4vw, 30px); color: var(--docs-muted); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; } .documentation-toc a + a::before { position: absolute; top: 50%; left: 0; width: 1px; height: 15px; background: var(--docs-line); content: ""; transform: translateY(-50%); } .documentation-toc a:hover, .documentation-toc a:focus-visible, .documentation-detail-columns a:hover, .documentation-workflow-list a:hover, .documentation-link:hover { color: var(--docs-cyan); } .documentation-section { padding-top: 110px; } .documentation-heading { max-width: 780px; } .documentation-index, .documentation-path span, .documentation-workflow-list span { margin: 0 0 17px; color: var(--docs-cyan); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.14em; } .documentation-heading h2, .documentation-trust h2 { max-width: 18ch; font-size: clamp(2.25rem, 4.2vw, 4.25rem); line-height: 1.04; } .documentation-paths { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 52px; border-top: 1px solid var(--docs-line); } .documentation-path { min-height: 178px; padding: 25px 26px 0 0; } .documentation-path + .documentation-path { padding-left: 26px; border-left: 1px solid var(--docs-line); } .documentation-path span, .documentation-workflow-list span { display: block; } .documentation-path strong, .documentation-workflow-list strong { display: block; color: var(--docs-ice); font-size: 1.1rem; line-height: 1.3; } .documentation-path small, .documentation-workflow-list small, .documentation-heading--split > p { display: block; margin-top: 10px; color: var(--docs-muted); font-size: 0.94rem; line-height: 1.58; } .documentation-heading--split { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 0.66fr); gap: 48px; max-width: none; align-items: end; } .documentation-heading--split > p { margin-bottom: 0; } .documentation-format-line { display: grid; grid-template-columns: 0.65fr 1.45fr auto; align-items: center; gap: 24px; margin-top: 48px; padding: 25px 0; border-top: 1px solid rgba(22, 200, 238, 0.34); border-bottom: 1px solid var(--docs-line); } .documentation-format-line > p { margin: 0; color: var(--docs-cyan); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; } .documentation-format-line > div { display: flex; flex-wrap: wrap; gap: 9px; } .documentation-format-line span { padding: 9px 12px; border: 1px solid rgba(22, 200, 238, 0.3); border-radius: 999px; color: var(--docs-ice); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.82rem; } .documentation-format-line em { color: var(--docs-cyan); font-style: normal; } .documentation-format-line > a, .documentation-detail-columns a, .documentation-link { color: var(--docs-cyan); font-family: var(--font-mono, "IBM Plex Mono", monospace); font-size: 0.8rem; font-weight: 700; } .documentation-format-line > a::after, .documentation-detail-columns a::after, .documentation-link::after { margin-left: 8px; content: "→"; } .documentation-detail-columns, .documentation-workflow-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 27px; } .documentation-detail-columns > div, .documentation-workflow-list a { padding-top: 16px; border-top: 1px solid var(--docs-line); } .documentation-detail-columns h3 { margin: 0; color: var(--docs-ice); font-size: 1.05rem; } .documentation-detail-columns p { margin: 10px 0 16px; color: var(--docs-muted); font-size: 0.94rem; line-height: 1.58; } .documentation-workflow-list { margin-top: 48px; } .documentation-workflow-list a { min-height: 165px; } .documentation-workflow-list span { margin-bottom: 15px; } .documentation-trust { max-width: 810px; padding-bottom: 30px; } .documentation-trust > p:not(.cdp-eyebrow) { max-width: 62ch; margin: 22px 0 0; color: var(--docs-muted); font-size: 1.02rem; line-height: 1.7; } .documentation-link { display: inline-block; margin-top: 24px; } html[data-color-mode="light"] .documentation-page { --docs-ice: #102235; --docs-muted: #506579; --docs-line: rgba(16, 34, 53, 0.16); } @media (max-width: 760px) { .documentation-shell { width: min(100% - 32px, 1180px); padding-top: 122px; } .documentation-hero h1 { font-size: clamp(2.8rem, 13vw, 4.2rem); } .documentation-toc { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; } .documentation-toc::-webkit-scrollbar { display: none; } .documentation-toc a { flex: 0 0 auto; padding-inline: 15px; } .documentation-section { padding-top: 76px; } .documentation-heading h2, .documentation-trust h2 { font-size: clamp(2.15rem, 10.5vw, 3.1rem); } .documentation-paths, .documentation-detail-columns, .documentation-workflow-list, .documentation-heading--split, .documentation-format-line { grid-template-columns: 1fr; } .documentation-path, .documentation-path + .documentation-path { min-height: auto; padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--docs-line); } .documentation-format-line { gap: 16px; } .documentation-workflow-list { margin-top: 34px; } .documentation-workflow-list a { min-height: auto; } }