/* 紫红电光 — 深空 + 紫红霓虹 */
.theme-fuchsia {
  --bg: #100814;
  --bg-elev: #1a1022;
  --bg-soft: #261830;
  --ink: #ffeef8;
  --muted: #a888a8;
  --line: rgba(224,64,160, 0.12);
  --line-strong: rgba(224,64,160, 0.22);
  --accent: #e040a0;
  --accent-2: #ff80d0;
  --accent-ink: #280818;
  --font-display: "Bungee", sans-serif;
  --font-body: "Titillium Web", system-ui, sans-serif;
}
.theme-fuchsia .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(224,64,160,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(224,64,160,0.1), transparent 50%),
    #100814;
}
.theme-fuchsia .masthead-brand {
  background: linear-gradient(100deg, #ffeef8, #ff80d0 55%, #e040a0);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-fuchsia .btn-primary,
.theme-fuchsia .link-vip {
  background: linear-gradient(135deg, #ff80d0, #e040a0);
  color: #280818;
}
.theme-fuchsia .section-kicker { color: #ff80d0; }
.theme-fuchsia .badge.paid { background: #e040a0; color: #280818; }
