/* 午夜蓝调 — 近黑午夜蓝 + 电蓝 */
.theme-midnight {
  --bg: #060b16;
  --bg-elev: #0d1524;
  --bg-soft: #152036;
  --ink: #e6eefc;
  --muted: #7f91b0;
  --line: rgba(77,124,255, 0.12);
  --line-strong: rgba(77,124,255, 0.22);
  --accent: #4d7cff;
  --accent-2: #9bb6ff;
  --accent-ink: #061028;
  --font-display: "Exo 2", sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
}
.theme-midnight .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(77,124,255,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(77,124,255,0.1), transparent 50%),
    #060b16;
}
.theme-midnight .masthead-brand {
  background: linear-gradient(100deg, #e6eefc, #9bb6ff 55%, #4d7cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-midnight .btn-primary,
.theme-midnight .link-vip {
  background: linear-gradient(135deg, #9bb6ff, #4d7cff);
  color: #061028;
}
.theme-midnight .section-kicker { color: #9bb6ff; }
.theme-midnight .badge.paid { background: #4d7cff; color: #061028; }
