/* SPA→静态视觉桥 · mono-editorial · m105 同骨架黑白灰微调 */
:root {
  --hx-ink: #111111;
  --hx-ink-2: #1a1a1a;
  --hx-fog: #eeeeee;
  --hx-fog-2: #f7f7f7;
  --hx-paper: #e5e5e5;
  --hx-copper: #c41e3a;
  --hx-copper-hot: #e02445;
  --hx-ice: #666666;
  --hx-muted: #666666;
  --hx-line: rgba(17, 17, 17, 0.12);
  --pink: #c41e3a;
  --blue: #666666;
  --brand: #111111;
  --accent: #c41e3a;
  --accent-hover: #e02445;
  --portal-accent: #c41e3a;
  --bg: #fafafa;
  --surface: #ffffff;
  --surface-elevated: #f7f7f7;
  --text: #111111;
  --muted: #666666;
  --card: #ffffff;
  --header-bg: #ffffff;
  --body-bg: #fafafa;
  color-scheme: light;
}

html,
body,
.body-mother-adopt {
  background: var(--bg) !important;
  color: var(--text) !important;
}

.page-main {
  background: transparent !important;
}
