/* 杏果黄昏 — 暮褐 + 杏橙渐变 */
.theme-apricot {
  --bg: #15100c;
  --bg-elev: #221a14;
  --bg-soft: #30251c;
  --ink: #fff5ea;
  --muted: #b89e88;
  --line: rgba(240,160,64, 0.12);
  --line-strong: rgba(240,160,64, 0.22);
  --accent: #f0a040;
  --accent-2: #ffc878;
  --accent-ink: #281808;
  --font-display: "Abril Fatface", sans-serif;
  --font-body: "Raleway", system-ui, sans-serif;
}
.theme-apricot .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(240,160,64,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(240,160,64,0.1), transparent 50%),
    #15100c;
}
.theme-apricot .masthead-brand {
  background: linear-gradient(100deg, #fff5ea, #ffc878 55%, #f0a040);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-apricot .btn-primary,
.theme-apricot .link-vip {
  background: linear-gradient(135deg, #ffc878, #f0a040);
  color: #281808;
}
.theme-apricot .section-kicker { color: #ffc878; }
.theme-apricot .badge.paid { background: #f0a040; color: #281808; }
