/* 黑白默片 */
.theme-noir {
  --bg: #050505;
  --bg-elev: #111;
  --bg-soft: #1a1a1a;
  --ink: #f5f5f5;
  --muted: #9b9b9b;
  --line: rgba(255,255,255,0.1);
  --line-strong: rgba(255,255,255,0.18);
  --accent: #d8d8d8;
  --accent-2: #ffffff;
  --accent-ink: #0a0a0a;
  --font-display: "Bebas Neue", sans-serif;
  --font-body: "IBM Plex Sans", sans-serif;
}
.theme-noir .page-atmosphere {
  background: radial-gradient(700px 400px at 50% 0%, rgba(255,255,255,0.06), transparent 60%), #050505;
}
.theme-noir .masthead-brand {
  background: none;
  -webkit-text-fill-color: #fff;
  color: #fff;
  letter-spacing: 0.02em;
}
.theme-noir .badge.paid { background: #fff; color: #000; }
.theme-noir .btn-primary { background: #fff; color: #000; }
.theme-noir .poster { border-radius: 2px; }
.theme-noir .cat-chip { border-radius: 2px; }
