/* 腮红剧场 — 深玫瑰灰 + 腮红粉 */
.theme-blush {
  --bg: #141012;
  --bg-elev: #20181c;
  --bg-soft: #2c2228;
  --ink: #fff0f4;
  --muted: #b898a0;
  --line: rgba(232,144,168, 0.12);
  --line-strong: rgba(232,144,168, 0.22);
  --accent: #e890a8;
  --accent-2: #ffc0d0;
  --accent-ink: #2a1018;
  --font-display: "Sacramento", sans-serif;
  --font-body: "Work Sans", system-ui, sans-serif;
}
.theme-blush .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(232,144,168,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(232,144,168,0.1), transparent 50%),
    #141012;
}
.theme-blush .masthead-brand {
  background: linear-gradient(100deg, #fff0f4, #ffc0d0 55%, #e890a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-blush .btn-primary,
.theme-blush .link-vip {
  background: linear-gradient(135deg, #ffc0d0, #e890a8);
  color: #2a1018;
}
.theme-blush .section-kicker { color: #ffc0d0; }
.theme-blush .badge.paid { background: #e890a8; color: #2a1018; }
