@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/noto-sans-jp-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/noto-sans-jp-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/noto-sans-jp/noto-sans-jp-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

/*
 * Shared theme CSS core.
 *
 * Article-detail visual truth is defined by:
 * - reference/design_prototypes/article_detail_editorial_v3.html
 * - assets/css/reference-v3.css
 *
 * This file provides reusable shared styling and should converge toward that
 * v3 reference for article-detail components rather than replacing it as a
 * separate source of truth.
 */
:root {
  --wpq-bg: var(--wpq-color-surface-muted);
  --wpq-bg-soft: var(--wpq-color-surface-muted);
  --wpq-paper: var(--wpq-color-surface);
  --wpq-ink: var(--wpq-color-ink);
  --wpq-ink-soft: var(--wpq-color-copy);
  --wpq-muted: var(--wpq-color-muted);
  --wpq-line: var(--wpq-color-line);
  --wpq-line-strong: var(--wpq-color-line-strong);
  --wpq-blue: var(--wpq-color-blue);
  --wpq-blue-strong: var(--wpq-color-blue);
  --wpq-blue-soft: var(--wpq-color-blue-subtle);
  --wpq-blue-faint: var(--wpq-color-surface-subtle);
  --wpq-green: var(--wpq-color-green);
  --wpq-green-soft: var(--wpq-color-green-subtle);
  --wpq-green-line: var(--wpq-color-green-line);
  --wpq-red: var(--wpq-color-danger);
  --wpq-red-soft: var(--wpq-color-danger-subtle);
  --wpq-red-line: var(--wpq-color-danger-line);
  --wpq-yellow: var(--wpq-color-orange);
  --wpq-yellow-soft: var(--wpq-color-orange-subtle);
  --wpq-yellow-line: var(--wpq-color-orange-line);
  --wpq-purple: var(--wpq-color-violet);
  --wpq-purple-soft: var(--wpq-color-violet-subtle);
  --wpq-purple-line: var(--wpq-color-violet-line);
  --wpq-shadow: 0 5px 18px rgba(15, 23, 42, 0.035);
  --wpq-shadow-soft: 0 3px 10px rgba(15, 23, 42, 0.025);
  --wpq-shadow-code: 0 10px 28px rgba(15, 23, 42, 0.12);
  --wpq-shadow-card-sm: 0 4px 12px rgba(20, 33, 61, 0.035);
  --wpq-shadow-card-hover: 0 10px 22px rgba(20, 33, 61, 0.06);
  --wpq-shadow-action-hover: 0 10px 20px rgba(21, 78, 200, 0.16);
  /* Sister-site geometry: keep the same restrained 4–12px system as WP Query Builder. */
  --wpq-radius-xs: 4px;
  --wpq-radius-sm: 6px;
  --wpq-radius-md: 8px;
  --wpq-radius-lg: 10px;
  --wpq-radius-xl: 12px;
  --wpq-radius-pill: 999px;
  --wpq-wrap: 1400px;
  --wpq-content-max: 1280px;
  --wpq-sidebar: 248px;
  --wpq-space-section: var(--wpq-space-8-5);
  --wpq-space-block: var(--wpq-space-6);
  --wpq-space-card: var(--wpq-space-4-5);
  --wpq-space-card-sm: var(--wpq-space-4);
  --wpq-font-body: var(--wpq-font-sans);
  --wpq-font-ui: var(--wpq-font-sans);
  --wpq-page-hero-lead-size: 1.1rem;
  --wpq-page-hero-lead-line: 1.8;
  --wpq-page-panel-title-size: 1.82rem;
  --wpq-page-panel-copy-size: 1rem;
  --wpq-page-panel-copy-line: 1.78;
  --wpq-card-bg-soft: linear-gradient(180deg, var(--wpq-color-surface) 0%, #fcfdff 100%);
  --wpq-action-gradient: linear-gradient(90deg, #2b64df 0%, #1b55ca 100%);
  --wpq-action-gradient-hover: linear-gradient(90deg, #255bcc 0%, #194bb4 100%);
  --wpq-action-text-shadow: 0 1px 0 rgba(11, 31, 73, 0.2);
  --wpq-field-line-soft: #d7e5f8;
  --wpq-field-focus-ring: 0 0 0 3px rgba(47, 105, 234, 0.16);
  --wpq-label-green: #145c42;
  --wpq-label-blue: #1d4fb4;
  --wpq-label-amber: #704500;
  --wpq-label-violet: #5137a5;
  --wpq-label-sky: #155f86;
  --wpq-label-indigo: #3449a8;
  --wpq-label-teal: #11645f;
  --wpq-label-slate: #475c78;
  --wpq-text-meta: #53647c;
  --wpq-transition-card-hover: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  --wpq-transition-action: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease;
}

@media (max-width: 1023px) {
:root {
    --wpq-sidebar: 100%;
    --wpq-space-section: var(--wpq-space-8);
    --wpq-space-block: var(--wpq-space-5);
    --wpq-space-card: var(--wpq-space-4-5);
    --wpq-space-card-sm: var(--wpq-space-3-5);
  }
}

@media (max-width: 767px) {
:root {
    --wpq-space-section: var(--wpq-space-7);
    --wpq-space-block: var(--wpq-space-4-5);
    --wpq-space-card: var(--wpq-space-4);
    --wpq-space-card-sm: var(--wpq-space-3-5);
  }
}

/* Public-page implementation: Home uses the same content and data on every
 * viewport. These rules deliberately reflow the shared DOM rather than
 * maintaining a separate mobile article collection. */
.wpq-home-hero__guide,
.wpq-home-panel__intro {
  margin: 16px 0 0;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-subsection);
  line-height: 1.75;
}

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

.wpq-home-start-list__item {
  border-bottom: 1px solid var(--wpq-line);
}

.wpq-home-start-list__link {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-height: 74px;
  padding: 15px 0;
  color: var(--wpq-ink);
  text-decoration: none;
}

.wpq-home-start-list__number {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue-strong);
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1 var(--wpq-font-ui);
}

.wpq-home-start-list__body {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.wpq-home-start-list__body b {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.55 var(--wpq-font-ui);
  overflow-wrap: anywhere;
}

.wpq-home-start-list__body span,
.wpq-home-start-list__meta {
  color: var(--wpq-muted);
  font: var(--wpq-weight-medium) var(--wpq-type-copy-strong)/1.65 var(--wpq-font-ui);
}

.wpq-home-start-list__meta {
  white-space: nowrap;
}

.wpq-home-start-list__link:hover .wpq-home-start-list__body b,
.wpq-home-start-list__link:focus-visible .wpq-home-start-list__body b {
  color: var(--wpq-blue-strong);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wpq-home-article-grid--recommended {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wpq-home-widget.sidebar-tool-cta {
  padding: 0;
  border: 1px solid var(--wpq-line-strong);
  background: var(--wpq-paper-soft, #fbfdff);
  box-shadow: none;
}

.sidebar-tool-cta__link {
  display: grid;
  gap: 12px;
  padding: 18px;
  color: var(--wpq-ink);
  text-decoration: none;
}

.sidebar-tool-cta__brand {
  display: grid;
  place-items: center;
}

.sidebar-tool-cta__brand img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.sidebar-tool-cta__copy {
  display: grid;
  gap: 6px;
}

.sidebar-tool-cta__copy strong {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
  text-align: center;
}

.sidebar-tool-cta__copy span {
  color: var(--wpq-muted);
  font: var(--wpq-weight-medium) var(--wpq-type-body)/1.7 var(--wpq-font-ui);
}

.sidebar-tool-cta__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: var(--wpq-radius-sm);
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1 var(--wpq-font-ui);
}

.sidebar-tool-cta__link:hover .sidebar-tool-cta__action,
.sidebar-tool-cta__link:focus-visible .sidebar-tool-cta__action {
  background: var(--wpq-blue-strong);
}

@media (max-width: 767px) {
  .wpq-home-hero__guide {
    margin-top: 12px;
  }

  .wpq-home-feature-grid {
    grid-template-columns: 1fr;
  }

  .wpq-home-feature-card {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 4px 12px;
    min-height: 72px;
    padding: 14px 0;
    border: 0;
    border-bottom: 1px solid var(--wpq-line);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .wpq-home-feature-card__icon {
    grid-row: span 2;
  }

  .wpq-home-feature-card__title,
  .wpq-home-feature-card__text {
    grid-column: 2;
  }

  .wpq-home-article-grid--recommended {
    grid-template-columns: 1fr;
  }

  .wpq-home-article-grid--recommended .wpq-home-article-card__link {
    grid-template-columns: 112px minmax(0, 1fr);
    align-items: stretch;
  }

  .wpq-home-article-grid--recommended .wpq-home-article-card__thumb {
    min-height: 100%;
  }

  .wpq-home-article-grid--recommended .wpq-home-article-card__thumb img {
    height: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
  }

  .wpq-home-start-list__link {
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 10px;
  }

  .wpq-home-start-list__meta {
    grid-column: 2;
    white-space: normal;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--wpq-ink);
  background: linear-gradient(180deg, var(--wpq-color-surface) 0, #f8f9fb 360px, var(--wpq-bg) 100%);
  font: var(--wpq-type-subheading)/1.84 var(--wpq-font-body);
  font-feature-settings: "palt" 1;
  font-synthesis-weight: none;
  line-break: strict;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

figure {
  margin: 0;
}

a {
  color: var(--wpq-blue);
  text-underline-offset: 3px;
}

a:hover {
  color: var(--wpq-blue-strong);
}

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

button {
  cursor: pointer;
}

.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;
}

.wpq-skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  min-height: 44px;
  padding: 10px 16px;
  border: 2px solid var(--wpq-blue-strong);
  border-radius: 4px;
  background: var(--wpq-color-surface);
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(20, 33, 61, 0.18);
  transform: translateY(calc(-100% - 20px));
  transition: transform 160ms ease;
}

.wpq-skip-link:focus-visible {
  color: var(--wpq-ink);
  outline: 3px solid rgba(59, 116, 232, 0.3);
  outline-offset: 2px;
  transform: translateY(0);
}

.wpq-site-main:focus {
  outline: 0;
}

.wpq-wrap,
.wpq-nav-shell,
.wpq-footer-shell {
  width: min(var(--wpq-wrap), calc(100% - 36px));
  margin-inline: auto;
}

.wpq-wrap {
  max-width: var(--wpq-content-max);
}

.wpq-site-main {
  padding: 0 0 64px;
}

.wpq-topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(216, 227, 242, 0.9);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(8px);
  box-shadow: 0 6px 16px rgba(20, 33, 61, 0.04);
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.wpq-topbar__surface {
  width: 100%;
}

.wpq-nav-shell {
  width: min(var(--wpq-content-max), calc(100% - 36px));
  margin-inline: auto;
}

.wpq-nav-shell--top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 76px;
  padding: 0;
  transition: min-height 220ms ease, gap 220ms ease;
}

.wpq-nav-shell--bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 50px;
  gap: 18px;
  border-top: 1px solid rgba(216, 227, 242, 0.9);
  transition: min-height 220ms ease;
}

.wpq-brand {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  min-height: 44px;
  color: var(--wpq-ink);
  text-decoration: none;
  flex: 0 0 auto;
}

.wpq-brand__logo {
  display: block;
  width: auto;
  height: auto;
}

.wpq-brand__logo--icon {
  display: block;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  transition: width 220ms ease, height 220ms ease, flex-basis 220ms ease;
}

.wpq-brand__copy {
  display: grid;
  gap: 6px;
}

.wpq-brand__name {
  display: block;
  color: #13306b;
  font: var(--wpq-weight-bold) clamp(1.55rem, 2.2vw, 1.9rem)/1.08 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
  transition: font-size 220ms ease;
}

.wpq-brand__tagline {
  display: block;
  color: #1c3668;
  font: 700 var(--wpq-type-subsection)/1.55 var(--wpq-font-ui);
  transition: font-size 220ms ease, opacity 180ms ease;
}

.wpq-header-intro {
  flex: 1 1 auto;
  max-width: 38ch;
  margin: 0;
  color: #334d7b;
  font: 700 var(--wpq-type-subsection)/1.7 var(--wpq-font-ui);
  text-align: left;
  transition: font-size 220ms ease, line-height 220ms ease, opacity 180ms ease;
}

.wpq-header-utility {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  min-width: 0;
}

.wpq-header-utility a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  padding: 0 10px;
  border-bottom: 2px solid transparent;
  color: #334d7b;
  font: 700 var(--wpq-type-copy)/1.35 var(--wpq-font-ui);
  text-decoration: none;
  white-space: nowrap;
}

.wpq-header-utility a:hover,
.wpq-header-utility a:focus-visible,
.wpq-header-utility a[aria-current="page"] {
  border-bottom-color: var(--wpq-blue);
  color: #173b82;
}

.wpq-header-utility svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 1rem;
}

.wpq-nav-panel {
  display: none;
}

.wpq-nav-utility-panel {
  display: none;
}

.wpq-nav-bar {
  width: 100%;
}

.wpq-nav-menu {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-nav-menu--desktop {
  width: 100%;
  justify-content: center;
  gap: clamp(10px, 1.2vw, 18px);
}

.wpq-nav-menu__item {
  min-width: 0;
}

.wpq-nav-menu a,
.wpq-footer-menu a {
  position: relative;
  color: #1c2d58;
  text-decoration: none;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
}

.wpq-nav-menu--desktop a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 78px;
  padding: 0 3px;
  font-size: var(--wpq-type-copy);
  white-space: nowrap;
  transition: min-height 220ms ease;
}

.wpq-nav-menu--desktop a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  border-radius: 999px;
  background: var(--wpq-blue);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 180ms ease;
}

.wpq-nav-menu--desktop a:hover::after,
.wpq-nav-menu--desktop .current-menu-item > a::after,
.wpq-nav-menu--desktop .current_page_item > a::after {
  transform: scaleX(1);
}

.wpq-nav-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #2a4f9d;
  font-size: var(--wpq-type-page-mobile-wide);
  flex: 0 0 26px;
  overflow: hidden;
}

.wpq-nav-menu__icon svg {
  width: 2.3rem;
  height: 2.3rem;
  display: block;
  transform: scale(1.16);
  transform-origin: center;
}

.wpq-nav-menu__label {
  display: inline-block;
  white-space: nowrap;
}

.wpq-search {
  display: flex;
  align-items: center;
  position: relative;
}

.wpq-nav-search-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #dbe6f6;
  border-radius: var(--wpq-radius-sm);
  background: var(--wpq-color-surface);
  color: #1c2d58;
  font: var(--wpq-weight-bold) var(--wpq-type-copy-strong)/1 var(--wpq-font-ui);
  text-decoration: none;
  justify-self: end;
}

.wpq-search input {
  width: 220px;
  min-height: 38px;
  padding: 0 14px 0 38px;
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-md);
  background: rgba(255, 255, 255, 0.92);
  color: var(--wpq-ink);
}

.wpq-search__icon {
  position: absolute;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #8aa0bf;
  font-size: var(--wpq-type-subsection);
  pointer-events: none;
}

.wpq-search__icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.wpq-search input::placeholder {
  color: var(--wpq-muted);
}

.wpq-search__submit {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 10px;
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1 var(--wpq-font-ui);
}

.wpq-nav-toggle {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--wpq-line);
  border-radius: 12px;
  background: var(--wpq-color-surface);
}

.wpq-nav-toggle__line {
  position: absolute;
  left: 11px;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: var(--wpq-ink);
  transition: transform 260ms ease, opacity 220ms ease, top 260ms ease;
}

.wpq-nav-toggle__line--1 {
  top: 13px;
}

.wpq-nav-toggle__line--2 {
  top: 20px;
}

.wpq-nav-toggle__line--3 {
  top: 27px;
}

.wpq-nav-toggle[aria-expanded="true"] .wpq-nav-toggle__line--1 {
  top: 20px;
  transform: rotate(45deg);
}

.wpq-nav-toggle[aria-expanded="true"] .wpq-nav-toggle__line--2 {
  opacity: 0;
}

.wpq-nav-toggle[aria-expanded="true"] .wpq-nav-toggle__line--3 {
  top: 20px;
  transform: rotate(-45deg);
}

.wpq-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  white-space: nowrap;
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1 var(--wpq-font-ui);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.wpq-button:hover,
.wpq-button:focus-visible {
  transform: translateY(-1px);
}

.wpq-button--primary,
.wpq-button--header {
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  box-shadow: 0 12px 22px rgba(37, 99, 235, 0.16);
  text-shadow: 0 1px 0 rgba(11, 31, 73, 0.2);
}

.wpq-button--primary:hover,
.wpq-button--primary:focus-visible,
.wpq-button--header:hover,
.wpq-button--header:focus-visible {
  background: var(--wpq-blue-strong);
  color: var(--wpq-color-surface);
  box-shadow: var(--wpq-shadow-action-hover);
}

.wpq-button--header {
  min-height: 44px;
}

.wpq-button--secondary {
  background: var(--wpq-color-surface);
  border-color: #cddcf3;
  color: var(--wpq-ink);
  box-shadow: 0 8px 18px rgba(20, 33, 61, 0.04);
}

.wpq-button--secondary:hover,
.wpq-button--secondary:focus-visible {
  background: var(--wpq-color-surface-subtle);
  border-color: #b7ccec;
  color: var(--wpq-ink);
}

.wpq-builder-cta {
  display: inline-grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 60px;
  min-width: min(100%, 312px);
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(73, 121, 228, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, #2b66e7 0%, #2153cb 100%);
  box-shadow: 0 18px 30px rgba(37, 83, 203, 0.2);
  color: var(--wpq-color-surface);
  text-decoration: none;
  transition: transform 180ms ease, filter 180ms ease, min-height 220ms ease, min-width 220ms ease, padding 220ms ease, gap 220ms ease;
}

.wpq-builder-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.2em;
  color: rgba(255, 255, 255, 0.96);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
  white-space: nowrap;
  transition: font-size 220ms ease;
}

.wpq-builder-cta__label {
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.15 var(--wpq-font-ui);
  white-space: nowrap;
  transition: font-size 220ms ease;
}

.wpq-builder-cta__arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  color: #2a62db;
  background: var(--wpq-color-surface);
  box-shadow: 0 10px 18px rgba(10, 22, 39, 0.14);
  font-size: var(--wpq-type-section);
  flex: 0 0 42px;
  transition: width 220ms ease, height 220ms ease, flex-basis 220ms ease, font-size 220ms ease;
}

.wpq-builder-cta__arrow svg {
  width: 1.08rem;
  height: 1.08rem;
  display: block;
}

.wpq-topbar.is-condensed .wpq-nav-shell--top {
  min-height: 68px;
  gap: 20px;
}

.wpq-topbar.is-condensed .wpq-nav-shell--bottom {
  min-height: 50px;
}

.wpq-topbar.is-condensed .wpq-brand__logo--icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
}

.wpq-topbar.is-condensed .wpq-brand__name {
  font-size: clamp(1.48rem, 2.05vw, 1.86rem);
}

.wpq-topbar.is-condensed .wpq-brand__tagline {
  font-size: var(--wpq-type-copy);
  opacity: 0.8;
}

.wpq-topbar.is-condensed .wpq-header-intro {
  font-size: var(--wpq-type-body);
  line-height: 1.45;
  opacity: 0.84;
}

.wpq-topbar.is-condensed .wpq-nav-menu--desktop a {
  min-height: 58px;
}

.wpq-topbar.is-condensed .wpq-builder-cta {
  min-height: 48px;
  min-width: min(100%, 272px);
  gap: 10px;
  padding: 9px 11px 9px 13px;
}

.wpq-topbar.is-condensed .wpq-builder-cta__icon,
.wpq-topbar.is-condensed .wpq-builder-cta__label {
  font-size: var(--wpq-type-body);
}

.wpq-topbar.is-condensed .wpq-builder-cta__arrow {
  width: 34px;
  height: 34px;
  flex-basis: 34px;
  font-size: var(--wpq-type-subsection);
}

.wpq-topbar.is-condensed .wpq-nav-search-link {
  min-height: 44px;
  padding-inline: 12px;
}

.wpq-builder-cta:hover,
.wpq-builder-cta:focus-visible {
  transform: translateY(-1px);
  filter: brightness(1.04) saturate(1.04);
  color: var(--wpq-color-surface);
}

.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 9px;
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  box-shadow: 0 12px 22px rgba(27, 99, 221, 0.2);
  text-decoration: none;
  white-space: nowrap;
  font-size: var(--wpq-type-body);
  line-height: 1;
  font-weight: var(--wpq-weight-bold);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease, background-color 160ms ease, color 160ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
  color: var(--wpq-color-surface);
}

.button-primary {
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  text-shadow: 0 1px 0 rgba(11, 31, 73, 0.2);
}

.button-primary:hover,
.button-primary:focus-visible {
  color: var(--wpq-color-surface);
  background: var(--wpq-blue-strong);
  box-shadow: var(--wpq-shadow-action-hover);
}

.button-secondary {
  color: var(--wpq-blue);
  background: var(--wpq-color-surface);
  border-color: #cfe0f4;
  box-shadow: none;
}

.button-secondary:hover,
.button-secondary:focus-visible {
  color: var(--wpq-blue);
}

.wpq-page-breadcrumb {
  padding-top: 26px;
  padding-bottom: 16px;
}

.wpq-info-shell {
  padding-bottom: 64px;
}

.wpq-info-intro {
  display: grid;
  gap: 8px;
  margin-bottom: 30px;
}

.wpq-info-intro h1 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(2.15rem, 3.2vw, 3.1rem)/1.1 var(--wpq-font-ui);
}

.wpq-info-intro p {
  margin: 0;
  color: #2a3d61;
  font: 700 var(--wpq-page-hero-lead-size)/var(--wpq-page-hero-lead-line) var(--wpq-font-ui);
}

.wpq-info-panel {
  padding: 28px 28px 30px;
  border: 1px solid #d6e3f4;
  border-radius: 10px;
  background: var(--wpq-color-surface);
  box-shadow: 0 12px 28px rgba(20, 33, 61, 0.065);
}

.wpq-info-panel + .wpq-info-panel {
  margin-top: 24px;
}

.wpq-info-panel__header {
  display: grid;
  gap: 10px;
  margin-bottom: 22px;
}

.wpq-info-panel__header h2 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-page-panel-title-size)/1.2 var(--wpq-font-ui);
}

.wpq-info-panel__header p {
  margin: 0;
  color: #33486c;
  font: 700 var(--wpq-page-panel-copy-size)/var(--wpq-page-panel-copy-line) var(--wpq-font-ui);
}

.wpq-page-shell {
  max-width: 42rem;
}

.wpq-page-content {
  color: #2a3d61;
  font-size: var(--wpq-type-control);
  line-height: 1.88;
}

.wpq-page-content > :first-child {
  margin-top: 0;
}

.wpq-page-content > :last-child {
  margin-bottom: 0;
}

.wpq-page-content :where(p, li) {
  line-height: 1.88;
}

.wpq-page-content > h2 {
  margin: 2.4em 0 0.8em;
  padding-left: 14px;
  border-left: 3px solid var(--wpq-blue);
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(1.35rem, 2vw, 1.62rem)/1.45 var(--wpq-font-ui);
}

.wpq-page-content :where(ul, ol) {
  padding-left: 1.4em;
}

.wpq-page-content li + li {
  margin-top: 0.45em;
}

.wpq-page-content a {
  color: var(--wpq-blue);
  font-weight: var(--wpq-weight-bold);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.16em;
}

.wpq-page-content code {
  padding: 0.12em 0.34em;
  border-radius: 4px;
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-blue-strong);
  font: 700 var(--wpq-type-body)/1.35 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.wpq-like-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  padding: 24px 26px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 10px;
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, #fcfdff 100%);
  box-shadow: 0 10px 22px rgba(20, 33, 61, 0.04);
}

.wpq-like-panel__copy {
  display: grid;
  gap: 8px;
  min-width: 0;
}

.wpq-like-panel__copy h2 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(1.85rem, 2.2vw, 2.35rem)/1.3 var(--wpq-font-ui);
}

.wpq-like-panel__copy p {
  margin: 0;
  color: #33486c;
  font: 700 var(--wpq-type-page-mobile-wide)/1.78 var(--wpq-font-ui);
}

.wpq-like-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 168px;
  min-height: 54px;
  padding: 0 18px;
  border: 1px solid #d7e4f8;
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: var(--wpq-blue-strong);
  font: var(--wpq-weight-bold) var(--wpq-type-page-mobile-wide)/1 var(--wpq-font-ui);
  box-shadow: 0 8px 18px rgba(30, 77, 167, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background-color .18s ease, color .18s ease;
}

.wpq-like-button:hover,
.wpq-like-button:focus-visible {
  transform: translateY(-1px);
  border-color: #a8c4f7;
  box-shadow: 0 12px 22px rgba(30, 77, 167, 0.09);
  outline: 0;
}

.wpq-like-button__icon,
.wpq-like-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.wpq-like-button__icon svg {
  width: 20px;
  height: 20px;
  display: block;
}

.wpq-like-button__count {
  min-width: 2.1em;
  padding: 0 8px;
  border-radius: 10px;
  background: #edf4ff;
  color: var(--wpq-blue-strong);
  font-size: var(--wpq-type-title);
}

.wpq-like-button.is-loading {
  opacity: .75;
}

.wpq-like-button.is-liked,
.wpq-like-button:disabled {
  border-color: rgba(84, 187, 143, 0.26);
  background: #f0fbf5;
  color: #149264;
  cursor: default;
  transform: none;
  box-shadow: 0 12px 22px rgba(20, 146, 100, 0.08);
}

.wpq-like-button.is-liked .wpq-like-button__count,
.wpq-like-button:disabled .wpq-like-button__count {
  background: #ddf6e8;
  color: #149264;
}

.wpq-breadcrumb {
  margin: 0;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-copy-strong);
}

.wpq-breadcrumb--hero {
  margin: 0 0 16px;
}

.wpq-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-breadcrumb li {
  display: inline-flex;
  align-items: center;
}

.wpq-breadcrumb li::after {
  content: "/";
  margin-left: 6px;
  color: #cbd5e1;
}

.wpq-breadcrumb li:last-child::after {
  content: none;
}

.wpq-breadcrumb a {
  color: var(--wpq-muted);
  text-decoration: none;
}

.wpq-breadcrumb a:hover {
  color: var(--wpq-blue);
}

.wpq-pill,
.wpq-eyebrow,
.eyebrow,
.section-label,
.wpq-tag,
.wpq-marker,
.wpq-code-pill,
.wpq-badge,
.wpq-priority-label {
  line-height: 1;
  white-space: nowrap;
}

.wpq-pill,
.wpq-eyebrow,
.eyebrow,
.section-label {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-tag {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid var(--wpq-line);
  border-radius: 999px;
  background: var(--wpq-color-surface);
  color: var(--wpq-blue);
  text-decoration: none;
  font: 700 var(--wpq-type-copy)/1 var(--wpq-font-ui);
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wpq-tag:hover,
.wpq-tag:focus-visible {
  background: var(--wpq-blue-soft);
  border-color: #bfd3f2;
  color: var(--wpq-blue-strong);
  transform: translateY(-1px);
}

mark,
.wpq-marker {
  display: inline;
  padding: 0 0.22em 0.02em;
  border-radius: 0.28em;
  color: inherit;
  line-height: 1.7;
  background-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  box-shadow: none;
  background-image: linear-gradient(transparent 58%, #ffe38f 0);
}

.wpq-marker {
  white-space: normal;
}

mark,
.wpq-marker--yellow {
  background-image: linear-gradient(transparent 58%, #ffe38f 0);
}

.wpq-marker--blue {
  background-image: linear-gradient(transparent 58%, #d8e9ff 0);
}

.wpq-marker--red {
  background-image: linear-gradient(transparent 58%, #ffd9de 0);
}

.wpq-marker--underline {
  padding-inline: 0;
  border-radius: 0;
  background-image: linear-gradient(transparent 72%, #d7e9ff 0);
}

.wpq-card-surface,
.wpq-summary-card,
.article-summary-card,
.wpq-scope-card,
.scope-card,
.wpq-quick-check-card,
.quick-check-card,
.wpq-side-card,
.side-card,
.wpq-archive-hero,
.wpq-post-card,
.wpq-empty-state,
.wpq-author-box,
.wpq-bottom-cta,
.wpq-reference-card,
.wpq-glossary-card,
.wpq-steps-card,
.wpq-checklist-card,
.wpq-inline-cta,
.wpq-quote,
.wpq-callout,
.wpq-code-block,
.wpq-media-admin-field {
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-md);
  background: var(--wpq-paper);
  box-shadow: var(--wpq-shadow);
}

.wpq-block-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.wpq-block-head h2,
.wpq-block-head h3,
.section-title {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
  flex: 0 0 34px;
}

.wpq-icon svg {
  width: 18px;
  height: 18px;
}

.wpq-icon--sm {
  width: 28px;
  height: 28px;
  border-radius: 10px;
  flex-basis: 28px;
}

.wpq-icon--sm svg {
  width: 15px;
  height: 15px;
}

.wpq-difficulty-row,
.difficulty-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #edf2f7;
}

.wpq-stars,
.stars {
  display: inline-flex;
  gap: 2px;
  color: #c5d2e3;
  font-size: var(--wpq-type-subsection);
}

.wpq-stars .is-on,
.stars .is-on {
  color: var(--wpq-blue);
}

.wpq-side-note,
.wpq-inline-note,
.peek,
.info-inline-note {
  color: var(--wpq-muted);
  font-size: var(--wpq-type-body);
}

.wpq-summary-card,
.article-summary-card,
.wpq-scope-card,
.scope-card,
.wpq-quick-check-card,
.quick-check-card {
  padding: var(--wpq-space-card);
}

.wpq-summary-card,
.article-summary-card {
  margin-top: 24px;
  padding: 20px 22px;
  border-color: #cfe0f4;
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, var(--wpq-color-blue-subtle) 100%);
}

.wpq-summary-card h2,
.article-summary-card h2 {
  margin: 10px 0 12px;
  max-width: 42ch;
  font: var(--wpq-weight-bold) clamp(1.16rem, 1.5vw, 1.28rem)/1.5 var(--wpq-font-ui);
}

.wpq-summary-card .wpq-summary-list,
.article-summary-card .wpq-summary-list {
  max-width: none;
  width: 100%;
  padding-left: 1.2em;
  list-style: disc;
}

.wpq-summary-list,
.wpq-info-list,
.wpq-scope-list,
.wpq-side-list,
.wpq-reference-list,
.wpq-checklist,
.wpq-compare-list,
.wpq-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-summary-list li,
.wpq-info-list li,
.wpq-scope-list li,
.wpq-side-list li,
.wpq-reference-list li,
.wpq-checklist li,
.wpq-compare-list li,
.wpq-related-grid .wpq-post-card__excerpt {
  color: var(--wpq-ink-soft);
}

.wpq-summary-list li,
.wpq-scope-list li,
.wpq-side-list li,
.wpq-reference-list li {
  position: relative;
  padding-left: 22px;
}

.wpq-summary-card .wpq-summary-list li,
.article-summary-card .wpq-summary-list li {
  padding-left: 0;
  margin-top: 7px;
}

.wpq-summary-list li + li,
.wpq-scope-list li + li,
.wpq-side-list li + li,
.wpq-reference-list li + li {
  margin-top: 9px;
}

.wpq-summary-list li::before,
.wpq-scope-list li::before,
.wpq-side-list li::before,
.wpq-reference-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.74em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--wpq-blue);
  transform: translateY(-50%);
}

.wpq-summary-card .wpq-summary-list li::before,
.article-summary-card .wpq-summary-list li::before {
  content: none;
  display: none;
}

.wpq-info-grid,
.wpq-overview-grid,
.info-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 24px;
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-sm);
  background: var(--wpq-paper);
  box-shadow: 0 8px 20px rgba(20, 33, 61, 0.04);
  overflow: hidden;
}

.wpq-info-box,
.wpq-overview-panel,
.info-box,
.wpq-scope-box,
.wpq-article-scope__panel,
.scope-column {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 20px 22px;
}

.wpq-info-box p,
.info-box p {
  margin: 0;
}

.wpq-overview-meta {
  display: grid;
  gap: 12px;
  margin: 0;
}

.wpq-overview-meta-row {
  display: grid;
  gap: 6px;
  margin: 0;
}

.wpq-overview-meta-row dt {
  color: #5f6f88;
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-overview-meta-row dd {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  line-height: 1.75;
}

.wpq-overview-note {
  margin-top: 2px;
}

.wpq-info-box + .wpq-info-box,
.info-box + .info-box {
  border-left: 1px solid var(--wpq-line);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.blue-dot {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--wpq-color-surface);
  background: linear-gradient(145deg, #4d97ff, var(--wpq-blue));
  box-shadow: 0 8px 16px rgba(27, 99, 221, 0.16);
  position: relative;
  flex: 0 0 auto;
}

.blue-dot.is-info {
  border-radius: 50%;
  background: linear-gradient(145deg, #85bbff, #4d97ff);
}

.blue-dot.is-check::before {
  content: "";
  width: 9px;
  height: 5px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(-45deg);
  margin-top: -1px;
}

.blue-dot.is-info::before {
  content: "i";
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-info-list,
.info-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #394862;
  font-size: var(--wpq-type-subsection);
  line-height: 1.9;
}

.wpq-info-list li,
.info-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 9px;
  align-items: start;
}

.wpq-info-list li::before,
.info-list li::before {
  content: "✓";
  width: 18px;
  height: 18px;
  margin-top: 0.34em;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  font-size: var(--wpq-type-micro-floor);
  font-weight: var(--wpq-weight-bold);
}

.wpq-info-list li + li {
  margin-top: 0;
}

.wpq-scope-card,
.wpq-article-scope,
.scope-card {
  margin-top: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-scope-grid,
.wpq-article-scope__grid,
.scope-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wpq-scope-box,
.wpq-article-scope__panel,
.scope-column {
  min-height: 100%;
  padding: 18px;
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-sm);
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, #f9fbff 100%);
  box-shadow: 0 8px 18px rgba(20, 33, 61, 0.04);
}

.wpq-scope-box h3,
.wpq-article-scope__title,
.scope-column h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.5 var(--wpq-font-ui);
}

.scope-icon {
  width: 26px;
  height: 26px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: var(--wpq-blue);
  background: #eaf3ff;
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-size: var(--wpq-type-control);
  line-height: 1;
  flex: 0 0 auto;
}

.scope-icon svg,
.scope-icon i {
  width: 1rem;
  height: 1rem;
  display: block;
  line-height: 1;
}

.wpq-scope-box ul,
.wpq-article-scope__list,
.scope-column ul {
  margin: 0;
  padding-left: 1.2em;
}

.wpq-scope-box li,
.wpq-article-scope__list li,
.scope-column li {
  margin-top: 6px;
  color: #56667e;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.wpq-quick-check-card,
.wpq-priority-checks,
.quick-check-card {
  margin-top: 24px;
  padding: 18px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-sm);
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-quick-check-card h2,
.wpq-priority-checks h2,
.quick-check-card h2 {
  margin: 10px 0 14px;
  font: var(--wpq-weight-bold) clamp(1.16rem, 1.45vw, 1.24rem)/1.45 var(--wpq-font-ui);
}

.wpq-quick-check-list li,
.wpq-priority-checks__list li,
.quick-check-list li {
  display: grid;
  grid-template-columns: 30px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 11px 0;
  border-top: 1px solid #edf2f7;
}

.wpq-quick-check-list li:first-child,
.wpq-priority-checks__list li:first-child,
.quick-check-list li:first-child {
  border-top: 0;
}

.wpq-quick-check-no,
.wpq-priority-checks__no,
.quick-check-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1 var(--wpq-font-ui);
}

.wpq-priority-checks__text {
  color: var(--wpq-ink);
  font-size: 15px;
  font-weight: var(--wpq-weight-regular);
  line-height: 1.7;
}

.wpq-quick-check-text {
  color: var(--wpq-ink);
  font-weight: 700;
}

.wpq-priority-label,
.check-level,
.wpq-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1 var(--wpq-font-ui);
  vertical-align: middle;
}

.wpq-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 8px;
  border-radius: 999px;
  font: var(--wpq-weight-bold) var(--wpq-type-label)/1 var(--wpq-font-ui);
  white-space: nowrap;
  vertical-align: middle;
}

.wpq-label--important {
  color: var(--wpq-blue);
  background: var(--wpq-blue-soft);
}

.wpq-label--warning {
  color: #854d0e;
  background: #fff1c2;
}

.wpq-label--note {
  color: #52637e;
  background: #eef3f9;
}

.wpq-label--success {
  color: var(--wpq-green);
  background: var(--wpq-green-soft);
}

.wpq-priority-label--high,
.check-level.is-high,
.wpq-badge--error {
  background: var(--wpq-red-soft);
  color: var(--wpq-red);
}

.wpq-priority-label--medium,
.check-level.is-medium {
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
}

.wpq-priority-label--low,
.check-level.is-low,
.wpq-badge--success {
  background: var(--wpq-green-soft);
  color: var(--wpq-green);
}

.wpq-badge--neutral {
  background: #eef3f9;
  color: #52637e;
}

.wpq-badge--important,
.wpq-badge--new {
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
}

.wpq-badge--warning {
  background: #fff1c2;
  color: #a16207;
}

.wpq-badge--free {
  background: #e6f8ee;
  color: var(--wpq-color-green-text);
}

.h-underline {
  width: fit-content;
  padding: 0 2px 2px 0;
  background: linear-gradient(transparent 68%, #d7e9ff 68%);
}

.h-underline::before {
  display: none;
}

.section-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: none;
  padding: 0;
}

.section-heading .section-heading-text {
  padding: 0 2px 2px 0;
  background: linear-gradient(transparent 68%, #d7e9ff 68%);
}

.section-heading-icon {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 9px;
  color: var(--wpq-blue);
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-size: var(--wpq-type-control);
  line-height: 1;
  flex: 0 0 auto;
}

.inline-code-pill {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  min-height: 25px;
  padding: 0 8px;
  border: 1px solid #d9e4f2;
  border-radius: 8px;
  color: var(--wpq-blue-strong);
  background: #f4f8ff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: max(15px, 0.9em);
  font-weight: var(--wpq-weight-bold);
  overflow-wrap: anywhere;
  vertical-align: 0.04em;
  white-space: normal;
  word-break: normal;
}

.mini-badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 999px;
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  vertical-align: 0.08em;
}

.wpq-kbd {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 8px;
  border: 1px solid #d9e4f2;
  border-bottom-width: 2px;
  border-radius: 8px;
  background: var(--wpq-color-surface-subtle);
  color: #334155;
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  vertical-align: 0.06em;
  box-shadow: 0 1px 0 rgba(148, 163, 184, 0.18);
}

.wpq-note-inline {
  color: var(--wpq-muted);
  font-size: var(--wpq-type-copy-strong);
}

.wpq-table-block {
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
}

.wpq-table-hint {
  display: none;
}

.inline-link {
  color: var(--wpq-blue);
  font-weight: var(--wpq-weight-bold);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.wpq-table-wrap,
.cause-table,
.table-scroll {
  width: 100%;
  max-width: 100%;
  margin-top: 16px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  border: 1px solid var(--wpq-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
}

.wpq-table-block .wpq-table-wrap {
  margin-top: 0;
}

@media (max-width: 899px) {
  .wpq-table-hint {
    display: block;
    margin: 0 0 7px;
    color: var(--wpq-muted);
    font: 700 var(--wpq-type-copy)/1.55 var(--wpq-font-ui);
  }

  .wpq-table-wrap,
  .cause-table,
  .table-scroll {
    scrollbar-color: #9fb7d8 #edf3fa;
    scrollbar-width: thin;
  }
}

.wpq-table-wrap:focus-visible {
  outline: 3px solid var(--wpq-blue);
  outline-offset: 3px;
}

.wpq-table-wrap > table,
.cause-table > table,
.table-scroll > table {
  margin: 0;
}

.wpq-screenshot-needed {
  margin-top: 14px;
  padding: 16px 18px;
  border: 1px dashed #bfd1ea;
  border-radius: 6px;
  background: #f7faff;
}

.wpq-screenshot-needed__head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.wpq-screenshot-needed__head h3 {
  margin: 0;
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.5 var(--wpq-font-ui);
  color: var(--wpq-ink);
}

.wpq-screenshot-needed p {
  margin: 0;
}

.wpq-screenshot-frame {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.wpq-screenshot-frame__media-link,
.wpq-screenshot-frame__media {
  display: block;
}

.wpq-screenshot-frame__media {
  aspect-ratio: var(--wpq-screenshot-ratio, 16 / 10);
  overflow: hidden;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: #f4f7fb;
  box-shadow: none;
}

.wpq-screenshot-frame__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wpq-screenshot-frame--fit-contain .wpq-screenshot-frame__media {
  background: var(--wpq-color-surface);
}

.wpq-screenshot-frame--fit-contain .wpq-screenshot-frame__media img {
  padding: 14px;
  object-fit: contain;
}

.wpq-screenshot-frame__caption {
  display: grid;
  gap: 7px;
}

.wpq-screenshot-frame__eyebrow {
  width: fit-content;
  min-height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: #eaf3ff;
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1 var(--wpq-font-ui);
}

.wpq-screenshot-frame__title {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.55 var(--wpq-font-ui);
}

.wpq-screenshot-frame__caption-text,
.wpq-screenshot-frame__body {
  margin: 0;
  color: #5b6b82;
  font-size: var(--wpq-type-subsection);
  line-height: 1.82;
}

.wpq-screenshot-frame__jump {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  width: fit-content;
  min-height: 44px;
  color: var(--wpq-blue);
  font-weight: var(--wpq-weight-bold);
  text-decoration: none;
}

.wpq-screenshot-frame__jump:hover {
  text-decoration: underline;
}

.wpq-before-after {
  display: grid;
  gap: 16px;
  margin: 18px 0 22px;
}

.wpq-before-after__head h3 {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
}

.wpq-before-after__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wpq-before-after__panel {
  margin: 0;
  padding: 14px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-before-after__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-before-after__panel--before .wpq-before-after__badge {
  color: #8b5a12;
  background: #fff1d8;
}

.wpq-before-after__panel--after .wpq-before-after__badge {
  color: #1d5bc8;
  background: #eaf3ff;
}

.wpq-before-after__media-link {
  display: block;
  margin-top: 12px;
  text-decoration: none;
}

.wpq-before-after__media {
  display: block;
  width: 100%;
  aspect-ratio: var(--wpq-before-after-ratio, 16 / 10);
  overflow: hidden;
  border: 1px solid #d9e5f5;
  border-radius: 4px;
  background: #f4f7fb;
}

.wpq-before-after__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.wpq-before-after--fit-contain .wpq-before-after__media {
  background: var(--wpq-color-surface);
}

.wpq-before-after--fit-contain .wpq-before-after__media img {
  padding: 14px;
  object-fit: contain;
}

.wpq-before-after__caption {
  margin-top: 12px;
}

.wpq-before-after__caption strong {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  line-height: 1.5;
}

.wpq-before-after__caption p,
.wpq-before-after__note {
  margin: 8px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-body);
  line-height: 1.72;
}

.wpq-callout,
.wpq-code-block,
.wpq-compare-grid,
.wpq-steps-card,
.wpq-reference-card,
.wpq-glossary-card,
.wpq-faq-section,
.wpq-checklist-card,
.wpq-inline-cta,
.wpq-quote,
.wpq-bottom-cta {
  margin-top: 14px;
}

.wpq-callout {
  padding: var(--wpq-space-card-sm);
}

.wpq-callout__title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.4 var(--wpq-font-ui);
}

.wpq-callout__title span:last-child {
  line-height: 1.4;
}

.callout-title i {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  font-size: var(--wpq-type-body);
  line-height: 1;
  flex: 0 0 auto;
}

.wpq-callout__icon {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  flex: 0 0 auto;
}

.wpq-callout__icon svg,
.wpq-callout__icon i {
  width: 0.92rem;
  height: 0.92rem;
  display: block;
  line-height: 1;
}

.callout-info .wpq-callout__icon {
  color: var(--wpq-blue);
  background: #dcecff;
}

.callout-warning .wpq-callout__icon {
  color: #b7791f;
  background: #fff2c6;
}

.callout-error .wpq-callout__icon {
  color: #c64f4f;
  background: #ffe0e0;
}

.callout-success .wpq-callout__icon {
  color: #118a4e;
  background: #daf6e4;
}

.callout-tip .wpq-callout__icon {
  color: #6d58c6;
  background: #e8e3ff;
}

.callout-info .callout-title i {
  color: var(--wpq-blue);
  background: #dcecff;
}

.callout-warning .callout-title i {
  color: #b7791f;
  background: #fff2c6;
}

.callout-error .callout-title i {
  color: #c64f4f;
  background: #ffe0e0;
}

.callout-success .callout-title i {
  color: #118a4e;
  background: #daf6e4;
}

.callout-tip .callout-title i {
  color: #6d58c6;
  background: #e8e3ff;
}

.wpq-callout--info {
  background: var(--wpq-blue-soft);
  border-color: #bfd8ff;
}

.wpq-callout--warning {
  background: var(--wpq-yellow-soft);
  border-color: var(--wpq-yellow-line);
}

.wpq-callout--error {
  background: var(--wpq-red-soft);
  border-color: var(--wpq-red-line);
}

.wpq-callout--success {
  background: var(--wpq-green-soft);
  border-color: var(--wpq-green-line);
}

.wpq-callout--tip {
  background: var(--wpq-purple-soft);
  border-color: var(--wpq-purple-line);
}

.wpq-code-block {
  overflow: hidden;
  border-radius: 6px;
  background: #0f1c2e;
  color: #e5e7eb;
  box-shadow: var(--wpq-shadow-code);
}

.wpq-code-context {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 9px;
  padding: 11px 14px;
  border-bottom: 1px solid #c9d8ea;
  background: #eef4fa;
  color: #26384d;
}

.wpq-code-context__icon {
  display: inline-flex;
  width: 20px;
  height: 20px;
  color: var(--wpq-blue-700);
}

.wpq-code-context__icon svg {
  width: 100%;
  height: 100%;
}

.wpq-code-context p {
  min-width: 0;
  margin: 0;
  font: var(--wpq-weight-medium) var(--wpq-type-copy-strong)/1.65 var(--wpq-font-body);
  overflow-wrap: anywhere;
}

.wpq-code-context a {
  font-weight: var(--wpq-weight-bold);
  text-underline-offset: 0.18em;
}

.wpq-code-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.wpq-code-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpq-code-pill {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.09);
  color: #d5e2f4;
  font: var(--wpq-weight-bold) var(--wpq-type-label)/1 var(--wpq-font-ui);
}

.wpq-code-pill--lang {
  background: rgba(96, 165, 250, 0.2);
  color: #bfdbfe;
}

.wpq-copy-button {
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
  color: #e5e7eb;
  font: 700 var(--wpq-type-small)/1 var(--wpq-font-ui);
}

.wpq-copy-button:hover {
  background: rgba(255, 255, 255, 0.12);
}

.wpq-code-block pre {
  margin: 0;
  padding: 15px 18px;
  overflow-x: auto;
  tab-size: 3;
  line-height: 1.32;
}

.wpq-code-scroll-hint {
  margin: 0;
  padding: 8px 14px 7px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.035);
  color: #bfdbfe;
  font: 700 var(--wpq-type-small-strong)/1.5 var(--wpq-font-ui);
}

.wpq-code-block pre:focus-visible,
.diff-card pre:focus-visible {
  outline: 3px solid var(--wpq-focus);
  outline-offset: -3px;
}

.wpq-code-block code {
  display: block;
  white-space: pre;
  color: inherit;
  background: transparent;
  font: var(--wpq-type-body)/1.32 ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.wpq-code-block .wpq-code-line {
  display: block;
  line-height: 1.32;
  white-space: pre;
}

.wpq-code-block .wpq-code-line--empty {
  line-height: 0.72;
  user-select: none;
}

.wpq-code-block code span {
  white-space: inherit;
}

.wpq-code-block .c-var {
  color: var(--wpq-color-code-variable);
}

.wpq-code-block .c-str {
  color: var(--wpq-color-code-string);
}

.wpq-code-block .c-key {
  color: var(--wpq-color-code-key);
}

.wpq-code-block .c-fn {
  color: var(--wpq-color-code-function);
}

.wpq-code-block .c-keyword {
  color: var(--wpq-color-code-keyword);
}

.wpq-code-block .c-num {
  color: var(--wpq-color-code-number);
}

.wpq-code-block .c-comment {
  color: var(--wpq-color-code-comment);
  font-style: italic;
}

.wpq-compare-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border-top: 1px solid var(--wpq-line-strong);
  border-bottom: 1px solid var(--wpq-line-strong);
  background: var(--wpq-color-surface);
}

.wpq-compare-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  min-height: 0;
  padding: 24px 4px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-compare-card--ng {
  border: 0;
}

.wpq-compare-card--ok {
  border: 0;
  border-top: 1px solid var(--wpq-line);
}

.wpq-compare-card__content {
  min-width: 0;
}

.wpq-compare-card__title {
  margin: 0 0 12px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subheading)/1.55 var(--wpq-font-ui);
  letter-spacing: 0;
}

.wpq-compare-card__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  min-height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1.4 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-compare-card__mark {
  display: inline-grid;
  min-width: 34px;
  min-height: 24px;
  padding: 3px 6px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 3px;
  font-size: var(--wpq-type-meta);
  line-height: 1;
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-compare-card__status--ng {
  color: #a62c2c;
}

.wpq-compare-card__status--ok {
  color: #14713d;
}

.wpq-compare-list {
  display: grid;
  gap: 10px;
  max-width: 46em;
}

.wpq-compare-list__item {
  position: relative;
  padding-left: 25px;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-control);
  line-height: 1.75;
}

.wpq-compare-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.875em;
  width: 13px;
  height: 13px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.wpq-compare-list__item--ng::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%23dc2626' d='M2.15 1 6 4.85 9.85 1 11 2.15 7.15 6 11 9.85 9.85 11 6 7.15 2.15 11 1 9.85 4.85 6 1 2.15z'/%3E%3C/svg%3E");
}

.wpq-compare-list__item--ok::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='%2315803d' d='M4.7 9.75 1.75 6.8l1.05-1.05 1.9 1.9 4.5-4.5 1.05 1.05z'/%3E%3C/svg%3E");
}

.wpq-checklist-card,
.wpq-steps-card,
.wpq-reference-card,
.wpq-glossary-card,
.wpq-faq-section,
.wpq-inline-cta {
  padding: var(--wpq-space-card);
}

.wpq-checklist-card--final {
  border-color: var(--wpq-green-line);
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, #f6fff8 100%);
}

.wpq-checklist li {
  position: relative;
  padding-left: 28px;
}

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

.wpq-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Crect x='1' y='1' width='14' height='14' rx='3' fill='white' stroke='%232563eb' stroke-width='1.5'/%3E%3Cpath fill='%232563eb' d='M6.55 11.3 3.95 8.7l1-1 1.6 1.6 4.5-4.5 1 1z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.conclusion {
  padding: 18px 0 20px;
  border-top: 2px solid var(--wpq-blue);
  border-bottom: 1px solid var(--wpq-line-soft);
  background: transparent;
}

.conclusion .wpq-conclusion__title {
  margin: 0 0 10px;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-section);
  line-height: 1.55;
}

.conclusion p {
  margin: 0;
}

.conclusion p + p {
  margin-top: 0.72em;
}

.wpq-steps {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-steps li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 14px;
  align-items: center;
  margin-top: 0;
  padding: 13px 0;
  border-top: 1px solid #edf2f7;
}

.wpq-steps li:first-child {
  border-top: 0;
  padding-top: 0;
}

.wpq-step-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--wpq-blue-soft);
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1 var(--wpq-font-ui);
}

.wpq-step-body {
  min-height: 28px;
  color: var(--wpq-ink-soft);
}

.wpq-timeline,
.timeline {
  display: grid;
  gap: 0;
  margin-top: var(--wpq-space-block);
  padding: 0;
  list-style: none;
}

.wpq-timeline + .wpq-note-card,
.timeline + .note-card,
.wpq-note-card + .wpq-resource-link,
.note-card + .resource-link {
  margin-top: 14px;
}

.wpq-timeline__item,
.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  gap: 15px;
  margin: 0;
  padding: 0;
}

.wpq-timeline__item:last-child,
.timeline-item:last-child {
  padding-bottom: 0;
}

.wpq-timeline__item + .wpq-timeline__item,
.timeline-item + .timeline-item {
  margin-top: 0;
}

.wpq-timeline__item::before,
.timeline-item::before {
  content: "";
  position: absolute;
  left: 17px;
  top: 36px;
  bottom: 0;
  width: 2px;
  background: #c8d8ee;
}

.wpq-timeline__item:last-child::before,
.timeline-item:last-child::before {
  display: none;
}

.wpq-timeline__dot,
.timeline-dot {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 2px solid var(--wpq-blue);
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-surface);
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  box-shadow: none;
}

.wpq-timeline__body,
.timeline-body {
  min-width: 0;
  padding: 3px 0 22px;
  border: 0;
  border-bottom: 1px solid #dce4ef;
  border-radius: 0;
  background: transparent;
}

.wpq-timeline__item:last-child .wpq-timeline__body,
.timeline-item:last-child .timeline-body {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpq-timeline__title,
.timeline-body b {
  display: block;
  margin-bottom: 5px;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  line-height: 1.55;
}

.wpq-timeline__text,
.timeline-body p {
  margin: 0;
  color: #55647a;
  font-size: var(--wpq-type-subsection);
  line-height: 1.8;
}

.wpq-flow {
  margin: 18px 0 22px;
  padding: 22px 0;
  border: 0;
  border-top: 1px solid var(--wpq-color-line);
  border-bottom: 1px solid var(--wpq-color-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-roadmap {
  margin: 30px 0;
  padding: 22px 0 24px;
  border: 0;
  border-top: 1px solid #d7e2ef;
  border-bottom: 1px solid #d7e2ef;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-roadmap__head,
.wpq-flow__head {
  margin-bottom: 18px;
}

.wpq-roadmap__eyebrow,
.wpq-flow__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-roadmap__title,
.wpq-flow__title {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-roadmap__list {
  position: relative;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-roadmap__list::before {
  position: absolute;
  top: 19px;
  right: 20px;
  left: 20px;
  height: 2px;
  background: #d5dfec;
  content: "";
}

.wpq-roadmap__list--single {
  grid-template-columns: minmax(0, 1fr);
}

.wpq-roadmap__list--single::before {
  display: none;
}

.wpq-roadmap__item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  align-items: start;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.wpq-roadmap__item + .wpq-roadmap__item {
  margin-top: 0;
}

.wpq-roadmap__index {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 2px solid #aebed2;
  border-radius: 50%;
  background: var(--wpq-color-surface);
  box-shadow: 0 0 0 6px var(--wpq-color-surface);
  color: #60748f;
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-roadmap__item--done .wpq-roadmap__index {
  border-color: var(--wpq-green);
  background: var(--wpq-green);
  color: var(--wpq-color-surface);
}

.wpq-roadmap__item--current .wpq-roadmap__index {
  border-color: var(--wpq-blue);
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
}

.wpq-roadmap__copy,
.wpq-flow__copy {
  min-width: 0;
}

.wpq-roadmap__copy {
  margin-top: 14px;
}

.wpq-flow__copy {
  margin-inline: auto;
  text-align: center;
}

.wpq-roadmap__meta {
  display: grid;
  justify-items: start;
  gap: 8px;
}

.wpq-roadmap__meta b,
.wpq-flow__copy b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-flow__item-title {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
}

.wpq-flow__item-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 3px;
  border-radius: 2px;
  background: var(--wpq-blue);
  transform: translateX(-50%);
}

.wpq-roadmap__status {
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border: 1px solid #d5dfec;
  border-radius: 3px;
  background: #f4f7fa;
  color: #536983;
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-roadmap__item--done .wpq-roadmap__status {
  border-color: #bcdcca;
  background: #e6f7ee;
  color: #1f6f43;
}

.wpq-roadmap__item--current .wpq-roadmap__status {
  border-color: #b9cff3;
  background: #edf4ff;
  color: #1f55ad;
}

.wpq-roadmap__copy p,
.wpq-flow__copy p {
  margin: 10px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-body);
  line-height: 1.78;
}

@media (max-width: 900px) {
  .wpq-roadmap__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .wpq-roadmap__list::before {
    display: none;
  }

  .wpq-roadmap__item {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 15px;
  }

  .wpq-roadmap__item::before {
    position: absolute;
    top: 20px;
    bottom: -20px;
    left: 19px;
    width: 2px;
    background: #d5dfec;
    content: "";
  }

  .wpq-roadmap__item:last-child::before {
    display: none;
  }

  .wpq-roadmap__copy {
    margin-top: 0;
    padding: 3px 0 22px;
    border-bottom: 1px solid #dce4ef;
  }

  .wpq-roadmap__item:last-child .wpq-roadmap__copy {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.wpq-flow__item-body {
  text-align: center;
}

.wpq-flow__item-body.is-multiline {
  text-align: left;
}

.wpq-flow__list {
  --wpq-flow-gap: 56px;
  --wpq-flow-arrow-size: 36px;
  display: grid;
  gap: var(--wpq-flow-gap);
}

.wpq-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  padding: 14px 16px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
}

.wpq-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + (var(--wpq-flow-gap) - var(--wpq-flow-arrow-size)) / 2);
  transform: translate(-50%, 2px);
  width: var(--wpq-flow-arrow-size);
  height: var(--wpq-flow-arrow-size);
  border-radius: 999px;
  border: 1px solid #d8e7fb;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 10.5L12 15.5L17 10.5' stroke='%231d5bc8' stroke-width='3.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 18px 18px no-repeat,
    var(--wpq-color-surface);
  box-shadow: 0 10px 18px rgba(20, 33, 61, 0.08);
}

.wpq-note-card,
.note-card {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
  padding: 18px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  box-shadow: 0 8px 18px rgba(20, 33, 61, 0.04);
}

.wpq-note-card + .wpq-note-card,
.note-card + .note-card {
  margin-top: 14px;
}

.wpq-note-card__icon,
.note-card .icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--wpq-blue);
  background: var(--wpq-blue-soft);
  font-size: var(--wpq-type-subheading);
  font-weight: var(--wpq-weight-bold);
  flex: 0 0 auto;
}

.wpq-note-card__icon svg,
.wpq-note-card__icon i,
.note-card .icon svg,
.wpq-note-card__icon i,
.note-card .icon i {
  width: 1.22rem;
  height: 1.22rem;
  display: block;
  line-height: 1;
}

.wpq-note-card__icon.is-pr svg,
.wpq-note-card__icon.is-pr i,
.note-card .icon.is-pr svg,
.note-card .icon.is-pr i {
  width: 1.14rem;
  height: 1.14rem;
}

.wpq-note-card__title,
.note-card b {
  display: block;
  margin-bottom: 4px;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
}

.wpq-note-card__text,
.note-card p {
  margin: 0;
  color: #536277;
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.wpq-note-card.pr,
.note-card.pr {
  border-color: #f1d7ac;
  background: #fff8ed;
}

.wpq-note-card.pr .wpq-note-card__icon,
.note-card.pr .icon {
  color: #bd6a05;
  background: #fff0d7;
}

.wpq-resource-link,
.resource-link {
  display: grid;
  gap: 10px;
  padding: 18px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
}

.wpq-resource-link__label,
.resource-link small {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: #eaf3ff;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
  justify-self: start;
}

.wpq-resource-link__title,
.resource-link b {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  line-height: 1.65;
}

.wpq-resource-link__text,
.resource-link p {
  margin: 0;
  color: #627089;
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.wpq-resource-link__jump,
.resource-link .jump {
  width: fit-content;
  margin-left: auto;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  text-align: right;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wpq-update-strip,
.update-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 16px;
  border: 1px solid #dbe7f8;
  border-radius: 4px;
  background: var(--wpq-color-surface);
}

.wpq-update-badge,
.update-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-blue-subtle);
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
}

.wpq-update-badge.is-fresh,
.update-badge.is-fresh {
  color: #0d7f49;
  background: #eaf8f0;
}

.wpq-update-badge.is-check,
.update-badge.is-check {
  color: #935b08;
  background: #fff3dd;
}

.wpq-author-memo,
.author-memo {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px 20px;
  border: 1px solid #d7e4f6;
  border-radius: 6px;
  background: var(--wpq-color-surface);
}

.wpq-author-memo__icon,
.author-mini {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffdfbf;
  border: 2px solid var(--wpq-color-surface);
  box-shadow: 0 8px 18px rgba(20, 33, 61, 0.08);
  color: var(--wpq-blue-strong);
  font-size: var(--wpq-type-page-compact);
}

.wpq-author-memo__icon svg,
.author-mini svg {
  width: 1.52rem;
  height: 1.52rem;
  display: block;
}

.wpq-author-memo__icon.has-image,
.author-mini.has-image {
  overflow: hidden;
  padding: 0;
  background: #f3f8ff;
}

.wpq-author-memo__icon.has-image img,
.author-mini.has-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wpq-author-memo__title,
.author-memo b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  line-height: 1.6;
}

.wpq-author-memo__text,
.author-memo p {
  margin: 6px 0 0;
  color: #5b6b82;
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.wpq-reference-card {
  border-color: #cfe0ff;
  border-radius: 6px;
  background: #fbfdff;
}

.wpq-reference-list li::before {
  background: var(--wpq-blue);
}

.wpq-reference-list a {
  text-decoration-thickness: 1px;
}

.wpq-external-link .wpq-link-hint {
  width: 0.95em;
  height: 0.95em;
  margin-left: 0.38em;
  vertical-align: text-bottom;
  flex: 0 0 auto;
}

.wpq-external-link .wpq-link-hint svg {
  transform: scale(1);
}

.wpq-glossary {
  display: grid;
  gap: 0;
  margin: 0;
}

.wpq-glossary div {
  padding: 14px 0;
  border-top: 1px solid #edf2f7;
}

.wpq-glossary div:first-child {
  border-top: 0;
  padding-top: 0;
}

.wpq-glossary dt {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.5 var(--wpq-font-ui);
}

.wpq-glossary dd {
  margin: 6px 0 0;
  color: var(--wpq-muted);
}

.wpq-glossary-grid,
.glossary-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.glossary-card {
  display: grid;
  align-content: start;
  min-height: 100%;
  gap: 8px;
  padding: 16px 18px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  box-shadow: 0 8px 18px rgba(20, 33, 61, 0.04);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.glossary-card--link {
  color: inherit;
  text-decoration: none;
}

.glossary-card--link:hover,
.glossary-card--link:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 16px 28px rgba(20, 33, 61, 0.08);
}

.glossary-card__term {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--wpq-blue-strong);
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: var(--wpq-type-body);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.5;
}

.glossary-card__term::before {
  content: "#";
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--wpq-blue);
  background: var(--wpq-color-blue-subtle);
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  flex: 0 0 auto;
}

.glossary-card__description {
  color: #596980;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.glossary-card__jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
}

@media (max-width: 767px) {
  .wpq-glossary-grid,
  .glossary-grid {
    grid-template-columns: 1fr;
  }
}

.references {
  padding: 20px;
}

.references h3,
.wpq-checklist-card h2,
.debug-steps h2,
.glossary-card h2,
.faq-section h2,
.official-docs-card h2 {
  margin: 12px 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.references ol {
  margin: 0;
  padding-left: 1.2em;
}

.references li + li {
  margin-top: 8px;
}

.references .wpq-reference-list {
  list-style: decimal;
}

.references .wpq-reference-list li,
.official-docs-card .wpq-reference-list li {
  padding-left: 0;
}

.references .wpq-reference-list li::before,
.official-docs-card .wpq-reference-list li::before {
  display: none;
}

.official-docs-head {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 14px;
  align-items: start;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #dce8f8;
}

.official-docs-icon {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  background: #eaf3ff;
  color: var(--wpq-blue);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-size: var(--wpq-type-title);
  line-height: 1;
  flex: 0 0 auto;
}

.official-docs-icon svg {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
}

.official-docs-head .eyebrow,
.official-docs-head .wpq-eyebrow {
  margin: 0;
}

.official-docs-card h2 {
  margin: 12px 0;
  font-size: var(--wpq-type-section);
}

.official-docs-card {
  padding: 20px 22px;
  border-color: var(--wpq-color-line);
  background: linear-gradient(180deg, #f7fbff 0%, var(--wpq-color-surface) 100%);
}

.official-docs-card ul {
  margin: 0;
  padding: 0;
}

.official-docs-card .wpq-reference-list {
  list-style: none;
}

.official-docs-card .wpq-reference-item + .wpq-reference-item {
  margin-top: 10px;
}

.official-docs-card .wpq-reference-item {
  position: relative;
}

.official-docs-card .wpq-reference-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 78%;
  height: 1px;
  background: #dce7f7;
}

.official-docs-card .wpq-reference-item__link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  color: inherit;
  text-decoration: none;
}

.official-docs-card .wpq-reference-item__copy {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.official-docs-card .wpq-reference-item__title {
  display: block;
  color: var(--wpq-blue-dark);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.official-docs-card .wpq-reference-item__description {
  display: block;
  color: #5f7088;
  font-size: var(--wpq-type-body);
  line-height: 1.72;
}

.official-docs-card .wpq-reference-item__hint {
  width: 18px;
  height: 18px;
  display: inline-grid;
  place-items: center;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.official-docs-card .wpq-reference-item__hint svg {
  width: 0.95rem;
  height: 0.95rem;
  display: block;
}

.official-docs-card .wpq-reference-item__link:hover .wpq-reference-item__title,
.official-docs-card .wpq-reference-item__link:focus-visible .wpq-reference-item__title {
  color: var(--wpq-blue);
}

.final-checklist {
  padding: 22px 22px 20px;
  border-color: var(--wpq-color-green-line);
  background: linear-gradient(180deg, #f7fdf9 0%, var(--wpq-color-green-subtle) 100%);
}

.final-checklist h2 {
  margin: 0;
  font-size: var(--wpq-type-heading);
}

.final-checklist-head {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.final-checklist-icon {
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 10px;
  color: var(--wpq-green);
  background: var(--wpq-color-surface);
  box-shadow: inset 0 0 0 1px #d4efe0;
  font-size: var(--wpq-type-control);
  line-height: 1;
  flex: 0 0 auto;
}

.final-checklist-head h2 {
  margin: 0;
}

.wpq-verified-environment,
.wpq-update-history,
.wpq-toc-card--inline {
  padding: 18px 0;
  border-top: 1px solid var(--wpq-line);
  border-bottom: 1px solid var(--wpq-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.wpq-verified-environment h2,
.verified-environment h2,
.wpq-update-history h2,
.update-history h2 {
  margin: 0 0 12px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-trust-panel__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-trust-panel__icon {
  display: inline-grid;
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid #cadcf2;
  border-radius: 6px;
  background: #f4f8fd;
  color: var(--wpq-blue-strong);
}

.wpq-trust-panel__icon--history {
  border-color: #d7e4da;
  background: #f4faf5;
  color: #2e6b4c;
}

.wpq-trust-panel__icon svg {
  width: 17px;
  height: 17px;
}

.wpq-trust-section {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(220px, 0.85fr);
  gap: 0;
  margin-top: 28px;
  padding: 22px 0;
  border-top: 1px solid var(--wpq-line);
  border-bottom: 1px solid var(--wpq-line);
}

.wpq-trust-section > .wpq-verified-environment,
.wpq-trust-section > .wpq-update-history {
  padding: 0 20px;
  border: 0;
}

.wpq-trust-section > .wpq-verified-environment:first-child {
  padding-left: 0;
}

.wpq-trust-section > .wpq-update-history {
  border-left: 1px solid var(--wpq-line);
}

.wpq-trust-section > .wpq-update-history:last-child {
  padding-right: 0;
}

.wpq-trust-section__lead p {
  margin: 0;
  color: #52647d;
  font-size: var(--wpq-type-subsection);
  line-height: 1.82;
}

.wpq-verified-environment__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 18px;
  margin: 0;
}

.wpq-verified-environment__list div {
  padding: 10px 0;
  border-bottom: 1px solid #eef3fa;
}

.wpq-verified-environment__list div:last-child,
.wpq-verified-environment__list div:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.wpq-verified-environment__list dt {
  color: var(--wpq-muted);
  font-size: var(--wpq-type-small-strong);
  font-weight: 700;
}

.wpq-verified-environment__list dd {
  margin: 4px 0 0;
  color: var(--wpq-ink);
  font-weight: var(--wpq-weight-bold);
}

.wpq-update-history__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-update-history__list li {
  display: grid;
  grid-template-columns: minmax(104px, 0.72fr) minmax(0, 1.4fr);
  gap: 14px;
  align-items: baseline;
  margin-top: 0;
  padding: 10px 0;
  border-top: 1px solid #eef3fa;
  color: #45556d;
  line-height: 1.7;
}

.wpq-update-history__list li:first-child {
  padding-top: 0;
  border-top: 0;
}

.wpq-update-history__date {
  display: block;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-copy);
  font-weight: 700;
}

.wpq-update-history__text {
  display: block;
  margin-top: 0;
  color: var(--wpq-ink-soft);
}

.wpq-faq-stack,
.faq-stack {
  display: grid;
  gap: 12px;
}

.wpq-faq-item {
  border: 1px solid var(--wpq-line);
  border-radius: var(--wpq-radius-sm);
  background: var(--wpq-color-surface);
  box-shadow: none;
  overflow: hidden;
}

.wpq-faq-item summary,
.faq-item summary {
  cursor: pointer;
  padding: 15px 16px;
  color: var(--wpq-ink);
  list-style: none;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.5 var(--wpq-font-ui);
  position: relative;
  padding-right: 48px;
}

.wpq-faq-item summary::-webkit-details-marker,
.faq-item summary::-webkit-details-marker {
  display: none;
}

.wpq-faq-item summary::before,
.faq-item summary::before {
  content: "Q";
  display: inline-grid;
  place-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 50%;
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  font-size: var(--wpq-type-small);
}

.wpq-faq-item summary::after,
.faq-item summary::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b6f8b' d='M12 16.4a1 1 0 0 1-.72-.3l-6-6a1 1 0 0 1 1.42-1.4L12 13.99l5.3-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.71.29Z'/%3E%3C/svg%3E");
  transform: translateY(-50%);
  transition: transform 160ms ease;
}

.wpq-faq-item[open] summary::after,
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}

.wpq-faq-answer,
.faq-answer {
  padding: 0 16px 16px;
  color: var(--wpq-muted);
}

.wpq-inline-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-color: #cfe0ff;
  border-radius: 6px;
  background: #f4f8ff;
}

.wpq-inline-cta__copy {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.wpq-inline-cta__copy h3 {
  margin: 0 0 4px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-inline-cta__copy p {
  margin: 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-subsection);
  line-height: 1.75;
}

.wpq-inline-cta--builder {
  border-color: #bfd8ff;
}

.wpq-promo-card {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  padding: var(--wpq-space-card);
  border: 1px solid #d9e5fb;
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-promo-card--affiliate {
  border-color: #d5ead8;
  background: #f8fcf8;
}

.wpq-promo-card--sponsor {
  border-color: #e4ddff;
  background: #faf9ff;
}

.wpq-promo-card__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.wpq-promo-card .wpq-block-head {
  align-items: center;
  margin-bottom: 8px;
}

.wpq-promo-card .wpq-block-head h3 {
  margin: 0;
}

.wpq-promo-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-blue-subtle);
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1 var(--wpq-font-ui);
  flex: 0 0 auto;
}

.wpq-promo-card__body > *:last-child,
.wpq-promo-card__copy > p:last-child {
  margin-bottom: 0;
}

.wpq-promo-card__disclosure {
  margin-top: 8px;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-copy);
}

.wpq-promo-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  border-radius: 999px;
  background: #fff0d3;
  color: #94600d;
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-promo-card .wpq-button {
  align-self: flex-end;
  width: fit-content;
}

.wpq-speech-set {
  display: grid;
  gap: 16px;
}

.wpq-speech {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.wpq-speech--reverse {
  grid-template-columns: minmax(0, 1fr) 64px;
}

.wpq-speech--reverse .wpq-speech__icon {
  order: 2;
}

.wpq-speech__icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wpq-blue);
  background: var(--wpq-color-blue-subtle);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1 var(--wpq-font-ui);
  overflow: hidden;
}

.wpq-speech__icon.has-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wpq-speech__bubble {
  position: relative;
  padding: 16px 18px;
  border: 1px solid #cfe0f4;
  border-radius: var(--wpq-radius-md);
  background: var(--wpq-color-surface);
}

.wpq-speech__bubble::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 20px;
  width: 18px;
  height: 18px;
  border-left: 1px solid #cfe0f4;
  border-bottom: 1px solid #cfe0f4;
  background: var(--wpq-color-surface);
  transform: rotate(45deg);
}

.wpq-speech--reverse .wpq-speech__bubble::before {
  left: auto;
  right: -9px;
  border-left: 0;
  border-bottom: 0;
  border-right: 1px solid #cfe0f4;
  border-top: 1px solid #cfe0f4;
}

.wpq-speech__bubble b {
  display: block;
  margin-bottom: 4px;
  color: var(--wpq-ink);
}

.wpq-speech__bubble p:last-child {
  margin-bottom: 0;
}

.wpq-speech__bubble p {
  margin-top: 0;
}

.media-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.media-card {
  display: grid;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.article-thumb {
  display: block;
  overflow: hidden;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: #f4f7fb;
}

.article-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-caption {
  display: grid;
  gap: 6px;
  color: #5b6b82;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.demo-link {
  justify-self: end;
  color: var(--wpq-blue);
  font-weight: var(--wpq-weight-bold);
}

.wpq-link-hint {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: currentColor;
  flex: 0 0 18px;
}

.wpq-link-hint svg {
  width: 100%;
  height: 100%;
  display: block;
  transform: none;
}

.deep-link-card {
  display: grid;
  grid-template-columns: 196px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--wpq-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
}

.wpq-related-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 18px 0;
}

.wpq-related-links .wpq-related-link {
  height: 100%;
  min-width: 0;
  grid-template-columns: 1fr;
  align-content: start;
  align-items: start;
}

.wpq-related-links .wpq-related-link .article-thumb {
  width: 100%;
}

.wpq-image-card {
  display: grid;
  gap: 12px;
  margin: 18px 0;
}

.wpq-image-card__media {
  display: block;
  color: inherit;
  text-decoration: none;
}

.wpq-image-card__image {
  display: block;
  overflow: hidden;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: #f4f7fb;
}

.wpq-image-card__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wpq-image-card--fit-contain .wpq-image-card__image {
  background: var(--wpq-color-surface);
}

.wpq-image-card--fit-contain .wpq-image-card__image img {
  padding: 14px;
  object-fit: contain;
}

.wpq-image-card--ratio-16-9 .wpq-image-card__image {
  aspect-ratio: 16 / 9;
}

.wpq-image-card--ratio-16-10 .wpq-image-card__image {
  aspect-ratio: 16 / 10;
}

.wpq-image-card--ratio-4-3 .wpq-image-card__image {
  aspect-ratio: 4 / 3;
}

.wpq-image-card--ratio-1-1 .wpq-image-card__image {
  aspect-ratio: 1 / 1;
}

.wpq-image-card__caption {
  display: grid;
  gap: 6px;
}

.wpq-image-card__eyebrow {
  width: fit-content;
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-blue-strong);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-image-card__title {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.6;
}

.wpq-image-card__caption-text,
.wpq-image-card__body {
  margin: 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.wpq-image-card__jump {
  display: inline-flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.wpq-pros-cons {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.wpq-pros-cons__card {
  padding: 14px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(20, 33, 61, 0.05);
}

.wpq-pros-cons__head {
  margin-bottom: 12px;
}

.wpq-pros-cons__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: var(--wpq-type-label);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-pros-cons__card--pros .wpq-pros-cons__badge {
  color: #1f6f43;
  background: #e6f7ee;
}

.wpq-pros-cons__card--cons .wpq-pros-cons__badge {
  color: #9a3a49;
  background: #ffe6ea;
}

.wpq-pros-cons__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-pros-cons__list li {
  position: relative;
  padding-left: 22px;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-body);
  line-height: 1.72;
}

.wpq-pros-cons__card--pros .wpq-pros-cons__list li::before,
.wpq-pros-cons__card--cons .wpq-pros-cons__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.wpq-pros-cons__card--pros .wpq-pros-cons__list li::before {
  background: #31a46b;
}

.wpq-pros-cons__card--cons .wpq-pros-cons__list li::before {
  background: #e06b80;
}

.wpq-score-card {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 24px rgba(20, 33, 61, 0.05);
}

.wpq-score-card__main {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: start;
}

.wpq-score-card__copy {
  min-width: 0;
}

.wpq-score-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-score-card__title {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subheading);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
}

.wpq-score-card__body {
  margin: 10px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-subsection);
  line-height: 1.78;
}

.wpq-score-card__score {
  min-width: 128px;
  padding: 12px 14px;
  border-radius: 10px;
  text-align: right;
  background: linear-gradient(145deg, var(--wpq-color-blue-subtle), var(--wpq-color-surface-subtle));
}

.wpq-score-card__score-line {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 2px;
}

.wpq-score-card__value {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-page-desktop);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-score-card__max {
  color: #7d8da6;
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.3;
}

.wpq-score-card__verdict {
  display: block;
  margin-top: 6px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.5;
}

.wpq-score-card__list {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.wpq-score-card__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid #e5edf8;
}

.wpq-score-card__metric {
  min-width: 0;
}

.wpq-score-card__metric b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-score-card__metric p {
  margin: 4px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.65;
}

.wpq-score-card__metric-score {
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
  white-space: nowrap;
}

.wpq-score-card--blue .wpq-score-card__score {
  background: linear-gradient(145deg, #edf4ff, var(--wpq-color-surface-subtle));
}

.wpq-score-card--blue .wpq-score-card__verdict,
.wpq-score-card--blue .wpq-score-card__metric-score {
  color: #1d5bc8;
}

.wpq-score-card--blue .wpq-score-card__metric-score {
  background: #eaf3ff;
}

.wpq-score-card--green .wpq-score-card__score {
  background: linear-gradient(145deg, #edf9f3, #f8fdfb);
}

.wpq-score-card--green .wpq-score-card__verdict,
.wpq-score-card--green .wpq-score-card__metric-score {
  color: #1f6f43;
}

.wpq-score-card--green .wpq-score-card__metric-score {
  background: #e5f6ed;
}

.wpq-score-card--amber .wpq-score-card__score {
  background: linear-gradient(145deg, #fff7e7, #fffdf7);
}

.wpq-score-card--amber .wpq-score-card__verdict,
.wpq-score-card--amber .wpq-score-card__metric-score {
  color: #99621a;
}

.wpq-score-card--amber .wpq-score-card__metric-score {
  background: #fff1d8;
}

.wpq-score-card--red .wpq-score-card__score {
  background: linear-gradient(145deg, #fff0f2, #fffafb);
}

.wpq-score-card--red .wpq-score-card__verdict,
.wpq-score-card--red .wpq-score-card__metric-score {
  color: #a64656;
}

.wpq-score-card--red .wpq-score-card__metric-score {
  background: #ffe6ea;
}

.wpq-ranking-card {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-ranking-card__head {
  display: grid;
  gap: 12px;
}

.wpq-ranking-card__copy {
  min-width: 0;
}

.wpq-ranking-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-ranking-card__title {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subheading);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
}

.wpq-ranking-card__body {
  margin: 10px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-subsection);
  line-height: 1.78;
}

.wpq-ranking-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.wpq-ranking-card__meta-chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 4px;
  background: #eef4ff;
  color: #275fc8;
  font-size: 14px;
  font-weight: var(--wpq-weight-medium);
  line-height: 1.5;
}

.wpq-ranking-card__list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

.wpq-ranking-card__item {
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: start;
  padding: 14px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 4px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
}

.wpq-ranking-card__item--with-thumb {
  grid-template-columns: 40px 144px minmax(0, 1fr) auto;
}

.wpq-ranking-card__rank {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  border-radius: 4px;
  background: #eaf3ff;
  color: #1d5bc8;
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-ranking-card__thumb {
  display: block;
  align-self: start;
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px var(--wpq-color-line);
}

.wpq-ranking-card__thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wpq-ranking-card__item-copy {
  min-width: 0;
}

.wpq-ranking-card__item-copy b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-ranking-card__item-copy p {
  margin: 6px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.68;
}

.wpq-ranking-card__score {
  min-width: 72px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #275fc8;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
  white-space: nowrap;
}

.wpq-download-card {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-download-card__main {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: start;
}

.wpq-download-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-title);
  line-height: 1;
}

.wpq-download-card__icon svg,
.wpq-download-card__icon i {
  width: 1.35rem;
  height: 1.35rem;
  display: block;
  line-height: 1;
}

.wpq-download-card__copy {
  min-width: 0;
}

.wpq-download-card__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-download-card__title {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-download-card__body {
  margin: 8px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-body);
  line-height: 1.78;
}

.wpq-download-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.wpq-download-card__meta-chip {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wpq-color-blue-subtle);
  color: #285ec7;
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-download-card__note {
  margin: 10px 0 0;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-copy);
  line-height: 1.65;
}

.wpq-download-card__button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  align-self: center;
  min-width: 148px;
  min-height: 44px;
  padding-inline: 16px;
  justify-content: center;
}

.wpq-profile-card,
.wpq-reviewer-box {
  margin: 18px 0 22px;
  padding: 18px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-profile-card__main,
.wpq-reviewer-box__main {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.wpq-profile-card__avatar,
.wpq-reviewer-box__avatar {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-page-mobile-wide);
  line-height: 1;
  overflow: hidden;
}

.wpq-profile-card__avatar img,
.wpq-reviewer-box__avatar img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wpq-profile-card__copy,
.wpq-reviewer-box__copy {
  min-width: 0;
}

.wpq-profile-card__eyebrow,
.wpq-reviewer-box__eyebrow {
  display: inline-flex;
  margin-bottom: 8px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-profile-card__title,
.wpq-reviewer-box__title {
  margin: 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-profile-card__name,
.wpq-reviewer-box__name {
  margin: 8px 0 0;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.wpq-profile-card__role,
.wpq-reviewer-box__role {
  margin: 4px 0 0;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.6;
}

.wpq-profile-card__body,
.wpq-reviewer-box__body {
  margin: 8px 0 0;
  color: var(--wpq-ink-soft);
  font-size: var(--wpq-type-body);
  line-height: 1.78;
}

.wpq-profile-card__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.wpq-profile-card__links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wpq-reviewer-box__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.wpq-reviewer-box__badge {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  background: #e6f7ee;
  color: #1f6f43;
  font-size: var(--wpq-type-label);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-reviewer-box__checked-at {
  margin: 10px 0 0;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.55;
}

.deep-link-card .article-thumb {
  aspect-ratio: 16 / 9;
  min-height: 0;
}

.wpq-related-link__date {
  color: #7a8798;
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
}

.wpq-related-link--external .deep-link-copy small {
  background: #fff1d8;
  color: #9b680f;
}

.deep-link-copy {
  display: grid;
  gap: 8px;
}

.deep-link-copy small {
  width: fit-content;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: #eaf3ff;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
}

.deep-link-copy b {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  line-height: 1.65;
}

.deep-link-copy p {
  margin: 0;
  color: #627089;
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.deep-link-copy .jump {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-self: end;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
}

.reference-heading {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.5 var(--wpq-font-ui);
}

.wpq-discovery-card {
  margin: 18px 0;
  padding: 16px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 6px;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.wpq-discovery-card > h3 {
  margin: 0 0 12px;
}

.wpq-discovery-card > p {
  margin: 0;
}

.wpq-latest-posts-list {
  display: grid;
  gap: 0;
}

.wpq-latest-posts-item {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  min-height: 104px;
  color: inherit;
  text-decoration: none;
}

.wpq-latest-posts-item + .wpq-latest-posts-item {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e5edf8;
}

.wpq-latest-posts-item__thumb {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
}

.wpq-latest-posts-item__copy {
  display: grid;
  align-content: center;
  gap: 6px;
  min-width: 0;
}

.wpq-latest-posts-item__label {
  width: fit-content;
  min-height: 22px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-blue-strong);
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-latest-posts-item__title {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  line-height: 1.6;
}

.wpq-latest-posts-item__date {
  color: var(--wpq-muted);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.45;
}

.wpq-latest-posts-item__hint {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
}

.wpq-term-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wpq-term-chip {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  border: 1px solid var(--wpq-color-line);
  border-radius: 999px;
  color: inherit;
  text-decoration: none;
  background: var(--wpq-color-surface);
}

.wpq-term-chip__name {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-body);
  font-weight: var(--wpq-weight-bold);
}

.wpq-term-chip__count {
  color: var(--wpq-muted);
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
}

.reference-heading::before {
  content: "i";
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-size: var(--wpq-type-body);
  font-weight: var(--wpq-weight-bold);
  flex: 0 0 auto;
}

.diff-card {
  margin: 18px 0 0;
  border: 1px solid var(--wpq-line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--wpq-color-surface);
  box-shadow: none;
}

.diff-header {
  padding: 9px 12px;
  border-bottom: 1px solid var(--wpq-line);
  background: #f8fafc;
  color: #52627a;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
}

.diff-card pre {
  margin: 0;
  padding: 14px 16px;
  background: var(--wpq-color-surface);
  color: #334155;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-size: 15px;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.diff-remove,
.diff-add {
  display: block;
  padding: 4px 10px;
  border-radius: 8px;
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.diff-remove {
  color: var(--wpq-color-danger);
  background: var(--wpq-color-danger-subtle);
}

.diff-add {
  color: var(--wpq-color-green-text);
  background: var(--wpq-color-green-subtle);
}

.reference-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px dashed #c3d9f8;
  border-radius: 10px;
  background: linear-gradient(180deg, #fbfdff, #f5f9ff);
}

.reference-row {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: start;
}

.reference-index {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-blue-subtle);
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1 var(--wpq-font-ui);
  box-shadow: inset 0 0 0 1px #d7e7fb;
}

.reference-copy b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  line-height: 1.55;
}

.reference-copy p {
  margin: 4px 0 0;
  color: #607089;
  font-size: var(--wpq-type-body);
  line-height: 1.7;
}

.builder-cta,
.wpq-builder-panel {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) 244px;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  padding: 20px 22px;
  border: 1px solid #cfe0f4;
  border-radius: 10px;
  background: linear-gradient(135deg, #eef6ff 0%, var(--wpq-color-surface) 100%);
  box-shadow: 0 12px 26px rgba(27, 99, 221, 0.08);
}

.builder-icon {
  width: 84px;
  height: 84px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(145deg, #93c5fd, var(--wpq-blue));
  box-shadow: inset 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.builder-icon::before {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M7 7h10M7 12h7M7 17h4' stroke='%23fff' stroke-width='2.2' stroke-linecap='round'/%3E%3Crect x='3.8' y='4.8' width='16.4' height='14.4' rx='3.6' stroke='%23fff' stroke-width='2.2'/%3E%3Cpath d='M15.8 17.8l2.1 2.1 2.3-2.3' stroke='%23fff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
}

.builder-cta h3,
.wpq-builder-panel h3 {
  margin: 0 0 6px;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-section);
  line-height: 1.55;
}

.builder-cta h3::before,
.wpq-builder-panel h3::before {
  display: none;
}

.builder-cta p,
.wpq-builder-panel p {
  margin: 0;
  color: #44556d;
  font-size: var(--wpq-type-subsection);
  line-height: 1.8;
}

.builder-actions,
.wpq-builder-panel__actions {
  display: grid;
  gap: 10px;
  justify-items: stretch;
}

.builder-actions .button,
.wpq-builder-panel__actions .button {
  justify-content: center;
}

.button-link,
.wpq-builder-panel__link {
  color: var(--wpq-blue);
  font-size: var(--wpq-type-copy-strong);
  font-weight: var(--wpq-weight-bold);
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 959px) {
  .builder-cta,
  .wpq-builder-panel {
    grid-template-columns: 72px minmax(0, 1fr);
  }

  .builder-actions,
  .wpq-builder-panel__actions {
    grid-column: 1 / -1;
  }

  .builder-icon {
    width: 72px;
    height: 72px;
  }
}

.task-panel {
  display: grid;
  gap: 12px;
  padding: 18px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
}

.task-panel b {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
}

.task-checklist {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.task-checklist li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #41516a;
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.task-checklist li::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: 0.18em;
  border-radius: 7px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1.5' y='1.5' width='17' height='17' rx='5' fill='%23edf5ff' stroke='%23cfe0f4'/%3E%3Cpath d='M5.4 10.4l2.5 2.6 6-6.2' fill='none' stroke='%233f70df' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 22px 22px no-repeat;
}

.wpq-quote {
  position: relative;
  padding: 20px 22px 18px;
  border-color: #dce7fb;
  background: #fbfdff;
}

.wpq-quote::before {
  content: "“";
  position: absolute;
  top: 8px;
  left: 16px;
  color: #c7d7ea;
  font: var(--wpq-weight-bold) var(--wpq-type-display)/1 var(--wpq-font-ui);
}

.wpq-quote p {
  margin: 0;
  padding-left: 14px;
  color: var(--wpq-ink-soft);
  font-style: italic;
}

.wpq-quote cite {
  display: block;
  margin-top: 10px;
  color: var(--wpq-muted);
  font: 700 var(--wpq-type-copy)/1.6 var(--wpq-font-ui);
}

.wpq-bottom-cta,
.bottom-tool-cta {
  margin-top: 32px;
  border: 1px solid #c9d9ee;
  border-top: 3px solid var(--wpq-blue);
  border-radius: 8px;
  background: var(--wpq-color-surface);
  box-shadow: none;
  overflow: hidden;
}

.wpq-bottom-cta__link {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) minmax(220px, auto);
  align-items: center;
  gap: 22px;
  padding: 24px 26px;
  color: inherit;
  text-decoration: none;
}

.wpq-bottom-cta__brand {
  display: block;
  width: 96px;
  height: 68px;
  overflow: hidden;
}

.wpq-bottom-cta__brand img {
  display: block;
  width: 96px;
  height: 96px;
  margin-top: -9px;
  object-fit: contain;
}

.wpq-bottom-cta__content {
  display: block;
  min-width: 0;
}

.wpq-bottom-cta__eyebrow {
  display: block;
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1.4 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-bottom-cta__title {
  display: block;
  margin-top: 5px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(1.2rem, 1.7vw, 1.36rem)/1.42 var(--wpq-font-ui);
}

.wpq-bottom-cta__copy {
  display: block;
  margin-top: 5px;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-subsection);
  line-height: 1.72;
}

.wpq-bottom-cta__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: stretch;
  min-width: 220px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 6px;
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1.35 var(--wpq-font-ui);
  transition: background-color 160ms ease, transform 160ms ease;
}

.wpq-bottom-cta__link:hover .wpq-bottom-cta__action {
  background: var(--wpq-blue);
  transform: translateY(1px);
}

.wpq-bottom-cta__link:active .wpq-bottom-cta__action {
  transform: translateY(2px);
}

.wpq-bottom-cta__link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.28);
  outline-offset: -3px;
}

.wpq-side-card,
.side-card {
  padding: 15px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 22px rgba(20, 33, 61, 0.05);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wpq-side-card--cta,
.sidebar-tool-cta {
  padding: 0;
  border-color: #cfe0f4;
  border-radius: 6px;
  background: #f7faff;
  box-shadow: none;
  overflow: hidden;
}

.wpq-toc-card,
.toc-card {
  position: relative;
}

.wpq-toc-card--inline {
  margin-top: 18px;
}

.wpq-toc-details {
  display: block;
}

.wpq-toc-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  cursor: pointer;
  list-style: none;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-toc-details summary::-webkit-details-marker {
  display: none;
}

.wpq-toc-summary::after {
  content: "";
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  background: center / 16px 16px no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%235b6f8b' d='M12 16.4a1 1 0 0 1-.72-.3l-6-6a1 1 0 0 1 1.42-1.4L12 13.99l5.3-5.29a1 1 0 0 1 1.41 1.41l-6 6a1 1 0 0 1-.71.29Z'/%3E%3C/svg%3E");
  transform: rotate(0deg);
  transition: transform 160ms ease;
}

.wpq-toc-details[open] .wpq-toc-summary::after {
  transform: rotate(180deg);
}

.wpq-toc-details .wpq-toc-list {
  margin-top: 12px;
}

.wpq-side-card .wpq-block-head,
.side-card .wpq-block-head {
  margin-bottom: 10px;
}

.wpq-side-card .wpq-block-head h3,
.side-card .wpq-block-head h3,
.wpq-side-card__title {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.45 var(--wpq-font-ui);
}

.wpq-side-card p,
.wpq-side-card li,
.wpq-side-card a,
.wpq-side-card dt,
.wpq-side-card dd,
.side-card p,
.side-card li,
.side-card a,
.side-card dt,
.side-card dd {
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.65;
}

.wpq-side-card p,
.side-card p {
  margin: 0;
  color: var(--wpq-ink-soft);
}

.wpq-side-card .wpq-button,
.side-card .wpq-button {
  width: 100%;
  margin-top: 12px;
}

.button.button-secondary {
  width: 100%;
  min-height: 44px;
  font-size: var(--wpq-type-copy-strong);
}

.sidebar-tool-cta__link {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 16px;
  color: inherit;
  text-decoration: none;
  transition: background 160ms ease;
}

.sidebar-tool-cta__link:hover,
.sidebar-tool-cta__link:focus-visible {
  background: rgba(255, 255, 255, 0.7);
}

.sidebar-tool-cta__link:focus-visible,
.wpq-side-ad__link:focus-visible {
  outline: 3px solid var(--wpq-blue);
  outline-offset: -3px;
}

.sidebar-tool-cta__brand {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sidebar-tool-cta__brand img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.sidebar-tool-cta__copy {
  display: grid;
  gap: 4px;
}

.sidebar-tool-cta__copy strong {
  color: var(--wpq-blue-strong);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.35 var(--wpq-font-ui);
}

.sidebar-tool-cta__copy span {
  color: #526987;
  font: var(--wpq-weight-medium) var(--wpq-type-small-strong)/1.6 var(--wpq-font-ui);
}

.sidebar-tool-cta__action {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 12px;
  border-radius: 4px;
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1 var(--wpq-font-ui);
  transition: transform 160ms ease;
}

.sidebar-tool-cta__link:hover .sidebar-tool-cta__action,
.sidebar-tool-cta__link:focus-visible .sidebar-tool-cta__action {
  transform: translateY(1px);
}

.wpq-side-ad {
  padding: 0;
  overflow: hidden;
}

.wpq-side-ad__link {
  display: grid;
  gap: 9px;
  padding: 16px;
  color: inherit;
  text-decoration: none;
}

.wpq-side-ad__badge {
  justify-self: start;
  padding: 3px 8px;
  border-radius: 999px;
  background: var(--wpq-yellow-soft);
  color: var(--wpq-yellow);
  font: var(--wpq-weight-bold) var(--wpq-type-micro-floor)/1.3 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-side-ad__link strong {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.45 var(--wpq-font-ui);
}

.wpq-side-ad__link > span:not(.wpq-side-ad__badge):not(.wpq-side-ad__action) {
  color: var(--wpq-ink-soft);
  font: var(--wpq-weight-medium) var(--wpq-type-copy)/1.65 var(--wpq-font-ui);
}

.wpq-side-ad__action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--wpq-blue-strong);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1.4 var(--wpq-font-ui);
}

.side-card h3 {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 12px;
  color: #293857;
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  letter-spacing: var(--wpq-tracking-default);
  text-transform: none;
}

.side-card h3 i {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--wpq-blue);
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-size: var(--wpq-type-subheading);
  line-height: 1;
  flex: 0 0 auto;
}

.side-card h3 svg {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--wpq-blue);
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  padding: 4px;
  flex: 0 0 auto;
}

.wpq-toc-list,
.toc {
  display: grid;
  gap: 6px;
  counter-reset: toc-item;
}

.wpq-toc-list a,
.toc a {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 12px;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #edf2f7;
  color: #445268;
  text-decoration: none;
  text-underline-offset: 0.18em;
  font: var(--wpq-weight-bold) 15px/1.55 var(--wpq-font-ui);
  counter-increment: toc-item;
}

.wpq-toc-list a:hover,
.wpq-toc-list a:focus-visible,
.toc a:hover,
.toc a:focus-visible {
  color: var(--wpq-blue);
  text-decoration: underline;
}

.wpq-toc-list a.is-active,
.toc a.is-active {
  color: #445268;
  text-decoration: none;
}

.wpq-toc-list a::before,
.toc a::before {
  content: counter(toc-item, decimal-leading-zero);
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  color: var(--wpq-blue-strong);
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d8e7fb;
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  line-height: 1;
}

.wpq-toc-list a:last-child,
.toc a:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.wpq-toc-list .wpq-toc-depth-3 a {
  padding-left: 14px;
}

.wpq-side-meta,
.sidebar-meta-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-side-meta div,
.sidebar-meta-list li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 10px;
  color: #51617b;
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.6;
}

.wpq-side-meta div:first-child,
.sidebar-meta-list li:first-child {
  padding-top: 0;
}

.wpq-side-meta dt,
.sidebar-meta-list span {
  color: #7b8aa2;
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1.4 var(--wpq-font-ui);
}

.wpq-side-meta dd,
.sidebar-meta-list strong,
.sidebar-meta-list div {
  margin: 0;
  color: var(--wpq-ink);
  font-weight: var(--wpq-weight-bold);
}

.wpq-side-links li + li {
  margin-top: 8px;
}

.wpq-side-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--wpq-blue);
  text-decoration: none;
}

.wpq-side-links a:hover {
  text-decoration: underline;
}

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

.field-grid span {
  min-height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid #d4e2f5;
  border-radius: 999px;
  color: var(--wpq-blue-strong);
  background: #f7fbff;
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
}

.wpq-side-card .field-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.popular-list {
  display: grid;
  gap: 12px;
}

.popular-link {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 12px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf2f7;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease;
}

.popular-link:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.popular-thumb {
  position: relative;
  display: block;
  width: 88px;
  aspect-ratio: 1.28 / 1;
  border: 1px solid #d8e5f7;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(145deg, var(--wpq-color-surface), #eef6ff);
}

.rank {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--wpq-color-surface);
  background: var(--wpq-blue);
  font-size: var(--wpq-type-label);
  font-weight: var(--wpq-weight-bold);
  box-shadow: 0 8px 16px rgba(27, 99, 221, 0.2);
}

.popular-thumb .article-thumb {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
}

.popular-copy {
  display: block;
  min-width: 0;
  padding-top: 2px;
}

.popular-date {
  display: block;
  margin-bottom: 6px;
  color: #7a8798;
  font-size: var(--wpq-type-small);
  line-height: 1.45;
  font-weight: var(--wpq-weight-bold);
}

.popular-link b {
  display: block;
  color: var(--wpq-ink);
  font-size: var(--wpq-type-body);
  line-height: 1.55;
}

.side-card.pr {
  border-color: #f0d7af;
  background: linear-gradient(180deg, #fffaf2, #fff4e3);
}

.side-card.pr h3 {
  color: #8b5a12;
}

.wpq-side-ad {
  border-color: #d9e5f5;
  background: linear-gradient(180deg, var(--wpq-color-surface), var(--wpq-color-surface-subtle));
}

.wpq-side-ad__meta {
  margin-bottom: 10px;
}

.wpq-side-ad__badge {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-blue-strong);
  font-size: var(--wpq-type-meta);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-side-ad--affiliate .wpq-side-ad__badge {
  background: #eef6ff;
  color: #2a63d4;
}

.wpq-side-ad--sponsor .wpq-side-ad__badge,
.wpq-side-ad--pr .wpq-side-ad__badge,
.wpq-side-ad--ad .wpq-side-ad__badge {
  background: #fff1d8;
  color: #a96809;
}

.wpq-side-ad p {
  margin: 0 0 12px;
  color: #5e6f88;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.side-card.pr h3 i {
  color: #be7b0f;
  background: #fff0d7;
  box-shadow: inset 0 0 0 1px #f2d8ad;
}

.side-card.pr p {
  margin: 0 0 12px;
  color: #6d5530;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.mini-button {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  color: var(--wpq-color-surface);
  background: #be7b0f;
  font-size: var(--wpq-type-copy);
  font-weight: var(--wpq-weight-bold);
  box-shadow: 0 10px 18px rgba(190, 123, 15, 0.18);
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, filter 160ms ease;
}

.mini-button:hover {
  filter: brightness(1.03);
}

.wpq-side-links.side-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #445268;
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.65;
}

.wpq-side-links.side-list li {
  display: block;
}

.wpq-side-links.side-list li::before {
  display: none;
}

.wpq-side-links.side-list a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  width: 100%;
  align-items: center;
  gap: 10px;
  color: #445268;
  text-decoration: none;
}

.wpq-side-links.side-list a > span:first-child {
  display: block;
  width: auto;
  min-width: 0;
  overflow-wrap: anywhere;
}

.wpq-side-links.side-list a:hover {
  color: var(--wpq-blue);
  text-decoration: underline;
}

.next-read-heading::before {
  transform: none;
}

.design-sample-section {
  margin-top: var(--wpq-space-section);
  padding: 22px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background: #f8fafc;
}

.design-sample-section .sample-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 3px 9px;
  border-radius: 999px;
  color: #64748b;
  background: var(--wpq-color-surface);
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
}

.heading-showcase {
  display: grid;
  gap: 14px;
}

.heading-sample {
  padding: 16px 18px;
  border: 1px dashed #d6e3f6;
  border-radius: 10px;
  background: #fbfdff;
}

.heading-sample p {
  margin: 8px 0 0;
  color: var(--wpq-muted);
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.sample-h2,
.sample-h3 {
  margin: 0;
}

.sample-h2 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--wpq-ink);
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-page-mobile-wide);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.5;
}

.sample-h2::before {
  content: "";
  width: 4px;
  height: 1.2em;
  margin-top: 0.12em;
  border-radius: 1px;
  background: var(--wpq-blue);
  flex: 0 0 4px;
}

.sample-h3 {
  padding-left: 14px;
  border-left: 3px solid #d89614;
  color: var(--wpq-ink);
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-heading);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.62;
}

.sample-h3::before {
  display: none;
}

.media-pair .article-thumb img {
  padding: 14px;
  background: var(--wpq-color-surface);
  object-fit: contain;
}

.next-read-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.next-read-grid.is-single {
  grid-template-columns: 1fr;
  width: 100%;
}

.wpq-learning-path-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 8px;
}

.wpq-learning-path-heading .related-heading {
  margin-bottom: 0;
}

.wpq-learning-path-eyebrow {
  margin: 0 0 5px;
  color: #2e6b4c;
  font-size: var(--wpq-type-label);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
}

.wpq-learning-path-progress {
  flex: 0 0 auto;
  min-width: 54px;
  padding: 5px 9px;
  border: 1px solid #c9dfd2;
  border-radius: 6px;
  background: #f3faf5;
  color: #2e6b4c;
  font-size: var(--wpq-type-small);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
  text-align: center;
}

.wpq-learning-path-description {
  margin: 0 0 14px;
  padding-left: 22px;
  color: #5f6f82;
  font-size: var(--wpq-type-body);
  line-height: 1.75;
}

.wpq-learning-path-hub-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 16px 22px;
  color: var(--wpq-blue-strong);
  font: var(--wpq-weight-bold) var(--wpq-type-copy-strong)/1.55 var(--wpq-font-ui);
  text-decoration: none;
}

.wpq-learning-path-hub-link svg {
  width: 17px;
  height: 17px;
}

.wpq-learning-path-hub-link:hover,
.wpq-learning-path-hub-link:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sns-quote {
  position: relative;
  margin: 0;
  padding: 18px 20px 18px 24px;
  border: 1px solid #cfe0f4;
  border-radius: 10px;
  background: linear-gradient(90deg, var(--wpq-color-surface-subtle), var(--wpq-color-surface));
  color: var(--wpq-ink);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.9;
  font-style: italic;
}

.sns-quote::before {
  content: "“";
  position: absolute;
  top: 10px;
  left: 14px;
  color: #a7c3ef;
  font-family: Georgia, serif;
  font-size: var(--wpq-type-page-tablet);
  font-style: normal;
  line-height: 1;
}

.sns-quote span {
  display: block;
  margin-top: 8px;
  color: #55657d;
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
}

.demo-card {
  padding: 18px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  box-shadow: var(--wpq-shadow-soft);
}

.demo-card p:last-child {
  margin-bottom: 0;
}

.reference-examples {
  display: grid;
  gap: 14px;
}

.footnote-demo {
  padding: 16px 18px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
}

.footnote-demo p {
  margin: 0;
}

.footnote-demo small {
  display: block;
  margin-top: 10px;
  color: var(--wpq-muted);
  font-size: 14px;
  line-height: 1.7;
}

.wpq-bottom-grid,
.bottom-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 22px;
  align-items: stretch;
}

.wpq-bottom-grid__card,
.bottom-card {
  display: grid;
  align-content: start;
  gap: 14px;
  min-height: 170px;
  padding: 18px 22px 20px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
}

.wpq-bottom-grid__card p,
.wpq-bottom-grid__card li,
.bottom-card p,
.bottom-card li {
  margin: 0;
  color: #3f4f67;
  font-size: var(--wpq-type-subsection);
  line-height: 1.85;
}

.wpq-bottom-grid__list,
.checkboxes {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-bottom-grid__list--checklist li,
.checkboxes li {
  position: relative;
  padding-left: 30px;
}

.wpq-bottom-grid__list--checklist li::before,
.checkboxes li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 20px;
  height: 20px;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Crect x='1.4' y='1.4' width='17.2' height='17.2' rx='5' fill='%23edf5ff' stroke='%23d4e2f5'/%3E%3Cpath d='M5.2 10.3l2.6 2.8 6.1-6.3' fill='none' stroke='%233f70df' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 20px 20px no-repeat;
}

.wpq-bottom-grid__head,
.bottom-card-head {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 32px;
  margin: 0;
}

.wpq-bottom-grid__icon,
.bottom-card-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 10px;
  background: var(--wpq-color-blue-subtle);
  box-shadow: inset 0 0 0 1px #d7e7fb;
  color: #3f70df;
}

.wpq-bottom-grid__icon i,
.bottom-card-icon i {
  font-size: var(--wpq-type-heading);
  line-height: 1;
}

.wpq-bottom-grid__title,
.bottom-card-title {
  margin: 0;
  display: flex;
  align-items: center;
  color: var(--wpq-ink);
  font-family: var(--wpq-font-ui);
  font-size: var(--wpq-type-control);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.35;
}

.wpq-bottom-grid__title::before,
.bottom-card-title::before {
  display: none;
}

.wpq-bottom-grid__body,
.bottom-card-body {
  display: grid;
  gap: 6px;
}

.wpq-bottom-grid__list--summary,
.summary-points {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-bottom-grid__list--summary li,
.summary-points li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  color: #3f4f67;
  font-size: var(--wpq-type-subsection);
  line-height: 1.85;
}

.wpq-bottom-grid__list--summary li::before,
.summary-points li::before {
  content: "";
  width: 22px;
  height: 22px;
  margin-top: 0.18em;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M4.5 10.5l3.5 3.5L15.5 6' fill='none' stroke='%233f70df' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
    center / 18px 18px no-repeat;
}

@media (max-width: 500px) {
.wpq-bottom-grid,
  .bottom-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
.wpq-bottom-grid__card,
  .bottom-card {
    min-height: 0;
  }
}

.wpq-related-grid,
.wpq-post-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.next-read-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  padding: 14px;
  border: 1px solid var(--wpq-line);
  border-radius: 8px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.next-read-card__label {
  grid-column: 1;
  display: block;
  margin-bottom: 5px;
  color: #2e6b4c;
  font-size: var(--wpq-type-label);
  font-weight: var(--wpq-weight-bold);
  letter-spacing: var(--wpq-tracking-default);
}

.next-read-card h3 {
  grid-column: 1;
  margin: 0 0 8px;
  font-size: var(--wpq-type-subsection);
  line-height: 1.5;
}

.next-read-card p {
  grid-column: 1;
  margin: 0;
  color: var(--wpq-text-meta);
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 641px) {
  .next-read-grid.is-single .next-read-card {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 4px 16px;
    align-items: center;
    padding: 18px 4px;
    border: 0;
    border-top: 1px solid var(--wpq-line-strong);
    border-bottom: 1px solid var(--wpq-line-strong);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .next-read-grid.is-single .next-read-card__label {
    grid-column: 1;
    grid-row: 1 / 3;
    margin: 0;
    padding-right: 14px;
    border-right: 1px solid #dbe7df;
    align-self: stretch;
    display: flex;
    align-items: center;
  }

  .next-read-grid.is-single .next-read-card h3 {
    grid-column: 2;
    grid-row: 1;
    margin: 0;
    font-size: var(--wpq-type-control);
  }

  .next-read-grid.is-single .next-read-card p {
    grid-column: 2;
    grid-row: 2;
    -webkit-line-clamp: 2;
  }

}

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

.related-card {
  display: grid;
  gap: 12px;
  min-height: 100%;
  padding: 14px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

@media (max-width: 640px) {
  .wpq-learning-path-heading {
    gap: 12px;
  }

  .wpq-learning-path-description {
    padding-left: 0;
  }

  .wpq-learning-path-hub-link {
    margin-left: 0;
  }

  .next-read-grid,
  .wpq-related-grid,
  .related-grid {
    grid-template-columns: 1fr;
  }
}

.article-thumb {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid #d8e5f7;
  border-radius: 12px;
  overflow: hidden;
  background: var(--wpq-color-blue-subtle);
}

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

.related-card-copy {
  min-width: 0;
}

.related-card-date,
.related-card-meta {
  display: block;
  margin-bottom: 6px;
  color: var(--wpq-text-meta);
  font-size: var(--wpq-type-small-strong);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.4;
}

.related-card-title {
  color: var(--wpq-ink);
  font-size: var(--wpq-type-subsection);
  font-weight: var(--wpq-weight-bold);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.related-card:hover,
.related-card:focus-visible,
.next-read-card:hover,
.next-read-card:focus-visible {
  border-color: #bfd3f2;
  box-shadow: 0 16px 28px rgba(20, 33, 61, 0.08);
  transform: translateY(-2px);
}

.next-read-grid.is-single .next-read-card:hover,
.next-read-grid.is-single .next-read-card:focus-visible {
  border-color: var(--wpq-line-strong);
  background: #f7faf8;
  box-shadow: none;
  transform: none;
}

.wpq-home-shell {
  display: grid;
  gap: 32px;
}

.wpq-about-overview__copy h2,
.wpq-operator-profile__copy h3 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-page-tablet)/1.25 var(--wpq-font-ui);
}

.wpq-about-overview__copy p,
.wpq-operator-profile__copy p {
  margin: 0;
  color: #2f4469;
  font: 700 var(--wpq-type-control)/1.95 var(--wpq-font-ui);
}

.wpq-home-hero {
  padding: 30px 34px 32px;
  border: 1px solid #d8e5f7;
  border-radius: 12px;
  background:
    radial-gradient(circle at 90% 20%, rgba(180, 211, 255, 0.16), transparent 24%),
    radial-gradient(circle at 94% 72%, rgba(183, 214, 255, 0.18), transparent 22%),
    radial-gradient(circle at 8% 92%, rgba(220, 235, 255, 0.44), transparent 28%),
    linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
  box-shadow: 0 16px 34px rgba(20, 33, 61, 0.05);
}

.wpq-home-hero__surface {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(500px, 0.92fr);
  gap: 34px;
  align-items: center;
}

.wpq-home-hero__copy {
  display: grid;
  align-content: start;
  gap: 22px;
  min-width: 0;
}

.wpq-home-hero__eyebrow {
  width: fit-content;
  min-height: 42px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  padding: 0 18px;
  border: 1px solid #d7e5fa;
  border-radius: 999px;
  background: rgba(245, 250, 255, 0.92);
  color: #245ad3;
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
}

.wpq-home-hero h1 {
  margin: 0;
  max-width: 100%;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(2rem, 3vw, 3.12rem)/1.18 var(--wpq-font-ui);
}

.wpq-home-hero__line {
  display: block;
  white-space: nowrap;
}

.wpq-home-hero__line--accent {
  color: var(--wpq-ink);
}

.wpq-home-hero__accent {
  color: var(--wpq-blue);
}

.wpq-home-hero__line-text {
  color: inherit;
}

.wpq-home-hero__lead {
  margin: 0;
  max-width: 40rem;
  color: #425673;
  font-size: var(--wpq-type-control);
  line-height: 1.95;
}

.wpq-home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.wpq-home-hero__action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #cdddf4;
  border-radius: 10px;
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1.2 var(--wpq-font-ui);
  text-decoration: none;
  transition: var(--wpq-transition-action);
}

.wpq-home-hero__action > svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.wpq-home-hero__action--primary {
  border-color: #1b55ca;
  background: var(--wpq-action-gradient);
  color: var(--wpq-color-surface);
  box-shadow: 0 10px 22px rgba(21, 78, 200, 0.18);
  text-shadow: var(--wpq-action-text-shadow);
}

.wpq-home-hero__action--secondary {
  background: rgba(255, 255, 255, 0.92);
  color: #1b55ca;
}

.wpq-home-hero__action:hover,
.wpq-home-hero__action:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--wpq-shadow-action-hover);
}

.wpq-home-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.wpq-home-feature-card {
  position: relative;
  display: grid;
  place-items: center;
  align-content: center;
  justify-items: center;
  gap: 18px;
  min-height: 100%;
  min-height: 208px;
  padding: 22px 18px 18px;
  border: 1px solid #dbe7f8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 6px 14px rgba(20, 33, 61, 0.04);
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  text-align: center;
}

.wpq-home-feature-card__icon {
  display: grid;
  place-items: center;
  width: 56px;
  height: 56px;
  color: var(--wpq-blue);
  overflow: hidden;
}

.wpq-home-feature-card__icon svg {
  width: 3.18rem;
  height: 3.18rem;
  display: block;
  transform: scale(1.18);
  transform-origin: center;
}

.wpq-home-feature-card:nth-child(1) .wpq-home-feature-card__icon {
  color: #19aa73;
}

.wpq-home-feature-card:nth-child(2) .wpq-home-feature-card__icon {
  color: #2f70eb;
}

.wpq-home-feature-card:nth-child(3) .wpq-home-feature-card__icon {
  color: #ee9814;
}

.wpq-home-feature-card:nth-child(4) .wpq-home-feature-card__icon {
  color: #8758eb;
}

.wpq-home-feature-card__title {
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-section)/1.35 var(--wpq-font-ui);
  width: 100%;
  text-align: center;
}

.wpq-home-feature-card__text {
  width: 100%;
  text-align: left;
  color: #4e6281;
  font-size: var(--wpq-type-subsection);
  line-height: 1.92;
}

.wpq-home-feature-card:hover,
.wpq-home-feature-card:focus-visible {
  border-color: #c6d9f5;
  box-shadow: 0 18px 34px rgba(20, 33, 61, 0.08);
  transform: translateY(-2px);
}

.wpq-home-content {
  display: grid;
  grid-template-columns: minmax(0, 1.42fr) minmax(248px, 0.58fr);
  gap: 20px;
  align-items: start;
}

.wpq-home-main,
.wpq-home-side {
  display: grid;
  gap: 20px;
}

.wpq-home-panel,
.wpq-home-widget,
.wpq-home-search-band {
  display: grid;
  gap: 24px;
  padding: 24px;
  border: 1px solid #dde9f8;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, #fbfdff 100%);
  box-shadow: 0 6px 14px rgba(20, 33, 61, 0.04);
}

.wpq-home-panel__head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
}

.wpq-home-panel__head h2,
.wpq-home-widget h2 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-page-mobile-wide)/1.3 var(--wpq-font-ui);
}

.wpq-home-panel__title--lined {
  gap: 14px;
  font-size: var(--wpq-type-page-mobile-wide);
}

.wpq-home-panel__title--lined::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(180deg, #4f8dff 0%, #1b63dd 100%);
  box-shadow: 0 0 0 4px rgba(79, 141, 255, 0.08);
}

.wpq-home-panel__head h2 i {
  color: var(--wpq-blue);
  font-size: var(--wpq-type-control);
}

.wpq-home-panel__link,
.wpq-home-widget__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  white-space: nowrap;
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-body)/1 var(--wpq-font-ui);
}

/* Shared ranked/related article rows used by archives, policy pages, and 404 recovery. */
.wpq-category-article-rank-list,
.wpq-category-related-list {
  display: grid;
  gap: 8px;
}

.wpq-category-article-rank,
.wpq-category-related-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  min-height: 44px;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
}

.wpq-category-article-rank + .wpq-category-article-rank,
.wpq-category-related-item + .wpq-category-related-item {
  border-top: 1px solid #e2ebf9;
}

.wpq-category-article-rank__index {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1 var(--wpq-font-ui);
  background: #f8b31b;
}

.wpq-category-article-rank:nth-child(2) .wpq-category-article-rank__index {
  background: #7b9cf2;
}

.wpq-category-article-rank:nth-child(3) .wpq-category-article-rank__index {
  background: #9a8cf2;
}

.wpq-category-article-rank:nth-child(n + 4) .wpq-category-article-rank__index {
  background: #d7dde8;
  color: #435269;
}

.wpq-category-article-rank__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.wpq-category-article-rank__title,
.wpq-category-related-item__label {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.45 var(--wpq-font-ui);
}

.wpq-category-article-rank__meta,
.wpq-category-related-item__count {
  color: #74849c;
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1.4 var(--wpq-font-ui);
  white-space: nowrap;
}

.wpq-home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.wpq-home-article-card {
  min-width: 0;
  display: flex;
}

.wpq-home-article-card__link {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0;
  min-height: 100%;
  width: 100%;
  padding: 0 14px 14px;
  border: 1px solid #dde8f8;
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: inherit;
  text-decoration: none;
  box-shadow: var(--wpq-shadow-card-sm);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  overflow: hidden;
}

.wpq-home-article-card__link:hover,
.wpq-home-article-card__link:focus-visible {
  border-color: #c7d8f1;
  box-shadow: var(--wpq-shadow-card-hover);
  transform: translateY(-1px);
}

.wpq-home-article-card__thumb.article-thumb {
  position: relative;
  width: calc(100% + 28px);
  margin: -1px -14px 0;
  aspect-ratio: 16 / 10;
  border: 0;
  border-bottom: 1px solid #d7e4f6;
  border-radius: 10px 10px 0 0;
  background: linear-gradient(180deg, #f4f8ff 0%, #eaf1fe 100%);
}

.wpq-home-article-card__body {
  display: grid;
  grid-template-rows: minmax(calc(1.48em * 2), auto) minmax(calc(1.78em * 2), auto) auto;
  gap: 10px;
  min-width: 0;
  padding-top: 14px;
  align-content: start;
}

.wpq-home-article-card__eyebrow,
.wpq-home-news-item__eyebrow,
.wpq-post-card__eyebrow,
.wpq-archive-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 10px;
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1 var(--wpq-font-ui);
}

.wpq-home-article-card__thumb .wpq-home-article-card__eyebrow,
.wpq-post-card__thumb .wpq-post-card__eyebrow,
.wpq-archive-card__thumb .wpq-archive-card__eyebrow {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  box-shadow: 0 4px 10px rgba(20, 33, 61, 0.06);
}

.wpq-post-card__eyebrow,
.wpq-archive-card__eyebrow {
  margin: 0;
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-blue-strong);
}

.wpq-home-article-card__eyebrow--green,
.wpq-post-card__eyebrow--green,
.wpq-archive-card__eyebrow--green {
  background: #dff7ec;
  color: var(--wpq-label-green);
}

.wpq-home-article-card__eyebrow--blue,
.wpq-post-card__eyebrow--blue,
.wpq-archive-card__eyebrow--blue {
  background: #e7f0ff;
  color: var(--wpq-label-blue);
}

.wpq-home-article-card__eyebrow--amber,
.wpq-post-card__eyebrow--amber,
.wpq-archive-card__eyebrow--amber {
  background: #fff1cb;
  color: var(--wpq-label-amber);
}

.wpq-home-article-card__eyebrow--violet,
.wpq-post-card__eyebrow--violet,
.wpq-archive-card__eyebrow--violet {
  background: #eee8ff;
  color: var(--wpq-label-violet);
}

.wpq-home-article-card__eyebrow--sky,
.wpq-post-card__eyebrow--sky,
.wpq-archive-card__eyebrow--sky {
  background: #e5f6ff;
  color: var(--wpq-label-sky);
}

.wpq-home-article-card__eyebrow--indigo,
.wpq-post-card__eyebrow--indigo,
.wpq-archive-card__eyebrow--indigo {
  background: #e8ecff;
  color: var(--wpq-label-indigo);
}

.wpq-home-article-card__eyebrow--teal,
.wpq-post-card__eyebrow--teal,
.wpq-archive-card__eyebrow--teal {
  background: #dff8f7;
  color: var(--wpq-label-teal);
}

.wpq-home-article-card__eyebrow--slate,
.wpq-post-card__eyebrow--slate,
.wpq-archive-card__eyebrow--slate {
  background: #eff3f9;
  color: var(--wpq-label-slate);
}

.wpq-home-article-card__title {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subheading)/1.48 var(--wpq-font-ui);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.48em * 2);
}

.wpq-home-article-card__excerpt {
  color: #5f718a;
  font-size: var(--wpq-type-subsection);
  line-height: 1.78;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.78em * 2);
}

.wpq-home-article-card__meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  gap: 10px;
  color: var(--wpq-text-meta);
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1.4 var(--wpq-font-ui);
}

.wpq-home-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-home-news-item {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  color: inherit;
  text-decoration: none;
}

.wpq-home-news-list > li + li {
  border-top: 1px solid #dfe9f8;
}

.wpq-home-news-item__title {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.5 var(--wpq-font-ui);
  overflow-wrap: anywhere;
}

.wpq-home-news-item__eyebrow--blue {
  background: var(--wpq-color-blue-subtle);
  color: var(--wpq-color-blue);
}

.wpq-home-news-item__eyebrow--green {
  background: var(--wpq-color-green-subtle);
  color: #0f8060;
}

.wpq-home-news-item__meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #7a8ba1;
  font: var(--wpq-weight-bold) var(--wpq-type-copy)/1.4 var(--wpq-font-ui);
}

.wpq-home-cta-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.wpq-home-cta-card {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid #dde8f8;
  border-radius: 12px;
  background: linear-gradient(180deg, var(--wpq-color-surface) 0%, #fbfdff 100%);
  box-shadow: 0 6px 14px rgba(20, 33, 61, 0.04);
}

.wpq-home-cta-card__icon {
  display: grid;
  place-items: center;
  width: 64px;
  height: 64px;
  border-radius: 12px;
  background: #edf4ff;
  color: var(--wpq-blue);
  overflow: hidden;
}

.wpq-home-cta-card__icon svg {
  width: 2.58rem;
  height: 2.58rem;
  display: block;
  transform: scale(1.22);
  transform-origin: center;
}

.wpq-home-cta-card__body {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.wpq-home-cta-card__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 28px;
  padding: 0 11px;
  border-radius: 999px;
  background: #edf4ff;
  color: var(--wpq-blue);
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1 var(--wpq-font-ui);
}

.wpq-home-cta-card h2 {
  margin: 0;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-page-mobile-wide)/1.28 var(--wpq-font-ui);
}

.wpq-home-cta-card p {
  margin: 0;
  color: #5f718a;
  line-height: 1.82;
}

.wpq-home-cta-card__button {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  min-height: 48px;
  margin-top: 4px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--wpq-action-gradient);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
  text-decoration: none;
  text-shadow: var(--wpq-action-text-shadow);
  transition: var(--wpq-transition-action);
}

.wpq-home-cta-card__button .wpq-link-hint {
  color: inherit;
}

.wpq-home-cta-card__button:hover,
.wpq-home-cta-card__button:focus-visible {
  background: var(--wpq-action-gradient-hover);
  box-shadow: var(--wpq-shadow-action-hover);
  color: var(--wpq-color-surface);
  transform: translateY(-1px);
}

.wpq-home-cta-card--affiliate,
.wpq-home-cta-card--pr,
.wpq-home-cta-card--ad,
.wpq-home-cta-card--sponsor {
  background: linear-gradient(180deg, #fffaf3 0%, var(--wpq-color-orange-subtle) 100%);
  border-color: #f1ddbb;
}

.wpq-home-cta-card--affiliate .wpq-home-cta-card__icon,
.wpq-home-cta-card--pr .wpq-home-cta-card__icon,
.wpq-home-cta-card--ad .wpq-home-cta-card__icon,
.wpq-home-cta-card--sponsor .wpq-home-cta-card__icon {
  background: #fff1d8;
  color: #a96809;
}

.wpq-home-cta-card--affiliate .wpq-home-cta-card__eyebrow,
.wpq-home-cta-card--pr .wpq-home-cta-card__eyebrow,
.wpq-home-cta-card--ad .wpq-home-cta-card__eyebrow,
.wpq-home-cta-card--sponsor .wpq-home-cta-card__eyebrow {
  background: #fff1d8;
  color: #a96809;
}

.wpq-home-cta-card--builder {
  background: linear-gradient(180deg, var(--wpq-color-surface-subtle) 0%, #f2f7ff 100%);
}

.wpq-home-side {
  position: sticky;
  top: 124px;
}

.wpq-home-widget {
  display: grid;
  gap: 18px;
}

.wpq-home-widget h2 {
  justify-content: space-between;
}

.wpq-home-widget p {
  margin: 0;
  color: #5f718a;
  line-height: 1.82;
}

.wpq-home-builder-card {
  display: grid;
  gap: 16px;
}

.wpq-home-builder-preview {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  min-height: 176px;
  padding: 18px;
  border: 1px solid #dfebfa;
  border-radius: 12px;
  background: linear-gradient(135deg, #eff5ff 0%, #f9fbff 100%);
}

.wpq-home-builder-preview__form,
.wpq-home-builder-preview__code {
  display: grid;
  align-content: center;
  gap: 10px;
}

.wpq-home-builder-preview__form span,
.wpq-home-builder-preview__code span {
  display: block;
  border-radius: 10px;
}

.wpq-home-builder-preview__form span {
  height: 16px;
  background: #d7e6ff;
}

.wpq-home-builder-preview__form span:nth-child(1) {
  width: 78%;
}

.wpq-home-builder-preview__form span:nth-child(2) {
  width: 92%;
}

.wpq-home-builder-preview__form span:nth-child(3) {
  width: 64%;
}

.wpq-home-builder-preview__code {
  padding: 16px;
  border-radius: 10px;
  background: linear-gradient(180deg, #163b86 0%, #0b1f49 100%);
}

.wpq-home-builder-preview__code span {
  height: 10px;
  background: rgba(131, 177, 255, 0.55);
}

.wpq-home-builder-preview__code span:nth-child(1) {
  width: 74%;
}

.wpq-home-builder-preview__code span:nth-child(2) {
  width: 58%;
}

.wpq-home-builder-preview__code span:nth-child(3) {
  width: 86%;
}

.wpq-home-builder-preview__code span:nth-child(4) {
  width: 64%;
}

.wpq-home-builder-preview__bubble {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: var(--wpq-color-surface);
  color: var(--wpq-blue);
  box-shadow: 0 12px 24px rgba(20, 33, 61, 0.12);
  font-size: var(--wpq-type-title-compact);
  overflow: hidden;
}

.wpq-home-builder-preview__bubble svg {
  width: 1.76rem;
  height: 1.76rem;
  display: block;
  transform: scale(1.18);
  transform-origin: center;
}

.wpq-home-builder-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 18px;
  border-radius: 10px;
  background: var(--wpq-action-gradient);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
  text-decoration: none;
  text-shadow: var(--wpq-action-text-shadow);
  transition: var(--wpq-transition-action);
}

.wpq-home-builder-button .wpq-link-hint {
  color: inherit;
}

.wpq-home-builder-button:hover,
.wpq-home-builder-button:focus-visible {
  background: var(--wpq-action-gradient-hover);
  box-shadow: var(--wpq-shadow-action-hover);
  color: var(--wpq-color-surface);
  transform: translateY(-1px);
}

.wpq-home-parameter-list,
.wpq-home-quick-links {
  display: grid;
  gap: 6px;
}

.wpq-home-parameter-item,
.wpq-home-quick-link {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  padding: 8px 0;
  color: inherit;
  text-decoration: none;
}

.wpq-home-parameter-item + .wpq-home-parameter-item,
.wpq-home-quick-link + .wpq-home-quick-link {
  border-top: 1px solid #e2ebf9;
}

.wpq-home-parameter-item__rank {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1 var(--wpq-font-ui);
}

.wpq-home-parameter-item:nth-child(1) .wpq-home-parameter-item__rank {
  background: #f8b31b;
}

.wpq-home-parameter-item:nth-child(2) .wpq-home-parameter-item__rank {
  background: #7b9cf2;
}

.wpq-home-parameter-item:nth-child(3) .wpq-home-parameter-item__rank {
  background: #9a8cf2;
}

.wpq-home-parameter-item:nth-child(4) .wpq-home-parameter-item__rank {
  background: #c3ccd9;
  color: #435269;
}

.wpq-home-parameter-item:nth-child(5) .wpq-home-parameter-item__rank {
  background: #d7dde8;
  color: #435269;
}

.wpq-home-parameter-item__label {
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-control)/1.45 var(--wpq-font-ui);
}

.wpq-home-parameter-item__meta {
  color: #74849c;
  font: var(--wpq-weight-bold) var(--wpq-type-small-strong)/1.4 var(--wpq-font-ui);
}

.wpq-home-quick-link__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.45 var(--wpq-font-ui);
}

.wpq-home-quick-link__label i {
  color: var(--wpq-blue);
  font-size: var(--wpq-type-control);
}

.wpq-home-quick-link__label svg {
  width: 1.02rem;
  height: 1.02rem;
  display: block;
  color: var(--wpq-blue);
}

.wpq-home-search-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 54px;
  gap: 10px;
}

.wpq-home-search-form input,
.wpq-home-search-band__form input {
  min-width: 0;
  min-height: 50px;
  padding: 0 16px;
  border: 1px solid var(--wpq-field-line-soft);
  border-radius: 12px;
  background: var(--wpq-color-surface);
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wpq-home-search-form input:focus-visible,
.wpq-home-search-band__form input:focus-visible,
.wpq-search-card__input:focus-visible {
  border-color: #1f63e5;
  box-shadow: var(--wpq-field-focus-ring);
}

.wpq-home-search-form button,
.wpq-home-search-band__form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  border: 0;
  border-radius: 12px;
  background: var(--wpq-action-gradient);
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
  text-shadow: var(--wpq-action-text-shadow);
  transition: var(--wpq-transition-action);
}

.wpq-home-search-form button svg,
.wpq-home-search-band__form button svg,
.wpq-home-search-form button i,
.wpq-home-search-band__form button i {
  width: 1.46rem;
  height: 1.46rem;
  flex: 0 0 1.46rem;
  display: block;
  line-height: 1;
}

.wpq-home-search-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.wpq-home-search-band__intro,
.wpq-home-search-band__copy {
  display: flex;
  gap: 14px;
  align-items: center;
}

.wpq-home-search-band__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #edf4ff;
  color: var(--wpq-blue);
  font-size: var(--wpq-type-page-mobile-wide);
  overflow: hidden;
}

.wpq-home-search-band__icon svg {
  width: 1.72rem;
  height: 1.72rem;
  display: block;
  transform: scale(1.1);
  transform-origin: center;
}

.wpq-home-search-band__intro h2,
.wpq-home-search-band__copy h2 {
  margin: 0 0 6px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) var(--wpq-type-page-mobile-wide)/1.3 var(--wpq-font-ui);
}

.wpq-home-search-band__intro p,
.wpq-home-search-band__copy p {
  margin: 0;
  color: #61728b;
  line-height: 1.8;
}

.wpq-home-search-band__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.wpq-home-search-band__form button {
  min-width: 132px;
}

.wpq-home-search-form button:hover,
.wpq-home-search-form button:focus-visible,
.wpq-home-search-band__form button:hover,
.wpq-home-search-band__form button:focus-visible {
  background: var(--wpq-action-gradient-hover);
  box-shadow: var(--wpq-shadow-action-hover);
  color: var(--wpq-color-surface);
  transform: translateY(-1px);
}

.wpq-empty-state {
  padding: 24px;
}

.wpq-archive-intro__copy h1,
.wpq-empty-state h2 {
  margin: 0 0 14px;
  color: var(--wpq-ink);
  font: var(--wpq-weight-bold) clamp(1.85rem, 2.8vw, 2.6rem)/1.18 var(--wpq-font-ui);
}

.wpq-archive-intro__copy p,
.wpq-empty-state p,
.wpq-archive-description {
  margin: 0;
  color: var(--wpq-ink-soft);
  line-height: 1.85;
}

.wpq-pagination .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.wpq-pagination .prev,
.wpq-pagination .next {
  min-width: 44px;
  padding-inline: 10px;
  font-size: 0;
}

.wpq-pagination .prev::before,
.wpq-pagination .next::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  display: block;
}

.wpq-pagination .prev::before {
  transform: rotate(-135deg);
}

.wpq-pagination .next::before {
  transform: rotate(45deg);
}

.wpq-pagination a,
.wpq-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--wpq-line);
  border-radius: 10px;
  background: var(--wpq-color-surface);
  color: var(--wpq-ink);
  text-decoration: none;
  font: 700 var(--wpq-type-body)/1 var(--wpq-font-ui);
}

.wpq-pagination .current {
  background: var(--wpq-blue);
  color: var(--wpq-color-surface);
  border-color: var(--wpq-blue);
}

.wpq-site-footer {
  margin-top: 56px;
  color: var(--wpq-color-code-copy);
  background:
    radial-gradient(circle at 18% 0%, rgba(51, 119, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #10233c 0%, #0a1627 100%);
}

.wpq-footer-shell {
  display: grid;
  gap: 22px;
  max-width: var(--wpq-content-max);
}

.wpq-footer-shell--main {
  grid-template-columns: minmax(0, 1.35fr) repeat(3, minmax(180px, 0.78fr)) minmax(210px, 0.92fr);
  padding: 36px 0 28px;
  align-items: start;
}

.wpq-footer-panel {
  min-width: 0;
  width: 100%;
  padding: 0 24px;
}

.wpq-footer-panel--brand {
  padding-left: 0;
}

.wpq-footer-panel--nav,
.wpq-footer-panel--meta {
  border-left: 1px solid rgba(173, 192, 216, 0.2);
}

.wpq-footer-eyebrow {
  margin: 0 0 12px;
  color: var(--wpq-color-footer-eyebrow);
  font: var(--wpq-weight-bold) var(--wpq-type-small)/1 var(--wpq-font-ui);
  letter-spacing: var(--wpq-tracking-default);
  text-transform: uppercase;
}

.wpq-footer-heading {
  margin: 0 0 14px;
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-subsection)/1.3 var(--wpq-font-ui);
}

.wpq-footer-title {
  margin: 0 0 10px;
  color: var(--wpq-color-surface);
  font: var(--wpq-weight-bold) var(--wpq-type-section)/1.25 var(--wpq-font-ui);
}

.wpq-footer-copy {
  margin: 0;
  width: 100%;
  max-width: none;
  color: var(--wpq-color-footer-copy);
  font-size: var(--wpq-type-body);
  line-height: 1.8;
}

.wpq-footer-nav {
  width: 100%;
}

.wpq-footer-menu {
  display: grid;
  width: 100%;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wpq-footer-menu a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  color: var(--wpq-color-code-copy);
  font-size: var(--wpq-type-body);
  line-height: 1.6;
}

.wpq-footer-menu a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(143, 184, 255, 0.9);
  box-shadow: 0 0 0 4px rgba(143, 184, 255, 0.12);
}

.wpq-footer-nav .menu,
.wpq-footer-nav .menu-footer-navigation-container {
  width: 100%;
}

.wpq-footer-meta-nav {
  display: grid;
  width: 100%;
  gap: 12px;
}

.wpq-footer-meta-nav a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 30px;
  color: var(--wpq-color-code-copy);
  text-decoration: none;
  font-size: var(--wpq-type-copy-strong);
  line-height: 1.5;
}

.wpq-footer-meta-nav a:hover {
  color: var(--wpq-color-surface);
  text-decoration: underline;
}

.wpq-footer-bottom {
  border-top: 1px solid rgba(173, 192, 216, 0.14);
}

.wpq-footer-shell--bottom {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px 18px;
  padding: 16px 0 18px;
}

.wpq-footer-meta-copy,
.wpq-footer-meta-note {
  margin: 0;
  color: var(--wpq-color-footer-meta);
  font-size: var(--wpq-type-copy);
  line-height: 1.7;
}

.wpq-footer-meta-note {
  text-align: right;
}

.wpq-media-admin-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.wpq-media-admin-field {
  padding: 16px;
}

[data-wpq-reveal] {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 220ms ease, transform 220ms ease;
}

[data-wpq-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

[data-wpq-partial-root] {
  transition: opacity 180ms ease;
}

[data-wpq-partial-root].is-loading {
  opacity: 0.72;
}

@media (min-width: 1440px) {
}

@media (max-width: 1023px) {
.wpq-nav-toggle {
    display: inline-flex;
    flex: 0 0 44px;
  }
.wpq-nav-panel {
    position: absolute;
    top: calc(100% - 2px);
    right: 20px;
    left: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 18px;
    border: 1px solid var(--wpq-line);
    border-radius: 10px;
    background: var(--wpq-color-surface);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.1);
    max-height: calc(100dvh - 88px);
    overflow-y: auto;
  }
.wpq-nav-panel.is-open {
    display: flex;
  }
.wpq-nav-shell--top {
    min-height: 82px;
    gap: 16px;
  }
.wpq-nav-shell--bottom {
    display: none;
  }
.wpq-header-intro {
    display: none;
  }
.wpq-header-utility {
    display: none;
  }
.wpq-nav-links,
  .wpq-nav-menu--mobile {
    width: 100%;
  }
.wpq-nav-menu--mobile {
    display: grid;
    gap: 12px;
  }
.wpq-nav-menu--mobile a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    padding: 10px 0;
  }
.wpq-search--panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px;
    margin-top: 14px;
    padding-top: 16px;
    border-top: 1px solid var(--wpq-line);
  }
.wpq-search--panel .wpq-search__icon {
    top: 29px;
  }
.wpq-search--panel .wpq-search__submit {
    min-width: 64px;
    min-height: 44px;
    padding-inline: 12px;
    border-radius: var(--wpq-radius-sm);
    white-space: nowrap;
  }
.wpq-search input,
  .wpq-builder-cta--panel {
    width: 100%;
  }
.wpq-search--panel input {
    min-width: 0;
    min-height: 44px;
  }
.wpq-nav-utility-panel {
    display: grid;
    gap: 8px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid var(--wpq-line);
  }
.wpq-nav-utility-panel__label {
    color: #5d7194;
    font: 700 var(--wpq-type-small)/1.4 var(--wpq-font-ui);
  }
.wpq-nav-utility-panel__links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
.wpq-nav-utility-panel__links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    min-width: 0;
    min-height: 44px;
    padding: 8px 6px;
    border: 1px solid #dbe6f6;
    border-radius: var(--wpq-radius-sm);
    background: var(--wpq-color-surface-subtle);
    color: #263d6c;
    font: 700 var(--wpq-type-small)/1.35 var(--wpq-font-ui);
    text-align: center;
    text-decoration: none;
  }
.wpq-nav-utility-panel__links a[aria-current="page"] {
    border-color: #9db8e8;
    background: #eef4ff;
    color: #1749aa;
  }
.wpq-nav-utility-panel__links svg {
    width: 0.95rem;
    height: 0.95rem;
    flex: 0 0 0.95rem;
  }
.wpq-builder-cta--panel {
    min-height: 64px;
    margin-top: 14px;
  }
.wpq-info-grid,
  .wpq-scope-grid,
  .wpq-post-grid,
  .wpq-home-content,
  .wpq-home-search-band,
  .wpq-pros-cons,
  .wpq-score-card__main,
  .wpq-ranking-card__item-link,
  .wpq-ranking-card__item,
  .wpq-download-card__main,
  .wpq-profile-card__main,
  .wpq-reviewer-box__main,
  .wpq-before-after__grid,
  .media-pair,
  .deep-link-card,
  .wpq-latest-posts-item,
  .wpq-search-card__form,
  .wpq-home-popular-card,
  .wpq-home-topic-grid,
  .wpq-sitemap-hero,
  .wpq-archive-layout {
    grid-template-columns: 1fr;
  }
.wpq-latest-posts-item__thumb {
    width: 100%;
  }
.wpq-home-hero__surface,
  .wpq-archive-layout {
    grid-template-columns: 1fr;
  }
.wpq-home-hero h1 {
    max-width: 100%;
    font-size: clamp(1.82rem, 4vw, 2.42rem);
    line-height: 1.16;
  }
.wpq-home-panel__head {
    flex-direction: column;
    align-items: start;
  }
.wpq-home-panel__link {
    white-space: normal;
  }
.wpq-home-article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.wpq-home-news-item {
    grid-template-columns: 110px minmax(0, 1fr);
    align-items: start;
  }
.wpq-home-news-item__meta {
    grid-column: 2;
  }
.wpq-home-cta-row {
    grid-template-columns: 1fr;
  }
.wpq-home-cta-card {
    grid-template-columns: 56px minmax(0, 1fr);
    padding: 22px;
  }
.wpq-home-cta-card__icon {
    width: 56px;
    height: 56px;
    border-radius: 12px;
  }
.wpq-home-cta-card__icon svg {
    width: 2.24rem;
    height: 2.24rem;
  }
.wpq-home-side {
    position: static;
    top: auto;
  }
.wpq-about-overview,
  .wpq-operator-profile__layout,
  .wpq-editorial-hero {
    grid-template-columns: 1fr;
  }
.wpq-about-topic-grid,
  .wpq-about-audience-grid,
  .wpq-operator-values-grid,
  .wpq-operator-profile__facts,
  .wpq-editorial-principles-grid,
  .wpq-editorial-maintenance-grid,
  .wpq-contact-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
.wpq-ranking-card__thumb {
    width: 100%;
  }
.wpq-flow__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
.wpq-flow__item::after {
    display: none;
  }
.wpq-score-card__score {
    min-width: 0;
    text-align: left;
  }
.wpq-score-card__score-line {
    justify-content: flex-start;
  }
.wpq-ranking-card__score {
    justify-content: flex-start;
  }
.wpq-download-card__button {
    min-width: 0;
    width: fit-content;
  }
.wpq-info-box + .wpq-info-box,
  .info-box + .info-box {
    border-left: 0;
    border-top: 1px solid var(--wpq-line);
  }
.wpq-footer-shell,
  .wpq-footer-shell--main,
  .wpq-footer-shell--bottom {
    grid-template-columns: 1fr;
  }
.wpq-footer-panel--nav,
  .wpq-footer-panel--meta {
    border-left: 0;
    border-top: 1px solid rgba(173, 192, 216, 0.18);
    padding-left: 0;
    padding-top: 18px;
  }
.wpq-footer-menu {
    justify-content: flex-start;
  }
.wpq-footer-meta-nav {
    justify-content: flex-start;
  }
.wpq-footer-meta-note {
    text-align: left;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .wpq-nav-menu--mobile {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 28px;
  }
}

@media (max-width: 899px) {
  .wpq-builder-cta:not(.wpq-builder-cta--panel) {
    display: none;
  }
}

@media (max-width: 767px) {
.wpq-related-grid,
  .next-read-grid {
    grid-template-columns: 1fr;
  }

  .wpq-like-panel {
    flex-direction: column;
    align-items: stretch;
  }

  .wpq-like-button {
    width: 100%;
  }
}

@media (max-width: 767px) {
body {
    font-size: var(--wpq-type-control);
    line-height: 1.8;
  }
.wpq-wrap,
  .wpq-nav-shell,
  .wpq-footer-shell {
    width: min(var(--wpq-wrap), calc(100% - 28px));
  }
.wpq-site-main {
    padding: 18px 0 54px;
  }
.wpq-topbar {
    position: sticky;
  }
.wpq-nav-shell,
  .wpq-nav-shell--top,
  .wpq-nav-shell--bottom {
    width: min(var(--wpq-content-max), calc(100% - 28px));
  }
.wpq-nav-shell--top {
    min-height: 72px;
  }
.wpq-brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 12px;
  }
.wpq-brand__copy {
    min-width: 0;
  }
.wpq-brand__logo--icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
.wpq-brand__name {
    font-size: var(--wpq-type-heading);
  }
.wpq-brand__tagline {
    display: none;
  }
.wpq-builder-cta:not(.wpq-builder-cta--panel) {
    display: none;
  }
.wpq-footer-shell--main {
    padding: 28px 0 22px;
    gap: 16px;
  }
.wpq-home-hero {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
.wpq-home-hero__surface {
    gap: 14px;
  }
.wpq-home-hero__copy {
    gap: 12px;
    padding: 16px;
    border: 1px solid #d8e5f7;
    border-radius: 10px;
    background: linear-gradient(180deg, #fbfdff 0%, #f4f9ff 100%);
  }
.wpq-home-hero__eyebrow {
    min-height: 34px;
    padding: 0 12px;
    font-size: var(--wpq-type-small-strong);
  }
.wpq-home-hero h1 {
    max-width: 100%;
    font-size: clamp(1.28rem, 5vw, 1.56rem);
    line-height: 1.2;
  }
.wpq-home-hero__lead {
    font-size: var(--wpq-type-subsection);
    line-height: 1.75;
  }
.wpq-home-hero__line {
    white-space: normal;
  }
.wpq-home-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
.wpq-home-feature-card {
    gap: 9px;
    min-height: 126px;
    padding: 13px 10px 12px;
    border-radius: 10px;
  }
.wpq-home-feature-card__icon {
    width: 34px;
    height: 34px;
  }
.wpq-home-feature-card__icon svg {
    width: 1.9rem;
    height: 1.9rem;
    transform: none;
  }
.wpq-home-feature-card__title {
    font-size: var(--wpq-type-body);
  }
.wpq-home-feature-card__text {
    font-size: var(--wpq-type-copy);
    line-height: 1.55;
  }
.wpq-home-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2px;
  }
.wpq-home-hero__action {
    width: 100%;
  }
.wpq-home-hero__action--secondary {
    justify-self: start;
    justify-content: flex-start;
    width: auto;
    min-height: 44px;
    padding: 6px 2px;
    border: 0;
    background: transparent;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
.wpq-home-panel,
  .wpq-home-widget,
  .wpq-home-search-band {
    padding: 20px;
  }
.wpq-info-panel {
    padding: 22px 20px 24px;
  }
.wpq-info-intro h1 {
    font-size: clamp(1.9rem, 8vw, 2.35rem);
  }
.wpq-about-topic-grid,
  .wpq-about-audience-grid,
  .wpq-operator-values-grid,
  .wpq-operator-profile__facts,
  .wpq-editorial-principles-grid,
  .wpq-editorial-maintenance-grid,
  .wpq-contact-faq__grid {
    grid-template-columns: 1fr;
  }
.wpq-about-topic-card__icon,
  .wpq-operator-value-card__icon {
    width: 46px;
    height: 46px;
    border-radius: 10px;
  }
.wpq-home-article-grid {
    grid-template-columns: 1fr;
  }
.wpq-home-news-item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
.wpq-home-news-item__meta {
    grid-column: auto;
  }
.wpq-home-cta-card {
    grid-template-columns: 1fr;
    padding: 20px;
  }
.wpq-home-cta-card__icon {
    width: 52px;
    height: 52px;
    border-radius: 10px;
  }
.wpq-home-cta-card__icon svg {
    width: 2rem;
    height: 2rem;
  }
.wpq-home-search-band__intro {
    align-items: start;
  }
.wpq-home-search-band__form {
    grid-template-columns: 1fr;
  }
.wpq-home-search-band__form button {
    width: 100%;
  }
.wpq-footer-panel {
    padding: 0;
  }
.wpq-summary-card,
  .wpq-scope-card,
  .wpq-callout,
  .wpq-checklist-card,
  .wpq-steps-card,
  .wpq-reference-card,
  .wpq-glossary-card,
  .wpq-faq-section,
  .wpq-side-card:not(.wpq-side-card--cta),
  .wpq-archive-hero,
  .wpq-empty-state,
  .wpq-post-card {
    box-shadow: var(--wpq-shadow-soft);
  }
.wpq-quick-check-list li {
    grid-template-columns: 28px 1fr;
    align-items: start;
    gap: 10px;
  }
.wpq-quick-check-list .wpq-priority-label {
    grid-column: 2;
    justify-self: start;
    margin-top: 4px;
  }
.wpq-inline-cta {
    flex-direction: column;
    align-items: stretch;
  }
.wpq-promo-card {
    flex-direction: column;
    align-items: stretch;
  }
.wpq-inline-cta .wpq-button,
  .wpq-promo-card .wpq-button,
  .wpq-bottom-cta .wpq-button {
    width: 100%;
  }
.wpq-bottom-cta__link {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 14px 12px;
    padding: 19px 18px 18px;
  }
.wpq-bottom-cta__brand {
    width: 76px;
    height: 56px;
  }
.wpq-bottom-cta__brand img {
    width: 76px;
    height: 76px;
    margin-top: -8px;
  }
.wpq-bottom-cta__title {
    font-size: var(--wpq-type-section);
    line-height: 1.45;
  }
.wpq-bottom-cta__copy {
    font-size: var(--wpq-type-body);
    line-height: 1.72;
  }
.wpq-bottom-cta__action {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    justify-content: center;
    margin-top: 2px;
  }
.wpq-verified-environment__list {
    grid-template-columns: 1fr;
  }
.wpq-trust-section {
    gap: 0;
    padding: 20px 0;
  }
.wpq-trust-section > .wpq-verified-environment,
  .wpq-trust-section > .wpq-update-history {
    padding: 0;
  }
.wpq-trust-section > .wpq-update-history {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--wpq-line);
    border-left: 0;
  }
.wpq-verified-environment__list div {
    display: grid;
    grid-template-columns: minmax(86px, 0.72fr) minmax(0, 1.28fr);
    gap: 12px;
    align-items: baseline;
    padding: 8px 0;
  }
.wpq-verified-environment__list dd {
    margin-top: 0;
  }
.wpq-update-history__list li {
    grid-template-columns: minmax(108px, 0.72fr) minmax(0, 1.28fr);
    gap: 12px;
  }
.next-read-grid.is-single .next-read-card {
    padding: 16px 2px;
    border: 0;
    border-top: 1px solid var(--wpq-line-strong);
    border-bottom: 1px solid var(--wpq-line-strong);
    border-radius: 0;
    background: transparent;
  }
.wpq-speech,
  .wpq-speech--reverse {
    grid-template-columns: 52px minmax(0, 1fr);
  }
.wpq-speech--reverse .wpq-speech__icon {
    order: 0;
  }
.wpq-speech__icon {
    width: 52px;
    height: 52px;
  }
.wpq-code-head {
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 8px 10px;
  }
.wpq-code-context {
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
  }
.wpq-code-context__icon {
    width: 18px;
    height: 18px;
  }
.wpq-code-context p {
    font-size: var(--wpq-type-copy);
    line-height: 1.62;
  }
.wpq-code-block pre {
    padding: 14px;
    line-height: 1.42;
  }
.wpq-code-block code {
    font-size: var(--wpq-type-copy-strong);
    line-height: 1.32;
  }
.wpq-compare-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 480px) {
.wpq-wrap,
  .wpq-nav-shell,
  .wpq-footer-shell {
    width: min(var(--wpq-wrap), calc(100% - 24px));
  }
.wpq-quick-check-no {
    width: 24px;
    height: 24px;
    font-size: var(--wpq-type-small);
  }
.wpq-pill,
  .wpq-eyebrow {
    min-height: 24px;
    padding: 0 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
html {
    scroll-behavior: auto;
  }
*,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

.wpq-search--panel {
  display: none;
}

.wpq-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.wpq-tag--soft {
  background: var(--wpq-color-surface);
  border-color: var(--wpq-line);
  color: var(--wpq-blue);
}

.wpq-search-card__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin-top: 12px;
}

.wpq-search-card__input {
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d7e5f6;
  border-radius: 6px;
  background: var(--wpq-color-surface);
  color: var(--wpq-ink);
  font: var(--wpq-weight-medium) var(--wpq-type-subsection)/1 var(--wpq-font-ui);
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.wpq-search-card__input::placeholder {
  color: #94a0b2;
}

.wpq-search-card__button {
  min-width: 88px;
  min-height: 44px;
}

@media (max-width: 1023px) {
.wpq-search--panel {
    display: flex;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wpq-page-breadcrumb {
    padding-top: 16px;
    padding-bottom: 10px;
  }

  .wpq-code-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }

  .wpq-code-meta {
    min-width: 0;
  }

  .wpq-code-pill:not(.wpq-code-pill--lang) {
    max-width: 100%;
    line-height: 1.35;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .wpq-copy-button {
    min-height: 44px;
  }

  .wpq-compare-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px 2px;
  }

  .wpq-compare-card__content h3 {
    margin-bottom: 10px;
    font-size: var(--wpq-type-subheading);
  }

  .wpq-compare-list__item {
    font-size: var(--wpq-type-control);
    line-height: 1.75;
  }

  .wpq-trust-section {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 18px 0;
  }

  .wpq-verified-environment,
  .wpq-update-history {
    padding: 16px 0;
  }

  .wpq-trust-section > .wpq-verified-environment,
  .wpq-trust-section > .wpq-update-history {
    padding: 0;
  }

  .wpq-trust-section > .wpq-update-history {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--wpq-line);
    border-left: 0;
  }
}

@media (max-width: 640px) {
  .wpq-related-links {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .wpq-related-links .wpq-related-link {
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 12px;
    align-items: stretch;
    padding: 10px;
  }

  .wpq-related-links .wpq-related-link .article-thumb {
    height: 100%;
    min-height: 88px;
    aspect-ratio: auto;
  }

  .wpq-related-links .wpq-related-link .article-thumb img {
    height: 100%;
    object-fit: cover;
  }

  .wpq-related-links .wpq-related-link .deep-link-copy {
    gap: 5px;
  }

  .wpq-related-links .wpq-related-link .deep-link-copy small {
    min-height: 24px;
    padding: 0 8px;
    font-size: var(--wpq-type-small);
  }

  .wpq-related-links .wpq-related-link .deep-link-copy b {
    font-size: var(--wpq-type-copy-strong);
    line-height: 1.5;
  }

  .wpq-related-links .wpq-related-link .deep-link-copy p {
    display: none;
  }
}
