*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(68px + 1.5rem);
  background: #F6F7F3;
  color: #13212B;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
body {
  margin: 0;
  min-width: 300px;
  background: #F6F7F3;
}
body,
button,
input,
textarea,
select {
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
}
img,
svg {
  display: block;
  max-width: 100%;
}
a {
  color: #05616B;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}
a:hover {
  color: #13212B;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #E49A24;
  outline-offset: 3px;
}
button {
  font: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  color: #13212B;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.08;
  text-wrap: balance;
}
h1 {
  font-size: clamp(2.9rem, 7vw, 5.3rem);
}
h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}
h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}
p {
  margin: 0 0 1rem;
}
strong {
  font-weight: 600;
}
code,
pre {
  font-family: "IBM Plex Mono", Consolas, monospace;
}
:not(pre) > code {
  padding: 0.08em 0.3em;
  background: #eff1ea;
  border: 1px solid #D7DCD9;
  color: #13212B;
  font-size: 0.88em;
  overflow-wrap: anywhere;
}
pre {
  position: relative;
  margin: 1.25rem 0;
  padding: 1.25rem 1.4rem;
  overflow: auto;
  background: #0B171E;
  border: 1px solid #34434C;
  color: #E7EFF0;
  font-size: 0.82rem;
  line-height: 1.7;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}
pre code {
  color: inherit;
  background: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  overflow-wrap: normal;
}
pre.has-copy-control {
  padding-top: 2.9rem;
}
.copy-code {
  position: absolute;
  z-index: 2;
  top: 0.62rem;
  right: 0.62rem;
  min-width: 4.5rem;
  padding: 0.28rem 0.6rem;
  border: 1px solid #4D5D66;
  background: #13212B;
  color: #DCE6E7;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
}
.copy-code:hover {
  border-color: #087E8B;
  color: #FFFFFF;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #83939B;
}
.token.punctuation {
  color: #BFCBCD;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
  color: #F0B765;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
  color: #83D4C9;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
  color: #D3DEE0;
}
.token.atrule,
.token.attr-value,
.token.keyword {
  color: #83B8E8;
}
.token.function,
.token.class-name {
  color: #E9D48C;
}
.token.regex,
.token.important,
.token.variable {
  color: #E6A4A4;
}
:not(pre) > code .token[class] {
  background: transparent;
  color: inherit;
  text-shadow: none;
  text-transform: none;
}
.shell {
  width: calc(100% - 2.5rem);
  max-width: 1180px;
  margin-inline: auto;
}
.wide-shell {
  max-width: 1420px;
}
.narrow-shell {
  max-width: 980px;
}
.ruled-section {
  border-top: 1px solid #D7DCD9;
}
.compatibility-anchor {
  position: relative;
  top: calc(-1 * 68px);
  visibility: hidden;
}
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin: 0 0 1.25rem;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.3;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 1.5rem;
  height: 2px;
  background: #087E8B;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: 0.5rem;
  left: 0.5rem;
  padding: 0.65rem 0.9rem;
  transform: translateY(-160%);
  background: #FFFFFF;
  border: 2px solid #13212B;
  color: #13212B;
  font-weight: 600;
}
.skip-link:focus {
  transform: none;
}
.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  height: 68px;
  background: rgba(246, 247, 243, 0.96);
  border-bottom: 1px solid #D7DCD9;
  backdrop-filter: blur(12px);
}
.site-header-inner {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 3rem;
  width: calc(100% - 2.5rem);
  max-width: 1420px;
  height: 100%;
  margin-inline: auto;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: #13212B;
  text-decoration: none;
}
.brand:hover {
  color: #05616B;
}
.brand-logo {
  width: 190px;
  height: auto;
}
.primary-nav {
  justify-self: center;
}
.primary-nav > ul {
  display: flex;
  align-items: stretch;
  gap: 1.45rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.primary-nav > ul > li {
  position: relative;
}
.primary-nav a,
.header-utility {
  position: relative;
  color: #5B6872;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.65rem;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  background: #087E8B;
  transition: transform 160ms ease;
}
.primary-nav a:hover,
.primary-nav a.is-active,
.header-utility:hover {
  color: #13212B;
}
.primary-nav a:hover::after,
.primary-nav a.is-active::after {
  transform: scaleX(1);
}
.nav-has-submenu > a {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
}
.nav-submenu-caret {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-right: 1px solid #087E8B;
  border-bottom: 1px solid #087E8B;
}
.nav-submenu-toggle {
  display: none;
}
.primary-nav .primary-submenu {
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.95rem);
  left: 50%;
  display: grid;
  min-width: 250px;
  gap: 0;
  margin: 0;
  padding: 0.45rem;
  transform: translate(-50%, -0.35rem);
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  box-shadow: 0 14px 32px rgba(11, 23, 30, 0.12);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 140ms ease, transform 140ms ease, visibility 140ms ease;
}
.primary-nav .primary-submenu::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 100%;
  left: 0;
  height: 1rem;
}
.primary-nav .primary-submenu a {
  display: block;
  padding: 0.68rem 0.8rem;
  color: #5B6872;
  font-size: 0.78rem;
}
.primary-nav .primary-submenu a::after {
  display: none;
}
.primary-nav .primary-submenu a:hover,
.primary-nav .primary-submenu a.is-active {
  background: #E4F2F2;
  color: #13212B;
}
.nav-has-submenu:hover > .primary-submenu,
.nav-has-submenu:focus-within > .primary-submenu {
  transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#primary-use-cases-submenu {
  min-width: 290px;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.48rem;
  padding: 0.52rem 0.8rem;
  background: #13212B;
  border: 1px solid #13212B;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.cta-arrow {
  display: block;
  flex: 0 0 auto;
  font-family: "IBM Plex Sans", "Segoe UI", sans-serif;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1;
}
.header-cta:hover,
.header-cta.is-active {
  background: #05616B;
  border-color: #05616B;
  color: #FFFFFF;
}
.nav-toggle {
  display: none;
}
.page-hero {
  padding: clamp(5rem, 10vw, 8.5rem) 0 clamp(4rem, 8vw, 7rem);
}
.page-hero h1 {
  max-width: 1050px;
}
.page-hero h1 em,
.hero h1 em {
  color: #05616B;
  font-style: normal;
}
.hero-lede {
  max-width: 760px;
  margin-top: 1.9rem;
  color: #5B6872;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.55;
}
.section-heading {
  margin-bottom: 3rem;
}
.section-heading h2 {
  max-width: 850px;
}
.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
  align-items: end;
  gap: 3rem;
}
.split-heading > p {
  margin: 0;
  color: #5B6872;
}
.button-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.9rem;
  margin-top: 3rem;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  min-height: 48px;
  padding: 0.68rem 1rem;
  border: 1px solid #13212B;
  color: #13212B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}
.button:hover {
  border-color: #05616B;
  background: #05616B;
  color: #FFFFFF;
}
.button-primary {
  background: #13212B;
  color: #FFFFFF;
}
.button-secondary {
  background: transparent;
}
.button-light {
  border-color: #FFFFFF;
  background: #FFFFFF;
  color: #13212B;
}
.button-light:hover {
  border-color: #E49A24;
  background: #E49A24;
  color: #0B171E;
}
.text-link {
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.code-window {
  overflow: hidden;
  background: #0B171E;
  border: 1px solid #34434C;
  box-shadow: 0 18px 55px rgba(19, 33, 43, 0.12);
}
.code-window-bar {
  display: flex;
  justify-content: space-between;
  padding: 0.68rem 0.9rem;
  border-bottom: 1px solid #34434C;
  color: #A9B6BA;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.code-window-bar > span:first-child {
  text-transform: none;
}
.code-window pre {
  margin: 0;
  border: 0;
}
.code-window .copy-code {
  top: 0.6rem;
}
.fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 3rem;
}
.fact-row > span {
  padding: 0.45rem 1rem;
  border: 1px solid #D7DCD9;
  border-right: 0;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  text-transform: uppercase;
}
.fact-row span:last-child {
  border-right: 1px solid #D7DCD9;
}
.site-footer {
  background: #0B171E;
  color: #C3CFD1;
}
.site-footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 3rem;
  width: calc(100% - 2.5rem);
  max-width: 1180px;
  margin-inline: auto;
  padding: 4.8rem 0;
}
.brand-footer .brand-logo {
  width: 205px;
  filter: brightness(0) invert(1);
  opacity: 0.9;
}
.footer-project p {
  max-width: 420px;
  margin-top: 1.25rem;
  color: #9EADB1;
}
.footer-project .footer-version {
  color: #CED8DA;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.footer-group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
}
.footer-group h2 {
  margin-bottom: 0.85rem;
  color: #7F9196;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.66rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.footer-group a {
  color: #D6DEDF;
  font-size: 0.86rem;
  text-decoration: none;
}
.footer-group a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}
.site-footer-base {
  display: flex;
  justify-content: space-between;
  gap: 1.9rem;
  width: calc(100% - 2.5rem);
  max-width: 1180px;
  margin-inline: auto;
  padding: 1.25rem 0;
  border-top: 1px solid #34434C;
  color: #7F9196;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.docs-shell {
  display: grid;
  grid-template-columns: 270px minmax(0, 980px);
  justify-content: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: calc(100% - 2.5rem);
  max-width: 1420px;
  margin-inline: auto;
  padding: 3rem 0 7.5rem;
}
.docs-sidebar {
  position: sticky;
  top: calc(68px + 1.2rem);
  align-self: start;
  max-height: calc(100vh - 68px - 2.4rem);
  padding-right: 1.9rem;
  overflow-y: auto;
  border-right: 1px solid #D7DCD9;
}
.sidebar-toggle {
  display: none;
}
.docs-search {
  margin: 0 0 3rem;
  --pf-font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --pf-text: #13212B;
  --pf-text-secondary: #5B6872;
  --pf-text-muted: #87939B;
  --pf-background: #F6F7F3;
  --pf-border: #D7DCD9;
  --pf-border-focus: #087E8B;
  --pf-hover: #E4F2F2;
  --pf-outline-focus: #E49A24;
  --pf-shadow-md: none;
  --pf-border-radius: 0;
  --pf-input-height: 42px;
}
.docs-search .pf-searchbox-input {
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #FFFFFF !important;
}
.docs-nav-group + .docs-nav-group {
  margin-top: 1.9rem;
  padding-top: 1.9rem;
  border-top: 1px solid #D7DCD9;
}
.docs-nav-group h2 {
  margin: 0 0 0.55rem;
  color: #87939B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.64rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.docs-nav-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.docs-nav-group li {
  margin: 0.18rem 0;
}
.docs-nav-group a {
  display: block;
  margin-left: -0.8rem;
  padding: 0.24rem 0.5rem 0.24rem 0.7rem;
  border-left: 2px solid transparent;
  color: #5B6872;
  font-size: 0.87rem;
  text-decoration: none;
}
.docs-nav-group a:hover {
  color: #05616B;
}
.docs-nav-group a.is-active {
  border-left-color: #087E8B;
  background: #E4F2F2;
  color: #13212B;
  font-weight: 600;
}
.docs-content {
  min-width: 0;
}
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 3rem;
  color: #87939B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
}
.breadcrumbs a {
  color: #5B6872;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #05616B;
}
.doc-hero {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #D7DCD9;
}
.doc-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.2rem);
}
.doc-lede {
  max-width: 780px;
  margin: 1.9rem 0 0;
  color: #5B6872;
  font-size: 1.16rem;
}
.legacy-doc-content {
  min-width: 0;
}
.legacy-doc-content > section,
.legacy-doc-content > h2 + section,
.legacy-doc-content > h3 + section {
  margin: 0 0 3rem;
  padding: 0 0 3rem;
  border-bottom: 1px solid #D7DCD9;
}
.legacy-doc-content h2 {
  margin: 4.8rem 0 1.9rem;
  font-size: clamp(1.8rem, 3vw, 2.5rem);
}
.legacy-doc-content h3 {
  margin: 3rem 0 1.25rem;
  font-size: 1.45rem;
}
.legacy-doc-content h4 {
  margin: 1.9rem 0 0.85rem;
  font-size: 1.12rem;
  letter-spacing: -0.015em;
}
.legacy-doc-content p,
.legacy-doc-content li {
  color: #34434C;
}
.legacy-doc-content strong {
  overflow-wrap: anywhere;
}
.legacy-doc-content p {
  max-width: 780px;
}
.legacy-doc-content ul,
.legacy-doc-content ol {
  max-width: 780px;
  padding-left: 1.35rem;
}
.legacy-doc-content li + li {
  margin-top: 0.32rem;
}
.legacy-doc-content a {
  overflow-wrap: anywhere;
}
.legacy-doc-content .wide {
  max-width: none;
}
.legacy-doc-content .full-width-example {
  grid-column-start: 1;
  grid-column-end: -1;
  min-width: 0;
}
.legacy-doc-content .indent {
  margin-left: 1.4rem;
}
.legacy-doc-content .paragraph {
  margin-block: 1rem 1.6rem;
}
.legacy-doc-content .toc {
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  border-top: 3px solid #087E8B;
  background: #FFFFFF;
}
.legacy-doc-content .toc::before {
  content: "On this page";
  display: block;
  margin-bottom: 1.25rem;
  color: #13212B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.legacy-doc-content .toc ul {
  -moz-columns: 2;
       columns: 2;
  max-width: none;
  margin: 0;
}
.legacy-doc-content .toc li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin: 0 0 0.35rem;
}
.legacy-doc-content .toc a {
  color: #05616B;
  font-size: 0.86rem;
}
.legacy-doc-content .doc-overview {
  padding-bottom: 4.8rem;
}
.doc-overview > header {
  max-width: 780px;
  margin-bottom: 3rem;
}
.legacy-doc-content .doc-overview h2 {
  margin: 0.85rem 0 1.25rem;
}
.doc-overview > header > p:not(.eyebrow) {
  color: #5B6872;
  font-size: 1.02rem;
}
.module-badges {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
}
.module-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.35rem;
  padding: 0.12rem 0.42rem;
  border: 1px solid rgba(8, 126, 139, 0.58);
  background: #E4F2F2;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
}
.feature-heading {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.55rem 0.85rem;
  text-wrap: wrap;
}
.feature-heading > .module-badges {
  transform: translateY(0.08em);
}
.module-capability-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(185px, 1fr));
  margin: 0 0 1.9rem;
  border-top: 1px solid #D7DCD9;
  border-left: 1px solid #D7DCD9;
}
.module-capability-links a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: center;
  min-height: 96px;
  padding: 1.25rem;
  border-right: 1px solid #D7DCD9;
  border-bottom: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
  transition: background 140ms ease, border-color 140ms ease;
}
.module-capability-links a:hover {
  border-color: #087E8B;
  background: #E4F2F2;
}
.module-capability-links span {
  grid-column: 1;
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.module-capability-links strong {
  grid-column: 1;
  margin-top: 0.55rem;
  font-size: 0.84rem;
  line-height: 1.35;
}
.module-capability-links b {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: #05616B;
  font-weight: 400;
}
.doc-card-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1.25rem;
}
.doc-card-grid > a {
  display: flex;
  grid-column: span 2;
  flex-direction: column;
  min-height: 210px;
  padding: 1.9rem;
  border: 1px solid #D7DCD9;
  border-top: 3px solid #087E8B;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
  transition: border-color 140ms ease, transform 140ms ease;
}
.doc-card-grid > a:nth-child(4) {
  grid-column-start: 2;
  grid-column-end: span 2;
}
.doc-card-grid > a:hover {
  border-color: #087E8B;
  transform: translateY(-2px);
}
.doc-card-meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.85rem;
}
.doc-card-kicker {
  color: #05616B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.doc-card-meta .module-badges {
  justify-content: flex-end;
}
.doc-card-grid > a > strong {
  margin-top: 1.9rem;
  color: #13212B;
  font-size: 1.35rem;
}
.doc-card-grid > a > p {
  margin: auto 0 0;
  color: #5B6872;
  font-size: 0.84rem;
  line-height: 1.55;
}
.legacy-doc-content .section-link {
  display: block;
  float: left;
  width: 1.6rem;
  margin: 4.8rem 0 0 -2rem;
  scroll-margin-top: 3rem;
  color: #087E8B;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0;
  text-decoration: none;
}
.legacy-doc-content .section-link::before {
  content: "#";
  font-size: 0.9rem;
}
.legacy-doc-content .section-link.h3 {
  margin-top: 3rem;
}
.legacy-doc-content blockquote {
  max-width: 780px;
  margin: 1.9rem 0;
  padding: 1.25rem 1.9rem;
  border-left: 3px solid #087E8B;
  background: #E4F2F2;
  color: #13212B;
}
.legacy-doc-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.9rem 0;
  background: #FFFFFF;
  font-size: 0.84rem;
}
.legacy-doc-content th,
.legacy-doc-content td {
  padding: 0.75rem;
  border: 1px solid #D7DCD9;
  text-align: left;
  vertical-align: top;
}
.legacy-doc-content th {
  background: #13212B;
  color: #FFFFFF;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.68rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.legacy-doc-content .doc-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}
.legacy-doc-content .doc-table-wrap table {
  min-width: 680px;
}
.legacy-doc-content .mime-role-table th:first-child,
.legacy-doc-content .mime-role-table td:first-child {
  width: 13rem;
}
.legacy-doc-content .mime-role-table td:first-child code {
  white-space: nowrap;
}
.legacy-doc-content .method-family-table th:first-child,
.legacy-doc-content .method-family-table td:first-child {
  width: 12rem;
}
.legacy-doc-content .method-family-table td:first-child code {
  white-space: nowrap;
}
.legacy-doc-content .button {
  width: -moz-fit-content;
  width: fit-content;
  margin: 1.25rem 0;
}
.legacy-doc-content .button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}
.legacy-doc-content input,
.legacy-doc-content select {
  min-height: 40px;
  padding: 0.45rem 0.6rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
}
.legacy-doc-content input[type="checkbox"] {
  min-height: auto;
  accent-color: #087E8B;
}
.legacy-doc-content form > div {
  margin: 0.45rem 0;
}
.legacy-doc-content #messageStructure {
  padding: 1.25rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.78rem;
}
.legacy-doc-content #messageStructure ul {
  margin: 0;
  padding-left: 1.2rem;
}
.legacy-doc-content #messageStructure ul ul {
  margin-top: 0.2rem;
}
.legacy-doc-content #messageStructure .indent {
  margin-left: 0;
}
.legacy-doc-content #messageStructure li + li {
  margin-top: 0.18rem;
}
.legacy-doc-content img {
  height: auto;
}
.doc-next {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 4.8rem;
  padding-top: 3rem;
  border-top: 1px solid #D7DCD9;
}
.doc-next a {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1.25rem;
  border: 1px solid #D7DCD9;
  background: #FFFFFF;
  color: #13212B;
  text-decoration: none;
}
.doc-next a:hover {
  border-color: #087E8B;
}
.doc-next a > span {
  color: #5B6872;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.62rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (min-width: 880px) {
  .legacy-doc-content section:has(> .view + .side),
  .legacy-doc-content section:has(> .view-more + .side) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3rem;
  }
  .legacy-doc-content section:has(> .view + .side):has(> .side > pre > code.language-properties),
  .legacy-doc-content section:has(> .view-more + .side):has(> .side > pre > code.language-properties) {
    display: block;
  }
}
@media (max-width: 1080px) {
  html.nav-menu-open {
    overflow: hidden;
  }
  .site-header-inner {
    grid-template-columns: minmax(0, 1fr) auto;
    justify-content: stretch;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    row-gap: 0;
  }
  .brand {
    grid-column: 1;
    grid-row: 1;
  }
  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.7rem;
    min-width: 44px;
    min-height: 44px;
    padding: 0.4rem 0;
    border: 0;
    background: transparent;
    color: #13212B;
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .nav-toggle {
    grid-column: 2;
    grid-row: 1;
  }
  .nav-toggle-lines,
  .nav-toggle-lines::before,
  .nav-toggle-lines::after {
    display: block;
    width: 18px;
    height: 1px;
    background: currentColor;
    content: "";
    transition: transform 160ms ease;
  }
  .nav-toggle-lines {
    position: relative;
  }
  .nav-toggle-lines::before {
    position: absolute;
    top: -5px;
  }
  .nav-toggle-lines::after {
    position: absolute;
    top: 5px;
  }
  .nav-open .nav-toggle-lines {
    background: transparent;
  }
  .nav-open .nav-toggle-lines::before {
    top: 0;
    transform: rotate(45deg);
  }
  .nav-open .nav-toggle-lines::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .primary-nav,
  .header-actions {
    display: none;
  }
  .site-header.nav-open {
    position: fixed;
    inset: 0;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background: #F6F7F3;
    backdrop-filter: none;
  }
  .nav-open .site-header-inner {
    align-content: start;
    height: auto;
    min-height: 100%;
    grid-template-rows: 68px auto auto;
  }
  .nav-open .primary-nav,
  .nav-open .header-actions {
    display: block;
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .nav-open .primary-nav {
    grid-row: 2;
    justify-self: start;
    width: 100%;
    max-width: 620px;
    border-top: 1px solid #D7DCD9;
    border-bottom: 1px solid #D7DCD9;
  }
  .nav-open .primary-nav > ul {
    flex-direction: column;
    gap: 0;
    padding: 0.55rem 0;
  }
  .nav-open .primary-nav > ul > li + li {
    border-top: 1px solid rgba(215, 220, 217, 0.72);
  }
  .nav-open .primary-nav > ul > li > a {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 52px;
    padding: 0.78rem 3.5rem 0.78rem 0.75rem;
    color: #5B6872;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
  }
  .nav-open .primary-nav > ul > li > a:hover,
  .nav-open .primary-nav > ul > li > a.is-active {
    color: #13212B;
    box-shadow: inset 2px 0 #087E8B;
  }
  .nav-open .primary-nav a::after {
    display: none;
  }
  .nav-open .nav-has-submenu > a .nav-submenu-caret {
    display: none;
  }
  .nav-open .nav-submenu-toggle {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    display: grid;
    width: 52px;
    height: 52px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: #13212B;
    cursor: pointer;
  }
  .nav-open .nav-submenu-toggle .nav-submenu-caret {
    margin: -3px 0 0;
    transition: transform 140ms ease, margin 140ms ease;
  }
  .nav-open .submenu-open > .nav-submenu-toggle .nav-submenu-caret {
    margin-top: 3px;
    transform: rotate(225deg);
  }
  .nav-open .primary-submenu {
    position: static;
    display: none;
    min-width: 0;
    margin: 0 0 0.85rem 0.75rem;
    padding: 0.18rem 0 0.18rem 0.8rem;
    transform: none;
    border: 0;
    border-left: 2px solid #087E8B;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .nav-open .nav-has-submenu:hover > .primary-submenu,
  .nav-open .nav-has-submenu:focus-within > .primary-submenu {
    transform: none;
  }
  .nav-open .submenu-open > .primary-submenu {
    display: grid;
  }
  .nav-open .primary-submenu::before {
    display: none;
  }
  .nav-open .primary-submenu a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0.58rem 0.75rem;
    font-size: 0.82rem;
  }
  .nav-open .primary-submenu a:hover,
  .nav-open .primary-submenu a.is-active {
    background: transparent;
    color: #13212B;
  }
  .nav-open .header-actions {
    display: grid;
    grid-row: 3;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-self: start;
    width: 100%;
    max-width: 620px;
    gap: 0.85rem;
    padding: 1.25rem 0 3rem;
  }
  .nav-open .header-utility,
  .nav-open .header-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0.68rem 0.8rem;
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
  }
  .nav-open .header-utility {
    border: 1px solid #13212B;
    color: #13212B;
  }
  .nav-open .header-utility:hover {
    border-color: #05616B;
    background: #05616B;
    color: #FFFFFF;
  }
  .docs-shell {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 3rem;
  }
  .doc-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .doc-card-grid > a {
    grid-column: auto;
  }
  .doc-card-grid > a:nth-child(4) {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
@media (max-width: 760px) {
  html {
    font-size: 16px;
  }
  .shell,
  .wide-shell,
  .site-header-inner,
  .site-footer-grid,
  .site-footer-base,
  .docs-shell {
    width: calc(100% - 1.5rem);
    max-width: 1180px;
  }
  .split-heading {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 1.25rem;
  }
  .page-hero {
    padding-block: 4.8rem;
  }
  .docs-shell {
    display: block;
    padding-top: 1.25rem;
  }
  .docs-sidebar {
    position: static;
    max-height: none;
    margin-bottom: 3rem;
    padding: 0;
    overflow: visible;
    border-right: 0;
    border-bottom: 1px solid #D7DCD9;
  }
  .sidebar-toggle {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0.85rem 0;
    border: 0;
    background: transparent;
    color: #13212B;
    font-family: "IBM Plex Mono", Consolas, monospace;
    font-size: 0.67rem;
    font-weight: 600;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    cursor: pointer;
  }
  .docs-navigation-body {
    display: none;
    padding: 1.25rem 0 1.9rem;
  }
  .docs-sidebar.is-open .docs-navigation-body {
    display: block;
  }
  .legacy-doc-content .toc ul {
    -moz-columns: 1;
         columns: 1;
  }
  .doc-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .legacy-doc-content .section-link {
    margin-left: 0;
    margin-right: 0.45rem;
  }
  .doc-next {
    grid-template-columns: 1fr;
  }
  .site-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-project {
    grid-column-start: 1;
    grid-column-end: -1;
  }
  .site-footer-base {
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 2.55rem;
  }
  .site-header .brand-logo {
    width: 156px;
  }
  .header-actions {
    align-items: stretch;
    flex-direction: column;
    gap: 0.85rem;
  }
  .header-cta {
    text-align: center;
  }
  .site-footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-project {
    grid-column: auto;
  }
  .fact-row {
    flex-direction: column;
  }
  .fact-row > span {
    border-right: 1px solid #D7DCD9;
    border-bottom: 0;
  }
  .fact-row span:last-child {
    border-bottom: 1px solid #D7DCD9;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
