/* 梅子暗香 — 梅子紫褐 + 浅梅粉 */
.theme-plum {
  --bg: #120a10;
  --bg-elev: #1e121a;
  --bg-soft: #2a1a26;
  --ink: #fceef6;
  --muted: #a8889c;
  --line: rgba(154,74,122, 0.12);
  --line-strong: rgba(154,74,122, 0.22);
  --accent: #9a4a7a;
  --accent-2: #c880a8;
  --accent-ink: #220814;
  --font-display: "Prata", sans-serif;
  --font-body: "Karla", system-ui, sans-serif;
}
.theme-plum .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(154,74,122,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(154,74,122,0.1), transparent 50%),
    #120a10;
}
.theme-plum .masthead-brand {
  background: linear-gradient(100deg, #fceef6, #c880a8 55%, #9a4a7a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-plum .btn-primary,
.theme-plum .link-vip {
  background: linear-gradient(135deg, #c880a8, #9a4a7a);
  color: #220814;
}
.theme-plum .section-kicker { color: #c880a8; }
.theme-plum .badge.paid { background: #9a4a7a; color: #220814; }
