.dd-shell {
  --dd-blue: #2563eb;
  --dd-ink: #172033;
  --dd-muted: #566278;
  --dd-border: #e3e8ef;
  display: grid;
  grid-template-columns: 216px minmax(0, 1fr);
  max-width: 1440px;
  min-height: calc(100vh - 112px);
  margin: 0 auto;
  background: #fff;
  color: var(--dd-ink);
}
.dd-shell--article { grid-template-columns: 216px minmax(0, 1fr) 190px; }
.dd-shell *, .dd-not-found * { box-sizing: border-box; }
.dd-sidebar { min-width: 0; border-right: 1px solid var(--dd-border); }
.dd-navigation { position: sticky; top: var(--dev-docs-sticky-top, 112px); padding: 22px 16px; max-height: calc(100vh - 112px); overflow-y: auto; }
.dd-navigation > summary { display: none; }
.dd-navigation summary { list-style: none; }
.dd-navigation summary::-webkit-details-marker { display: none; }
.dd-sidebar-home, .dd-nav-link { display: block; color: var(--dd-muted); text-decoration: none; font-size: 12px; line-height: 1.6; padding: 8px 10px; border-radius: 5px; overflow-wrap: anywhere; }
.dd-sidebar-home { font-weight: 650; margin-bottom: 10px; }
.dd-nav-roots { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--dd-line); }
.dd-nav-roots .dd-sidebar-home { display: flex; align-items: center; gap: 8px; margin-bottom: 2px; }
.dd-nav-group { margin: 0 0 6px; }
.dd-nav-group > summary { display: flex; align-items: center; justify-content: space-between; gap: 8px; cursor: pointer; min-height: 38px; padding: 8px 10px; font-size: 12px; line-height: 1.5; font-weight: 650; }
.dd-nav-group > summary i { font-size: 9px; color: #7b8798; flex-shrink: 0; }
.dd-nav-group[open] > summary i { transform: rotate(180deg); }
.dd-nav-group .dd-nav-link { margin-left: 7px; padding-left: 12px; border-left: 1px solid #edf0f5; border-radius: 0 5px 5px 0; }
.dd-nav-link:hover, .dd-sidebar-home:hover { background: #f5f7fb; color: var(--dd-blue); }
.dd-sidebar .is-current { background: #edf3ff; color: #1d55c5; font-weight: 600; }
.dd-nav-note { display: flex; align-items: start; gap: 9px; border-top: 1px solid var(--dd-border); color: #69758a; font-size: 11px; line-height: 1.7; margin: 20px 10px 0; padding-top: 18px; }
.dd-nav-note i { margin-top: 3px; }
.dd-main { min-width: 0; padding: 30px 40px 48px; }
.dd-main--wide { padding-right: 36px; }
.dd-page-header { margin-bottom: 20px; max-width: 740px; }
.dd-page-header h1 { font-size: 30px; line-height: 1.3; letter-spacing: -.035em; font-weight: 700; margin: 0 0 10px; }
.dd-eyebrow { font-size: 11px; font-weight: 650; color: var(--dd-blue, #2563eb); margin: 0 0 12px; }
.dd-lead { font-size: 14px; line-height: 1.8; color: var(--dd-muted); margin: 0; }
.dd-breadcrumb { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; font-size: 11px; line-height: 1.6; color: #67748a; margin-bottom: 18px; }
.dd-breadcrumb a { color: inherit; text-decoration: none; }
.dd-article-meta { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 12px; font-size: 11px; color: #68758a; }
.dd-badge { display: inline-flex; font-size: 10px; line-height: 1.5; padding: 3px 7px; border-radius: 4px; font-weight: 600; white-space: nowrap; }
.dd-badge--planned { color: #63510e; background: #f8f3e4; }
.dd-badge--neutral { background: #edf3fb; color: #3c577b; }
.dd-inline-note { display: flex; align-items: baseline; flex-wrap: wrap; gap: 6px; font-size: 12px; line-height: 1.7; color: #58677d; margin: 16px 0 22px; }
.dd-inline-note i { color: var(--dd-blue); }
.dd-inline-note a, .dd-prose a, .dd-related a, .dd-document-tools a, .dd-catalog-note a, .dd-ownership-note a { color: #215acb; text-underline-offset: 3px; }
.dd-notice, .dd-ownership-note { border: 1px solid #dce8ff; background: #f7faff; border-radius: 7px; padding: 16px; font-size: 12px; line-height: 1.8; margin: 24px 0; }
.dd-notice p, .dd-ownership-note p { margin: 4px 0 0; color: #53627a; }
.dd-ownership-note { display: flex; align-items: start; gap: 12px; }
.dd-ownership-note > i { color: var(--dd-blue); margin-top: 4px; }
.dd-ownership-note strong { color: #245ac4; font-size: 12px; }
.dd-section { margin: 30px 0; }
.dd-section h2, .dd-related h2 { font-size: 19px; line-height: 1.4; font-weight: 650; letter-spacing: -.02em; margin: 0 0 12px; }
.dd-section > p { color: var(--dd-muted); font-size: 13px; line-height: 1.8; margin: 0 0 18px; max-width: 760px; }
.dd-section-heading { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }
.dd-section-heading h2 { margin: 0; }
.dd-primary-link, .dd-secondary-link { display: inline-flex; align-items: center; justify-content: center; min-height: 40px; border: 1px solid #2563eb; border-radius: 6px; padding: 9px 14px; font-size: 12px; font-weight: 600; line-height: 1.5; text-decoration: none; }
.dd-primary-link { color: #fff; background: #2563eb; margin-top: 18px; }
.dd-page-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.dd-page-actions .dd-primary-link { margin-top: 0; }
.dd-secondary-link { color: #215acb; border-color: #d7e3f8; background: #fff; }
.dd-link-list { border-top: 1px solid var(--dd-border); }
.dd-link-row { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--dd-border); color: var(--dd-ink); text-decoration: none; }
.dd-link-row strong { display: block; font-size: 13px; margin-bottom: 3px; font-weight: 650; }
.dd-link-row span span { display: block; color: var(--dd-muted); font-size: 12px; line-height: 1.7; }
.dd-link-row > span:last-child { color: var(--dd-blue); font-size: 11px; white-space: nowrap; }
.dd-guide-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.dd-guide-card { border: 1px solid var(--dd-border); border-radius: 7px; padding: 18px; text-decoration: none; color: var(--dd-ink); }
.dd-guide-card:hover, .dd-integration-card:focus-within { border-color: #b9ccef; background: #fbfcff; }
.dd-guide-card h3 { font-size: 14px; line-height: 1.6; font-weight: 650; margin: 0 0 8px; }
.dd-guide-card p { color: var(--dd-muted); font-size: 12px; line-height: 1.8; margin: 0 0 14px; }
.dd-card-action { display: inline-flex; gap: 7px; align-items: center; color: var(--dd-blue); font-size: 11px; font-weight: 650; text-decoration: none; min-height: 30px; }
.dd-card-action i { font-size: 9px; }
.dd-bottom-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--dd-border); }
.dd-bottom-callout h2 { font-size: 17px; }
.dd-bottom-callout p { font-size: 12px; color: var(--dd-muted); line-height: 1.8; }
.dd-prose { max-width: 740px; color: #39475b; font-size: 14px; line-height: 1.85; overflow-wrap: anywhere; }
.dd-prose > p { margin: 0 0 18px; }
.dd-prose h2, .dd-prose h3 { color: var(--dd-ink); scroll-margin-top: 132px; font-weight: 650; letter-spacing: -.02em; }
.dd-prose h2 { margin: 26px 0 12px; font-size: 20px; line-height: 1.5; }
.dd-prose h3 { margin: 22px 0 8px; font-size: 16px; line-height: 1.5; }
.dd-prose ul, .dd-prose ol { padding-left: 21px; margin: 16px 0 22px; }
.dd-prose li { padding-left: 3px; margin: 7px 0; }
.dd-prose code { font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; font-size: .88em; background: #f3f5f9; color: #273c59; padding: 2px 4px; border-radius: 3px; }
.dd-prose pre { position: relative; max-width: 100%; overflow-x: auto; padding: 18px 16px 48px; margin: 16px 0 22px; border: 1px solid #e7ebf2; border-radius: 7px; background: #f8f9fc; color: #273c59; line-height: 1.85; font-size: 12px; }
.dd-prose pre code { padding: 0; background: none; font-size: inherit; border: 0; white-space: pre; }
.dd-copy-button { position: absolute; bottom: 8px; right: 9px; display: inline-flex; gap: 6px; align-items: center; min-height: 28px; padding: 4px 8px; border: 1px solid #e0e6ef; border-radius: 4px; background: #fff; color: #44536b; font-family: inherit; font-weight: 500; font-size: 11px; line-height: 1.4; cursor: pointer; }
.dd-prose blockquote { border-left: 3px solid #aacbff; margin: 22px 0; padding: 4px 16px; color: #415471; background: #f8fbff; }
.dd-prose table { display: block; max-width: 100%; overflow-x: auto; border-collapse: collapse; font-size: 12px; margin: 22px 0; }
.dd-prose th, .dd-prose td { border: 1px solid var(--dd-border); padding: 9px 11px; text-align: left; vertical-align: top; }
.dd-prose th { background: #f5f8fc; }
.dd-document-tools { display: flex; flex-wrap: wrap; gap: 10px 18px; font-size: 11px; color: #66748a; margin: 30px 0 20px; padding-top: 16px; border-top: 1px solid var(--dd-border); }
.dd-related { margin-top: 28px; }
.dd-related ul { padding-left: 18px; line-height: 1.8; font-size: 13px; }
.dd-related--mobile { display: none; }
.dd-pagination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; padding-top: 18px; border-top: 1px solid var(--dd-border); margin: 24px 0; }
.dd-pagination a { text-decoration: none; min-height: 44px; color: var(--dd-blue); }
.dd-pagination-next { grid-column: 2; text-align: right; }
.dd-pagination span { display: block; color: #66748a; font-size: 10px; margin-bottom: 5px; }
.dd-pagination strong { font-size: 12px; font-weight: 600; line-height: 1.7; display: block; }
.dd-toc { padding: 32px 20px 28px 10px; min-width: 0; }
.dd-toc-sticky { position: sticky; top: var(--dev-docs-sticky-top, 112px); max-height: calc(100vh - 132px); overflow-y: auto; padding-left: 16px; border-left: 1px solid #edf0f5; }
.dd-toc h2 { font-size: 11px; font-weight: 650; margin: 0 0 10px; color: #39475b; }
.dd-toc a { display: block; font-size: 11px; line-height: 1.6; color: #67748a; text-decoration: none; padding: 6px 0; min-height: 28px; }
.dd-toc .dd-toc-child { padding-left: 10px; }
.dd-toc a:hover { color: var(--dd-blue); }
.dd-toc-related { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--dd-border); }
.dd-toc-related a { color: #215acb; }
.dd-mobile-toc { display: none; }
.dd-results { list-style: none; padding: 0; margin: 20px 0; }
.dd-results li { padding: 20px 0; border-bottom: 1px solid var(--dd-border); }
.dd-results h2 { font-size: 19px; line-height: 1.5; margin: 8px 0; }
.dd-results h2 a { color: var(--dd-ink); text-decoration: none; }
.dd-results p { font-size: 13px; line-height: 1.8; color: var(--dd-muted); margin: 0 0 8px; }
.dd-results li > span:last-child, .dd-search-count { font-size: 11px; color: #66748a; }
.dd-empty { padding: 24px 0; font-size: 14px; line-height: 1.8; color: var(--dd-muted); }
.dd-empty h2 { color: var(--dd-ink); font-size: 22px; }
.dd-integration-group { margin: 26px 0; }
.dd-integration-group h2 { font-size: 15px; line-height: 1.5; font-weight: 650; scroll-margin-top: 128px; }
.dd-group-description { color: #69758a; font-size: 11px; line-height: 1.7; margin: 0 0 12px; }
.dd-integration-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 12px; }
.dd-integration-card { display: flex; flex-direction: column; min-width: 0; padding: 14px; border: 1px solid var(--dd-border); border-radius: 7px; background: #fff; }
.dd-integration-title { display: flex; align-items: center; gap: 9px; min-height: 34px; margin-bottom: 9px; }
.dd-tool-icon { color: #2866dd; font-size: 19px; flex-shrink: 0; }
.dd-integration-title h3 { font-size: 12px; line-height: 1.5; font-weight: 650; margin: 0; overflow-wrap: anywhere; }
.dd-guide-status { align-self: flex-start; background: #edf6f5; color: #346660; border-radius: 3px; font-size: 9px; line-height: 1.5; padding: 2px 5px; }
.dd-integration-card > p { font-size: 11px; line-height: 1.75; color: #53627a; margin: 10px 0; flex: 1; }
.dd-connection-status { display: block; font-size: 10px; color: #69758a; line-height: 1.5; }
.dd-integration-card .dd-card-action { margin-top: 5px; }
.dd-catalog-note { padding-top: 18px; border-top: 1px solid var(--dd-border); color: #69758a; font-size: 11px; line-height: 1.8; max-width: 800px; }
.dd-not-found { max-width: 760px; margin: 56px auto; padding: 24px; line-height: 1.8; }
.dd-not-found h1 { font-size: 30px; line-height: 1.3; }
.dd-copy-status { min-height: 18px; font-size: 12px; color: #53627a; }
.dd-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.dd-shell :focus-visible, .dd-not-found :focus-visible { outline: 3px solid #699cff; outline-offset: 3px; }
.dd-code-tabs { display: flex; gap: 2px; flex-wrap: wrap; border-bottom: 1px solid var(--dd-border); margin: 14px 0 0; }
.dd-code-tabs[hidden], .dd-code-panel[hidden] { display: none; }
.dd-code-tabs button { font: inherit; font-size: 11px; font-weight: 600; min-height: 38px; padding: 9px 11px; border: 0; border-bottom: 2px solid transparent; background: transparent; color: #53627a; cursor: pointer; }
.dd-code-tabs button[aria-selected=true] { color: #215acb; border-bottom-color: #2563eb; }
.dd-code-panel h3 { font-size: 13px; margin-top: 18px; }
.dd-code-tabs:not([hidden]) ~ .dd-code-panel h3 { display: none; }
.dd-code-panel > p { font-size: 11px; }
.dd-code-panel pre { margin-top: 12px; }
.dd-code-panel:focus-visible { outline: 3px solid #699cff; outline-offset: 4px; }
@media (max-width: 1150px) {
  .dd-shell--article { grid-template-columns: 200px minmax(0, 1fr); }
  .dd-toc { display: none; }
  .dd-main { padding: 28px 30px 44px; }
  .dd-related--mobile { display: block; }
  .dd-mobile-toc { display: block; margin: 18px 0 22px; border-block: 1px solid var(--dd-border); padding: 10px 0; }
  .dd-mobile-toc > summary { cursor: pointer; font-size: 12px; font-weight: 600; padding: 5px 0; }
  .dd-mobile-toc nav { padding: 8px 0; }
  .dd-mobile-toc a { display: block; padding: 6px 0; color: #53627a; font-size: 12px; text-decoration: none; }
}
@media (max-width: 760px) {
  .dd-shell, .dd-shell--article { display: block; }
  .dd-sidebar { border-right: 0; border-bottom: 1px solid var(--dd-border); }
  .dd-navigation { position: static; max-height: none; padding: 5px 20px; }
  .dd-navigation > summary { display: flex; justify-content: space-between; align-items: center; cursor: pointer; padding: 12px 0; font-size: 12px; font-weight: 600; min-height: 44px; }
  .dd-navigation > summary i { font-size: 10px; }
  .dd-navigation > nav { max-height: 360px; overflow-y: auto; padding-bottom: 10px; }
  .dd-nav-group > summary, .dd-nav-link { min-height: 40px; }
  .dd-main { padding: 24px 20px 36px; }
  .dd-page-header h1 { font-size: 27px; }
  .dd-lead { font-size: 14px; }
  .dd-guide-grid { grid-template-columns: 1fr; }
  .dd-bottom-callout { align-items: flex-start; flex-direction: column; }
  .dd-link-row > span:last-child { display: none; }
  .dd-section { margin: 26px 0; }
  .dd-prose { font-size: 14px; }
  .dd-prose h2 { font-size: 19px; }
  .dd-copy-button { min-height: 36px; }
  .dd-prose pre { padding-bottom: 52px; }
  .dd-code-tabs button { padding-inline: 8px; min-height: 44px; }
  .dd-integration-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .dd-integration-card { padding: 12px; }
  .dd-card-action { min-height: 40px; }
}
@media (max-width: 380px) { .dd-integration-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .dd-shell *, .dd-not-found * { scroll-behavior: auto !important; transition: none !important; } }
