/* 玫瑰金殿 — 深墨玫瑰 + 玫瑰金 */
.theme-rose {
  --bg: #120e10;
  --bg-elev: #1e161a;
  --bg-soft: #2a2026;
  --ink: #fff0f4;
  --muted: #b09098;
  --line: rgba(212,160,168, 0.12);
  --line-strong: rgba(212,160,168, 0.22);
  --accent: #d4a0a8;
  --accent-2: #f0c8cc;
  --accent-ink: #241014;
  --font-display: "Playfair Display", sans-serif;
  --font-body: "Lato", system-ui, sans-serif;
}
.theme-rose .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(212,160,168,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(212,160,168,0.1), transparent 50%),
    #120e10;
}
.theme-rose .masthead-brand {
  background: linear-gradient(100deg, #fff0f4, #f0c8cc 55%, #d4a0a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-rose .btn-primary,
.theme-rose .link-vip {
  background: linear-gradient(135deg, #f0c8cc, #d4a0a8);
  color: #241014;
}
.theme-rose .section-kicker { color: #f0c8cc; }
.theme-rose .badge.paid { background: #d4a0a8; color: #241014; }
