/* 品红快门 — 暗品红底 + 亮品红 */
.theme-magenta {
  --bg: #120814;
  --bg-elev: #1e1020;
  --bg-soft: #2a1830;
  --ink: #ffeef6;
  --muted: #b088a0;
  --line: rgba(224,32,128, 0.12);
  --line-strong: rgba(224,32,128, 0.22);
  --accent: #e02080;
  --accent-2: #ff70b8;
  --accent-ink: #280010;
  --font-display: "Righteous", sans-serif;
  --font-body: "Exo", system-ui, sans-serif;
}
.theme-magenta .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(224,32,128,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(224,32,128,0.1), transparent 50%),
    #120814;
}
.theme-magenta .masthead-brand {
  background: linear-gradient(100deg, #ffeef6, #ff70b8 55%, #e02080);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-magenta .btn-primary,
.theme-magenta .link-vip {
  background: linear-gradient(135deg, #ff70b8, #e02080);
  color: #280010;
}
.theme-magenta .section-kicker { color: #ff70b8; }
.theme-magenta .badge.paid { background: #e02080; color: #280010; }
