/* 藕荷烟雨 — 藕荷灰紫 + 烟紫强调 */
.theme-mauve {
  --bg: #121016;
  --bg-elev: #1c1a22;
  --bg-soft: #282630;
  --ink: #f4f0f8;
  --muted: #a098b0;
  --line: rgba(168,136,192, 0.12);
  --line-strong: rgba(168,136,192, 0.22);
  --accent: #a888c0;
  --accent-2: #d0b8e0;
  --accent-ink: #1a1024;
  --font-display: "Dancing Script", sans-serif;
  --font-body: "Hind Madurai", system-ui, sans-serif;
}
.theme-mauve .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(168,136,192,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(168,136,192,0.1), transparent 50%),
    #121016;
}
.theme-mauve .masthead-brand {
  background: linear-gradient(100deg, #f4f0f8, #d0b8e0 55%, #a888c0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-mauve .btn-primary,
.theme-mauve .link-vip {
  background: linear-gradient(135deg, #d0b8e0, #a888c0);
  color: #1a1024;
}
.theme-mauve .section-kicker { color: #d0b8e0; }
.theme-mauve .badge.paid { background: #a888c0; color: #1a1024; }
