/* 檀木剧场 */
.theme-rosewood {
  --bg: #160d10;
  --bg-elev: #211318;
  --bg-soft: #2c1a21;
  --ink: #f8ece8;
  --muted: #b4979a;
  --line: rgba(200, 140, 120, 0.14);
  --line-strong: rgba(200, 140, 120, 0.24);
  --accent: #c48a5a;
  --accent-2: #e2b48a;
  --accent-ink: #1a0e0c;
  --font-display: "Playfair Display", serif;
  --font-body: "Source Sans 3", sans-serif;
}
.theme-rosewood .page-atmosphere {
  background:
    radial-gradient(700px 380px at 30% 0%, rgba(160,50,70,0.18), transparent 55%),
    radial-gradient(600px 360px at 100% 20%, rgba(196,138,90,0.12), transparent 50%),
    #160d10;
}
.theme-rosewood .masthead-brand {
  background: linear-gradient(105deg, #f8ece8, #e2b48a 55%, #c48a5a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.theme-rosewood .btn-primary {
  background: linear-gradient(135deg, #e2b48a, #c48a5a);
  color: var(--accent-ink);
}
.theme-rosewood .section-head h2 { font-style: italic; }
.theme-rosewood .poster {
  border-radius: 10px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}
.theme-rosewood .watch-title-row h1 { font-style: italic; }
