:root {
  --bg: oklch(0.985 0.006 95);
  --surface: oklch(1 0 0);
  --surface-soft: oklch(0.965 0.018 190);
  --text: oklch(0.22 0.018 255);
  --muted: oklch(0.48 0.018 255);
  --primary: oklch(0.46 0.09 185);
  --primary-strong: oklch(0.36 0.09 185);
  --primary-soft: oklch(0.93 0.035 185);
  --accent: oklch(0.78 0.08 75);
  --lavender: oklch(0.92 0.028 295);
  --border: oklch(0.90 0.012 255);
  --danger: oklch(0.55 0.12 35);
  --warning: oklch(0.63 0.11 82);
  --success: oklch(0.49 0.09 160);
  --shadow: 0 12px 32px oklch(0.32 0.035 240 / 0.08);
  --shadow-soft: 0 8px 22px oklch(0.32 0.035 240 / 0.045);
  --radius: 8px;
  --font-sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0;
}
a { color: var(--primary-strong); text-decoration: none; }
a:hover { text-decoration: underline; }
img, svg { max-width: 100%; }
button, input, select, summary { touch-action: manipulation; }
.wrap { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -80px;
  z-index: 20;
  padding: 8px 12px;
  background: var(--text);
  color: oklch(0.985 0.006 95);
}
.skip-link:focus { top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: oklch(0.985 0.006 95 / 0.9);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}
.nav-wrap {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  font-weight: 700;
}
.brand-mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--primary-soft);
  color: var(--primary-strong);
  font-size: 13px;
}
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 14px;
  white-space: nowrap;
  transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease;
}
.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: var(--primary-soft);
  color: var(--primary-strong);
  text-decoration: none;
}
.nav-toggle { display: none; }
.nav-toggle-lines {
  width: 16px;
  display: inline-grid;
  gap: 3px;
}
.nav-toggle-lines i {
  display: block;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
}
.hero, .page-hero {
  padding: 56px 0 40px;
}
.home-hero {
  padding: 26px 0 22px;
  background:
    linear-gradient(120deg, oklch(0.98 0.016 80), oklch(0.985 0.012 190) 55%, oklch(0.97 0.016 230));
  border-bottom: 1px solid var(--border);
}
.home-hero-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.72fr);
  gap: 22px;
  align-items: stretch;
  padding: 26px;
  border: 1px solid oklch(0.88 0.018 230);
  border-radius: 14px;
  background: oklch(0.995 0.003 95 / 0.78);
  box-shadow: 0 18px 50px oklch(0.32 0.035 240 / 0.06);
  backdrop-filter: blur(16px);
}
.hero-copy-block {
  min-width: 0;
}
.home-hero h1 {
  max-width: 640px;
  margin-top: 4px;
  font-size: 34px;
  letter-spacing: 0;
}
.home-lede {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.home-search {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(132px, 150px) minmax(132px, 150px) max-content;
  gap: 12px;
  align-items: end;
  max-width: 880px;
  margin: 24px 0 0;
}
.home-search label span {
  text-align: left;
  font-size: 12px;
}
.home-search input,
.home-search select {
  min-height: 40px;
  font-size: 13px;
}
.home-search .button {
  min-height: 40px;
  min-width: 126px;
  padding-inline: 16px;
  font-size: 13px;
  border-radius: 999px;
  white-space: nowrap;
  word-break: keep-all;
}
.home-search-field input {
  border-radius: 999px;
  padding-inline: 16px;
  box-shadow: 0 12px 28px oklch(0.32 0.035 240 / 0.06);
}
.hero-insight-card {
  display: grid;
  align-content: start;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background:
    linear-gradient(180deg, oklch(0.996 0.003 95 / 0.9), oklch(0.975 0.014 185 / 0.9));
  box-shadow: var(--shadow-soft);
}
.insight-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: var(--muted);
  font-size: 12px;
}
.insight-head b {
  color: var(--text);
}
.insight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.insight-grid div {
  min-height: 72px;
  padding: 12px;
  border: 1px solid oklch(0.89 0.014 230);
  border-radius: 10px;
  background: var(--surface);
}
.insight-grid strong {
  display: block;
  font-size: 24px;
  line-height: 1.1;
  color: var(--primary-strong);
}
.insight-grid span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 12px;
}
.hero-insight-card p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}
.home-stats {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 0;
}
.home-stats span,
.home-stats a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.78);
  color: var(--muted);
  font-size: 12px;
}
.home-stats a:hover {
  border-color: oklch(0.76 0.06 185);
  color: var(--primary-strong);
  text-decoration: none;
}
.home-stats strong {
  margin-right: 4px;
  color: var(--text);
}
.compact-hero-actions {
  gap: 8px;
  margin-top: 14px;
}
.compact-hero-actions .button {
  min-height: 34px;
  border-radius: 999px;
  padding-inline: 12px;
  font-size: 12px;
}
.home-relay-highlights {
  padding: 30px 0 8px;
}
.relay-highlight-shell {
  padding: 20px;
  border: 1px solid oklch(0.88 0.014 230);
  border-radius: 14px;
  background:
    linear-gradient(180deg, var(--surface), oklch(0.985 0.008 95));
  box-shadow: var(--shadow-soft);
}
.relay-highlight-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 16px;
}
.relay-highlight-head h2 {
  margin: 0;
}
.relay-highlight-head p:not(.kicker) {
  max-width: 760px;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
}
.relay-directory-summary {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  flex: 0 0 auto;
}
.relay-directory-summary span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: oklch(0.985 0.01 185);
  color: var(--muted);
  font-size: 12px;
}
.relay-directory-summary b {
  color: var(--primary-strong);
}
.section-head.compact {
  margin-bottom: 14px;
}
.section-head.compact p:not(.kicker) {
  max-width: 760px;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
}
.relay-feature-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.relay-feature-card {
  min-width: 0;
  min-height: 218px;
  display: grid;
  align-content: start;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 18px oklch(0.32 0.035 240 / 0.026);
  transition: border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.relay-feature-card:hover {
  border-color: oklch(0.78 0.055 185);
  box-shadow: 0 12px 24px oklch(0.32 0.035 240 / 0.06);
}
.relay-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 12px;
}
.relay-rank {
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.06em;
}
.relay-kind {
  min-height: 24px;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0 8px;
  background: var(--primary-soft);
  color: var(--primary-strong);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.relay-tone-pending .relay-kind { background: oklch(0.94 0.018 250); color: var(--muted); }
.relay-tone-metered .relay-kind { background: oklch(0.94 0.035 160); color: oklch(0.42 0.1 160); }
.relay-tone-balance .relay-kind { background: oklch(0.94 0.04 75); color: oklch(0.53 0.12 75); }
.relay-tone-multiplier .relay-kind { background: oklch(0.94 0.035 295); color: oklch(0.46 0.1 295); }
.relay-feature-card h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-height: 19px;
  font-size: 15px;
}
.relay-domain {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3px;
  color: var(--muted);
  font-size: 11px;
}
.relay-feature-facts {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}
.relay-feature-facts div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 8px;
}
.relay-feature-facts dt {
  font-size: 11px;
}
.relay-feature-facts dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--text);
  font-size: 12px;
}
.relay-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
}
.relay-card-actions a,
.relay-card-actions span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 0 10px;
  background: oklch(0.985 0.01 185);
  color: var(--primary-strong);
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.relay-card-actions a:hover {
  border-color: oklch(0.76 0.06 185);
  text-decoration: none;
}
.relay-card-actions span {
  color: var(--muted);
}
.relay-card-actions.compact {
  min-width: 148px;
  justify-content: flex-start;
}
.relay-card-actions.compact a,
.relay-card-actions.compact span {
  min-height: 30px;
  padding-inline: 8px;
}
.relay-highlight-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.relay-highlight-footer .button {
  min-height: 38px;
  border-radius: 999px;
  font-size: 13px;
}
.relay-highlight-footer span {
  color: var(--muted);
  font-size: 12px;
}
.decision-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.decision-card {
  min-height: 170px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  color: var(--text);
  box-shadow: 0 10px 24px oklch(0.32 0.035 240 / 0.035);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.decision-card:hover {
  border-color: oklch(0.76 0.06 185);
  transform: translateY(-1px);
  box-shadow: var(--shadow-soft);
  text-decoration: none;
}
.decision-card span {
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 800;
}
.decision-card h3 {
  font-size: 16px;
}
.decision-card p {
  color: var(--muted);
  font-size: 13px;
}
.home-reviewed {
  padding-top: 28px;
}
.reviewed-board {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.reviewed-column {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  overflow: hidden;
  box-shadow: 0 8px 20px oklch(0.32 0.035 240 / 0.026);
}
.reviewed-column h3 {
  padding: 14px 16px 10px;
  font-size: 16px;
}
.reviewed-list {
  display: grid;
}
.tool-strip {
  padding-top: 18px;
}
.tool-strip-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(135deg, oklch(0.98 0.014 185), oklch(0.98 0.012 75));
}
.tool-strip-inner p:not(.kicker) {
  max-width: 680px;
  margin-top: 8px;
  color: var(--muted);
  font-size: 13px;
}
.tool-strip-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.tool-strip-links a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 12px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 700;
}
.tool-strip-links a:hover {
  border-color: oklch(0.76 0.06 185);
  text-decoration: none;
}
.relay-page-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}
.relay-page-stats span {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 10px;
  color: var(--muted);
  font-size: 12px;
}
.relay-page-stats strong {
  color: var(--text);
}
.relay-page-layout {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.relay-page-aside {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 14px;
}
.relay-aside-box {
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}
.relay-aside-box h2 {
  font-size: 16px;
}
.mode-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.mode-pills span {
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-radius: 999px;
  background: var(--primary-soft);
  padding: 0 9px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 700;
}
.relay-page-main {
  min-width: 0;
}
.relay-filters {
  grid-template-columns: minmax(260px, 1fr) 170px 170px;
  margin-top: 0;
}
.relay-table th:nth-child(2),
.relay-table td:nth-child(2) {
  min-width: 132px;
}
.relay-table td strong,
.relay-table td .row-note {
  display: block;
}
.relay-dashboard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.relay-panel {
  max-height: 610px;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 14px 34px oklch(0.32 0.035 240 / 0.055);
}
.relay-panel-head {
  padding: 18px 20px 10px;
}
.relay-panel-head h2 {
  font-size: 20px;
}
.relay-panel-head small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
}
.relay-list {
  display: grid;
}
.relay-item {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
  min-height: 66px;
  padding: 10px 20px;
  border-top: 1px solid var(--border);
  color: var(--text);
  transition: background-color 160ms ease;
}
.relay-item:hover {
  background: var(--primary-soft);
  text-decoration: none;
}
.relay-icon {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: oklch(0.93 0.035 230);
  color: oklch(0.5 0.12 235);
  font-size: 14px;
  font-weight: 800;
}
.panel-third-party .relay-icon { background: oklch(0.94 0.035 185); color: oklch(0.44 0.11 185); }
.panel-models .relay-icon { background: oklch(0.93 0.04 150); color: oklch(0.46 0.12 150); }
.panel-recent .relay-icon { background: oklch(0.95 0.04 75); color: oklch(0.58 0.12 70); }
.relay-main {
  min-width: 0;
}
.relay-main strong,
.relay-main small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.relay-main strong {
  font-size: 14px;
  line-height: 1.35;
}
.relay-main small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 11px;
}
.relay-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
}
.relay-meta b {
  color: var(--primary-strong);
  font-weight: 700;
}
.relay-status {
  max-width: 82px;
  color: var(--muted);
  font-size: 11px;
  text-align: right;
  line-height: 1.35;
}
.home-tools {
  padding: 10px 0 28px;
}
.compact-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.compact-actions a {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 12px;
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 700;
}
.compact-actions a:hover {
  border-color: oklch(0.76 0.06 185);
  text-decoration: none;
}
.home-secondary {
  padding-top: 30px;
  padding-bottom: 30px;
}
.home-secondary h2 { font-size: 22px; }
.home-secondary .topic-card,
.home-secondary .guide-card,
.home-secondary .mode-list article,
.home-secondary .check-panel {
  font-size: 14px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: end;
}
.kicker {
  margin: 0 0 10px;
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
h1, h2, h3 {
  margin: 0;
  color: var(--text);
  line-height: 1.22;
  letter-spacing: 0;
}
h1 { max-width: 850px; font-size: 32px; }
h2 { font-size: 22px; }
h3 { font-size: 17px; }
p { margin: 0; }
.hero-lede {
  max-width: 760px;
  margin-top: 16px;
  color: var(--muted);
  font-size: 14px;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0 16px;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  word-break: keep-all;
  cursor: pointer;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}
.button:hover { transform: translateY(-1px); text-decoration: none; box-shadow: var(--shadow-soft); }
.button.primary {
  background: var(--primary);
  border-color: var(--primary);
  color: oklch(0.985 0.006 95);
}
.button.primary:hover { background: var(--primary-strong); }
.button.subtle {
  background: var(--surface);
  color: var(--primary-strong);
}
.button.subtle:hover { border-color: oklch(0.76 0.06 185); background: oklch(0.985 0.012 185); }
.hero-note, .notice, .check-panel, .side-box, .tool-panel, .result-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}
.hero-note {
  padding: 20px;
  color: var(--muted);
}
.hero-note strong { display: block; color: var(--text); margin-bottom: 8px; }
.hero-note span { display: block; margin-top: 12px; font-size: 13px; color: var(--primary-strong); }
.section { padding: 42px 0; }
.soft-band {
  background: linear-gradient(180deg, oklch(0.965 0.014 185), oklch(0.975 0.01 105));
  border-block: 1px solid var(--border);
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.text-link {
  font-size: 14px;
  font-weight: 700;
}
.updated, .muted, .row-note {
  color: var(--muted);
  font-size: 14px;
}
.quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0;
}
.quick-actions a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface);
  padding: 0 12px;
  color: var(--primary-strong);
  font-size: 13px;
  font-weight: 700;
}
.quick-actions a:hover {
  border-color: oklch(0.76 0.06 185);
  text-decoration: none;
}
.filters {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(145px, 0.35fr));
  gap: 12px;
  margin: 20px 0;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 18px oklch(0.32 0.035 240 / 0.026);
}
label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 13px;
}
input, select {
  width: 100%;
  min-height: 42px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: oklch(0.997 0.003 95);
  color: var(--text);
  padding: 0 12px;
  font: inherit;
  font-size: 14px;
}
input:hover, select:hover { border-color: oklch(0.78 0.035 185); }
input:focus, select:focus, button:focus-visible, a:focus-visible {
  outline: 3px solid oklch(0.82 0.08 185 / 0.45);
  outline-offset: 2px;
}
.filter-status,
.compare-status {
  grid-column: 1 / -1;
  min-height: 20px;
  margin: -2px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.home-filter-status {
  margin-top: -4px;
}
.provider-grid, .guide-grid, .entry-grid, .definition-grid, .topic-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.provider-grid.compact { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.provider-card, .guide-card, .entry, .topic-card, .definition-grid article, .mode-list article, .ranking-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}
.provider-card, .guide-card, .entry, .topic-card, .definition-grid article {
  padding: 18px;
}
.provider-card {
  min-height: 260px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  box-shadow: 0 8px 20px oklch(0.32 0.035 240 / 0.026);
}
.provider-card:hover,
.guide-card:hover,
.entry:hover,
.topic-card:hover,
.definition-grid article:hover,
.mode-list article:hover {
  border-color: oklch(0.76 0.06 185);
  box-shadow: var(--shadow-soft);
}
.card-topline {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 12px;
}
.score, .score-large {
  display: inline-grid;
  place-items: center;
  color: var(--primary-strong);
  background: var(--primary-soft);
  border-radius: var(--radius);
  font-weight: 800;
}
.score { width: 42px; height: 32px; font-size: 14px; }
.score-large { width: 80px; height: 64px; font-size: 28px; margin: 12px 0; }
.provider-card p, .guide-card p, .entry small, .mode-list p, .definition-grid p, .ranking-item p { color: var(--muted); }
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tag {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  background: var(--primary-soft);
  color: var(--primary-strong);
  font-size: 12px;
  font-weight: 700;
}
.tag-soft { background: var(--lavender); color: var(--text); }
.mini-facts {
  display: grid;
  gap: 8px;
  margin: auto 0 0;
}
.mini-facts div, .info-table div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 12px;
}
dt { color: var(--muted); }
dd { margin: 0; }
.entry {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 138px;
  color: var(--text);
}
.entry:hover { text-decoration: none; border-color: oklch(0.76 0.06 185); }
.entry span { font-weight: 800; }
.topic-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 152px;
  color: var(--text);
}
.topic-card:hover {
  border-color: oklch(0.76 0.06 185);
  text-decoration: none;
  transform: translateY(-1px);
}
.topic-card span {
  font-size: 18px;
  font-weight: 800;
}
.topic-card small {
  color: var(--muted);
  font-size: 14px;
}
.two-column, .detail-grid, .tool-layout, .ranking-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 22px;
  align-items: start;
}
.mode-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}
.mode-list.wide { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
.mode-list article { padding: 18px; }
.mode-list h3, .mode-list h2 { margin-bottom: 8px; }
.check-panel { padding: 20px; }
.check-list, .plain-list, .step-list {
  margin: 14px 0 0;
  padding-left: 20px;
}
.check-list li, .plain-list li, .step-list li { margin: 8px 0; }
.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 8px 20px oklch(0.32 0.035 240 / 0.026);
}
table {
  width: 100%;
  border-collapse: collapse;
  min-width: 880px;
}
caption {
  text-align: left;
  padding: 14px 16px;
  color: var(--muted);
}
th, td {
  padding: 14px 16px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid var(--border);
  font-size: 14px;
}
tbody tr {
  transition: background-color 140ms ease;
}
tbody tr:hover {
  background: oklch(0.982 0.012 185);
}
thead th {
  background: oklch(0.97 0.01 185);
  color: var(--text);
  font-size: 13px;
}
tbody th a { display: block; font-size: 15px; }
.risk {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 8px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}
.risk-low { background: oklch(0.94 0.045 155); color: var(--success); }
.risk-medium { background: oklch(0.94 0.05 75); color: var(--warning); }
.risk-high { background: oklch(0.94 0.05 35); color: var(--danger); }
.notice {
  padding: 16px 18px;
  margin-bottom: 16px;
  color: var(--muted);
}
.notice strong { color: var(--text); display: block; margin-bottom: 4px; }
.page-hero {
  background: linear-gradient(180deg, oklch(0.965 0.018 185), var(--bg));
  border-bottom: 1px solid var(--border);
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 14px;
}
.detail-main, .article-wrap {
  padding: 0;
}
.detail-main h2, .article-wrap h2 { margin-top: 30px; margin-bottom: 12px; }
.detail-main > h2:first-child, .article-wrap > h2:first-child { margin-top: 0; }
.detail-main p + p, .article-wrap p + p { margin-top: 12px; }
.info-table {
  display: grid;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--surface);
}
.info-table div {
  padding: 12px 14px;
  border-top: 1px solid var(--border);
}
.info-table div:first-child { border-top: 0; }
.detail-side {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 14px;
}
.side-box { padding: 18px; }
.side-links, .footer-links, .source-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.side-links { flex-direction: column; }
.source-link {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 0 12px;
  font-size: 14px;
  font-weight: 700;
  transition: border-color 160ms ease, background-color 160ms ease, box-shadow 160ms ease;
}
.source-link:hover,
.picker-links a:hover,
.quick-actions a:hover,
.compact-actions a:hover,
.tool-strip-links a:hover {
  border-color: oklch(0.76 0.06 185);
  background: oklch(0.985 0.012 185);
  text-decoration: none;
}
.ranking-layout { grid-template-columns: 300px minmax(0, 1fr); }
.criteria {
  position: sticky;
  top: 84px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
}
.ranking-list { display: grid; gap: 12px; }
.ranking-item {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px;
}
.rank-num {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: var(--accent);
  color: oklch(0.24 0.02 75);
  font-weight: 800;
}
.article-wrap {
  max-width: 820px;
}
.faq details {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 14px 16px;
  margin-top: 10px;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}
.faq summary {
  cursor: pointer;
  font-weight: 800;
  min-height: 34px;
  display: flex;
  align-items: center;
}
.faq details[open] {
  border-color: oklch(0.78 0.04 185);
  box-shadow: 0 8px 20px oklch(0.32 0.035 240 / 0.026);
}
.faq details p { margin-top: 10px; color: var(--muted); }
.tool-layout { grid-template-columns: minmax(0, 1fr) 360px; }
.tool-panel, .result-panel { padding: 20px; }
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.tool-actions { display: flex; gap: 10px; margin-top: 18px; }
.tool-actions .button { min-width: 96px; }
.compare-controls {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
}
.compare-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.compare-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 18px;
  box-shadow: var(--shadow);
}
.compare-card-wide { grid-column: 1 / -1; }
.compare-card h2 { margin-bottom: 8px; }
.compare-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0;
}
.compare-card dl div {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid var(--border);
  padding-top: 10px;
}
.picker-links {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.picker-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 0 12px;
  background: var(--surface);
  font-size: 14px;
  font-weight: 700;
}
.result-grid {
  display: grid;
  gap: 12px;
  margin: 16px 0;
}
.result-grid div {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 12px;
  background: oklch(0.98 0.006 185);
}
.result-grid span { display: block; color: var(--muted); font-size: 13px; }
.result-grid strong { display: block; margin-top: 4px; font-size: 20px; }
.result-panel h2,
.tool-panel h2 {
  font-size: 20px;
}
.empty-state {
  margin-top: 16px;
  border: 1px dashed var(--border);
  border-radius: var(--radius);
  padding: 16px;
  background: var(--surface);
  color: var(--muted);
}
.site-footer {
  padding: 36px 0;
  border-top: 1px solid var(--border);
  background: oklch(0.955 0.012 190);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 24px;
}
.site-footer h2 {
  font-size: 16px;
  margin-bottom: 10px;
}
.site-footer p, .site-footer a { color: var(--muted); font-size: 14px; }

/* === Bento Grid System === */
.bento-home-section {
  padding: 24px 0 40px;
  background: linear-gradient(180deg, oklch(0.98 0.012 190) 0%, var(--bg) 320px);
}
.bento-home {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}
.bento-cell {
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 6px 20px oklch(0.32 0.035 240 / 0.04);
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.bento-cell:hover {
  border-color: oklch(0.82 0.04 185);
  box-shadow: 0 10px 28px oklch(0.32 0.035 240 / 0.06);
}
.bento-xl { grid-column: span 8; }
.bento-lg { grid-column: span 6; }
.bento-md { grid-column: span 4; }
.bento-sm { grid-column: span 3; }
.bento-full { grid-column: 1 / -1; }
.bento-cell-inner {
  padding: 22px;
  height: 100%;
  display: grid;
  align-content: start;
  gap: 12px;
}
.bento-cell-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 12px;
}
.bento-cell-head h2 { margin: 0; font-size: 18px; }
.bento-cell-date { color: var(--muted); font-size: 11px; white-space: nowrap; padding-top: 4px; }
.bento-cell-note { margin: 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.bento-divider { border: none; border-top: 1px solid var(--border); margin: 4px 0; }
.bento-cell--hero {
  background: linear-gradient(135deg, oklch(0.995 0.008 80 / 0.6), oklch(0.995 0.006 185 / 0.8));
}
.bento-hero-title { margin: 0; font-size: 32px; letter-spacing: -0.01em; }
.bento-hero-lede { margin: 0; color: var(--muted); font-size: 14px; max-width: 560px; }
.bento-search { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.bento-search-field { flex: 1 1 240px; }
.bento-search-field input {
  width: 100%; min-height: 40px; padding: 0 16px;
  border: 1px solid var(--border); border-radius: 999px;
  background: var(--surface); font-size: 13px;
  box-shadow: 0 8px 20px oklch(0.32 0.035 240 / 0.04);
}
.bento-search-field input:focus { outline: 2px solid var(--primary); outline-offset: 1px; }
.bento-search select {
  min-height: 40px; padding: 0 12px;
  border: 1px solid var(--border); border-radius: var(--radius);
  background: var(--surface); font-size: 13px; color: var(--muted);
}
.bento-hero-actions { display: flex; flex-wrap: wrap; gap: 8px; }
.bento-hero-actions .button { min-height: 36px; border-radius: 999px; padding-inline: 14px; font-size: 12px; }
.bento-cell--stats {
  background: linear-gradient(180deg, oklch(0.995 0.003 95), oklch(0.975 0.014 185 / 0.6));
}
.bento-stats-head { display: flex; justify-content: space-between; align-items: center; }
.bento-stats-head b { font-size: 12px; color: var(--text); }
.bento-stats-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bento-stat-item {
  padding: 14px; border: 1px solid oklch(0.89 0.014 230); border-radius: 10px;
  background: oklch(1 0 0 / 0.85); color: var(--text); text-decoration: none;
  transition: border-color 160ms ease;
}
a.bento-stat-item:hover { border-color: oklch(0.76 0.06 185); text-decoration: none; }
.bento-stat-item strong { display: block; font-size: 22px; line-height: 1.1; color: var(--primary-strong); }
.bento-stat-item span { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; }
.bento-stats-links { display: flex; flex-wrap: wrap; gap: 8px; }
.bento-stats-links a {
  display: inline-flex; align-items: center; min-height: 28px; padding: 0 10px;
  border: 1px solid var(--border); border-radius: 999px;
  background: oklch(1 0 0 / 0.78); color: var(--muted); font-size: 12px;
}
.bento-stats-links a:hover { border-color: oklch(0.76 0.06 185); color: var(--primary-strong); text-decoration: none; }
.bento-stats-links strong { margin-right: 4px; color: var(--text); }
.bento-cell--prices { background: var(--surface); }
.price-table-wrap { overflow-x: auto; margin: 0 -22px; padding: 0 22px; }
.price-table { width: 100%; border-collapse: collapse; font-size: 13px; white-space: nowrap; }
.price-table th, .price-table td { padding: 10px 14px; border-bottom: 1px solid var(--border); text-align: left; }
.price-table thead th {
  background: oklch(0.97 0.008 185); font-size: 11px; font-weight: 700;
  color: var(--muted); text-transform: uppercase; letter-spacing: 0.04em;
}
.price-table tbody tr:hover { background: oklch(0.98 0.006 185); }
.price-model-name { min-width: 130px; }
.price-model-name strong { display: block; font-size: 13px; }
.price-model-name small { color: var(--muted); font-size: 11px; }
.price-plat { display: block; font-size: 10px; font-weight: 600; color: var(--muted); letter-spacing: 0.03em; margin-bottom: 2px; }
.price-cell--null { color: oklch(0.7 0.01 255); }
.price-cell--cheapest { color: var(--success); font-weight: 700; }
.bento-cell--updates h2 { margin: 0; font-size: 18px; }
.updates-feed { display: grid; gap: 0; }
.update-item {
  display: grid; grid-template-columns: 28px minmax(0, 1fr); gap: 10px;
  align-items: center; padding: 10px 0; border-bottom: 1px solid var(--border);
  color: var(--text); text-decoration: none; transition: background-color 120ms ease;
}
.update-item:last-child { border-bottom: none; }
.update-item:hover { background: oklch(0.98 0.006 185); text-decoration: none; }
.update-icon {
  width: 26px; height: 26px; display: inline-grid; place-items: center;
  border-radius: 7px; font-size: 12px; font-weight: 800; line-height: 1;
}
.update-icon--added { background: oklch(0.93 0.04 160); color: oklch(0.38 0.1 160); }
.update-icon--verified { background: oklch(0.93 0.035 230); color: oklch(0.42 0.1 230); }
.update-icon--updated { background: oklch(0.94 0.04 75); color: oklch(0.50 0.12 75); }
.update-icon--removed { background: oklch(0.93 0.04 35); color: oklch(0.48 0.12 35); }
.update-body { display: grid; gap: 2px; }
.update-title { font-size: 13px; font-weight: 500; }
.update-date { color: var(--muted); font-size: 11px; }
.bento-cell--relay .bento-cell-inner { gap: 16px; }
.bento-relay-meta { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.bento-relay-meta span {
  display: inline-flex; align-items: center; gap: 4px; min-height: 28px; padding: 0 10px;
  border: 1px solid var(--border); border-radius: 999px;
  background: oklch(0.985 0.01 185); color: var(--muted); font-size: 12px;
}
.bento-relay-meta b { color: var(--primary-strong); }
.bento-relay-meta .button { min-height: 32px; border-radius: 999px; padding-inline: 14px; font-size: 12px; }
.bento-relay-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px; }
.bento-cell--decision { cursor: pointer; }
.bento-cell--decision .bento-cell-inner { gap: 8px; }
.bento-cell--decision:hover { transform: translateY(-2px); border-color: oklch(0.76 0.06 185); }
.decision-num { color: var(--primary-strong); font-size: 12px; font-weight: 800; }
.bento-cell--decision h3 { font-size: 15px; margin: 0; }
.bento-cell--decision p { color: var(--muted); font-size: 12px; margin: 0; }
.bento-cell--reviewed .reviewed-board { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.bento-cell--tools h2 { margin: 0; font-size: 18px; }
.bento-cell--tools h3 { margin: 0; font-size: 14px; font-weight: 700; }
.bento-tools-note { margin: 0; color: var(--muted); font-size: 12px; }
.bento-tools-links { display: grid; gap: 6px; }
.bento-tools-links a {
  display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px;
  border: 1px solid var(--border); border-radius: var(--radius);
  font-size: 13px; color: var(--primary-strong);
  transition: border-color 160ms ease, background-color 160ms ease;
}
.bento-tools-links a:hover { border-color: oklch(0.76 0.06 185); background: oklch(0.97 0.01 185); text-decoration: none; }
.check-list.compact { margin: 0; padding-left: 18px; font-size: 12px; color: var(--muted); line-height: 1.8; }
.bento-topics-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.bento-topic-item {
  display: grid; gap: 4px; padding: 12px;
  border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text); transition: border-color 160ms ease, background-color 160ms ease;
}
.bento-topic-item:hover { border-color: oklch(0.76 0.06 185); background: oklch(0.98 0.008 185); text-decoration: none; }
.bento-topic-item strong { font-size: 13px; }
.bento-topic-item small { color: var(--muted); font-size: 11px; }
.bento-guides-grid { display: grid; grid-template-columns: 1fr; gap: 10px; }
.bento-guide-item {
  display: grid; gap: 4px; padding: 12px;
  border: 1px solid var(--border); border-radius: var(--radius);
  color: var(--text); transition: border-color 160ms ease, background-color 160ms ease;
}
.bento-guide-item:hover { border-color: oklch(0.76 0.06 185); background: oklch(0.98 0.008 185); text-decoration: none; }
.bento-guide-item strong { font-size: 13px; }
.bento-guide-item small { color: var(--muted); font-size: 11px; }

@media (max-width: 900px) {
  h1 { font-size: 30px; }
  h2 { font-size: 21px; }
  .bento-home { grid-template-columns: repeat(6, 1fr); gap: 12px; }
  .bento-xl { grid-column: span 6; }
  .bento-lg { grid-column: span 6; }
  .bento-md { grid-column: span 6; }
  .bento-sm { grid-column: span 3; }
  .bento-full { grid-column: 1 / -1; }
  .bento-relay-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .bento-cell--reviewed .reviewed-board { grid-template-columns: 1fr; }
  .bento-hero-title { font-size: 28px; }
  .bento-topics-grid { grid-template-columns: 1fr; }
  .relay-page-layout { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .two-column, .detail-grid, .tool-layout, .ranking-layout { grid-template-columns: 1fr; }
  .filters, .relay-filters { flex-wrap: wrap; }
}

@media (max-width: 720px) {
  body { font-size: 14px; }
  .wrap { width: min(100% - 24px, 1120px); }
  .bento-home { grid-template-columns: 1fr; gap: 10px; }
  .bento-xl, .bento-lg, .bento-md, .bento-sm, .bento-full { grid-column: span 1; }
  .bento-cell-inner { padding: 16px; }
  .bento-hero-title { font-size: 22px; }
  .bento-hero-actions { flex-direction: column; }
  .bento-hero-actions .button { width: 100%; }
  .bento-stats-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-relay-grid { grid-template-columns: 1fr; }
  .price-table { font-size: 12px; }
  .price-table th, .price-table td { padding: 8px 10px; }
  .bento-topics-grid { grid-template-columns: 1fr; }
  .home-hero { padding: 20px 0 18px; }
  .home-hero-inner { padding: 16px; border-radius: 12px; }
  .home-hero h1 { font-size: 30px; }
  .home-lede { font-size: 13px; }
  .home-search { grid-template-columns: 1fr; gap: 10px; margin-top: 20px; }
  .home-search .button { width: 100%; }
  .insight-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-stats { justify-content: flex-start; }
  .relay-highlight-shell { padding: 14px; border-radius: 12px; }
  .relay-feature-grid { grid-template-columns: 1fr; }
  .relay-highlight-footer { align-items: stretch; flex-direction: column; }
  .relay-highlight-footer .button { width: 100%; }
  .decision-grid,
  .reviewed-board,
  .tool-strip-links,
  .relay-page-aside {
    grid-template-columns: 1fr;
  }
  .relay-panel-head { padding: 14px 14px 8px; }
  .relay-panel-head h2 { font-size: 18px; }
  .relay-item {
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 10px 14px;
  }
  .relay-status {
    grid-column: 2;
    max-width: none;
    text-align: left;
  }
  .nav-toggle {
    display: inline-flex;
    min-height: 44px;
    min-width: 44px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    padding: 0 12px;
    color: var(--text);
    font: inherit;
    cursor: pointer;
  }
  .nav-toggle[aria-expanded="true"] {
    background: var(--primary-soft);
    color: var(--primary-strong);
  }
  .site-nav {
    position: absolute;
    left: 12px;
    right: 12px;
    top: 64px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 10px;
    border: 1px solid var(--border);
    border-radius: var(--radius);
    background: var(--surface);
    box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: flex; }
  .site-nav a {
    width: 100%;
    min-height: 44px;
  }
  .hero, .page-hero { padding: 36px 0 28px; }
  .hero-lede { font-size: 14px; }
  .section { padding: 32px 0; }
  .section-head { align-items: start; flex-direction: column; }
  .mini-facts div, .info-table div { grid-template-columns: 1fr; gap: 4px; }
  .compare-card dl div { grid-template-columns: 1fr; gap: 4px; }
  table { min-width: 760px; }
  th, td { padding: 12px; font-size: 13px; }
  .relay-card-actions.compact {
    min-width: 0;
  }
  .tool-actions {
    flex-direction: column;
  }
  .tool-actions .button {
    width: 100%;
  }
  .source-list {
    gap: 8px;
  }
  .source-link,
  .picker-links a {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .button:hover,
  .decision-card:hover,
  .topic-card:hover {
    transform: none;
  }
}
