/* 薄荷夜风 — 墨绿夜 + 薄荷青 */
.theme-mint {
  --bg: #0a1412;
  --bg-elev: #12201c;
  --bg-soft: #1a2e28;
  --ink: #e8fff6;
  --muted: #88b0a0;
  --line: rgba(61,204,154, 0.12);
  --line-strong: rgba(61,204,154, 0.22);
  --accent: #3dcc9a;
  --accent-2: #8aefc8;
  --accent-ink: #08241a;
  --font-display: "Fredoka", sans-serif;
  --font-body: "Poppins", system-ui, sans-serif;
}
.theme-mint .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(61,204,154,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(61,204,154,0.1), transparent 50%),
    #0a1412;
}
.theme-mint .masthead-brand {
  background: linear-gradient(100deg, #e8fff6, #8aefc8 55%, #3dcc9a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-mint .btn-primary,
.theme-mint .link-vip {
  background: linear-gradient(135deg, #8aefc8, #3dcc9a);
  color: #08241a;
}
.theme-mint .section-kicker { color: #8aefc8; }
.theme-mint .badge.paid { background: #3dcc9a; color: #08241a; }
