:root {
  --ink: #101828;
  --ink-secondary: #475467;
  --ink-muted: #667085;
  --line: #e7eaf0;
  --line-strong: #d7dce5;
  --surface: #ffffff;
  --surface-soft: #f7f8fa;
  --surface-blue: #f4f7fa;
  --brand: #245b94;
  --brand-dark: #19466f;
  --brand-soft: #eaf1f7;
  --accent: #187d79;
  --success: #12a06a;
  --warning: #d9822b;
  --radius-sm: 6px;
  --radius: 8px;
  --radius-lg: 8px;
  --shadow-sm: 0 1px 2px rgb(16 24 40 / 5%);
  --shadow-md: 0 8px 24px rgb(16 24 40 / 8%);
  --shell: 1180px;
}

@keyframes page-content-enter {
  from { opacity: 0.9; }
  to { opacity: 1; }
}

::view-transition-old(root) {
  animation: none;
}

::view-transition-new(root) {
  animation: none;
  mix-blend-mode: normal;
}

::view-transition-group(docs-header) {
  z-index: 100;
}

::view-transition-old(docs-header),
::view-transition-new(docs-header) {
  animation: none;
  mix-blend-mode: normal;
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

[hidden] {
  display: none !important;
}

html {
  background: var(--surface);
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.shell {
  width: min(calc(100% - 48px), var(--shell));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  height: 70px;
  border-bottom: 1px solid rgb(231 234 240 / 85%);
  background: rgb(255 255 255 / 88%);
  backdrop-filter: blur(18px);
}

.docs-header {
  view-transition-name: docs-header;
}

.docs-product-page > main,
.docs-product-page > .docs-portal-layout,
.docs-product-page > .article-layout {
  animation: none;
  transition: none;
}

html.is-page-leaving .docs-product-page > main,
html.is-page-leaving .docs-product-page > .docs-portal-layout,
html.is-page-leaving .docs-product-page > .article-layout {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  ::view-transition-old(root),
  ::view-transition-new(root),
  .docs-product-page > main,
  .docs-product-page > .docs-portal-layout,
  .docs-product-page > .article-layout {
    animation: none;
    transition: none;
  }
}

.header-inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 11px;
}

.brand-mark {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f3f5ff;
}

.brand-mark img,
.brand-mark svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.brand-mark svg {
  width: 20px;
  height: 20px;
  color: var(--brand);
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
}

.brand-copy small {
  margin-top: 4px;
  color: var(--ink-muted);
  font-size: 11px;
}

.top-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-left: 64px;
  color: var(--ink-secondary);
  font-size: 14px;
  font-weight: 500;
}

.top-nav a {
  transition: color 160ms ease;
}

.top-nav a:hover,
.top-nav a.is-active {
  color: var(--ink);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-left: auto;
}

.compact-search,
.article-search {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  height: 38px;
  padding: 0 10px 0 12px;
  color: var(--ink-muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface-soft);
  cursor: pointer;
}

.compact-search svg,
.article-search svg {
  width: 16px;
  height: 16px;
}

kbd {
  padding: 2px 6px;
  color: #98a2b3;
  border: 1px solid #e4e7ec;
  border-radius: 5px;
  background: #fff;
  font-family: inherit;
  font-size: 10px;
  box-shadow: 0 1px 1px rgb(16 24 40 / 4%);
}

.support-link {
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
}

.header-inner > .support-link {
  margin-left: auto;
}

.hero {
  position: relative;
  min-height: 530px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(180deg, #fbfcff 0%, #f8f9fc 100%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  background-image: linear-gradient(rgb(96 110 180 / 7%) 1px, transparent 1px), linear-gradient(90deg, rgb(96 110 180 / 7%) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 92%);
}

.hero-orb {
  position: absolute;
  border-radius: 999px;
  filter: blur(1px);
  pointer-events: none;
}

.hero-orb-one {
  top: -240px;
  left: 50%;
  width: 690px;
  height: 500px;
  background: radial-gradient(circle, rgb(100 116 236 / 14%) 0%, transparent 70%);
  transform: translateX(-50%);
}

.hero-orb-two {
  right: 8%;
  bottom: -210px;
  width: 430px;
  height: 360px;
  background: radial-gradient(circle, rgb(80 200 220 / 8%) 0%, transparent 70%);
}

.hero-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 500px;
  padding-block: 34px;
  text-align: center;
}

.status-pill {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 27px;
  padding: 5px 10px;
  color: #546070;
  border: 1px solid #e5e9ef;
  border-radius: 999px;
  background: rgb(255 255 255 / 75%);
  font-size: 11px;
  font-weight: 500;
}

.status-pill span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 3px rgb(18 160 106 / 10%);
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero h1,
.subpage-hero h1 {
  margin: 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.12;
}

.hero-description {
  max-width: 650px;
  margin: 18px auto 30px;
  color: var(--ink-secondary);
  font-size: 17px;
}

/* Configurable technology hero */
.home-header {
  color: #f8faff;
  border-bottom-color: rgb(180 196 255 / 12%);
  background: rgb(7 12 23 / 91%);
}

.home-header .brand-mark {
  background: rgb(255 255 255 / 7%);
}

.home-header .brand-copy small,
.home-header .top-nav,
.home-header .compact-search {
  color: #b7c0d4;
}

.home-header .top-nav a:hover {
  color: #fff;
}

.home-header .compact-search {
  border-color: rgb(196 207 255 / 13%);
  background: rgb(255 255 255 / 5%);
}

.home-header kbd {
  color: #94a0b6;
  border-color: rgb(196 207 255 / 12%);
  background: rgb(255 255 255 / 5%);
}

.home-header .support-link {
  color: #9dacff;
}

.theme-toggle {
  display: grid;
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  place-items: center;
  color: var(--ink-muted);
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--surface);
  cursor: pointer;
}

.theme-toggle svg {
  width: 16px;
  height: 16px;
}

.header-inner > .theme-toggle {
  margin-left: auto;
}

.header-inner > .theme-toggle + .support-link {
  margin-left: 14px;
}

.article-nav + .theme-toggle {
  margin-left: 18px;
}

.home-header .theme-toggle {
  color: #b7c0d4;
  border-color: rgb(196 207 255 / 13%);
  background: rgb(255 255 255 / 5%);
}

.hero {
  min-height: 500px;
}

.hero-visual {
  position: absolute;
  z-index: 0;
  inset: 0;
  overflow: hidden;
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at center, rgb(5 11 25 / 56%) 0%, rgb(5 11 25 / 42%) 28%, rgb(5 11 25 / 20%) 58%, rgb(5 11 25 / 48%) 100%),
    linear-gradient(180deg, rgb(5 10 22 / 16%), rgb(5 10 22 / 48%));
  content: '';
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 49%;
}

.tech-particles {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.hero-energy {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: min(74vw, 880px);
  height: 330px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgb(88 113 255 / 17%) 0%, rgb(69 215 255 / 7%) 35%, transparent 70%);
  filter: blur(7px);
  transform: translate(-50%, -50%);
  animation: energy-breathe 7s ease-in-out infinite;
  pointer-events: none;
}

.hero-scanline {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: -24%;
  width: 18%;
  opacity: 0.32;
  background: linear-gradient(90deg, transparent, rgb(126 154 255 / 10%), rgb(103 222 255 / 20%), transparent);
  filter: blur(8px);
  transform: skewX(-12deg);
  animation: scan-across 11s ease-in-out infinite;
  pointer-events: none;
}

@keyframes energy-breathe {
  0%, 100% { opacity: 0.65; transform: translate(-50%, -50%) scale(0.96); }
  50% { opacity: 1; transform: translate(-50%, -50%) scale(1.04); }
}

@keyframes scan-across {
  0%, 18% { left: -24%; opacity: 0; }
  28% { opacity: 0.28; }
  64% { opacity: 0.28; }
  76%, 100% { left: 112%; opacity: 0; }
}

body[data-hero-theme='dark'] .hero {
  color: #f8faff;
  border-bottom: 0;
  background: #070c17;
}

body[data-hero-theme='dark'] .hero-grid {
  z-index: 1;
  opacity: 0.18;
  background-image: linear-gradient(rgb(129 151 255 / 12%) 1px, transparent 1px), linear-gradient(90deg, rgb(129 151 255 / 12%) 1px, transparent 1px);
}

body[data-hero-theme='dark'] .hero-orb {
  display: none;
}

body[data-hero-theme='dark'] .status-pill {
  color: #b5bfd1;
  border-color: rgb(188 202 255 / 13%);
  background: rgb(255 255 255 / 5%);
}

body[data-hero-theme='dark'] .hero .eyebrow {
  color: #96a7ff;
}

body[data-hero-theme='dark'] .hero h1 {
  max-width: 720px;
  font-size: clamp(43px, 4.7vw, 58px);
  text-shadow: 0 2px 30px rgb(0 0 0 / 25%);
}

body[data-hero-theme='dark'] .hero-description {
  max-width: 640px;
  margin: 19px auto 31px;
  color: #b9c2d3;
}

body[data-hero-theme='dark'] .hero-search-wrap {
  width: min(100%, 720px);
}

body[data-hero-theme='dark'] .hero-search {
  border-color: rgb(202 211 255 / 17%);
  background: rgb(248 250 255 / 96%);
  box-shadow: 0 22px 50px rgb(0 0 0 / 24%), 0 0 0 1px rgb(120 145 255 / 5%);
}

body[data-hero-theme='dark'] .quick-links {
  justify-content: center;
  color: #7f8ba2;
}

body[data-hero-theme='dark'] .quick-links a {
  color: #b7c0d4;
  border-bottom-color: #566177;
}

body[data-hero-theme='light'] .home-header {
  color: var(--ink);
  border-bottom-color: var(--line);
  background: rgb(255 255 255 / 88%);
}

body[data-hero-theme='light'] .home-header .brand-copy small,
body[data-hero-theme='light'] .home-header .top-nav,
body[data-hero-theme='light'] .home-header .compact-search {
  color: var(--ink-muted);
}

body[data-hero-theme='light'] .home-header .theme-toggle {
  color: var(--ink-muted);
  border-color: var(--line);
  background: var(--surface-soft);
}

body[data-hero-theme='light'] .hero-visual {
  opacity: 1;
}

body[data-hero-theme='light'] .hero-visual::after {
  background:
    radial-gradient(ellipse at center, rgb(238 246 255 / 54%) 0%, rgb(224 237 252 / 26%) 33%, transparent 64%, rgb(190 215 246 / 4%) 100%),
    linear-gradient(180deg, transparent, rgb(194 216 244 / 10%));
}

body[data-hero-theme='light'] .hero-visual img {
  opacity: 1;
  filter: invert(1) hue-rotate(180deg) saturate(1.8) contrast(1.28) brightness(0.84);
  mix-blend-mode: multiply;
}

body[data-hero-theme='light'] .hero {
  border-bottom-color: #dce6f4;
  background: #c7daf4;
}

body[data-hero-theme='light'] .hero-grid {
  z-index: 1;
  opacity: 0.36;
  background-image: linear-gradient(rgb(72 105 174 / 9%) 1px, transparent 1px), linear-gradient(90deg, rgb(72 105 174 / 9%) 1px, transparent 1px);
}

body[data-hero-theme='light'] .hero-energy {
  opacity: 0.78;
  background: radial-gradient(ellipse, rgb(78 105 235 / 15%) 0%, rgb(47 188 221 / 9%) 37%, transparent 70%);
}

body[data-hero-theme='light'] .hero-scanline {
  background: linear-gradient(90deg, transparent, rgb(70 103 225 / 8%), rgb(40 174 216 / 15%), transparent);
}

.hero-search-wrap {
  position: relative;
  width: min(100%, 720px);
}

.hero-search {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 14px;
  width: 100%;
  height: 66px;
  padding: 0 17px 0 21px;
  border: 1px solid #dfe3ee;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 35px rgb(60 68 110 / 10%), 0 2px 6px rgb(16 24 40 / 4%);
}

.hero-search:focus-within {
  border-color: rgb(79 94 232 / 50%);
  box-shadow: 0 12px 35px rgb(60 68 110 / 12%), 0 0 0 4px rgb(79 94 232 / 7%);
}

.hero-search svg {
  width: 22px;
  height: 22px;
  color: #8590a3;
}

.hero-search input,
.filter-search input {
  width: 100%;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
}

.hero-search input {
  font-size: 16px;
}

.hero-search input::placeholder,
.filter-search input::placeholder {
  color: #98a2b3;
}

.search-key {
  padding: 4px 7px;
  color: #98a2b3;
  border: 1px solid #e7e9ef;
  border-radius: 6px;
  background: #fafbfc;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.06em;
}

.search-results {
  position: absolute;
  z-index: 20;
  top: calc(100% + 9px);
  right: 0;
  left: 0;
  max-height: 340px;
  padding: 8px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  box-shadow: var(--shadow-md);
  text-align: left;
}

.search-result {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
}

.search-result:hover {
  background: var(--surface-soft);
}

.search-result-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--brand);
  border-radius: 9px;
  background: var(--brand-soft);
}

.search-result-icon svg {
  width: 16px;
}

.search-result strong,
.search-result small {
  display: block;
}

.search-result strong {
  font-size: 13px;
}

.search-result small {
  margin-top: 2px;
  color: var(--ink-muted);
  font-size: 11px;
}

.search-result > svg {
  width: 16px;
  color: #98a2b3;
}

.search-empty {
  padding: 28px;
  color: var(--ink-muted);
  text-align: center;
}

.quick-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 18px;
  color: var(--ink-muted);
  font-size: 12px;
}

.quick-links a {
  color: var(--ink-secondary);
  border-bottom: 1px solid #cfd4df;
}

.section {
  padding-top: 88px;
  padding-bottom: 88px;
}

.section-muted {
  border-block: 1px solid var(--line);
  background: var(--surface-soft);
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.65fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 37px;
}

.section-heading.compact {
  grid-template-columns: 1fr auto;
}

.section-heading h2,
.support-cta h2 {
  margin: 0;
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.25;
}

.section-heading > p,
.block-library > div > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 14px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.category-card {
  position: relative;
  min-height: 188px;
  padding: 25px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  transition: border-color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.category-card::after {
  position: absolute;
  right: -35px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--card-glow, rgb(79 94 232 / 8%)) 0%, transparent 69%);
  content: '';
}

.category-card:hover {
  z-index: 1;
  border-color: #cfd5e4;
  box-shadow: 0 12px 30px rgb(31 40 76 / 7%);
  transform: translateY(-2px);
}

.category-card.violet { --card-color: #5966e9; --card-bg: #f0f1ff; --card-glow: rgb(89 102 233 / 13%); }
.category-card.blue { --card-color: #3974cc; --card-bg: #eef5ff; --card-glow: rgb(57 116 204 / 12%); }
.category-card.cyan { --card-color: #268ca5; --card-bg: #ecf9fb; --card-glow: rgb(38 140 165 / 12%); }
.category-card.green { --card-color: #2b8b67; --card-bg: #eff9f4; --card-glow: rgb(43 139 103 / 12%); }
.category-card.orange { --card-color: #bf6a2a; --card-bg: #fff5ec; --card-glow: rgb(191 106 42 / 11%); }
.category-card.slate { --card-color: #667085; --card-bg: #f2f4f7; --card-glow: rgb(102 112 133 / 10%); }

.category-icon {
  display: grid;
  width: 42px;
  height: 42px;
  margin-bottom: 21px;
  place-items: center;
  color: var(--card-color);
  border-radius: 11px;
  background: var(--card-bg);
}

.category-icon svg {
  width: 20px;
  height: 20px;
}

.category-card h3 {
  margin: 0 0 7px;
  font-size: 16px;
  font-weight: 650;
  letter-spacing: 0;
}

.category-card p {
  max-width: 260px;
  margin: 0;
  color: var(--ink-muted);
  font-size: 12.5px;
  line-height: 1.6;
}

.category-arrow {
  position: absolute;
  z-index: 1;
  right: 23px;
  bottom: 23px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #98a2b3;
  border: 1px solid var(--line);
  border-radius: 50%;
}

.category-arrow svg {
  width: 14px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 600;
}

.text-link svg {
  width: 15px;
}

.guide-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px 46px;
}

.guide-item {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  min-height: 94px;
  border-bottom: 1px solid var(--line);
}

.guide-item-icon {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--brand);
  border: 1px solid #e3e6fb;
  border-radius: 10px;
  background: #fff;
}

.guide-item-icon svg {
  width: 17px;
}

.guide-item strong {
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
  font-weight: 600;
}

.guide-item small {
  color: var(--ink-muted);
  font-size: 11px;
}

.guide-item > svg {
  width: 16px;
  color: #98a2b3;
  transition: transform 160ms ease;
}

.guide-item:hover > svg {
  color: var(--brand);
  transform: translateX(3px);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 16px;
}

.video-card {
  min-width: 0;
}

.video-cover {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #edf0f7;
}

.video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transition: transform 300ms ease;
}

.video-card:hover img {
  transform: scale(1.015);
}

.video-cover::after {
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to top, rgb(13 20 38 / 48%), transparent);
  content: '';
}

.play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 44%);
  border-radius: 50%;
  background: rgb(16 24 40 / 64%);
  box-shadow: 0 8px 25px rgb(16 24 40 / 25%);
  transform: translate(-50%, -50%);
  backdrop-filter: blur(8px);
}

.play-button svg {
  width: 19px;
  fill: currentColor;
}

.duration {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 9px;
  padding: 2px 7px;
  color: #fff;
  border-radius: 5px;
  background: rgb(16 24 40 / 72%);
  font-size: 10px;
  font-weight: 600;
}

.video-card h3 {
  margin: 16px 0 5px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
}

.video-card p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
}

.support-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 88px;
  padding: 35px 38px;
  color: #fff;
  border-radius: var(--radius-lg);
  background: #161d34;
  box-shadow: 0 20px 50px rgb(16 24 40 / 16%);
}

.support-cta > div:first-child {
  display: flex;
  align-items: center;
  gap: 22px;
}

.support-cta .eyebrow {
  color: #aeb7ff;
}

.support-cta h2 {
  font-size: 22px;
  letter-spacing: 0;
}

.support-cta-icon {
  display: grid;
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  place-items: center;
  color: #cad0ff;
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 14px;
  background: rgb(255 255 255 / 7%);
}

.support-cta-icon svg {
  width: 22px;
}

.support-cta-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 17px;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.button.primary {
  color: #fff;
  background: var(--brand);
}

.button.primary:hover {
  background: var(--brand-dark);
}

.button.secondary {
  color: #fff;
  border-color: rgb(255 255 255 / 15%);
  background: rgb(255 255 255 / 6%);
}

.button.ghost {
  color: var(--ink-secondary);
  border-color: var(--line);
  background: #fff;
}

.button.danger {
  color: #b42318;
  border-color: #f1c7c2;
  background: #fff8f7;
}

.button.small {
  height: 36px;
  padding-inline: 13px;
  font-size: 12px;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: #fff;
}

.footer-inner {
  display: flex;
  align-items: center;
  min-height: 98px;
  color: var(--ink-muted);
  font-size: 12px;
}

.footer-inner p {
  margin-left: auto;
}

.footer-inner > a {
  margin-left: 30px;
}

.footer-brand .brand-mark {
  width: 32px;
  height: 32px;
}

/* Article */
.article-search {
  width: 260px;
  margin-left: 70px;
  text-align: left;
}

.article-search span:nth-child(2) {
  flex: 1;
}

.article-nav {
  margin-left: auto;
}

.article-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 820px) 210px;
  justify-content: center;
  min-height: calc(100vh - 70px);
}

.docs-sidebar {
  position: sticky;
  top: 70px;
  align-self: start;
  height: calc(100vh - 70px);
  padding: 32px 26px 28px max(24px, calc((100vw - 1280px) / 2));
  overflow: auto;
  border-right: 1px solid var(--line);
  background: #fbfbfc;
}

.sidebar-label {
  margin-bottom: 18px;
  color: #98a2b3;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.docs-nav-group {
  margin-bottom: 20px;
}

.docs-nav-group > button {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 6px 7px;
  color: var(--ink-secondary);
  border: 0;
  background: none;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
  cursor: default;
}

.docs-nav-group > button svg {
  width: 15px;
  color: #7a8495;
}

.docs-nav-group a {
  display: block;
  margin: 2px 0;
  padding: 6px 9px 6px 30px;
  color: var(--ink-muted);
  border-radius: 7px;
  font-size: 11.5px;
  line-height: 1.45;
}

.docs-nav-group a:hover,
.docs-nav-group a.active {
  color: var(--ink);
  background: #eef0f5;
}

.docs-nav-group a.active {
  box-shadow: inset 2px 0 var(--brand);
}

.sidebar-help {
  margin-top: 30px;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}

.sidebar-help > svg {
  width: 18px;
  color: var(--brand);
}

.sidebar-help strong {
  display: block;
  margin-top: 9px;
  font-size: 11.5px;
}

.sidebar-help p {
  margin: 5px 0 10px;
  color: var(--ink-muted);
  font-size: 10px;
  line-height: 1.55;
}

.sidebar-help a {
  color: var(--brand);
  font-size: 10.5px;
  font-weight: 600;
}

.article-content {
  width: 100%;
  min-width: 0;
  padding: 48px 62px 100px;
}

.loading-state {
  padding: 100px 0;
  color: var(--ink-muted);
  text-align: center;
}

.skeleton-line,
.skeleton-block,
.skeleton-related-row,
.video-filter-skeleton span {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  background: color-mix(in srgb, var(--line) 70%, var(--surface, #fff));
}

.skeleton-line::after,
.skeleton-block::after,
.skeleton-related-row::after,
.video-filter-skeleton span::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgb(255 255 255 / 72%) 48%, transparent 76%);
  content: '';
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.45s ease-in-out infinite;
}

.skeleton-line {
  width: 100%;
  height: 12px;
  margin-top: 12px;
}

.skeleton-line:first-child {
  margin-top: 0;
}

.skeleton-short { width: 32%; }
.skeleton-summary { width: 72%; }
.skeleton-title { width: min(68%, 520px); height: 30px; }
.skeleton-article-title { width: min(76%, 600px); height: 44px; }
.skeleton-heading { width: 48%; height: 18px; }
.skeleton-eyebrow { width: 34%; height: 9px; }
.skeleton-meta { width: 40%; height: 18px; }

.skeleton-nav {
  display: grid;
  gap: 9px;
  padding: 8px 7px;
}

.skeleton-nav .skeleton-line,
.skeleton-toc .skeleton-line {
  margin-top: 0;
}

.skeleton-toc {
  display: grid;
  gap: 9px;
}

.article-skeleton-body {
  margin-top: 42px;
}

.skeleton-article-media {
  width: 100%;
  margin-top: 28px;
  aspect-ratio: 16 / 9;
}

.overview-list-skeleton .overview-section {
  min-height: 220px;
}

.skeleton-overview-block {
  width: 100%;
  height: 112px;
  margin-top: 24px;
}

@keyframes skeleton-shimmer {
  to { transform: translateX(100%); }
}

@media (prefers-reduced-motion: reduce) {
  .skeleton-line::after,
  .skeleton-block::after,
  .skeleton-related-row::after,
  .video-filter-skeleton span::after {
    animation: none;
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 30px;
  color: var(--ink-muted);
  font-size: 11px;
}

.breadcrumb svg {
  width: 13px;
}

.article-header h1 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(32px, 4vw, 44px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.2;
}

.article-summary {
  max-width: 700px;
  margin: 18px 0;
  color: var(--ink-secondary);
  font-size: 16px;
  line-height: 1.75;
}

.article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 17px;
  padding-bottom: 32px;
  color: var(--ink-muted);
  border-bottom: 1px solid var(--line);
  font-size: 10.5px;
}

.article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.article-meta svg {
  width: 13px;
}

.article-meta .version-badge {
  padding: 3px 7px;
  color: var(--brand);
  border-radius: 5px;
  background: var(--brand-soft);
  font-weight: 600;
}

.content-block {
  margin-top: 40px;
}

.verification-banner {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 15px;
  margin-top: 28px;
  padding: 20px 22px;
  color: #7a2e0e;
  border: 1px solid #f1b89d;
  border-left: 4px solid #e25b32;
  border-radius: 14px;
  background: linear-gradient(135deg, #fff8f3, #fff1e8);
  box-shadow: 0 10px 28px rgb(126 45 16 / 8%);
}

.verification-banner > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: #c2411d;
  border-radius: 12px;
  background: #ffe1d2;
}

.verification-banner svg {
  width: 20px;
}

.verification-banner strong {
  display: block;
  font-size: 16px;
  line-height: 1.45;
}

.verification-banner p {
  margin: 5px 0 0;
  color: #8f4b2e;
  font-size: 13px;
  line-height: 1.7;
}

.content-block h2 {
  margin: 0 0 18px;
  font-size: 23px;
  font-weight: 650;
  letter-spacing: 0;
}

.table-block > h2 {
  font-size: 25px;
  font-weight: 750;
}

.lead-block {
  margin-top: 30px;
  color: var(--ink-secondary);
  font-size: 16px;
  line-height: 1.85;
}

.video-block {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fbfbfc;
}

.article-video-frame {
  position: relative;
  aspect-ratio: 16 / 8.7;
  overflow: hidden;
  border-radius: 12px;
  background: #e9edf5;
}

.article-video-frame img,
.article-video-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.article-video-frame::after {
  position: absolute;
  inset: 40% 0 0;
  background: linear-gradient(to top, rgb(11 18 32 / 62%), transparent);
  content: '';
  pointer-events: none;
}

.article-video-frame .play-button {
  width: 58px;
  height: 58px;
}

.video-demo-note {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  padding: 10px 12px;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 8px;
  background: rgb(15 22 39 / 78%);
  font-size: 10.5px;
  backdrop-filter: blur(8px);
}

.video-block-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 15px 5px 4px;
}

.video-block-copy strong,
.video-block-copy small {
  display: block;
}

.video-block-copy strong {
  font-size: 13px;
}

.video-block-copy small {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 10.5px;
}

.video-block-copy > span {
  flex: 0 0 auto;
  color: var(--ink-muted);
  font-size: 10px;
}

.article-video-entry {
  margin: 24px 0;
}

.article-video-entry a {
  display: grid;
  grid-template-columns: 128px minmax(0, 1fr);
  align-items: center;
  gap: 16px;
  max-width: 560px;
  padding: 8px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface, #fff);
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.article-video-entry a:hover {
  border-color: #aeb7c7;
  box-shadow: 0 2px 8px rgb(16 24 40 / 7%);
}

.article-video-entry-cover {
  position: relative;
  display: block;
  width: 128px;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 5px;
  background: #edf0f7;
}

.article-video-entry-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
}

.article-video-entry-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 30px;
  height: 30px;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  background: rgb(17 24 39 / 68%);
  box-shadow: 0 3px 10px rgb(17 24 39 / 20%);
  transform: translate(-50%, -50%);
  place-items: center;
}

.article-video-entry-play svg {
  width: 12px;
  fill: currentColor;
}

.article-video-entry strong {
  min-width: 0;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.callout-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  padding: 17px 18px;
  border: 1px solid #dfe4fb;
  border-radius: 12px;
  background: #f6f7ff;
}

.callout-block.warning {
  border-color: #f1ddc9;
  background: #fff8f0;
}

.callout-block > span {
  display: grid;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--brand);
  border-radius: 8px;
  background: #e7eaff;
}

.callout-block.warning > span {
  color: #b45f1f;
  background: #ffead6;
}

.callout-block svg {
  width: 14px;
}

.callout-block strong {
  display: block;
  margin: 1px 0 4px;
  font-size: 12px;
}

.callout-block p {
  margin: 0;
  color: var(--ink-secondary);
  font-size: 11.5px;
}

.steps-list {
  display: grid;
  gap: 0;
}

.markdown-steps-list {
  margin: 22px 0 34px;
}

.markdown-steps-list .step-item:last-child {
  padding-bottom: 6px;
}

.step-item {
  position: relative;
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
  padding-bottom: 34px;
}

.step-item:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: 42px;
  bottom: 0;
  left: 20px;
  width: 1px;
  background: linear-gradient(to bottom, color-mix(in srgb, var(--brand) 42%, transparent), var(--line));
  content: '';
}

.step-number {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--brand-dark);
  border: 1px solid color-mix(in srgb, var(--brand) 28%, white);
  border-radius: 50%;
  background: linear-gradient(145deg, #f3f5ff, #e9edff);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 90%), 0 7px 18px rgb(79 94 232 / 12%);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.03em;
}

.step-content h3 {
  margin: 5px 0 7px;
  font-size: 15px;
  font-weight: 650;
}

.step-content p {
  margin: 0;
  color: var(--ink-secondary);
  font-size: 13px;
}

.markdown-step-item .step-content > p + p {
  margin-top: 10px;
}

.markdown-step-item .step-content > .table-frame,
.markdown-step-item .step-content > .markdown-image,
.markdown-step-item .step-content > .callout-block,
.markdown-step-item .step-content > .video-block {
  margin-top: 18px;
}

.markdown-step-item .step-content > ul,
.markdown-step-item .step-content > ol {
  margin: 10px 0 0;
}

.step-image,
.image-block figure {
  margin: 18px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.step-image img,
.image-block img {
  display: block;
  width: 100%;
  border: 0.5px solid var(--line-strong);
  border-radius: 6px;
  cursor: zoom-in;
}

.image-block figure {
  margin-top: 0;
}

.image-block figcaption {
  padding: 10px 7px 3px;
  color: var(--ink-muted);
  font-size: 10.5px;
}

.table-frame {
  margin-right: -40px;
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: #fff;
}

.data-table {
  width: 100%;
  min-width: 660px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 13px;
}

.data-table th,
.data-table td {
  padding: 13px 15px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  position: sticky;
  top: 0;
  color: #4d596a;
  background: #f7f8fa;
  font-size: 13px;
  font-weight: 700;
}

.data-table td {
  color: var(--ink-secondary);
  font-weight: 400;
  line-height: 1.65;
}

.data-table tbody tr:last-child td {
  border-bottom: 0;
}

.data-table tbody tr:hover td {
  background: #fafbff;
}

.data-table td:first-child {
  min-width: 90px;
  color: var(--ink);
  font-weight: 400;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-item button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  padding: 17px 0;
  color: var(--ink);
  border: 0;
  background: none;
  font-size: 13px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.faq-item button svg {
  width: 16px;
  transition: transform 180ms ease;
}

.faq-item.open button svg {
  transform: rotate(45deg);
}

.faq-answer {
  display: none;
  padding: 0 30px 17px 0;
  color: var(--ink-secondary);
  font-size: 12px;
}

.faq-item.open .faq-answer {
  display: block;
}

.markdown-block h2,
.markdown-block h3 {
  scroll-margin-top: 90px;
}

.markdown-block > h2:first-child {
  margin-top: 0;
}

.markdown-block h3 {
  margin-top: 28px;
  font-size: 16px;
}

.markdown-step-item .step-content > h3 {
  margin: 5px 0 7px;
}

.markdown-block p,
.markdown-block li {
  color: var(--ink-secondary);
  font-size: 13px;
}

.article-markdown-body a {
  color: var(--brand-dark);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--brand) 42%, transparent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color 160ms ease, text-decoration-color 160ms ease;
}

.article-markdown-body a:hover {
  color: var(--brand);
  text-decoration-color: currentColor;
}

.article-markdown-body a:focus-visible {
  border-radius: 3px;
  outline: 2px solid color-mix(in srgb, var(--brand) 38%, transparent);
  outline-offset: 3px;
}

.markdown-block pre {
  padding: 16px;
  overflow: auto;
  color: #dfe5ff;
  border-radius: 10px;
  background: #151b2c;
  font-size: 11px;
}

.markdown-block blockquote {
  margin: 18px 0 0;
  padding: 14px 17px;
  color: var(--ink-secondary);
  border-left: 3px solid var(--brand);
  border-radius: 0 8px 8px 0;
  background: var(--surface-soft);
  font-size: 14px;
  line-height: 1.75;
}

.markdown-image {
  margin: 22px 0 30px;
}

.markdown-image img {
  display: block;
  width: 100%;
  border: 1px solid var(--line-strong);
  border-radius: 6px;
  cursor: zoom-in;
}

.markdown-image figcaption {
  padding: 10px 7px 0;
  color: var(--ink-muted);
  font-size: 12px;
  text-align: center;
}

.article-markdown-body > p:first-child {
  color: var(--ink-secondary);
  font-size: 17px;
  line-height: 1.9;
}

.article-markdown-body .callout-block,
.article-markdown-body .video-block {
  margin: 24px 0;
}

.article-aside {
  position: sticky;
  top: 70px;
  align-self: start;
  height: calc(100vh - 70px);
  padding: 48px 20px 30px;
}

.toc-card {
  padding-left: 17px;
  border-left: 1px solid var(--line);
}

.toc-title {
  margin-bottom: 10px;
  color: var(--ink);
  font-size: 10.5px;
  font-weight: 650;
}

#article-toc a {
  display: block;
  padding: 4px 0;
  color: var(--ink-muted);
  font-size: 10px;
  line-height: 1.45;
}

#article-toc a:hover {
  color: var(--brand);
}

.article-feedback {
  margin-top: 34px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 11px;
  background: #fbfbfc;
}

.article-feedback strong {
  display: block;
  margin-bottom: 10px;
  font-size: 10.5px;
}

.article-feedback button {
  padding: 5px 8px;
  color: var(--ink-secondary);
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #fff;
  font-size: 9px;
  cursor: pointer;
}

.article-feedback small {
  display: block;
  margin-top: 8px;
  color: var(--success);
  font-size: 9px;
}

.image-viewer {
  width: 94vw;
  height: 90vh;
  max-width: 94vw;
  max-height: 90vh;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.image-viewer[open] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.image-viewer::backdrop {
  background: rgb(0 0 0 / 78%);
}

.image-viewer img {
  display: block;
  flex: 0 1 auto;
  min-height: 0;
  width: auto;
  max-width: 100%;
  max-height: calc(100% - 54px);
  border-radius: 12px;
  object-fit: contain;
}

.image-viewer-close,
.image-viewer-pagination button {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  color: #fff;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 50%;
  background: rgb(15 18 27 / 78%);
  box-shadow: 0 8px 24px rgb(0 0 0 / 22%);
  backdrop-filter: blur(8px);
  cursor: pointer;
}

.image-viewer-close:hover,
.image-viewer-pagination button:hover:not(:disabled) {
  background: rgb(15 18 27 / 94%);
}

.image-viewer-close:focus-visible,
.image-viewer-pagination button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}

.image-viewer-close svg,
.image-viewer-pagination button svg {
  width: 20px;
  height: 20px;
}

.image-viewer-close {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
}

.image-viewer-pagination {
  display: flex;
  flex: 0 0 42px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.image-viewer-pagination button:disabled {
  opacity: 0.32;
  cursor: default;
}

.image-viewer-previous svg {
  transform: rotate(180deg);
}

.image-viewer-next svg {
  transform: none;
}

.image-viewer-counter {
  min-width: 42px;
  padding: 5px 7px;
  color: #fff;
  border-radius: 12px;
  background: rgb(15 18 27 / 78%);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  text-align: center;
  backdrop-filter: blur(8px);
}

@media (max-width: 640px) {
  .image-viewer {
    width: 100vw;
    height: 100dvh;
    max-width: 100vw;
    max-height: 100dvh;
  }

  .image-viewer img {
    max-width: 100vw;
    max-height: calc(100dvh - 66px);
    border-radius: 0;
  }

  .image-viewer-close {
    right: max(12px, env(safe-area-inset-right));
    top: max(12px, env(safe-area-inset-top));
  }
}

/* Videos */
.subpage-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 62px;
  border-bottom: 1px solid rgb(89 197 226 / 28%);
  background: linear-gradient(120deg, #132f57 0%, #184976 48%, #17647a 100%);
}

.subpage-hero .shell {
  text-align: center;
}

.subpage-hero h1 {
  color: #fff;
  font-size: 46px;
}

.subpage-hero p:not(.eyebrow) {
  max-width: 650px;
  margin: 16px auto 28px;
  color: rgb(231 244 255 / 84%);
}

.subpage-hero .eyebrow {
  color: #78e0ee;
}

.filter-search {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 11px;
  width: min(100%, 520px);
  height: 48px;
  margin: auto;
  padding: 0 15px;
  border: 1px solid rgb(255 255 255 / 24%);
  border-radius: 11px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 12px 30px rgb(5 24 46 / 20%);
  backdrop-filter: blur(12px);
}

.filter-search svg {
  width: 17px;
  color: #98a2b3;
}

.filter-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 28px;
}

.filter-tabs button {
  padding: 7px 12px;
  color: var(--ink-muted);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  font-size: 11px;
  cursor: pointer;
}

.filter-tabs button.active {
  color: #fff;
  border-color: var(--ink);
  background: var(--ink);
}

.all-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 18px;
}

.video-filter-skeleton span {
  width: 74px;
  height: 30px;
}

.video-list-skeleton .skeleton-video-card > .skeleton-block {
  aspect-ratio: 16 / 9;
}

.video-list-skeleton .skeleton-heading {
  width: 68%;
  margin-top: 16px;
}

.video-list-skeleton .skeleton-line:last-child {
  width: 88%;
}

.video-detail {
  padding-top: 42px;
  padding-bottom: 90px;
}

.video-detail-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 27px;
  color: var(--ink-muted);
  font-size: 11px;
}

.video-detail-breadcrumb svg {
  width: 13px;
}

.video-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  align-items: start;
  gap: 40px;
}

.video-detail-player {
  position: relative;
  aspect-ratio: 16 / 9;
  margin-bottom: 28px;
  overflow: hidden;
  border: 0.5px solid rgb(16 24 40 / 10%);
  border-radius: 5px;
  background: #f5f6f8;
  box-shadow: 0 2px 8px rgb(16 24 40 / 8%), 0 20px 48px rgb(16 24 40 / 14%);
}

.video-detail-player.skeleton-block {
  border: 0;
  box-shadow: none;
}

.video-detail-player.skeleton-block::after {
  inset: 0;
  background: linear-gradient(100deg, transparent 20%, rgb(255 255 255 / 72%) 48%, transparent 76%);
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.45s ease-in-out infinite;
}

.video-detail-skeleton .skeleton-title {
  margin-top: 0;
}

.skeleton-related-row {
  height: 54px;
  margin-top: 18px;
  border-top: 1px solid var(--line);
  border-radius: 0;
}

.video-detail-player > img,
.video-detail-player > video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-detail-player > img {
  object-position: left center;
}

.video-preview-player::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(100deg, transparent 24%, rgb(255 255 255 / 34%) 48%, transparent 72%);
  content: '';
  transform: translateX(-100%);
  animation: skeleton-shimmer 1.45s ease-in-out infinite;
}

.video-detail-player::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(to top, rgb(7 12 23 / 55%), transparent);
  content: '';
  pointer-events: none;
}

.video-detail-player .play-button {
  width: 62px;
  height: 62px;
}

.video-detail h1 {
  margin: 0;
  font-size: 34px;
  font-weight: 650;
  letter-spacing: 0;
}

.video-detail-summary {
  margin: 12px 0 0;
  color: var(--ink-secondary);
  font-size: 15px;
}

.video-related {
  margin-top: 0;
  padding: 23px;
  border: 1px solid var(--line);
  border-radius: 15px;
  background: #fbfbfc;
}

.video-related h2 {
  margin: 0 0 8px;
  font-size: 17px;
}

.video-related > p:not(.eyebrow) {
  margin: 0 0 18px;
  color: var(--ink-muted);
  font-size: 11px;
}

.video-related a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-top: 1px solid var(--line);
}

.video-related a > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: var(--brand);
  border-radius: 8px;
  background: var(--brand-soft);
}

.video-related a svg {
  width: 14px;
}

.video-related a > svg {
  color: #98a2b3;
}

.video-related strong,
.video-related small {
  display: block;
}

.video-related strong {
  font-size: 11px;
}

.video-related small {
  margin-top: 2px;
  color: var(--ink-muted);
  font-size: 9px;
}

/* Public light/dark themes */
html[data-theme='dark'] {
  --ink: #f2f5fb;
  --ink-secondary: #b2bdd0;
  --ink-muted: #7f8ba2;
  --line: #202b3d;
  --line-strong: #2b3950;
  --surface: #080e19;
  --surface-soft: #0d1523;
  --surface-blue: #10192b;
  --shadow-sm: 0 2px 10px rgb(0 0 0 / 20%);
  --shadow-md: 0 22px 55px rgb(0 0 0 / 35%);
}

html[data-theme='dark'] body {
  color: var(--ink);
  background: var(--surface);
}

html[data-theme='dark'] body .site-header {
  color: var(--ink);
  border-bottom-color: var(--line);
  background: rgb(8 14 25 / 90%);
}

html[data-theme='dark'] body .brand-mark,
html[data-theme='dark'] body .compact-search,
html[data-theme='dark'] body .article-search,
html[data-theme='dark'] body .theme-toggle {
  border-color: var(--line);
  background: #0e1726;
}

html[data-theme='dark'] body kbd {
  color: #758198;
  border-color: var(--line);
  background: #111a29;
}

html[data-theme='dark'] body .section-muted,
html[data-theme='dark'] body .subpage-hero {
  border-color: var(--line);
}

html[data-theme='dark'] body .section-muted {
  background: #0b1320;
}

html[data-theme='dark'] body .subpage-hero {
  background: linear-gradient(120deg, #132f57 0%, #184976 48%, #17647a 100%);
}

html[data-theme='dark'] body .category-card,
html[data-theme='dark'] body .search-results,
html[data-theme='dark'] body .guide-item-icon,
html[data-theme='dark'] body .video-related,
html[data-theme='dark'] body .article-feedback,
html[data-theme='dark'] body .sidebar-help,
html[data-theme='dark'] body .data-table,
html[data-theme='dark'] body .table-frame {
  color: var(--ink);
  border-color: var(--line);
  background: #0d1625;
}

html[data-theme='dark'] body .category-card:hover,
html[data-theme='dark'] body .search-result:hover,
html[data-theme='dark'] body .data-table tbody tr:hover td {
  background: #111c2d;
}

html[data-theme='dark'] body .docs-sidebar {
  border-color: var(--line);
  background: #0b1320;
}

html[data-theme='dark'] body .docs-nav-group a:hover,
html[data-theme='dark'] body .docs-nav-group a.active {
  color: var(--ink);
  background: #151f30;
}

html[data-theme='dark'] body .data-table th {
  color: #b7c1d2;
  background: #111b2b;
}

html[data-theme='dark'] body .video-block {
  border-color: var(--line);
  background: #0c1523;
}

html[data-theme='dark'] body .callout-block {
  border-color: #26365d;
  background: #101a30;
}

html[data-theme='dark'] body .callout-block.warning {
  border-color: #503822;
  background: #241a12;
}

html[data-theme='dark'] body .verification-banner {
  color: #ffd5c3;
  border-color: #6d3d2a;
  border-left-color: #ff8055;
  background: linear-gradient(135deg, #251812, #1d1411);
  box-shadow: 0 12px 34px rgb(0 0 0 / 26%);
}

html[data-theme='dark'] body .verification-banner > span {
  color: #ff9b76;
  background: #3a2118;
}

html[data-theme='dark'] body .verification-banner p {
  color: #e2aa92;
}

html[data-theme='dark'] body .step-number {
  color: #cbd3ff;
  border-color: #38478e;
  background: linear-gradient(145deg, #172247, #111a35);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 7%), 0 8px 22px rgb(0 0 0 / 24%);
}

html[data-theme='dark'] body .filter-search,
html[data-theme='dark'] body .filter-tabs button,
html[data-theme='dark'] body .article-feedback button {
  color: var(--ink-secondary);
  border-color: var(--line);
  background: #0e1726;
}

html[data-theme='dark'] body .filter-tabs button.active {
  color: #09101c;
  border-color: #eef2ff;
  background: #eef2ff;
}

html[data-theme='dark'] body .site-footer {
  border-color: var(--line);
  background: #080e19;
}

html[data-theme='dark'] body .button.ghost {
  color: var(--ink-secondary);
  border-color: var(--line);
  background: #0e1726;
}

@media (max-width: 1080px) {
  .top-nav { display: none; }
  .article-layout { grid-template-columns: 220px minmax(0, 1fr); }
  .article-aside { display: none; }
  .article-content { padding-inline: 45px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .site-header { height: 62px; }
  .brand-copy small { display: none; }
  .compact-search span:nth-child(2), .compact-search kbd, .support-link { display: none; }
  .hero { min-height: auto; }
  .hero-content { min-height: 480px; padding-block: 40px; }
  .hero h1 { font-size: 39px; }
  .hero-description { font-size: 14px; }
  .quick-links { flex-wrap: wrap; }
  .quick-links span { width: 100%; }
  .section { padding-block: 65px; }
  .section-heading { grid-template-columns: 1fr; gap: 13px; }
  .category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .guide-list { grid-template-columns: 1fr; }
  .video-grid, .all-video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-detail-grid { grid-template-columns: 1fr; }
  .support-cta { align-items: flex-start; flex-direction: column; }
  .article-search { margin-left: auto; width: 200px; }
  .article-layout { display: block; }
  .docs-sidebar { display: none; }
  .article-content { padding: 35px 22px 80px; }
  .table-frame { margin-right: 0; }
}

@media (max-width: 560px) {
  .header-actions { gap: 6px; }
  .hero-search { height: 58px; }
  .hero-content { min-height: 450px; }
  .search-key { display: none; }
  .category-grid, .video-grid, .all-video-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 165px; }
  .section-heading h2 { font-size: 27px; }
  .support-cta > div:first-child { align-items: flex-start; }
  .support-cta-icon { display: none; }
  .support-cta-actions { width: 100%; }
  .support-cta-actions .button { flex: 1; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 5px; padding-block: 25px; }
  .footer-inner p, .footer-inner > a { margin: 0; }
  .article-search { width: 44px; padding: 0; justify-content: center; }
  .article-search span:nth-child(2), .article-search kbd { display: none; }
  .article-header h1 { font-size: 32px; }
  .video-detail h1 { font-size: 28px; line-height: 1.32; }
  .article-video-frame { aspect-ratio: 16 / 10; }
  .article-video-entry a { grid-template-columns: 104px minmax(0, 1fr); gap: 12px; }
  .article-video-entry-cover { width: 104px; }
  .video-block-copy { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-energy,
  .hero-scanline {
    animation: none;
  }
}

/* Documentation product layout */
.docs-product-page {
  background: #fff;
}

.docs-product-page,
.docs-product-page * {
  letter-spacing: 0;
}

.docs-header {
  height: 64px;
  background: rgb(255 255 255 / 96%);
  backdrop-filter: blur(14px);
}

.docs-header-inner {
  width: 100%;
  padding: 0 32px;
}

.docs-header .brand-mark {
  width: 34px;
  height: 34px;
  border-radius: 8px;
  background: transparent;
}

.docs-header .brand-mark img {
  width: 32px;
  height: 32px;
}

.docs-header .brand-mark svg {
  width: 19px;
  height: 19px;
}

.docs-top-nav {
  align-self: stretch;
  gap: 30px;
  margin-left: 58px;
}

.docs-top-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #3f4650;
  font-size: 14px;
}

.docs-top-nav a.is-active {
  color: var(--brand-dark);
  font-weight: 650;
}

.docs-top-nav a.is-active::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--brand);
  content: '';
}

.docs-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.docs-header .docs-search-trigger {
  width: auto;
  min-width: 116px;
  margin: 0;
  justify-content: flex-start;
  background: #f7f8fa;
}

.docs-header .docs-search-trigger span:nth-child(2) {
  flex: 1;
}

.docs-portal-layout,
.article-layout {
  display: grid;
  grid-template-columns: 272px minmax(0, 1fr) 216px;
  width: 100%;
  max-width: 1440px;
  min-height: calc(100vh - 64px);
  margin-inline: auto;
}

.docs-product-page .docs-sidebar {
  top: 64px;
  height: calc(100vh - 64px);
  padding: 22px 22px 42px 32px;
  border-right: 1px solid #edf0f4;
  background: #fafbfc;
}

.docs-product-page .docs-nav-group {
  margin: 0;
  padding: 0 0 12px;
  border-bottom: 1px solid #e9ecf1;
}

.docs-product-page .docs-nav-group + .docs-nav-group {
  padding-top: 12px;
}

.docs-product-page .docs-nav-group > button {
  position: relative;
  padding: 8px 2px;
  color: #252b35;
  font-size: 14px;
  font-weight: 660;
  line-height: 1.4;
  cursor: pointer;
}

.docs-product-page .docs-nav-group > button::after {
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #9ba3af;
  border-bottom: 1.5px solid #9ba3af;
  content: '';
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 160ms ease;
}

.docs-product-page .docs-nav-group > button[aria-expanded='false']::after {
  transform: rotate(-45deg);
}

.docs-product-page .docs-nav-group > button:focus-visible {
  border-radius: 4px;
  outline: 2px solid color-mix(in srgb, var(--brand) 42%, transparent);
  outline-offset: 3px;
}

.docs-nav-links {
  display: grid;
  gap: 1px;
  padding: 2px 0 3px;
}

.docs-nav-links[hidden] {
  display: none;
}

.docs-product-page .docs-nav-group a {
  margin: 0;
  padding: 7px 10px 7px 12px;
  color: #687385;
  border-radius: 6px;
  font-size: 13px;
  line-height: 1.45;
}

.docs-product-page .docs-nav-group a:hover {
  color: #245fdf;
  background: transparent;
}

.docs-product-page .docs-nav-group a.active {
  color: #245fdf;
  background: transparent;
  box-shadow: none;
  font-weight: 650;
}

.docs-product-page .docs-nav-group-direct > a {
  padding: 8px 2px;
  color: #252b35;
  font-size: 14px;
  font-weight: 660;
  line-height: 1.4;
}

.docs-product-page .docs-nav-group-direct > a:hover,
.docs-product-page .docs-nav-group-direct > a.active {
  color: #245fdf;
}

.docs-nav-section {
  display: grid;
}

.docs-nav-section-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 7px 10px 7px 12px;
  color: #4c5665;
  border: 0;
  background: transparent;
  font-size: 13.5px;
  font-weight: 580;
  line-height: 1.45;
  text-align: left;
  cursor: pointer;
}

.docs-nav-section-toggle::after {
  margin-left: auto;
  width: 6px;
  height: 6px;
  border-right: 1.5px solid #a0a8b4;
  border-bottom: 1.5px solid #a0a8b4;
  content: '';
  transform: rotate(45deg) translate(-1px, -1px);
  transition: transform 160ms ease;
}

.docs-nav-section-toggle[aria-expanded='false']::after {
  transform: rotate(-45deg);
}

.docs-nav-section-toggle:focus-visible {
  border-radius: 5px;
  outline: 2px solid color-mix(in srgb, var(--brand) 42%, transparent);
  outline-offset: -2px;
}

.docs-nav-section-links {
  display: grid;
}

.docs-nav-section-links[hidden] {
  display: none;
}

.docs-product-page .docs-nav-section-links a {
  padding-left: 24px;
}

.docs-overview,
.article-content {
  width: 100%;
  max-width: 820px;
  min-width: 0;
  justify-self: center;
  padding: 46px 64px 100px;
}

.overview-header {
  padding-bottom: 37px;
  border-bottom: 1px solid var(--line);
}

.overview-header.has-visual {
  min-height: 230px;
  padding: 42px 44px;
  color: #fff;
  border: 0;
  border-radius: 14px;
  background-position: center;
  background-size: cover;
}

.overview-header.has-visual p {
  max-width: 590px;
  color: rgb(235 242 255 / 82%);
}

.overview-header h1,
.article-header h1 {
  margin: 0;
  font-size: clamp(31px, 3.3vw, 38px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1.25;
}

.overview-header p,
.article-summary {
  max-width: 720px;
  margin: 18px 0 0;
  color: #434a54;
  font-size: 16px;
  line-height: 1.85;
}

.article-meta {
  margin-top: 20px;
  padding-bottom: 28px;
}

.overview-section {
  padding-top: 34px;
  scroll-margin-top: 86px;
}

.overview-section + .overview-section {
  margin-top: 26px;
  border-top: 1px solid var(--line);
}

.overview-section h2 {
  margin: 0 0 17px;
  font-size: 24px;
  font-weight: 650;
  letter-spacing: 0;
}

.overview-section > p,
.overview-points li {
  color: #4d5560;
  font-size: 15px;
  line-height: 1.85;
}

.overview-section > p {
  margin: 0;
}

.overview-points {
  margin: 17px 0 0;
  padding-left: 22px;
}

.overview-points li + li {
  margin-top: 5px;
}

.overview-points strong {
  color: var(--ink);
}

.overview-capability-list {
  border-top: 1px solid var(--line);
}

.overview-capability-list a {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 16px 2px;
  border-bottom: 1px solid var(--line);
}

.overview-capability-list a:hover strong,
.overview-inline-link:hover {
  color: var(--brand-dark);
}

.overview-capability-list strong {
  font-size: 14px;
  transition: color 160ms ease;
}

.overview-capability-list span:nth-child(2) {
  color: var(--ink-secondary);
  font-size: 13px;
}

.overview-capability-list svg,
.overview-inline-link svg {
  width: 15px;
  color: var(--brand);
}

.reading-order {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.reading-order li {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-bottom: 1px solid var(--line);
}

.reading-order > li > span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.reading-order strong,
.reading-order small {
  display: block;
}

.reading-order strong {
  font-size: 14px;
}

.reading-order small {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 12px;
}

.overview-inline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  color: var(--brand);
  font-size: 14px;
  font-weight: 600;
}

.docs-product-page .article-aside {
  top: 64px;
  height: calc(100vh - 64px);
  padding: 48px 18px 30px 16px;
  overflow-y: auto;
}

.docs-product-page .toc-title {
  margin-bottom: 11px;
  font-size: 12px;
}

.docs-product-page .toc-card a,
.docs-product-page #article-toc a {
  display: block;
  padding: 5px 0;
  color: #69717d;
  font-size: 12px;
  line-height: 1.5;
}

.docs-product-page .content-block h2 {
  font-size: 24px;
}

.docs-product-page .lead-block {
  font-size: 15px;
}

.docs-product-page .markdown-block p,
.docs-product-page .markdown-block li,
.docs-product-page .step-content p {
  font-size: 14px;
  line-height: 1.8;
}

.article-page .article-header h1 {
  font-size: clamp(35px, 3.6vw, 42px);
  text-wrap: balance;
  word-break: auto-phrase;
}

.article-page .article-summary {
  font-size: 17px;
}

.article-page .lead-block {
  font-size: 17px;
  line-height: 1.9;
}

.article-page .content-block h2 {
  font-size: 27px;
}

.article-page .table-block > h2 {
  font-size: 28px;
  font-weight: 750;
}

.article-page .data-table,
.article-page .data-table th {
  font-size: 14px;
}

.article-page .markdown-block h3,
.article-page .step-content h3 {
  font-size: 18px;
}

.article-page .markdown-block p,
.article-page .markdown-block li,
.article-page .step-content p {
  font-size: 16px;
  line-height: 1.9;
}

.article-page .callout-block strong {
  font-size: 14px;
}

.article-page .callout-block p,
.article-page .image-block figcaption {
  font-size: 13px;
  line-height: 1.7;
}

.article-page .faq-item button {
  font-size: 15px;
}

.article-page .faq-answer {
  font-size: 14px;
  line-height: 1.75;
}

.global-search-dialog {
  width: min(calc(100vw - 36px), 660px);
  max-width: none;
  margin: 14vh auto 0;
  padding: 0;
  overflow: hidden;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 28px 80px rgb(22 31 49 / 24%);
}

.global-search-dialog::backdrop {
  background: rgb(22 28 40 / 38%);
  backdrop-filter: blur(4px);
}

.global-search-head {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  height: 62px;
  padding: 0 17px 0 20px;
  border-bottom: 1px solid var(--line);
}

.global-search-head > svg {
  width: 20px;
  color: var(--ink-muted);
}

.global-search-head input {
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 15px;
}

.global-search-head button {
  padding: 4px 7px;
  color: var(--ink-muted);
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #f7f8fa;
  font-size: 9px;
  cursor: pointer;
}

.global-search-results {
  max-height: min(55vh, 480px);
  padding: 8px;
  overflow: auto;
}

.global-search-results > p {
  margin: 0;
  padding: 26px 18px;
  color: var(--ink-muted);
  font-size: 13px;
  text-align: center;
}

.global-search-results a {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border-radius: 9px;
}

.global-search-results a:hover {
  background: #f5f7fb;
}

.global-search-result-icon {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  color: var(--brand);
  border-radius: 8px;
  background: var(--brand-soft);
}

.global-search-result-icon svg,
.global-search-results a > svg {
  width: 15px;
}

.global-search-results strong,
.global-search-results small {
  display: block;
}

.global-search-results strong {
  font-size: 13px;
}

.global-search-results small {
  max-width: 480px;
  margin-top: 2px;
  overflow: hidden;
  color: var(--ink-muted);
  font-size: 10.5px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html[data-theme='dark'] .docs-product-page {
  background: var(--surface);
}

html[data-theme='dark'] .docs-product-page .docs-header {
  background: rgb(8 14 25 / 96%);
}

html[data-theme='dark'] .docs-product-page .docs-top-nav a {
  color: var(--ink-secondary);
}

html[data-theme='dark'] .docs-product-page .docs-top-nav a.is-active,
html[data-theme='dark'] .docs-product-page .docs-nav-group a.active,
html[data-theme='dark'] .docs-product-page .docs-nav-group a:hover {
  color: #a8c3ff;
}

html[data-theme='dark'] .docs-product-page .docs-nav-group > button,
html[data-theme='dark'] .docs-product-page .overview-points strong {
  color: var(--ink);
}

html[data-theme='dark'] .docs-product-page .docs-nav-group {
  border-bottom-color: #1d2939;
}

html[data-theme='dark'] .docs-product-page .docs-nav-group a {
  color: #94a3b8;
}

html[data-theme='dark'] .article-markdown-body a {
  color: #a8c3ff;
  text-decoration-color: rgb(168 195 255 / 48%);
}

html[data-theme='dark'] .article-markdown-body a:hover {
  color: #c6d7ff;
  text-decoration-color: currentColor;
}

html[data-theme='dark'] body.docs-product-page .docs-nav-group a.active,
html[data-theme='dark'] body.docs-product-page .docs-nav-group a:hover {
  color: #a8c3ff;
  background: transparent;
}

/* Resource downloads */
.download-hero {
  border-bottom: 1px solid var(--line);
  background: #f6f8fb;
}

.download-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 250px;
  padding-block: 52px;
}

.download-hero h1 {
  margin: 8px 0 14px;
  font-size: 42px;
  font-weight: 680;
  letter-spacing: 0;
}

.download-hero p:not(.eyebrow) {
  max-width: 680px;
  margin: 0;
  color: var(--ink-secondary);
  font-size: 16px;
  line-height: 1.75;
}

.download-hero-symbol {
  display: grid;
  width: 96px;
  height: 96px;
  color: var(--brand);
  border: 1px solid #dce2eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(16 24 40 / 8%);
  place-items: center;
}

.download-hero-symbol svg {
  width: 38px;
}

.download-content {
  padding-block: 38px 80px;
}

.download-edition-note {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin-bottom: 30px;
  padding: 14px 16px;
  color: var(--ink-secondary);
  border: 1px solid #dfe4ec;
  border-radius: 6px;
  background: #fafbfc;
  font-size: 13px;
  line-height: 1.7;
}

.download-edition-note svg {
  flex: 0 0 auto;
  width: 17px;
  margin-top: 2px;
  color: var(--brand);
}

.download-edition-note p {
  margin: 0;
}

.download-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.download-filters {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eef1f5;
}

.download-filters button {
  min-width: 78px;
  height: 34px;
  padding-inline: 13px;
  color: var(--ink-muted);
  border: 0;
  border-radius: 5px;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.download-filters button.active {
  color: var(--ink);
  background: #fff;
  box-shadow: 0 1px 4px rgb(16 24 40 / 9%);
  font-weight: 650;
}

.download-count {
  color: var(--ink-muted);
  font-size: 12px;
}

.download-catalog {
  display: grid;
  gap: 48px;
}

.download-list-skeleton {
  gap: 16px;
}

.skeleton-download-card {
  width: 100%;
  height: 132px;
}

.download-group-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 18px;
}

.download-group-heading > span {
  display: grid;
  width: 38px;
  height: 38px;
  color: var(--brand);
  border: 1px solid #dfe3ec;
  border-radius: 7px;
  background: #fff;
  place-items: center;
}

.download-group-heading svg {
  width: 18px;
}

.download-group-heading h2,
.download-group-heading p {
  margin: 0;
}

.download-group-heading h2 {
  font-size: 21px;
  font-weight: 680;
}

.download-group-heading p {
  margin-top: 3px;
  color: var(--ink-muted);
  font-size: 11px;
}

.download-platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.download-platform-card {
  overflow: hidden;
  border: 1px solid #e1e5eb;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgb(16 24 40 / 5%);
}

.download-platform-card > header {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 72px;
  padding: 14px 17px;
  border-bottom: 1px solid #eceef2;
  background: #fafbfc;
}

.download-platform-icon {
  display: grid;
  width: 35px;
  height: 35px;
  color: var(--brand);
  border: 1px solid #e0e4ec;
  border-radius: 7px;
  background: #fff;
  place-items: center;
}

.download-platform-icon svg {
  width: 17px;
}

.download-platform-card h3,
.download-platform-card header p {
  margin: 0;
}

.download-platform-card h3 {
  font-size: 16px;
  font-weight: 680;
}

.download-platform-card header p {
  margin-top: 2px;
  color: var(--ink-muted);
  font-size: 10.5px;
}

.download-release-row {
  display: grid;
  grid-template-columns: minmax(130px, 1fr) minmax(86px, .65fr) 64px auto;
  align-items: center;
  gap: 12px;
  min-height: 64px;
  padding: 10px 15px;
  border-bottom: 1px solid #eef0f3;
}

.download-release-row:last-child {
  border-bottom: 0;
}

.download-release-name strong,
.download-release-name small {
  display: block;
}

.download-release-name strong {
  font-size: 12.5px;
  font-weight: 650;
}

.download-release-name small,
.download-release-architecture,
.download-release-version {
  color: var(--ink-muted);
  font-size: 10.5px;
}

.download-release-name small {
  margin-top: 3px;
}

.download-release-version {
  color: var(--ink-secondary);
  white-space: nowrap;
}

.download-action {
  display: inline-grid;
  width: 34px;
  height: 34px;
  color: #fff;
  border-radius: 6px;
  background: var(--brand);
  place-items: center;
}

.download-action:hover {
  background: var(--brand-dark);
}

.download-action svg {
  width: 15px;
}

.download-action span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.download-poc-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  margin-top: 48px;
  padding: 22px;
  border: 1px solid #dfe4ec;
  border-radius: 8px;
  background: #f8f9fb;
}

.download-poc-icon {
  display: grid;
  width: 36px;
  height: 36px;
  color: var(--brand);
  border: 1px solid #dce1ea;
  border-radius: 7px;
  background: #fff;
  place-items: center;
}

.download-poc-icon svg {
  width: 17px;
}

.download-poc-note h2,
.download-poc-note p {
  margin: 0;
}

.download-poc-note h2 {
  font-size: 16px;
}

.download-poc-note p {
  margin-top: 6px;
  color: var(--ink-secondary);
  font-size: 12.5px;
  line-height: 1.7;
}

.download-addresses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.download-addresses code {
  padding: 6px 9px;
  color: #344054;
  border: 1px solid #dfe3e9;
  border-radius: 5px;
  background: #fff;
  font-size: 10.5px;
}

.download-empty {
  display: grid;
  min-height: 260px;
  color: var(--ink-muted);
  border: 1px dashed #d6dbe3;
  border-radius: 8px;
  background: #fafbfc;
  text-align: center;
  place-content: center;
}

.download-empty svg {
  width: 26px;
  margin: 0 auto 12px;
}

.download-empty strong {
  color: var(--ink-secondary);
  font-size: 14px;
}

.download-empty p {
  margin: 5px 0 0;
  font-size: 11px;
}


html[data-theme='dark'] .download-hero {
  border-bottom-color: #1b2637;
  background: #0d1523;
}

html[data-theme='dark'] .download-hero-symbol,
html[data-theme='dark'] .download-group-heading > span,
html[data-theme='dark'] .download-platform-card,
html[data-theme='dark'] .download-platform-icon,
html[data-theme='dark'] .download-poc-icon {
  border-color: #273448;
  background: #111b2b;
}

html[data-theme='dark'] .download-edition-note,
html[data-theme='dark'] .download-poc-note,
html[data-theme='dark'] .download-empty {
  color: var(--ink-secondary);
  border-color: #263449;
  background: #0f1928;
}

html[data-theme='dark'] .download-filters {
  border-color: #283448;
  background: #0b1320;
}

html[data-theme='dark'] .download-filters button.active {
  color: var(--ink);
  background: #182335;
}

html[data-theme='dark'] .download-platform-card > header {
  border-bottom-color: #263245;
  background: #0f1928;
}

html[data-theme='dark'] .download-release-row {
  border-bottom-color: #243043;
}

html[data-theme='dark'] .download-addresses code {
  color: var(--ink-secondary);
  border-color: #2b384c;
  background: #111b2b;
}

@media (max-width: 900px) {
  .download-platform-grid {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 620px) {
  .download-hero-inner {
    min-height: 210px;
    padding-block: 38px;
  }

  .download-hero h1 {
    font-size: 34px;
  }

  .download-hero-symbol {
    display: none;
  }

  .download-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .download-filters {
    width: 100%;
  }

  .download-filters button {
    flex: 1;
    min-width: 0;
  }

  .download-release-row {
    grid-template-columns: minmax(120px, 1fr) auto;
  }

  .download-release-architecture,
  .download-release-version {
    grid-column: 1;
  }

  .download-action {
    grid-column: 2;
    grid-row: 1 / 4;
  }

  .download-poc-note {
    grid-template-columns: 1fr;
  }

}

html[data-theme='dark'] .docs-nav-section-toggle {
  color: #bac4d2;
}

html[data-theme='dark'] .docs-product-page .docs-sidebar {
  border-right-color: #1b2637;
  background: #0d1523;
}

html[data-theme='dark'] .docs-product-page .docs-nav-group > button {
  color: #eef2f7;
}

html[data-theme='dark'] .docs-product-page .overview-header p,
html[data-theme='dark'] .docs-product-page .overview-section > p,
html[data-theme='dark'] .docs-product-page .overview-points li {
  color: var(--ink-secondary);
}

html[data-theme='dark'] .global-search-dialog {
  color: var(--ink);
  border-color: var(--line);
  background: #0d1625;
}

html[data-theme='dark'] .global-search-head button,
html[data-theme='dark'] .global-search-results a:hover {
  background: #141f30;
}

@media (max-width: 1080px) {
  .docs-portal-layout,
  .article-layout {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .docs-product-page .article-aside {
    display: none;
  }

  .docs-top-nav {
    display: flex;
    gap: 22px;
    margin-left: 38px;
  }

  .docs-overview,
  .article-content {
    max-width: 860px;
  }

  .article-page .article-content {
    padding-inline: 50px;
  }
}

@media (max-width: 820px) {
  .docs-header {
    height: 106px;
  }

  .docs-header-inner {
    position: relative;
    height: 64px;
    padding: 0 18px;
  }

  .docs-top-nav {
    position: absolute;
    top: 64px;
    right: 0;
    left: 0;
    display: flex;
    height: 42px;
    gap: 24px;
    margin: 0;
    padding: 0 18px;
    overflow-x: auto;
    border-top: 1px solid var(--line);
    background: rgb(255 255 255 / 97%);
    scrollbar-width: none;
    white-space: nowrap;
  }

  .docs-top-nav::-webkit-scrollbar {
    display: none;
  }

  .docs-top-nav a {
    flex: 0 0 auto;
  }

  html[data-theme='dark'] .docs-product-page .docs-top-nav {
    border-top-color: #1b2637;
    background: rgb(8 14 25 / 97%);
  }

  .docs-portal-layout,
  .article-layout {
    display: block;
  }

  .docs-product-page .docs-sidebar {
    display: none;
  }

  .docs-overview,
  .article-content {
    max-width: 760px;
    padding: 35px 24px 80px;
  }
}

@media (max-width: 560px) {
  .docs-header .docs-search-trigger {
    min-width: 42px;
    width: 42px;
    padding: 0;
    justify-content: center;
  }

  .docs-header .docs-search-trigger span:nth-child(2),
  .docs-header .docs-search-trigger kbd {
    display: none;
  }

  .overview-capability-list a {
    grid-template-columns: 1fr auto;
    gap: 5px 12px;
  }

  .overview-capability-list span:nth-child(2) {
    grid-column: 1;
  }

  .overview-capability-list a > svg {
    grid-row: 1 / 3;
    grid-column: 2;
  }
}

/* Standalone best-practices index */
.best-practices-page,
.best-practices-page h1,
.best-practices-page h2,
.best-practices-page h3,
.best-practices-page p,
.best-practices-page button,
.best-practices-page input,
.best-practices-page dt,
.best-practices-page dd,
.best-practices-page span,
.best-practices-page small {
  letter-spacing: 0;
}

.best-practices-page {
  min-width: 320px;
  background: #f7f8fa;
}

.practice-index-main {
  min-height: calc(100vh - 64px);
  border-top: 0;
}

.practice-index-shell {
  width: min(calc(100% - 64px), 1200px);
  margin-inline: auto;
  padding: 48px 0 104px;
}

.practice-index-header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 56px;
  padding: 0 0 36px;
  border-bottom: 1px solid var(--line);
}

.practice-index-copy h1 {
  margin: 0;
  font-size: 38px;
  font-weight: 680;
  line-height: 1.25;
}

.practice-index-copy p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--ink-secondary);
  font-size: 16px;
  line-height: 1.8;
}

.practice-index-stats {
  display: grid;
  grid-template-columns: repeat(3, 86px);
  margin: 0;
}

.practice-index-stats > div {
  padding: 2px 18px;
  border-left: 1px solid var(--line);
}

.practice-index-stats dt {
  color: var(--ink);
  font-size: 24px;
  font-weight: 680;
  line-height: 1.2;
}

.practice-index-stats dd {
  margin: 5px 0 0;
  color: var(--ink-muted);
  font-size: 12px;
  white-space: nowrap;
}

.practice-index-controls {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  padding: 28px 0 18px;
}

.practice-index-search {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  height: 42px;
  padding: 0 12px;
  color: var(--ink-muted);
  border: 1px solid var(--line-strong);
  border-radius: 7px;
  background: var(--surface);
}

.practice-index-search:focus-within {
  border-color: color-mix(in srgb, var(--brand) 68%, var(--line));
  box-shadow: 0 0 0 3px color-mix(in srgb, var(--brand) 10%, transparent);
}

.practice-index-search svg {
  width: 17px;
  height: 17px;
}

.practice-index-search input {
  width: 100%;
  min-width: 0;
  padding: 0;
  color: var(--ink);
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 13px;
}

.practice-index-search input::placeholder {
  color: #8a94a3;
}

.practice-filter-tabs {
  display: flex;
  min-width: 0;
  gap: 4px;
  overflow-x: auto;
  scrollbar-width: none;
}

.practice-filter-tabs::-webkit-scrollbar {
  display: none;
}

.practice-filter-tabs button {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 6px;
  min-height: 36px;
  padding: 0 10px;
  color: var(--ink-secondary);
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.practice-filter-tabs button:hover {
  color: var(--ink);
  background: var(--surface);
}

.practice-filter-tabs button[aria-selected='true'] {
  color: var(--brand-dark);
  border-color: color-mix(in srgb, var(--brand) 25%, var(--line));
  background: var(--surface);
  font-weight: 650;
}

.practice-filter-tabs small {
  color: var(--ink-muted);
  font-size: 10px;
}

.practice-index-status {
  display: flex;
  align-items: center;
  min-height: 26px;
  padding-bottom: 7px;
}

.practice-index-status p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 12px;
}

.practice-index-status button {
  margin-left: auto;
  padding: 2px 0;
  color: var(--brand-dark);
  border: 0;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
}

.practice-domain-list {
  display: grid;
}

.practice-domain-section {
  padding: 42px 0 48px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 80px;
}

.practice-domain-section > header {
  display: grid;
  grid-template-columns: minmax(220px, 0.7fr) minmax(320px, 1.3fr) auto;
  align-items: start;
  gap: 28px;
  margin-bottom: 23px;
}

.practice-domain-section > header > div {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.practice-domain-section > header > div > span {
  color: var(--brand);
  font-size: 11px;
  font-weight: 700;
}

.practice-domain-section h2 {
  margin: 0;
  font-size: 23px;
  font-weight: 670;
  line-height: 1.35;
}

.practice-domain-section > header p {
  margin: 1px 0 0;
  color: var(--ink-secondary);
  font-size: 13px;
  line-height: 1.7;
}

.practice-domain-section > header small {
  color: var(--ink-muted);
  font-size: 11px;
  line-height: 1.8;
  white-space: nowrap;
}

.practice-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.practice-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.practice-card:hover {
  border-color: color-mix(in srgb, var(--brand) 28%, var(--line));
  box-shadow: 0 8px 24px rgb(28 39 65 / 8%);
}

.practice-card > a {
  display: grid;
  grid-template-columns: 208px minmax(0, 1fr);
  min-height: 220px;
}

.practice-card-cover {
  --cover-accent: #16736c;
  --cover-bg: #edf7f5;
  position: relative;
  display: flex;
  width: 208px;
  min-height: 220px;
  margin: 0;
  padding: 17px 18px 18px 21px;
  flex-direction: column;
  overflow: hidden;
  border-right: 1px solid var(--line);
  background: var(--cover-bg);
  color: var(--cover-accent);
}

.practice-card-cover::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--cover-accent);
  content: '';
}

.practice-card-cover::after {
  position: absolute;
  right: -27px;
  bottom: -36px;
  width: 116px;
  height: 116px;
  border: 1px solid color-mix(in srgb, var(--cover-accent) 16%, transparent);
  border-radius: 50%;
  content: '';
}

.practice-card-cover[data-domain='insurance-operations'] {
  --cover-accent: #2868a8;
  --cover-bg: #eef4fa;
}

.practice-card-cover[data-domain='securities-finance'] {
  --cover-accent: #806025;
  --cover-bg: #f8f5eb;
}

.practice-card-cover[data-domain='industrial-manufacturing'] {
  --cover-accent: #566b35;
  --cover-bg: #f1f5eb;
}

.practice-card-cover[data-domain='government-operations'] {
  --cover-accent: #8a4b5b;
  --cover-bg: #f8eff2;
}

.practice-card-cover[data-domain='higher-education'] {
  --cover-accent: #65569a;
  --cover-bg: #f2f0f8;
}

.practice-card-cover[data-domain='ecommerce-industry'] {
  --cover-accent: #a44747;
  --cover-bg: #faefef;
}

.practice-cover-top {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: color-mix(in srgb, var(--cover-accent) 76%, #1f2937);
  font-size: 9px;
  font-weight: 700;
}

.practice-cover-top strong {
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.practice-cover-avatar {
  display: grid;
  position: relative;
  z-index: 1;
  width: 66px;
  height: 66px;
  margin-top: 25px;
  place-items: center;
  overflow: hidden;
  color: #fff;
  border: 2px solid color-mix(in srgb, var(--cover-accent) 28%, #fff);
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--cover-accent) 8%, transparent);
}

.practice-cover-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.practice-cover-avatar svg {
  width: 22px;
  height: 22px;
  color: var(--cover-accent);
}

.practice-cover-copy {
  display: flex;
  position: relative;
  z-index: 1;
  min-width: 0;
  margin-top: auto;
  flex-direction: column;
  gap: 3px;
}

.practice-cover-copy small {
  color: color-mix(in srgb, var(--cover-accent) 72%, #64748b);
  font-size: 10px;
  font-weight: 650;
}

.practice-cover-copy strong {
  overflow-wrap: anywhere;
  color: color-mix(in srgb, var(--cover-accent) 72%, #111827);
  font-size: 18px;
  font-weight: 720;
  line-height: 1.3;
}

.practice-card-body {
  display: flex;
  min-width: 0;
  padding: 20px;
  flex-direction: column;
}

.practice-card-labels {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--ink-muted);
  font-size: 10px;
  font-weight: 650;
}

.practice-card-labels .practice-verified {
  color: #08785a;
}

.practice-card h3 {
  margin: 9px 0 0;
  font-size: 18px;
  font-weight: 670;
  line-height: 1.45;
}

.practice-card p {
  display: -webkit-box;
  margin: 10px 0 18px;
  overflow: hidden;
  color: var(--ink-secondary);
  font-size: 12.5px;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.practice-card footer {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: auto;
  color: var(--ink-muted);
  font-size: 10.5px;
}

.practice-card-arrow {
  display: grid;
  width: 26px;
  height: 26px;
  margin-left: auto;
  place-items: center;
  color: var(--brand);
  border: 1px solid var(--line);
  border-radius: 6px;
}

.practice-card-arrow svg {
  width: 13px;
}

.practice-empty {
  padding: 72px 20px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.practice-empty strong {
  font-size: 17px;
}

.practice-empty p {
  margin: 7px 0 0;
  color: var(--ink-muted);
  font-size: 13px;
}

.practice-index-loading {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 38px;
  border-top: 1px solid var(--line);
}

.practice-index-loading span {
  height: 180px;
  border-radius: 8px;
  background: linear-gradient(90deg, #eef1f5, #f7f8fa, #eef1f5);
  background-size: 220% 100%;
}

html[data-theme='dark'] .best-practices-page {
  background: #080e19;
}

html[data-theme='dark'] .practice-index-search,
html[data-theme='dark'] .practice-filter-tabs button:hover,
html[data-theme='dark'] .practice-filter-tabs button[aria-selected='true'],
html[data-theme='dark'] .practice-card {
  background: var(--surface-soft);
}

html[data-theme='dark'] .practice-card-cover {
  --cover-bg: #111c27;
  border-color: var(--line);
}

html[data-theme='dark'] .practice-card-cover[data-domain='insurance-operations'] {
  --cover-bg: #111d2d;
}

html[data-theme='dark'] .practice-card-cover[data-domain='securities-finance'] {
  --cover-bg: #211d14;
}

html[data-theme='dark'] .practice-card-cover[data-domain='industrial-manufacturing'] {
  --cover-bg: #192016;
}

html[data-theme='dark'] .practice-card-cover[data-domain='government-operations'] {
  --cover-bg: #25171d;
}

html[data-theme='dark'] .practice-card-cover[data-domain='higher-education'] {
  --cover-bg: #1d1928;
}

html[data-theme='dark'] .practice-card-cover[data-domain='ecommerce-industry'] {
  --cover-bg: #271717;
}

html[data-theme='dark'] .practice-cover-copy strong,
html[data-theme='dark'] .practice-cover-top {
  color: #f3f6fa;
}

html[data-theme='dark'] .practice-cover-copy small {
  color: #aeb8c5;
}

html[data-theme='dark'] .practice-card-labels .practice-verified {
  color: #55d7ad;
}

@media (max-width: 1060px) {
  .practice-index-header {
    align-items: start;
    gap: 28px;
  }

  .practice-index-controls {
    grid-template-columns: 260px minmax(0, 1fr);
  }

  .practice-card > a {
    grid-template-columns: 1fr;
  }

  .practice-card-cover {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 8;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .practice-cover-avatar {
    margin-top: 20px;
  }
}

@media (max-width: 820px) {
  .practice-index-shell {
    width: min(calc(100% - 40px), 720px);
    padding-top: 36px;
  }

  .practice-index-header {
    grid-template-columns: 1fr;
  }

  .practice-index-stats {
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .practice-index-stats > div:first-child {
    padding-left: 0;
    border-left: 0;
  }

  .practice-index-controls {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .practice-index-search {
    width: 100%;
  }

  .practice-domain-section > header {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 20px;
  }

  .practice-domain-section > header p {
    grid-column: 1 / -1;
  }

  .practice-card-grid {
    grid-template-columns: 1fr;
  }

  .practice-card > a {
    grid-template-columns: 208px minmax(0, 1fr);
  }

  .practice-card-cover {
    width: 208px;
    min-height: 220px;
    aspect-ratio: auto;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .practice-cover-avatar {
    margin-top: 25px;
  }
}

@media (max-width: 560px) {
  .practice-index-shell {
    width: calc(100% - 32px);
    padding: 28px 0 72px;
  }

  .practice-index-copy h1 {
    font-size: 31px;
  }

  .practice-index-copy p {
    font-size: 14px;
  }

  .practice-index-stats > div {
    padding: 2px 12px;
  }

  .practice-index-stats dt {
    font-size: 21px;
  }

  .practice-index-controls {
    padding-top: 22px;
  }

  .practice-filter-tabs {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .practice-domain-section {
    padding: 34px 0 40px;
  }

  .practice-domain-section > header {
    grid-template-columns: 1fr;
  }

  .practice-domain-section > header p,
  .practice-domain-section > header small {
    grid-column: 1;
  }

  .practice-card > a {
    grid-template-columns: 1fr;
  }

  .practice-card-cover {
    width: 100%;
    min-height: 0;
    aspect-ratio: 16 / 9;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .practice-cover-avatar {
    margin-top: 18px;
  }

  .practice-card-body {
    min-height: 205px;
  }
}

/* Restrained documentation layout */
.overview-header h1,
.article-page .article-header h1 {
  font-size: 32px;
  font-weight: 650;
  line-height: 1.3;
}

.overview-header p,
.article-page .article-summary {
  margin-top: 12px;
  font-size: 15px;
  line-height: 1.7;
}

.overview-section h2,
.docs-product-page .content-block h2,
.article-page .content-block h2,
.article-page .table-block > h2 {
  font-size: 22px;
  font-weight: 650;
}

.article-page .lead-block,
.article-page .markdown-block p,
.article-page .markdown-block li,
.article-page .step-content p {
  font-size: 15px;
  line-height: 1.75;
}

.step-number {
  border: 1px solid var(--line-strong);
  border-radius: 4px;
  background: var(--surface);
  box-shadow: none;
}


@media (max-width: 560px) {
  .overview-header h1,
  .article-page .article-header h1 {
    font-size: 28px;
  }
}

/* Content-aware article layouts */
.article-page {
  --article-main-width: 920px;
  --article-copy-width: 720px;
}

.article-page.article-type-specification {
  --article-main-width: 1040px;
  --article-copy-width: 780px;
}

.article-page.article-type-manual {
  --article-main-width: 980px;
  --article-copy-width: 740px;
}

.article-page.article-type-practice {
  --article-main-width: 1040px;
  --article-copy-width: 760px;
}

.article-page .article-layout {
  grid-template-columns: 252px minmax(0, var(--article-main-width)) 220px;
  max-width: 1540px;
}

.article-page .article-content {
  max-width: var(--article-main-width);
  padding: 48px 56px 108px;
}

.article-page .article-header {
  max-width: var(--article-copy-width);
}

.article-page .article-kicker {
  margin: 0 0 12px;
  color: var(--brand-dark);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}

.article-page .article-header h1 {
  max-width: none;
  font-size: 34px;
  line-height: 1.32;
}

.article-page .article-summary {
  max-width: none;
  margin-top: 14px;
  font-size: 16px;
  line-height: 1.75;
}

.article-page .article-meta {
  margin-top: 18px;
  padding-bottom: 26px;
}

.article-page .article-markdown-body {
  margin-top: 0;
}

.article-page .article-markdown-body > p:first-child {
  max-width: var(--article-copy-width);
  margin: 30px 0 0;
  color: #3f4855;
  font-size: 16px;
  line-height: 1.85;
}

.article-page .article-section {
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid var(--line);
  scroll-margin-top: 88px;
}

.article-page .article-section > h2 {
  max-width: var(--article-copy-width);
  margin: 0 0 16px;
  font-size: 22px;
  line-height: 1.4;
}

.article-page .article-section > p,
.article-page .article-section > ul,
.article-page .article-section > ol,
.article-page .article-section > blockquote,
.article-page .article-section > pre,
.article-page .article-section > .callout-block,
.article-page .article-section > .article-video-entry {
  max-width: var(--article-copy-width);
}

.article-page .article-section > p,
.article-page .article-section > ul,
.article-page .article-section > ol {
  margin-top: 12px;
  margin-bottom: 0;
}

.article-page .article-section > h3 {
  max-width: var(--article-copy-width);
  margin-top: 26px;
}

.article-page .article-section > .table-frame {
  width: 100%;
  margin: 18px 0 24px;
  border-radius: 6px;
}

.article-page .article-section > .markdown-image {
  width: 100%;
  margin: 22px 0 4px;
}

.article-page .markdown-image figcaption {
  padding: 9px 2px 0;
  text-align: left;
}

.article-page .callout-block {
  margin: 20px 0;
  padding: 15px 16px;
  border-radius: 6px;
  background: var(--surface-soft);
}

.article-page .callout-block > span {
  border-radius: 4px;
}

.article-page.article-type-specification .article-header {
  max-width: 820px;
}

.article-page.article-type-specification .article-section {
  padding-top: 30px;
  margin-top: 30px;
}

.article-page.article-type-specification .article-section > h2 {
  margin-bottom: 13px;
  font-size: 20px;
}

.article-page.article-type-specification .article-section > .table-frame {
  width: min(100%, 780px);
  margin-top: 12px;
}

.article-page.article-type-specification .article-section > .table-frame .data-table {
  min-width: 620px;
}

.article-page.article-type-specification .article-section > .table-frame .data-table td:first-child {
  width: 132px;
  font-weight: 650;
}

.article-page.article-type-specification .article-section > .markdown-image img {
  background: #f7f8fa;
}

.article-page.article-type-manual .article-section-preparation,
.article-page.article-type-manual .article-section-caution,
.article-page.article-type-manual .article-section-verification {
  max-width: var(--article-copy-width);
}

.article-page.article-type-manual .article-section-preparation > h2,
.article-page.article-type-manual .article-section-caution > h2,
.article-page.article-type-manual .article-section-verification > h2,
.article-page.article-type-manual .article-section-troubleshooting > h2 {
  font-size: 19px;
}

.article-page.article-type-manual .markdown-steps-list {
  width: min(100%, 860px);
  margin-top: 24px;
}

.article-page.article-type-manual .step-item {
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 16px;
  padding-bottom: 38px;
}

.article-page.article-type-manual .step-item:not(:last-child)::after {
  top: 38px;
  left: 18px;
  background: var(--line-strong);
}

.article-page.article-type-manual .step-number {
  width: 38px;
  height: 38px;
  color: var(--ink-secondary);
  border-radius: 4px;
  background: var(--surface);
  font-size: 11px;
}

.article-page.article-type-manual .step-content > h3 {
  margin-top: 3px;
  font-size: 17px;
}

.article-page.article-type-manual .step-content > p {
  max-width: var(--article-copy-width);
}

.article-page.article-type-practice .article-section > .table-frame,
.article-page.article-type-practice .article-section > .markdown-image {
  width: 100%;
}

html[data-theme='dark'] .article-page .article-markdown-body > p:first-child {
  color: var(--ink-secondary);
}

html[data-theme='dark'] .article-page.article-type-specification .article-section > .markdown-image img {
  background: #101927;
}

@media (max-width: 1320px) {
  .article-page .article-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    max-width: 1280px;
  }

  .article-page .article-aside {
    display: none;
  }

  .article-page .article-content {
    justify-self: stretch;
  }
}

@media (max-width: 820px) {
  .article-page .article-content {
    max-width: 780px;
    padding: 34px 24px 80px;
  }

  .article-page .article-header h1 {
    font-size: 31px;
  }

  .article-page .article-section {
    padding-top: 28px;
    margin-top: 28px;
  }
}

@media (max-width: 560px) {
  .article-page .article-content {
    padding: 28px 18px 64px;
  }

  .article-page .article-header h1 {
    font-size: 28px;
  }

  .article-page .article-summary,
  .article-page .article-markdown-body > p:first-child {
    font-size: 15px;
  }

  .article-page .article-section > h2 {
    font-size: 20px;
  }

  .article-page .article-section > .table-frame {
    width: 100%;
    margin-right: 0;
  }

  .article-page .article-section > .markdown-image {
    margin-top: 18px;
  }

  .article-page.article-type-manual .step-item {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    padding-bottom: 30px;
  }

  .article-page.article-type-manual .step-number {
    width: 32px;
    height: 32px;
  }

  .article-page.article-type-manual .step-item:not(:last-child)::after {
    top: 32px;
    left: 15px;
  }

  .article-page.article-type-manual .step-content > h3 {
    margin-top: 1px;
    font-size: 16px;
  }
}
