:root {
  --wch-navy: #071527;
  --wch-navy-2: #0d2747;
  --wch-blue: #3aa0ff;
  --wch-blue-2: #eaf5ff;
  --wch-violet: #8367ff;
  --wch-ink: #111827;
  --wch-muted: #637083;
  --wch-line: #dfe8f4;
  --wch-white: #ffffff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: #f7faff;
  color: var(--wch-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(247, 250, 255, .92);
  border-bottom: 1px solid rgba(17, 24, 39, .06);
  backdrop-filter: blur(12px);
}

.site-header__inner {
  width: min(1160px, calc(100% - 40px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.site-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--wch-navy);
  font-size: 20px;
  font-weight: 850;
  letter-spacing: 0;
  text-decoration: none;
  white-space: nowrap;
}

.site-brand img {
  display: block;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(58, 160, 255, .22);
  border-radius: 12px;
  box-shadow: 0 10px 22px rgba(7, 21, 39, .12);
}

.site-nav,
.site-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.site-nav,
.site-footer__nav {
  gap: 16px 22px;
}

.site-nav {
  justify-content: flex-end;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: auto;
}

.site-nav a,
.site-footer__nav a,
.language-switcher a {
  color: var(--wch-navy);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color .18s ease;
}

.site-nav a:hover,
.site-footer__nav a:hover {
  color: #0b6fcc;
}

.language-switcher select {
  min-width: 132px;
  min-height: 38px;
  padding: 0 34px 0 12px;
  border: 1px solid var(--wch-line);
  border-radius: 8px;
  background:
    linear-gradient(45deg, transparent 50%, #31445f 50%),
    linear-gradient(135deg, #31445f 50%, transparent 50%),
    #ffffff;
  background-position:
    calc(100% - 18px) 16px,
    calc(100% - 13px) 16px,
    0 0;
  background-size: 5px 5px, 5px 5px, 100%;
  background-repeat: no-repeat;
  color: #31445f;
  font: inherit;
  font-size: 13px;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(7, 21, 39, .045);
  appearance: none;
  cursor: pointer;
}

.language-switcher select:hover,
.language-switcher select:focus {
  border-color: rgba(58, 160, 255, .6);
  color: #0b5fb8;
  outline: none;
}

.language-switcher a {
  min-width: 34px;
  padding: 7px 9px;
  border: 1px solid var(--wch-line);
  border-radius: 999px;
  background: #ffffff;
  color: #31445f;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  box-shadow: 0 8px 22px rgba(7, 21, 39, .045);
}

.language-switcher a:hover,
.language-switcher a[aria-current="true"] {
  border-color: rgba(58, 160, 255, .6);
  color: #0b5fb8;
}

html[dir="rtl"] body {
  direction: rtl;
}

html[dir="rtl"] .site-header__inner,
html[dir="rtl"] .wch-hero__inner,
html[dir="rtl"] .wch-section__head,
html[dir="rtl"] .wch-band,
html[dir="rtl"] .wch-about,
html[dir="rtl"] .wch-tool-spotlight,
html[dir="rtl"] .wch-article-card,
html[dir="rtl"] .site-footer {
  direction: rtl;
}

html[dir="rtl"] .wch-console,
html[dir="rtl"] pre,
html[dir="rtl"] code {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .site-nav,
html[dir="rtl"] .site-footer__nav {
  justify-content: flex-start;
}

html[dir="rtl"] .language-switcher {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .language-switcher select {
  padding: 0 12px 0 34px;
  background-position:
    18px 16px,
    13px 16px,
    0 0;
}

.wch-site {
  width: 100%;
}

.wch-hero {
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, #061221 0%, #0b203b 48%, #143b67 100%);
  background-size: 44px 44px, 44px 44px, auto;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.wch-hero__inner {
  width: min(1180px, calc(100% - 48px));
  min-height: 520px;
  margin: 0 auto;
  padding: 58px 0 50px;
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 440px);
  align-items: center;
  gap: 56px;
}

.wch-eyebrow {
  margin: 0 0 14px;
  color: var(--wch-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.4;
  text-transform: uppercase;
}

.wch-hero .wch-eyebrow {
  color: #9bd3ff;
}

.wch-hero h1,
.wch-page-hero h1,
.wch-article-hero h1 {
  margin: 0;
  max-width: 920px;
  color: var(--wch-navy);
  font-size: clamp(48px, 5vw, 72px);
  line-height: .98;
  letter-spacing: 0;
  font-weight: 850;
}

.wch-hero h1 {
  max-width: 720px;
  color: #fff;
}

.wch-hero h1 span {
  display: block;
}

.wch-tagline {
  margin: 14px 0 0;
  color: #d9ebff;
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.18;
  font-weight: 650;
}

.wch-lead {
  max-width: 720px;
  margin: 18px 0 0;
  color: var(--wch-muted);
  font-size: 19px;
  line-height: 1.75;
}

.wch-hero .wch-lead {
  color: #c9dbef;
}

.wch-actions,
.wch-tool-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.wch-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.wch-button:hover {
  transform: translateY(-1px);
}

.wch-button--primary {
  background: var(--wch-blue);
  color: #061221;
  box-shadow: 0 18px 40px rgba(58, 160, 255, .25);
}

.wch-button--secondary {
  border: 1px solid rgba(255, 255, 255, .28);
  color: #fff;
  background: rgba(255, 255, 255, .06);
}

.wch-button--light {
  border: 1px solid var(--wch-line);
  background: #ffffff;
  color: var(--wch-navy);
}

.wch-button--dark {
  background: #ffffff;
  color: #071527 !important;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
  white-space: nowrap;
}

.wch-console {
  width: 100%;
  max-width: 440px;
  justify-self: end;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 18px;
  padding: 18px;
  background: rgba(7, 21, 39, .72);
  box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
  backdrop-filter: blur(12px);
  transform: translateY(-22px);
}

.wch-console__bar {
  display: flex;
  gap: 7px;
  margin-bottom: 18px;
}

.wch-console__bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #3aa0ff;
}

.wch-console__bar span:nth-child(2) {
  background: #8367ff;
}

.wch-console__bar span:nth-child(3) {
  background: #ffffff;
}

.wch-console__line {
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, .11);
  color: #dcecff;
  font-size: 14px;
}

.wch-console__line strong {
  color: #9bd3ff;
}

.wch-console__github {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, .13);
}

.wch-console__github-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.wch-console__github-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  color: #ffffff;
}

.wch-console__github-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.wch-console__github-label strong {
  color: #ffffff;
  font-size: 12px;
  letter-spacing: .08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.wch-console__github a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 8px;
  background: #ffffff;
  color: #071527;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
}

.wch-console__github a:hover {
  transform: translateY(-1px);
}

.wch-section,
.wch-card-grid,
.wch-page-hero,
.wch-article-list,
.wch-about,
.wch-quick-checks,
.wch-tool-spotlight,
.wch-tool-directory,
.wch-operational-tools,
.wch-tool-detail-card,
.wch-band,
.wch-github-callout,
.site-footer {
  width: min(1160px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.wch-section {
  padding: 58px 0 24px;
}

.wch-section__head {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, .55fr);
  gap: 40px;
  align-items: center;
  margin-bottom: 32px;
}

.wch-section__head h2,
.wch-band h2,
.wch-about h2 {
  margin: 0;
  color: var(--wch-navy);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

.wch-section__head p:last-child,
.wch-band p,
.wch-about p {
  margin: 0;
  color: var(--wch-muted);
  font-size: 17px;
  line-height: 1.75;
}

.wch-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding-bottom: 62px;
}

.wch-card-grid--scripts {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-top: 24px;
}

.wch-card,
.wch-article-card,
.wch-tool-directory__item,
.wch-check,
.wch-about__main,
.wch-about__side,
.wch-operational-card,
.wch-tool-spotlight__content,
.wch-tool-panel,
.wch-related-articles {
  border: 1px solid var(--wch-line);
  background: #fff;
  box-shadow: 0 18px 50px rgba(7, 21, 39, .055);
}

.wch-card-grid > *,
.wch-tool-directory > *,
.wch-operational-grid > *,
.wch-card,
.wch-article-card,
.wch-tool-directory__item {
  min-width: 0;
}

.wch-card {
  min-height: 250px;
  padding: 24px;
  border-radius: 14px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.wch-card:hover {
  transform: translateY(-3px);
  border-color: rgba(58, 160, 255, .55);
  box-shadow: 0 24px 70px rgba(7, 21, 39, .1);
}

.wch-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 22px;
  border-radius: 10px;
  background: var(--wch-blue-2);
  color: #0b5fb8;
  font-size: 13px;
  font-weight: 850;
}

.wch-card h3 {
  margin: 0 0 12px;
  color: var(--wch-navy);
  font-size: 21px;
  line-height: 1.18;
  overflow-wrap: anywhere;
}

.wch-card p,
.wch-tool-directory__item p:not(.wch-meta),
.wch-operational-card__body p:not(.wch-meta),
.wch-tool-spotlight__content p {
  margin: 0;
  color: var(--wch-muted);
  font-size: 15px;
  line-height: 1.7;
  overflow-wrap: anywhere;
}

.wch-card code {
  color: var(--wch-navy);
  font-size: 14px;
  word-break: break-word;
}

.wch-card a,
.wch-related-articles a {
  overflow-wrap: anywhere;
}

.wch-band {
  margin-bottom: 54px;
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(280px, .55fr);
  gap: 34px;
  padding: 34px;
  border: 1px solid #cbdff5;
  border-radius: 18px;
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
}

.site-footer {
  padding: 36px 0 54px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  border-top: 1px solid var(--wch-line);
  color: var(--wch-navy);
}

.site-footer strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}

.site-footer p {
  margin: 0;
  color: var(--wch-muted);
  font-size: 15px;
}

.site-footer__nav {
  justify-content: flex-end;
  align-items: flex-start;
}

.wch-page-hero {
  padding: 82px 0 36px;
}

.wch-article-list {
  display: grid;
  gap: 18px;
  padding: 18px 0 86px;
}

.wch-article-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  padding: 28px;
  border-radius: 16px;
}

.wch-meta {
  margin: 0 0 10px;
  color: #0b6fcc;
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.wch-article-card h2 {
  margin: 0 0 10px;
  color: var(--wch-navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.12;
}

.wch-article-card h2 a,
.wch-text-link {
  text-decoration: none;
}

.wch-article-card p {
  max-width: 820px;
  margin: 0;
  color: var(--wch-muted);
  font-size: 16px;
  line-height: 1.7;
}

.wch-text-link {
  color: #0b5fb8;
  font-weight: 850;
  white-space: nowrap;
}

.wch-github-callout {
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .055) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, .045) 1px, transparent 1px),
    linear-gradient(135deg, #071527 0%, #0d2747 64%, #122f55 100%);
  background-size: 36px 36px, 36px 36px, auto;
  color: #ffffff;
  box-shadow: 0 24px 70px rgba(7, 21, 39, .16);
}

.wch-github-callout--home {
  margin-top: 34px;
  margin-bottom: 18px;
}

.wch-github-callout__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 18px;
  background: #ffffff;
  color: #071527;
  box-shadow: 0 18px 45px rgba(0, 0, 0, .18);
}

.wch-github-callout__icon svg {
  width: 42px;
  height: 42px;
  fill: currentColor;
}

.wch-github-callout .wch-eyebrow {
  color: #9bd3ff;
  margin-bottom: 8px;
}

.wch-github-callout h2 {
  margin: 0 0 8px;
  color: #ffffff;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
}

.wch-github-callout p:last-child {
  max-width: 760px;
  margin: 0;
  color: #c9dbef;
  font-size: 16px;
  line-height: 1.7;
}

.wch-tool-directory {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 0 28px;
}

.wch-tool-directory__item {
  display: grid;
  align-content: start;
  min-height: 220px;
  padding: 24px;
  border-radius: 16px;
}

.wch-tool-directory__item h2 {
  margin: 0 0 12px;
  color: var(--wch-navy);
  font-size: 24px;
  line-height: 1.14;
}

.wch-tool-directory__item p:not(.wch-meta) {
  margin-bottom: 18px;
}

.wch-tool-directory__item a {
  align-self: end;
  color: #0b6fcc;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.wch-home-start {
  margin-top: 34px;
  padding-bottom: 18px;
}

.wch-home-start .wch-tool-directory__item {
  min-height: 235px;
}

.wch-tool-spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
  gap: 30px;
  align-items: stretch;
  padding: 18px 0 30px;
}

.wch-tool-spotlight__content,
.wch-tool-panel {
  border-radius: 18px;
}

.wch-tool-spotlight__content {
  padding: 34px;
}

.wch-tool-spotlight__content h2 {
  margin: 0 0 16px;
  color: var(--wch-navy);
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.04;
}

.wch-tool-spotlight__content p {
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.75;
}

.wch-tool-spotlight__content .wch-tool-transparency,
.wch-operational-tools > .wch-tool-transparency {
  padding: 14px 16px;
  border: 1px solid #cbdff5;
  border-radius: 12px;
  background: #eef7ff;
  color: #31445f;
  font-size: 15px;
  line-height: 1.8;
}

.wch-operational-tools {
  padding: 34px 0 22px;
}

.wch-operational-tools .wch-section__head {
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
}

.wch-operational-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wch-operational-card {
  overflow: hidden;
  border-radius: 18px;
}

.wch-operational-card__media {
  margin: 0;
  border-bottom: 1px solid var(--wch-line);
  background: #f8fbff;
}

.wch-operational-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: contain;
  object-position: top center;
}

.wch-operational-card__body {
  padding: 26px;
}

.wch-operational-card__body h3,
.wch-operational-card__body h2 {
  margin: 0 0 12px;
  color: var(--wch-navy);
  line-height: 1.16;
}

.wch-operational-card__body h3 {
  font-size: 26px;
}

.wch-operational-card__body h2 {
  font-size: clamp(30px, 4vw, 44px);
}

.wch-operational-card__body p:not(.wch-meta) {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.72;
}

.wch-tool-screenshots {
  padding: 22px 0 54px;
}

.wch-tool-screenshots .wch-section__head {
  width: 100%;
  margin-bottom: 24px;
  padding: 0;
}

.wch-tool-screenshot-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.wch-tool-screenshot-card {
  overflow: hidden;
  border: 1px solid var(--wch-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 20px 42px rgba(13, 39, 71, 0.08);
}

.wch-tool-screenshot-card__media {
  margin: 0;
  border-bottom: 1px solid var(--wch-line);
  background: #f5f9ff;
}

.wch-tool-screenshot-card__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
}

.wch-tool-screenshot-card__body {
  padding: 20px 22px 22px;
}

.wch-tool-screenshot-card__body h3 {
  margin: 0 0 10px;
  color: var(--wch-navy);
  font-size: 22px;
  line-height: 1.18;
}

.wch-tool-screenshot-card__body p:not(.wch-meta) {
  margin-bottom: 16px;
  color: var(--wch-muted);
  font-size: 15px;
  line-height: 1.7;
}

.wch-tool-screenshot-card__body a {
  font-weight: 800;
}

.wch-tool-panel {
  padding: 22px;
  background: linear-gradient(135deg, #071527 0%, #0d2747 100%);
  color: #ffffff;
}

.wch-tool-detail-card {
  margin-top: 18px;
  margin-bottom: 32px;
}

.wch-quick-checks {
  display: grid;
  gap: 18px;
  padding: 8px 0 54px;
}

.wch-check {
  padding: 26px;
  border-radius: 16px;
}

.wch-check h2 {
  margin: 0 0 16px;
  color: var(--wch-navy);
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.14;
}

pre.wp-block-code,
.wp-block-code,
.wch-check pre.wp-block-code {
  overflow-x: auto;
  margin: 20px 0 30px;
  padding: 20px;
  border: 1px solid rgba(154, 184, 219, .35);
  border-radius: 14px;
  background: #071527;
  box-shadow: 0 18px 50px rgba(7, 21, 39, .1);
}

pre.wp-block-code code,
.wp-block-code code,
.wch-check code {
  color: #dcecff;
  font-family: "Cascadia Code", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: 14px;
  line-height: 1.7;
  white-space: pre;
}

.wch-about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 30px;
  padding: 18px 0 86px;
}

.wch-about__main,
.wch-about__side {
  padding: 30px;
  border-radius: 16px;
}

.wch-about__main p {
  margin-top: 18px;
}

.wch-about__side ul {
  margin: 0;
  padding-left: 20px;
  color: var(--wch-muted);
  line-height: 1.9;
}

.wch-article-hero {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 76px 0 18px;
}

.wch-article-hero h1 {
  max-width: 860px;
}

.wch-article-meta {
  margin: 18px 0 0;
  color: var(--wch-muted);
  font-size: 14px;
  font-weight: 700;
}

.wch-article-body {
  width: min(760px, calc(100% - 40px));
  margin: 42px auto 0;
  padding-bottom: 72px;
}

.wch-article-body p {
  color: #253249;
  font-size: 19px;
  line-height: 1.82;
  margin-top: 0;
  margin-bottom: 24px;
}

.wch-article-body > p:first-of-type {
  margin-bottom: 34px;
  padding: 24px 28px;
  border: 1px solid #cbdff5;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
  color: #34445f;
  font-size: 20px;
  line-height: 1.75;
  box-shadow: 0 18px 50px rgba(7, 21, 39, .055);
}

.wch-ai-disclosure {
  margin: 0 0 28px;
  padding: 16px 18px;
  border: 1px solid #cbdff5;
  border-left: 4px solid var(--wch-violet);
  border-radius: 12px;
  background: #ffffff;
  color: #4d5d75;
  font-size: 14px;
  line-height: 1.65;
  box-shadow: 0 12px 34px rgba(7, 21, 39, .045);
}

.wch-ai-disclosure strong {
  color: var(--wch-navy);
}

.wch-article-body h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  color: var(--wch-navy);
  font-size: clamp(28px, 3vw, 38px);
  line-height: 1.15;
}

.wch-article-body h3 {
  margin-top: 34px;
  margin-bottom: 12px;
  color: var(--wch-navy);
  font-size: 25px;
  line-height: 1.2;
}

.wch-article-body a {
  color: #0b6fcc;
}

.wch-article-body ul,
.wch-article-body ol {
  color: #253249;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 26px;
  padding-left: 1.35em;
}

.wch-article-body li {
  margin-bottom: 8px;
}

.wch-article-image {
  margin: 10px 0 34px;
  overflow: hidden;
  border: 1px solid var(--wch-line);
  border-radius: 16px;
  background: #f8fbff;
  box-shadow: 0 18px 50px rgba(7, 21, 39, .07);
}

.wch-article-image img {
  display: block;
  width: 100%;
  height: auto;
}

.wch-article-image figcaption {
  margin: 0;
  padding: 14px 18px;
  border-top: 1px solid var(--wch-line);
  color: var(--wch-muted);
  font-size: 14px;
  line-height: 1.6;
  background: #ffffff;
}

.wch-related-articles {
  margin-top: 42px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #eef7ff 100%);
}

.wch-related-articles h2 {
  margin-top: 0;
  color: var(--wch-navy);
  font-size: clamp(24px, 3vw, 32px);
}

.wch-related-articles ul {
  margin-bottom: 0;
  padding-left: 1.1em;
}

@media (max-width: 980px) {
  .site-header__inner,
  .wch-hero__inner,
  .wch-section__head,
  .wch-band,
  .wch-about,
  .wch-tool-spotlight,
  .wch-tool-detail-card {
    grid-template-columns: 1fr;
  }

  .site-header__inner {
    display: grid;
    min-height: auto;
    padding: 16px 0 14px;
  }

  .site-nav {
    justify-content: flex-start;
  }

  .language-switcher {
    margin-left: 0;
    justify-self: start;
  }

  .wch-operational-grid {
    grid-template-columns: 1fr;
  }

  .wch-tool-screenshot-grid {
    grid-template-columns: 1fr;
  }

  .wch-card-grid,
  .wch-card-grid--scripts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wch-github-callout {
    grid-template-columns: 64px 1fr;
  }

  .wch-github-callout .wch-button {
    grid-column: 2;
    justify-self: start;
  }

  .wch-github-callout__icon {
    width: 64px;
    height: 64px;
  }

  .wch-console {
    justify-self: start;
    max-width: 100%;
    transform: none;
  }
}

@media (max-width: 700px) {
  .site-header {
    overflow: hidden;
  }

  .site-header__inner,
  .wch-hero__inner,
  .wch-section,
  .wch-card-grid,
  .wch-page-hero,
  .wch-article-list,
  .wch-about,
  .wch-tool-spotlight,
  .wch-tool-directory,
  .wch-operational-tools,
  .wch-tool-screenshots,
  .wch-tool-detail-card,
  .wch-quick-checks,
  .wch-band,
  .wch-github-callout,
  .site-footer {
    width: min(100% - 28px, 1160px);
  }

  .site-brand {
    font-size: 21px;
  }

  .site-brand img {
    width: 36px;
    height: 36px;
    border-radius: 10px;
  }

  .site-nav {
    width: 100%;
    justify-content: flex-start;
    flex-wrap: nowrap;
    gap: 8px;
    overflow-x: auto;
    padding: 2px 0 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .language-switcher,
  .language-switcher select {
    width: 100%;
  }

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

  .site-nav a {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid var(--wch-line);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 8px 22px rgba(7, 21, 39, .05);
    font-size: 14px;
    line-height: 1;
  }

  .wch-hero__inner {
    min-height: auto;
    padding: 34px 0 26px;
    gap: 24px;
  }

  .wch-github-callout {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 22px;
  }

  .wch-github-callout .wch-button {
    grid-column: auto;
    width: 100%;
  }

  .wch-card-grid,
  .wch-card-grid--scripts,
  .wch-tool-directory {
    grid-template-columns: 1fr;
  }

  .wch-section {
    padding-top: 44px;
  }

  .wch-page-hero,
  .wch-article-hero {
    width: min(100% - 28px, 860px);
    padding-top: 54px;
  }

  .wch-actions,
  .wch-tool-actions,
  .wch-article-card {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wch-hero .wch-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
  }

  .wch-hero .wch-button {
    width: auto;
    min-height: 44px;
    padding: 0 14px;
    font-size: 14px;
  }

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

  .wch-tagline {
    font-size: 22px;
  }

  .wch-lead {
    font-size: 17px;
    line-height: 1.62;
  }

  .wch-button {
    width: 100%;
  }

  .wch-console__line {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 9px 0;
    font-size: 13px;
  }

  .wch-console {
    padding: 14px;
  }

  .wch-hero .wch-console {
    display: none;
  }

  .wch-console__bar {
    margin-bottom: 10px;
  }

  .wch-band,
  .wch-tool-spotlight__content,
  .wch-tool-panel,
  .wch-about__main,
  .wch-about__side,
  .wch-article-card {
    padding: 22px;
  }

  .wch-operational-card__body {
    padding: 22px;
  }

  .wch-operational-card__body h3 {
    font-size: 23px;
  }

  .wch-article-body {
    width: min(100% - 28px, 760px);
    margin-top: 36px;
    padding-bottom: 48px;
  }

  .wch-article-body p {
    font-size: 17px;
    line-height: 1.78;
  }

  .wch-article-body > p:first-of-type {
    padding: 20px;
    font-size: 18px;
  }

  .site-footer {
    display: grid;
    padding: 28px 0 42px;
  }

  .site-footer__nav {
    justify-content: flex-start;
  }
}
