@font-face {
  font-family: "TsangerJinKai02";
  src: url("https://cdn.jsdelivr.net/gh/AlfredoSequeworthy/TsangerJinKai02@main/TsangerJinKai02-W04.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "TsangerJinKai02";
  src: url("https://cdn.jsdelivr.net/gh/AlfredoSequeworthy/TsangerJinKai02@main/TsangerJinKai02-W05.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --parchment: #f5f4ed;
  --ivory: #faf9f5;
  --warm-sand: #e8e6dc;
  --brand: #1b365d;
  --brand-light: #2d5a8a;
  --brand-tint: #eef2f7;
  --near-black: #141413;
  --dark-warm: #3d3d3a;
  --olive: #504e49;
  --stone: #6b6a64;
  --border: #e8e6dc;
  --border-soft: #e5e3d8;
  --line: #d8d5c8;
  --dark-surface: #30302e;
  --serif: "TsangerJinKai02", "Source Han Serif SC", "Noto Serif CJK SC", "Songti SC", "STSong", Georgia, serif;
  --sans: var(--serif);
  --mono: "JetBrains Mono", "SF Mono", Consolas, "TsangerJinKai02", "Source Han Serif SC", monospace;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  background:
    linear-gradient(90deg, #ebe9df 0 1px, transparent 1px) 0 0 / 96px 96px,
    linear-gradient(180deg, #faf9f5 0%, var(--parchment) 42%, #efede3 100%);
  color: var(--near-black);
  font-family: var(--serif);
  font-size: 16px;
  line-height: 1.58;
  letter-spacing: 0.2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: var(--brand);
  text-decoration: none;
  border-bottom: 1px solid #d0dce9;
  transition:
    color 160ms ease,
    border-color 160ms ease;
}

a:hover {
  color: var(--brand-light);
  border-bottom-color: var(--brand-light);
}

.page {
  max-width: 1060px;
  margin: 0 auto;
  padding: 76px 64px 112px;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--border-soft);
}

.company-logo {
  display: block;
  width: 82px;
  height: auto;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 20;
  padding: 8px 12px;
  color: var(--ivory);
  background: var(--brand);
  border: 0;
  border-radius: 6px;
  transform: translateY(-140%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 44px;
  color: var(--near-black);
  border-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}

.brand-lockup:hover {
  color: var(--brand);
  border-bottom: 0;
}

.blog-header .company-logo {
  width: 62px;
}

.home-gxy-lockup {
  flex: 1 1 auto;
  max-width: min(720px, 100%);
  align-items: center;
  gap: 12px;
}

.header-portrait {
  flex: 0 0 auto;
  width: 62px;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.header-speech {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 0;
  max-width: min(430px, 48vw);
  min-height: 42px;
  padding: 9px 13px;
  color: var(--near-black);
  background: rgba(250, 249, 245, 0.88);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.72) inset;
  font-size: 15px;
  line-height: 1.28;
}

.header-speech::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 13px;
  height: 13px;
  background: inherit;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  transform: translateY(-50%) rotate(45deg);
}

.header-speech .typewriter-title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.top-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  min-width: 0;
  color: var(--olive);
  font-size: 14px;
}

.top-nav a {
  padding: 7px 0;
  border-bottom-color: transparent;
  white-space: nowrap;
}

.top-nav a:hover {
  border-bottom-color: var(--brand-light);
}

.blog-hero {
  max-width: 900px;
  padding: 46px 0 38px;
  border-bottom: 1px solid var(--line);
  animation: page-rise 520ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.blog-hero-title {
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 54px);
}

.hero-brand-lockup {
  gap: clamp(20px, 4.5vw, 44px);
}

.hero-company-logo {
  flex: 0 0 auto;
  width: clamp(72px, 11vw, 112px);
  max-width: 17%;
  height: auto;
  object-fit: contain;
  object-position: center;
}

.speech-card {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 560px;
  padding: clamp(20px, 3vw, 32px) clamp(22px, 3.4vw, 38px);
  background: rgba(250, 249, 245, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.78) inset,
    0 22px 46px rgba(40, 38, 31, 0.1);
}

.speech-card::before {
  content: "";
  position: absolute;
  top: 44%;
  left: -15px;
  width: 28px;
  height: 28px;
  background: inherit;
  border-bottom: 1px solid var(--line);
  border-left: 1px solid var(--line);
  transform: rotate(45deg);
}

.blog-hero h1 {
  max-width: 100%;
  color: var(--near-black);
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.08;
  overflow-wrap: anywhere;
  text-wrap: balance;
}

.typewriter-title::after {
  content: "";
  display: inline-block;
  width: 0.1em;
  height: 0.86em;
  margin-left: 0.1em;
  background: var(--brand);
  vertical-align: -0.08em;
  animation: cursor-blink 820ms steps(1, end) infinite;
}

.hero-portrait {
  flex: 0 0 auto;
  width: clamp(160px, 25vw, 290px);
  max-width: 34%;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
}

.article-label,
.article-meta,
.back-link,
.article-arrow,
.column-head span {
  color: var(--brand);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.6px;
}

.article-list {
  display: grid;
  max-width: 900px;
  padding: 22px 0 52px;
}

.article-list-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.38fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 0;
  color: var(--near-black);
  border-bottom: 1px solid var(--border-soft);
  transition:
    color 160ms ease,
    transform 160ms ease;
}

.article-list-item:hover {
  color: var(--brand);
  border-bottom-color: var(--border-soft);
  transform: translateX(4px);
}

.article-list-item h2 {
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.22;
}

.article-list-item p {
  margin: 0;
  color: var(--olive);
  line-height: 1.5;
  text-wrap: pretty;
}

.article-list-item em {
  color: var(--brand);
  font-style: normal;
  font-size: 14px;
  white-space: nowrap;
}

.hero {
  padding: 54px 0 64px;
  border-bottom: 1px solid var(--line);
}

.hero-grid {
  max-width: 780px;
  animation: page-rise 460ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.kicker {
  margin: 0 0 18px;
  color: var(--brand);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  max-width: 760px;
  font-size: clamp(44px, 7vw, 76px);
  line-height: 1.08;
  text-wrap: balance;
}

h2 {
  color: var(--near-black);
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
  text-wrap: balance;
}

.lead {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--dark-warm);
  font-size: 19px;
  line-height: 1.58;
  text-wrap: pretty;
}

.guide {
  position: relative;
}

.setup-layout {
  padding-top: 42px;
}

.setup-layout .guide {
  max-width: 100%;
}

.setup-layout .article-toc {
  padding-top: 42px;
}

.step {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr);
  gap: 28px;
  padding: 42px 0;
  border-bottom: 1px solid var(--border-soft);
}

.step:last-child {
  border-bottom: 0;
}

.step-marker {
  position: relative;
  display: grid;
  justify-items: center;
}

.step-marker::after {
  content: "";
  position: absolute;
  top: 50px;
  bottom: -42px;
  width: 1px;
  background: var(--line);
}

.step:last-child .step-marker::after {
  display: none;
}

.step-marker span {
  position: sticky;
  top: 28px;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  color: var(--brand);
  background: var(--parchment);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  font-variant-numeric: tabular-nums;
}

.step-content {
  min-width: 0;
  max-width: 100%;
}

.section-head {
  max-width: 760px;
}

.section-head p {
  margin: 12px 0 0;
  color: var(--olive);
  line-height: 1.56;
  text-wrap: pretty;
}

.setup-choice {
  display: grid;
  gap: 12px;
  max-width: 520px;
  margin-top: 24px;
  padding: 18px 0 2px;
  border-top: 1px solid var(--border-soft);
}

.setup-choice p {
  margin: 0;
  color: var(--dark-warm);
  line-height: 1.5;
  text-wrap: pretty;
}

.setup-choice .system-tabs {
  margin-top: 0;
}

.body-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(340px, 1.08fr);
  gap: 32px;
  align-items: start;
  margin-top: 28px;
  min-width: 0;
}

.body-grid > * {
  min-width: 0;
}

.system-tabs {
  display: inline-grid;
  grid-template-columns: repeat(2, minmax(108px, 1fr));
  gap: 4px;
  margin-top: 26px;
  padding: 4px;
  background: #ebe9df;
  border-radius: 10px;
}

.system-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  min-height: 42px;
  padding: 8px 18px;
  color: var(--olive);
  background: transparent;
  border: 0;
  border-radius: 7px;
  cursor: pointer;
  font: 500 15px/1 var(--serif);
  letter-spacing: 0;
  touch-action: manipulation;
  transition:
    color 160ms ease,
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}

.system-tab span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.system-tab svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.system-tab:hover {
  color: var(--brand);
  background: #f5f4ed;
}

.system-tab:active {
  transform: scale(0.96);
}

.system-tab.is-active {
  color: var(--brand);
  background: var(--ivory);
  box-shadow: 0 1px 0 #ffffff inset, 0 8px 18px rgba(27, 54, 93, 0.08);
}

.system-tab:focus-visible {
  outline: 2px solid var(--brand-light);
  outline-offset: 2px;
}

.system-panel {
  max-width: 100%;
  animation: panel-in 180ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.system-panel[hidden] {
  display: none;
}

@keyframes panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.steps {
  margin: 0;
  padding-left: 24px;
  color: var(--dark-warm);
  line-height: 1.62;
}

.steps li + li {
  margin-top: 9px;
}

.code-block {
  position: relative;
  min-width: 0;
  isolation: isolate;
}

.provider-form {
  display: grid;
  gap: 0;
  margin: 0;
  min-width: 0;
  padding: 2px 0 0;
  border-top: 1px solid var(--line);
}

.form-field {
  display: grid;
  grid-template-columns: minmax(86px, 0.34fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
  padding: 13px 0;
  border-bottom: 1px solid var(--border-soft);
}

.field-label {
  color: var(--near-black);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

.field-value {
  position: relative;
  display: flex;
  align-items: center;
  min-width: 0;
  min-height: 38px;
  padding: 8px 82px 8px 12px;
  color: var(--near-black);
  background: rgba(255, 255, 255, 0.42);
  border: 1px solid #dedbd0;
  border-radius: 6px;
  font-family: var(--mono);
  font-size: 13px;
  line-height: 1.45;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.field-value code {
  display: block;
  width: auto;
  min-width: 0;
  white-space: pre-wrap;
  word-break: break-word;
}

.field-value:not(:has(.copy-button)) {
  padding-right: 12px;
}

.field-value::before {
  content: none;
}

.field-value::after {
  content: none;
}

.provider-form .copy-button {
  top: 50%;
  right: 6px;
  min-height: 28px;
  padding: 5px 9px;
  color: var(--brand);
  background: #f3f5f7;
  border-color: #d6dee8;
  transform: translateY(-50%);
}

.provider-form .copy-button:hover {
  color: #102a4b;
  background: #e9eef4;
  border-color: #c6d3e1;
}

.provider-form .copy-button:active {
  transform: translateY(-50%) scale(0.96);
}

.provider-form .copy-button[data-state="success"] {
  color: #f7f6ef;
  background: #386b4f;
  border-color: #579172;
}

.form-field-code {
  gap: 9px;
}

.compact-code::before {
  height: 38px;
  background:
    radial-gradient(circle at 16px 18px, #d66a5f 0 3.5px, transparent 4px),
    radial-gradient(circle at 29px 18px, #d7af54 0 3.5px, transparent 4px),
    radial-gradient(circle at 42px 18px, #6fa66a 0 3.5px, transparent 4px),
    linear-gradient(180deg, #3b3a37 0%, #343331 100%);
}

.compact-code::after {
  content: none;
  top: 10px;
  left: 56px;
}

.compact-code pre {
  padding: 50px 16px 16px;
  font-size: 13px;
  line-height: 1.5;
}

.code-block::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 43px;
  background:
    radial-gradient(circle at 18px 20px, #d66a5f 0 4px, transparent 4.5px),
    radial-gradient(circle at 32px 20px, #d7af54 0 4px, transparent 4.5px),
    radial-gradient(circle at 46px 20px, #6fa66a 0 4px, transparent 4.5px),
    linear-gradient(180deg, #3b3a37 0%, #343331 100%);
  border: 1px solid #4d4c48;
  border-bottom: 1px solid #4a4945;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}

.code-block::after {
  content: none;
  position: absolute;
  top: 12px;
  left: 62px;
  z-index: 2;
  color: #b9b7ad;
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0;
  pointer-events: none;
}

.code-block:not([data-label])::after {
  content: none;
}

.copy-button {
  position: absolute;
  top: 7px;
  right: 8px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 29px;
  padding: 5px 10px;
  color: #f1f0e8;
  background: #55544f;
  border: 1px solid #686761;
  border-radius: 6px;
  cursor: pointer;
  font: 500 12px/1 var(--serif);
  letter-spacing: 0;
  touch-action: manipulation;
  transition:
    background 160ms ease,
    border-color 160ms ease,
    color 160ms ease,
    transform 160ms ease;
}

.copy-button svg {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.copy-button .icon-check {
  display: none;
}

.copy-button[data-state="success"] {
  color: #f7f6ef;
  background: #386b4f;
  border-color: #579172;
}

.copy-button[data-state="success"] .icon-copy {
  display: none;
}

.copy-button[data-state="success"] .icon-check {
  display: block;
}

.copy-button:hover {
  background: #62615b;
  border-color: #77766f;
}

.copy-button[data-state="success"]:hover {
  background: #386b4f;
  border-color: #579172;
}

.copy-button:active {
  transform: scale(0.96);
}

.copy-button:focus-visible {
  outline: 2px solid #d0dce9;
  outline-offset: 2px;
}

pre {
  margin: 0;
  padding: 58px 22px 20px;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  color: #f1f0e8;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.028) 0 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, #30302e 0%, #292927 100%);
  border-radius: 10px;
  border: 1px solid #4d4c48;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.035),
    0 18px 34px rgba(40, 38, 31, 0.1);
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.68;
  letter-spacing: 0;
}

pre code {
  display: block;
  width: max-content;
  min-width: 100%;
}

code {
  font-family: var(--mono);
}

p code,
li code {
  padding: 2px 6px;
  color: var(--brand);
  background: var(--brand-tint);
  border-radius: 4px;
  white-space: nowrap;
}

a,
pre code {
  overflow-wrap: anywhere;
}

.note-line {
  margin: 22px 0 0;
  padding: 14px 0 0;
  color: var(--olive);
  border-top: 1px solid var(--border-soft);
  line-height: 1.55;
  text-wrap: pretty;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 26px;
  padding-top: 22px;
  color: var(--stone);
  border-top: 1px solid var(--border-soft);
  font-size: 13px;
}

.article-page {
  max-width: 1120px;
}

.article-shell {
  padding-top: 0;
}

.article-hero {
  padding: 52px 0 44px;
  border-bottom: 1px solid var(--line);
  animation: page-rise 500ms cubic-bezier(0.16, 1, 0.3, 1) both;
}

.back-link {
  display: inline-flex;
  margin-bottom: 24px;
  border-bottom-color: var(--border-soft);
}

.article-hero .kicker {
  margin-bottom: 16px;
}

.article-hero .lead {
  max-width: 760px;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 22px;
  color: var(--stone);
}

.article-layout {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
  padding-top: 42px;
}

.article-toc {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 11px;
  padding-top: 2px;
  font-size: 14px;
}

.article-toc p {
  margin: 0 0 6px;
  color: var(--stone);
  font-size: 12px;
  letter-spacing: 0.7px;
}

.article-toc a {
  color: var(--olive);
  border-bottom-color: transparent;
  line-height: 1.35;
}

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

.article-content {
  min-width: 0;
  max-width: 760px;
}

.article-content section {
  scroll-margin-top: 28px;
}

.article-content section + section {
  margin-top: 54px;
  padding-top: 38px;
  border-top: 1px solid var(--border-soft);
}

.article-content h2 {
  margin-bottom: 18px;
}

.article-content h3 {
  margin: 28px 0 12px;
  color: var(--near-black);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0;
}

.article-content p,
.article-content li,
.article-content dd {
  color: var(--dark-warm);
  line-height: 1.68;
  text-wrap: pretty;
}

.article-content p {
  margin: 14px 0;
}

.article-content strong {
  font-weight: 500;
}

.article-content blockquote {
  margin: 22px 0;
  padding: 2px 0 2px 18px;
  border-left: 2px solid var(--brand);
}

.article-content blockquote p {
  margin: 0;
  color: var(--olive);
}

.article-content ul {
  margin: 14px 0 0;
  padding-left: 24px;
}

.definition-list {
  display: grid;
  gap: 0;
  margin: 24px 0;
  border-top: 1px solid var(--line);
}

.definition-list div {
  display: grid;
  grid-template-columns: minmax(112px, 0.28fr) minmax(0, 1fr);
  gap: 20px;
  padding: 14px 0;
  border-bottom: 1px solid var(--border-soft);
}

.definition-list dt {
  color: var(--brand);
  font-family: var(--mono);
  font-size: 14px;
}

.definition-list dd {
  margin: 0;
}

.method-list {
  display: grid;
  gap: 32px;
}

@keyframes page-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cursor-blink {
  50% {
    opacity: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (max-width: 880px) {
  .page {
    padding: 60px 28px 88px;
  }

  .site-header {
    align-items: flex-start;
  }

  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-list-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .article-toc {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 24px;
    border-bottom: 1px solid var(--border-soft);
  }

  .article-toc p {
    grid-column: 1 / -1;
  }

  .body-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .system-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }
}

@media (max-width: 560px) {
  body {
    font-size: 15px;
  }

  .page {
    padding: 34px 16px 72px;
  }

  .site-header,
  .footer {
    display: grid;
  }

  .brand-lockup {
    gap: 10px;
    font-size: 15px;
  }

  .home-gxy-lockup {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    width: 100%;
  }

  .header-portrait {
    width: 54px;
  }

  .header-speech {
    max-width: none;
    min-height: 38px;
    padding: 8px 11px;
    font-size: 14px;
  }

  .top-nav {
    justify-content: start;
    gap: 13px;
    overflow-x: auto;
    max-width: calc(100vw - 32px);
    padding-bottom: 2px;
    scrollbar-width: none;
  }

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

  .company-logo {
    width: 68px;
  }

  .blog-header .company-logo {
    width: 54px;
  }

  .blog-hero {
    padding: 34px 0 28px;
  }

  .blog-hero-title {
    align-items: flex-end;
    gap: 16px;
  }

  .speech-card {
    padding: 17px 18px;
  }

  .speech-card::before {
    top: auto;
    bottom: 22px;
    left: -10px;
    width: 18px;
    height: 18px;
  }

  .blog-hero h1 {
    flex: 1 1 auto;
    font-size: clamp(30px, 10vw, 44px);
  }

  .hero-company-logo {
    width: clamp(54px, 18vw, 72px);
    max-width: 21%;
  }

  .hero-portrait {
    width: clamp(110px, 31vw, 150px);
    max-width: 34%;
  }

  .article-list {
    padding: 12px 0 34px;
  }

  .article-list-item {
    grid-template-columns: 1fr;
    gap: 8px;
    align-items: start;
    padding: 24px 0;
  }

  .article-list-item:hover {
    transform: none;
  }

  .article-list-item em {
    padding-top: 4px;
  }

  .hero {
    padding: 36px 0 42px;
  }

  .lead {
    font-size: 16px;
  }

  .article-hero {
    padding: 38px 0 34px;
  }

  .article-hero h1 {
    font-size: clamp(38px, 11vw, 52px);
  }

  .article-layout {
    gap: 32px;
    padding-top: 28px;
  }

  .article-toc {
    grid-template-columns: 1fr;
  }

  .article-content section + section {
    margin-top: 42px;
    padding-top: 30px;
  }

  .definition-list div {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .step {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 0;
  }

  .step-marker {
    justify-items: start;
  }

  .step-marker::after {
    display: none;
  }

  .step-marker span {
    position: static;
    width: auto;
    height: auto;
    padding: 3px 8px;
    border-radius: 4px;
  }

  .system-tabs {
    display: flex;
    gap: 4px;
    width: max-content;
    max-width: calc(100vw - 32px);
    overflow-x: auto;
    overscroll-behavior-x: contain;
    padding: 4px;
    scrollbar-width: none;
  }

  .system-tabs::-webkit-scrollbar {
    display: none;
  }

  .system-tab {
    flex: 0 0 auto;
    min-height: 40px;
    gap: 5px;
    padding: 8px 12px;
    font-size: 13px;
  }

  .system-tab svg {
    width: 15px;
    height: 15px;
    flex: 0 0 15px;
  }

  .code-block {
    max-width: calc(100vw - 32px);
  }

  .provider-form {
    max-width: calc(100vw - 32px);
  }

  .form-field {
    grid-template-columns: 1fr;
    gap: 7px;
    padding: 14px 0;
  }

  pre {
    max-width: calc(100vw - 32px);
    padding: 58px 16px 16px;
    font-size: 13px;
  }

  .copy-button {
    right: 7px;
    padding: 5px 9px;
  }

  pre code {
    width: auto;
    min-width: 0;
    white-space: pre-wrap;
    word-break: break-word;
  }

  .body-grid > div,
  .steps,
  .note-line {
    max-width: calc(100vw - 32px);
  }

  .steps {
    padding-left: 0;
    list-style-position: inside;
  }
}
