/* 樱红映夜 — 夜樱红 + 柔粉高光 */
.theme-cherry {
  --bg: #14090c;
  --bg-elev: #221116;
  --bg-soft: #301820;
  --ink: #ffeef2;
  --muted: #b8929c;
  --line: rgba(232,90,122, 0.12);
  --line-strong: rgba(232,90,122, 0.22);
  --accent: #e85a7a;
  --accent-2: #ff9aaf;
  --accent-ink: #2a0c14;
  --font-display: "Yeseva One", sans-serif;
  --font-body: "Noto Sans SC", system-ui, sans-serif;
}
.theme-cherry .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(232,90,122,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(232,90,122,0.1), transparent 50%),
    #14090c;
}
.theme-cherry .masthead-brand {
  background: linear-gradient(100deg, #ffeef2, #ff9aaf 55%, #e85a7a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-cherry .btn-primary,
.theme-cherry .link-vip {
  background: linear-gradient(135deg, #ff9aaf, #e85a7a);
  color: #2a0c14;
}
.theme-cherry .section-kicker { color: #ff9aaf; }
.theme-cherry .badge.paid { background: #e85a7a; color: #2a0c14; }
