﻿/* 娱乐地图论坛 · 坐标索引视觉系统（浅色底，全站唯一视觉来源） */

:root {
  --bg: #eef1ec;
  --surface: #fafbf8;
  --surface-2: #e2e7de;
  --surface-3: #d6ddd2;
  --text: #1a1f1b;
  --text-muted: #58615a;
  --text-faint: #7b847c;
  --accent: #15624a;
  --accent-hover: #0f4f3c;
  --accent-ink: #f2faf5;
  --accent-soft: #dfeae2;
  --flag: #9a5a08;
  --flag-soft: #f1e5cf;
  --border: #d3dacf;
  --border-strong: #aeb8a9;
  --grid-line: rgba(21, 98, 74, 0.07);
  --ring: #15624a;
  --ok: #1c6b45;
  --warn: #8a5a06;
  --danger: #9c2f22;
  --info: #2a5a86;

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC",
    "Hiragino Sans GB", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", sans-serif;
  --font-mono: ui-monospace, "SFMono-Regular", "Cascadia Mono", Consolas,
    "Liberation Mono", "Courier New", monospace;

  --fs-h1: 34px;
  --fs-h2: 24px;
  --fs-h3: 18px;
  --fs-body: 16px;
  --fs-small: 13px;
  --fs-micro: 11px;
  --lh-body: 1.72;
  --lh-head: 1.22;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 48px;
  --space-8: 64px;

  --radius-sm: 2px;
  --radius-md: 6px;
  --radius-lg: 10px;
  --shadow-cta: 0 6px 20px rgba(21, 98, 74, 0.22);

  --container: 720px;
  --container-mid: 960px;
  --container-wide: 1180px;

  --ease: cubic-bezier(0.2, 0.7, 0.3, 1);
  --dur: 160ms;

  --cta-loop: 3.2s;
  --cta-breath-loop: 3.4s;
  --cta-tick-h: 5px;
  --cta-flag-w: 28px;
  --cta-ink: #f2faf5;
  --cta-flag: #d9a24a;
  --cta-edge: rgba(242, 250, 245, 0.28);
}

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

html {
  color-scheme: light;
  background: var(--bg);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.72;
  overflow-wrap: anywhere;
  padding-bottom: calc(124px + env(safe-area-inset-bottom, 0px));
}

h1 {
  font-size: 34px;
  line-height: 1.22;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0 0 var(--space-4);
}

h2 {
  font-size: 24px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: -0.005em;
  margin: 0 0 var(--space-4);
}

h3 {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 700;
  margin: 0 0 var(--space-3);
}

p {
  margin: 0 0 var(--space-4);
  line-height: 1.72;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: var(--accent);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--accent-hover);
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

ul,
ol {
  margin: 0 0 var(--space-4);
  padding-left: 1.25em;
}

li {
  margin-bottom: var(--space-2);
}

li:last-child {
  margin-bottom: 0;
}

code,
kbd,
samp {
  font-family: var(--font-mono);
  font-size: 0.95em;
}

.mono {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
}

.micro-label {
  font-family: var(--font-mono);
  font-size: var(--fs-micro);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-faint);
}

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

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--accent);
  color: var(--accent-ink);
  padding: var(--space-3) var(--space-4);
  z-index: 90;
}

.skip-link:focus {
  left: var(--space-4);
  top: var(--space-2);
}

/* ---------- 布局容器 ---------- */

.wrap {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding-inline: var(--space-5);
}

.wrap-wide {
  width: 100%;
  max-width: var(--container-wide);
  margin: 0 auto;
  padding-inline: var(--space-5);
}

.wrap-mid {
  width: 100%;
  max-width: var(--container-mid);
  margin: 0 auto;
  padding-inline: var(--space-5);
}

.band {
  padding-block: var(--space-7);
  border-top: 1px solid var(--border);
}

.band:first-of-type {
  border-top: 0;
}

.band--grid {
  background-color: var(--surface);
  background-image: linear-gradient(var(--grid-line) 1px, transparent 1px),
    linear-gradient(90deg, var(--grid-line) 1px, transparent 1px);
  background-size: 28px 28px;
}

.band--stats {
  padding-block: var(--space-8);
}

.band-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: var(--space-3);
  margin-bottom: var(--space-5);
  padding-bottom: var(--space-3);
  border-bottom: 2px solid var(--border-strong);
}

.band-head h2 {
  margin: 0;
}

.band-head .micro-label {
  margin-left: auto;
}

.lede {
  font-size: var(--fs-body);
  color: var(--text);
  max-width: 66ch;
}

.note {
  font-size: var(--fs-small);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---------- 页头 ---------- */

.masthead {
  position: sticky;
  top: 0;
  z-index: 40;
  background: var(--bg);
  border-bottom: 1px solid var(--border-strong);
}

.masthead-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-4);
  padding-block: var(--space-3);
}

.brand {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  text-decoration: none;
  color: inherit;
}

.brand img {
  display: block;
  width: 132px;
  height: 52px;
  object-fit: contain;
  border-radius: var(--radius-sm);
}

.brand-name {
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.brand-sub {
  font-size: var(--fs-small);
  color: var(--text-muted);
  display: block;
}

.readout {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  color: var(--text-muted);
}

.readout b {
  color: var(--text);
  font-weight: 700;
}

.axis-strip {
  border-top: 1px solid var(--border);
  overflow-x: auto;
  scrollbar-width: thin;
}

.axis-strip ul {
  display: flex;
  gap: var(--space-1);
  list-style: none;
  margin: 0;
  padding: 0 0 0 var(--space-4);
  min-width: max-content;
}

.axis-strip li {
  margin: 0;
}

.axis-link {
  display: block;
  padding: var(--space-3) var(--space-3);
  min-height: 44px;
  font-size: var(--fs-small);
  color: var(--text-muted);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
}

.axis-link:hover {
  color: var(--text);
  border-bottom-color: var(--border-strong);
}

.axis-link[aria-current="page"] {
  color: var(--accent);
  border-bottom-color: var(--accent);
  font-weight: 700;
}

/* ---------- 面包屑与页头 ---------- */

.crumbs {
  font-size: var(--fs-small);
  color: var(--text-muted);
  padding-block: var(--space-4) 0;
}

.crumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin: 0;
  padding: 0;
}

.crumbs li {
  margin: 0;
}

.crumbs li + li::before {
  content: "/";
  margin-right: var(--space-2);
  color: var(--text-faint);
}

.page-head {
  padding-block: var(--space-5) var(--space-6);
}

.page-head .lede {
  font-size: 17px;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  list-style: none;
  margin: var(--space-5) 0 0;
  padding: 0;
}

.chip-row li {
  margin: 0;
}

.chip {
  display: inline-flex;
  align-items: baseline;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: var(--fs-small);
  color: var(--text-muted);
}

.chip b {
  font-family: var(--font-mono);
  color: var(--flag);
  font-weight: 700;
}

/* ---------- 数字带 ---------- */

.stat-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.stat {
  background: var(--surface);
  padding: var(--space-5) var(--space-4);
}

.stat dt {
  font-size: var(--fs-small);
  color: var(--text-muted);
  margin-bottom: var(--space-2);
}

.stat dd {
  margin: 0;
}

.stat .value {
  display: block;
  font-family: var(--font-mono);
  font-size: 30px;
  line-height: 1.1;
  font-weight: 700;
  color: var(--text);
  margin-bottom: var(--space-2);
}

.stat .hint {
  font-size: var(--fs-small);
  color: var(--text-faint);
  line-height: 1.5;
}

/* ---------- 号码方格阵 ---------- */

.axis-grid {
  display: grid;
  grid-template-columns: repeat(13, minmax(0, 1fr));
  gap: var(--space-1);
  list-style: none;
  margin: 0;
  padding: 0;
}

.axis-grid li {
  margin: 0;
}

.axis-cell {
  display: block;
  padding: var(--space-2) var(--space-1);
  background: var(--surface-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: var(--text);
  text-align: center;
}

.axis-cell .num {
  display: block;
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  color: var(--flag);
  font-weight: 700;
}

.axis-cell .nm {
  display: block;
  font-size: var(--fs-small);
  white-space: nowrap;
  margin-top: 2px;
}

.axis-cell:hover {
  background: var(--surface-3);
  border-color: var(--border-strong);
}

.axis-cell.is-desk {
  background: var(--accent-soft);
  border-color: var(--accent);
}

.axis-cell.is-desk .num {
  color: var(--accent);
}

.axis-cell.is-here {
  background: var(--accent);
  border-color: var(--accent);
}

.axis-cell.is-here .num,
.axis-cell.is-here .nm {
  color: var(--accent-ink);
}

/* ---------- 表格 ---------- */

.table-scroll {
  overflow-x: auto;
  border: 1px solid var(--border);
  background: var(--surface);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
  font-size: var(--fs-small);
}

.data-table caption {
  text-align: left;
  padding: var(--space-3) var(--space-4);
  color: var(--text-muted);
  border-bottom: 1px solid var(--border);
}

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

.data-table thead th {
  background: var(--surface-2);
  color: var(--text);
  font-weight: 700;
  white-space: nowrap;
}

.data-table tbody tr:hover {
  background: var(--surface-2);
}

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

.data-table .num {
  font-family: var(--font-mono);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.data-table .flag {
  color: var(--flag);
  font-weight: 700;
}

.data-table tbody tr.is-hit td {
  background: var(--accent-soft);
}

.data-table tbody tr.is-hit td.lvl {
  color: var(--accent);
  font-weight: 700;
}

/* ---------- 等级 tab ---------- */

.tier-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  margin-bottom: var(--space-4);
}

.tier-tab {
  min-height: 44px;
  padding: var(--space-2) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font: inherit;
  font-size: var(--fs-small);
  cursor: pointer;
}

.tier-tab:hover {
  background: var(--surface-2);
  color: var(--text);
}

.tier-tab[aria-pressed="true"] {
  background: var(--accent);
  border-color: var(--accent);
  color: var(--accent-ink);
  font-weight: 700;
}

.tier-count {
  font-family: var(--font-mono);
  color: var(--text-muted);
  font-size: var(--fs-small);
  margin-bottom: var(--space-3);
}

/* ---------- 算式块 ---------- */

.calc {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
  margin-bottom: var(--space-5);
}

.calc div {
  background: var(--surface);
  padding: var(--space-4);
}

.calc .k {
  font-size: var(--fs-small);
  color: var(--text-muted);
  display: block;
  margin-bottom: var(--space-2);
}

.calc .v {
  font-family: var(--font-mono);
  font-size: 22px;
  font-weight: 700;
  color: var(--text);
}

.calc .v.is-flag {
  color: var(--flag);
}

/* ---------- 编号清单 ---------- */

.numlist {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: nl;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--border);
  border: 1px solid var(--border);
}

.numlist li {
  margin: 0;
  background: var(--surface);
  padding: var(--space-4);
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: var(--space-3);
}

.numlist li::before {
  counter-increment: nl;
  content: counter(nl, decimal-leading-zero);
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  color: var(--flag);
  font-weight: 700;
}

.numlist .t {
  display: block;
  font-weight: 700;
  margin-bottom: var(--space-1);
}

.numlist .d {
  display: block;
  font-size: var(--fs-small);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---------- 术语 ---------- */

.terms {
  margin: 0;
  border: 1px solid var(--border);
  background: var(--surface);
}

.terms > div {
  display: grid;
  grid-template-columns: 8em minmax(0, 1fr);
  gap: var(--space-4);
  padding: var(--space-4);
  border-bottom: 1px solid var(--border);
}

.terms > div:last-child {
  border-bottom: 0;
}

.terms dt {
  font-weight: 700;
  color: var(--accent);
}

.terms dd {
  margin: 0;
  font-size: var(--fs-small);
  color: var(--text-muted);
  line-height: 1.66;
}

/* ---------- 卡片列表（分流） ---------- */

.route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--space-4);
  list-style: none;
  margin: 0;
  padding: 0;
}

.route-grid li {
  margin: 0;
}

.route {
  display: block;
  height: 100%;
  padding: var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  color: inherit;
}

.route:hover {
  background: var(--surface-2);
  border-color: var(--border-strong);
}

.route .t {
  display: block;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: var(--space-2);
}

.route .d {
  display: block;
  font-size: var(--fs-small);
  color: var(--text-muted);
  line-height: 1.6;
}

/* ---------- FAQ ---------- */

.faq {
  border: 1px solid var(--border);
  background: var(--surface);
}

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

.faq-item:last-child {
  border-bottom: 0;
}

.faq-item summary {
  cursor: pointer;
  padding: var(--space-4);
  font-size: var(--fs-h3);
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  display: flex;
  gap: var(--space-3);
  align-items: baseline;
}

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

.faq-item summary::before {
  content: "+";
  font-family: var(--font-mono);
  color: var(--flag);
  font-weight: 700;
  flex: 0 0 auto;
}

.faq-item[open] summary {
  background: var(--surface-2);
  color: var(--accent);
}

.faq-item[open] summary::before {
  content: "\2212";
}

.faq-body {
  padding: var(--space-4);
  color: var(--text);
  border-top: 1px solid var(--border);
}

.faq-body p {
  font-size: var(--fs-body);
}

/* ---------- 固定 CTA ---------- */

.site-cta {
  position: fixed;
  left: 50%;
  bottom: calc(var(--space-5) + env(safe-area-inset-bottom, 0px));
  transform: translateX(-50%);
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(400px, 38vw, 560px);
  min-height: 58px;
  padding: var(--space-3) var(--space-6) calc(var(--space-3) + 20px);
  background: var(--accent);
  color: var(--accent-ink);
  border: 1px solid var(--cta-edge);
  border-radius: var(--radius-sm);
  box-shadow: var(--shadow-cta);
  text-decoration: none;
  overflow: hidden;
}

.site-cta .label {
  font-size: var(--fs-body);
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
  color: var(--accent-ink);
}

.site-cta:hover {
  background: var(--accent-hover);
  color: var(--accent-ink);
}

.site-cta:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px var(--ring), 0 0 0 7px var(--bg), var(--shadow-cta);
}

.site-cta:active {
  transform: translateX(-50%) translateY(1px);
}

.site-cta::before {
  content: "";
  position: absolute;
  left: var(--space-5);
  right: var(--space-5);
  bottom: 9px;
  height: var(--cta-tick-h);
  background-color: transparent;
  background-image: repeating-linear-gradient(
    90deg,
    var(--cta-ink) 0 1.5px,
    transparent 1.5px 12.5%
  );
  opacity: 0;
  transform: translateX(-104%);
  animation: cta-scale-draw var(--cta-loop) var(--ease) infinite;
}

.site-cta::after {
  content: "";
  position: absolute;
  left: var(--space-5);
  bottom: 18px;
  width: var(--cta-flag-w);
  height: 2px;
  background: var(--cta-flag);
  opacity: 0.18;
  animation: cta-flag-breath var(--cta-breath-loop) var(--ease) infinite;
}

@keyframes cta-scale-draw {
  0% {
    transform: translateX(-104%);
    opacity: 0;
  }
  30% {
    transform: translateX(0);
    opacity: 0.5;
  }
  78% {
    transform: translateX(0);
    opacity: 0.5;
  }
  88% {
    transform: translateX(0);
    opacity: 0;
  }
  100% {
    transform: translateX(-104%);
    opacity: 0;
  }
}

@keyframes cta-flag-breath {
  0%,
  28% {
    opacity: 0.18;
  }
  46% {
    opacity: 0.78;
  }
  64%,
  100% {
    opacity: 0.18;
  }
}

@media (prefers-reduced-motion: reduce) {
  .site-cta::before {
    animation: none;
    transform: translateX(0);
    opacity: 0.5;
  }

  .site-cta::after {
    animation: none;
    opacity: 0.45;
  }

  .route,
  .axis-cell,
  .axis-link {
    transition: none;
  }
}

/* ---------- 页脚 ---------- */

.site-foot {
  border-top: 2px solid var(--border-strong);
  background: var(--surface);
  padding-block: var(--space-6);
  margin-top: var(--space-7);
}

.foot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6);
}

.site-foot h2 {
  font-size: var(--fs-small);
  letter-spacing: 0.06em;
  margin-bottom: var(--space-3);
  color: var(--text-muted);
  font-weight: 700;
}

.site-foot ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-foot li {
  margin-bottom: var(--space-2);
  font-size: var(--fs-small);
}

.foot-brand {
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.foot-note {
  font-size: var(--fs-small);
  color: var(--text-muted);
  line-height: 1.6;
  margin-top: var(--space-4);
}

/* ---------- 其他 ---------- */

.split {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: var(--space-6);
  align-items: start;
}

.callout {
  background: var(--surface-2);
  border: 1px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: var(--space-4);
  font-size: var(--fs-small);
  line-height: 1.68;
}

.callout strong {
  color: var(--text);
}

.quote-plate {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  padding: var(--space-4);
  font-family: var(--font-mono);
  font-size: var(--fs-small);
  line-height: 1.7;
  color: var(--text-muted);
}

.quote-plate .hl {
  color: var(--flag);
  font-weight: 700;
}

.stack-lg > * + * {
  margin-top: var(--space-6);
}

.stack-md > * + * {
  margin-top: var(--space-5);
}

.inline-link-list {
  list-style: none;
  margin: var(--space-4) 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-3);
}

.inline-link-list li {
  margin: 0;
  font-size: var(--fs-small);
}

/* ---------- 平板 ---------- */

@media (max-width: 1179px) {
  .axis-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .stat-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

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

@media (max-width: 900px) {
  .readout {
    margin-left: 0;
    width: 100%;
  }

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

/* ---------- 移动 ---------- */

@media (max-width: 639px) {
  h1 {
    font-size: 26px;
  }

  h2 {
    font-size: 21px;
  }

  body {
    padding-bottom: calc(108px + env(safe-area-inset-bottom, 0px));
  }

  .wrap,
  .wrap-wide,
  .wrap-mid {
    padding-inline: var(--space-4);
  }

  .axis-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

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

  .stat .value {
    font-size: 24px;
  }

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

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

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

  .brand img {
    width: 108px;
    height: 42px;
  }

  .terms > div {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-2);
  }

  .site-cta {
    left: var(--space-4);
    right: var(--space-4);
    width: auto;
    transform: none;
    min-height: 56px;
    padding: var(--space-3) var(--space-4) calc(var(--space-3) + 20px);
  }

  .site-cta .label {
    font-size: 15px;
  }

  .site-cta:active {
    transform: translateY(1px);
  }

  .site-cta::before {
    left: var(--space-4);
    right: var(--space-4);
  }

  .site-cta::after {
    left: var(--space-4);
  }
}
