/* 兰影暗香 — 兰紫暗底 + 粉紫提亮 */
.theme-orchid {
  --bg: #140c14;
  --bg-elev: #22141f;
  --bg-soft: #301e2c;
  --ink: #fceef7;
  --muted: #b89aaf;
  --line: rgba(224,122,184, 0.12);
  --line-strong: rgba(224,122,184, 0.22);
  --accent: #e07ab8;
  --accent-2: #f3b4d8;
  --accent-ink: #2a1020;
  --font-display: "Great Vibes", sans-serif;
  --font-body: "Quicksand", system-ui, sans-serif;
}
.theme-orchid .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(224,122,184,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(224,122,184,0.1), transparent 50%),
    #140c14;
}
.theme-orchid .masthead-brand {
  background: linear-gradient(100deg, #fceef7, #f3b4d8 55%, #e07ab8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-orchid .btn-primary,
.theme-orchid .link-vip {
  background: linear-gradient(135deg, #f3b4d8, #e07ab8);
  color: #2a1020;
}
.theme-orchid .section-kicker { color: #f3b4d8; }
.theme-orchid .badge.paid { background: #e07ab8; color: #2a1020; }
