/* 孔雀石厅 — 孔雀石青绿 + 冷光 */
.theme-teal {
  --bg: #081414;
  --bg-elev: #0f2020;
  --bg-soft: #162c2c;
  --ink: #e6fafa;
  --muted: #7ea8a8;
  --line: rgba(31,184,168, 0.12);
  --line-strong: rgba(31,184,168, 0.22);
  --accent: #1fb8a8;
  --accent-2: #6fe0d2;
  --accent-ink: #042420;
  --font-display: "Bitter", sans-serif;
  --font-body: "Cabin", system-ui, sans-serif;
}
.theme-teal .page-atmosphere {
  background:
    radial-gradient(780px 420px at 12% 0%, rgba(31,184,168,0.18), transparent 55%),
    radial-gradient(640px 360px at 92% 18%, rgba(31,184,168,0.1), transparent 50%),
    #081414;
}
.theme-teal .masthead-brand {
  background: linear-gradient(100deg, #e6fafa, #6fe0d2 55%, #1fb8a8);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-teal .btn-primary,
.theme-teal .link-vip {
  background: linear-gradient(135deg, #6fe0d2, #1fb8a8);
  color: #042420;
}
.theme-teal .section-kicker { color: #6fe0d2; }
.theme-teal .badge.paid { background: #1fb8a8; color: #042420; }
