@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono";
  src: url("fonts/IBMPlexMono-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

.article-body code,
.article-body samp {
  font-family: "IBM Plex Mono", monospace;
  font-variant-ligatures: none;
  font-synthesis: none;
}

.article-body :not(pre) > code,
.article-body :not(pre) > samp {
  color: inherit;
  font-size: inherit;
  overflow-wrap: anywhere;
}

.article-body blockquote {
  margin: 40px 0;
  padding-left: 24px;
  border-left: 1px solid var(--white-rule);
  color: var(--white);
  font-size: var(--text-body);
  font-style: normal;
  line-height: 1.6;
}

.article-body blockquote p {
  margin-bottom: 1.25em;
}

.article-body blockquote > :last-child {
  margin-bottom: 0;
}

.article-body blockquote blockquote {
  margin: 24px 0 0;
  padding-left: 20px;
}

.quote-attribution,
.article-body blockquote footer {
  margin-top: 20px;
  color: var(--white-secondary);
  font-size: var(--text-small);
  font-style: normal;
  line-height: 1.5;
}

.quote-attribution cite,
.article-body blockquote footer cite {
  font-style: normal;
}

.table-scroll {
  max-width: 100%;
  margin: 48px 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.table-scroll:focus-visible,
.article-body pre[tabindex]:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.article-body table {
  width: 100%;
  min-width: 100%;
  border-collapse: collapse;
  color: var(--white);
  font-size: var(--text-small);
  line-height: 1.55;
}

.article-body table.table--preserve-columns {
  min-width: 640px;
}

.article-body table.table--body-size {
  font-size: var(--text-body);
}

.article-body caption {
  padding-top: 12px;
  color: var(--white-secondary);
  font-size: var(--text-small);
  line-height: 1.5;
  text-align: left;
  caption-side: bottom;
}

.article-body thead {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
}

.article-body tbody tr {
  border-bottom: 1px solid var(--white-rule);
}

.article-body th,
.article-body td {
  padding: 14px 24px 14px 0;
  text-align: left;
  vertical-align: top;
}

.article-body th:last-child,
.article-body td:last-child {
  padding-right: 0;
}

.article-body th {
  font-weight: 600;
}

.article-body .numeric {
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.overflow-hint {
  display: none;
  margin: -36px 0 40px;
  color: var(--white-secondary);
  font-size: var(--text-small);
  line-height: 1.5;
}

.article-body pre {
  max-width: 100%;
  margin: 40px 0;
  overflow-x: auto;
  color: var(--white);
  font-family: "IBM Plex Mono", monospace;
  font-size: var(--text-small);
  font-variant-ligatures: none;
  font-synthesis: none;
  line-height: 1.55;
  tab-size: 2;
  white-space: pre;
}

.article-body pre code,
.article-body pre samp {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}

.source-material,
.technical-trace {
  margin: 48px 0;
  padding: 20px 0;
  border-top: 1px solid var(--white-rule);
  border-bottom: 1px solid var(--white-rule);
}

.source-material figcaption,
.technical-trace figcaption {
  margin-bottom: 12px;
  color: var(--white-secondary);
  font-size: var(--text-small);
  line-height: 1.5;
}

.source-material pre,
.technical-trace pre {
  margin: 0;
}

.technical-trace--short {
  margin: 32px 0;
  padding: 0 0 0 24px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 1px solid var(--white-rule);
}

.technical-trace--short figcaption {
  margin-bottom: 8px;
}

.trace-annotation {
  color: var(--white-secondary);
}

.trace-emphasis {
  color: var(--white);
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.article-body blockquote.technical-prompt {
  font-family: "IBM Plex Sans", sans-serif;
  font-size: var(--text-body);
  line-height: 1.6;
}

.article-body blockquote.technical-prompt--structured {
  font-family: "IBM Plex Mono", monospace;
  font-size: var(--text-small);
  font-variant-ligatures: none;
  font-synthesis: none;
  line-height: 1.6;
  white-space: pre-wrap;
}

.footnote-ref {
  font-size: var(--text-small);
  line-height: 0;
  vertical-align: super;
}

.footnote-ref a {
  padding-inline: 2px;
}

.footnotes {
  margin-top: 80px;
  padding-top: 28px;
  border-top: 1px solid var(--white-rule);
}

.footnotes h2 {
  margin-bottom: 20px;
  font-size: var(--text-body);
  font-weight: 600;
}

.footnotes ol {
  margin: 0;
  padding-left: 24px;
  color: var(--white-secondary);
  font-size: var(--text-small);
  line-height: 1.6;
}

.footnotes li {
  padding-left: 8px;
}

.footnotes li + li {
  margin-top: 16px;
}

.footnotes li:target {
  color: var(--white);
}

.footnotes a {
  overflow-wrap: anywhere;
}

.footnote-backref {
  color: var(--white);
  white-space: nowrap;
}

@media (max-width: 719px) {
  .overflow-hint {
    display: block;
  }
}
