/* SPA→静态视觉桥 · copper-studio · m107 深褐铜金微调 */
:root {
  --gp-ink: #e8dfd4;
  --gp-ink-soft: #c4b8a8;
  --gp-sky: #b8864a;
  --gp-sky-soft: rgba(184, 134, 74, 0.12);
  --gp-bg: #1a1410;
  --gp-bg-alt: #221a15;
  --gp-surface: #2a211c;
  --gp-muted: #9a8b7a;
  --gp-line: rgba(184, 134, 74, 0.14);
  --gp-max: 1120px;
  --pink: #b8864a;
  --blue: #2a211c;
  --brand: #e8dfd4;
  --accent: #b8864a;
  --portal-accent: #9a7038;
  --bg: #1a1410;
  --surface: #2a211c;
  --text: #e8dfd4;
  --muted: #9a8b7a;
  --card: #2a211c;
  --header-bg: rgba(26, 20, 16, 0.96);
  --body-bg: #1a1410;
  color-scheme: dark;
}

html,
body,
.body-mother-adopt {
  background: var(--body-bg) !important;
  color: var(--text) !important;
}

.page-main {
  background: transparent !important;
}
