/* 鼠尾草雾 — 灰绿雾色 + 鼠尾草 */
.theme-sage {
  --bg: #101412;
  --bg-elev: #191e1b;
  --bg-soft: #242b26;
  --ink: #eef4f0;
  --muted: #90a498;
  --line: rgba(126,171,143, 0.12);
  --line-strong: rgba(126,171,143, 0.22);
  --accent: #7eab8f;
  --accent-2: #b0d0bc;
  --accent-ink: #102018;
  --font-display: "Cardo", sans-serif;
  --font-body: "Figtree", system-ui, sans-serif;
}
.theme-sage .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(126,171,143,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(126,171,143,0.1), transparent 50%),
    #101412;
}
.theme-sage .masthead-brand {
  background: linear-gradient(100deg, #eef4f0, #b0d0bc 55%, #7eab8f);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-sage .btn-primary,
.theme-sage .link-vip {
  background: linear-gradient(135deg, #b0d0bc, #7eab8f);
  color: #102018;
}
.theme-sage .section-kicker { color: #b0d0bc; }
.theme-sage .badge.paid { background: #7eab8f; color: #102018; }
