/* 橄榄军绿 — 军绿暗底 + 橄榄强调 */
.theme-olive {
  --bg: #0e120c;
  --bg-elev: #171c14;
  --bg-soft: #222a1c;
  --ink: #eef4e8;
  --muted: #94a488;
  --line: rgba(143,173,74, 0.12);
  --line-strong: rgba(143,173,74, 0.22);
  --accent: #8fad4a;
  --accent-2: #c0d878;
  --accent-ink: #141a08;
  --font-display: "Anton", sans-serif;
  --font-body: "Mukta", system-ui, sans-serif;
}
.theme-olive .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(143,173,74,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(143,173,74,0.1), transparent 50%),
    #0e120c;
}
.theme-olive .masthead-brand {
  background: linear-gradient(100deg, #eef4e8, #c0d878 55%, #8fad4a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-olive .btn-primary,
.theme-olive .link-vip {
  background: linear-gradient(135deg, #c0d878, #8fad4a);
  color: #141a08;
}
.theme-olive .section-kicker { color: #c0d878; }
.theme-olive .badge.paid { background: #8fad4a; color: #141a08; }
