/* 余烬暖焰 */
.theme-ember {
  --bg: #140c09;
  --bg-elev: #1e1410;
  --bg-soft: #2a1b14;
  --ink: #fff1e6;
  --muted: #b89a86;
  --line: rgba(230, 160, 100, 0.12);
  --line-strong: rgba(230, 160, 100, 0.22);
  --accent: #e0894a;
  --accent-2: #f2b27a;
  --accent-ink: #1a0e08;
  --font-display: "Cormorant Garamond", serif;
  --font-body: "Nunito Sans", sans-serif;
}
.theme-ember .page-atmosphere {
  background:
    radial-gradient(720px 400px at 70% 0%, rgba(224,137,74,0.2), transparent 55%),
    radial-gradient(500px 360px at 0% 40%, rgba(120,40,20,0.25), transparent 50%),
    #140c09;
}
.theme-ember .masthead-brand {
  background: linear-gradient(105deg, #fff1e6, #f2b27a 50%, #e0894a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-ember .cat-rail { gap: 0.7rem; }
.theme-ember .btn-primary {
  background: linear-gradient(135deg, #f2b27a, #e0894a);
  color: var(--accent-ink);
}
.theme-ember .play-hint svg { background: rgba(224,137,74,0.95); }
