/* SermonBridge 品牌色板 — 暖烛光 Warm Candlelight
   全站单一真相源。规范见 web-server/docs/brand-color-palette-2026-06-16.md
   各页 <link> 引用此文件并删除自有 :root 颜色副本。
   合法特例:live 可覆盖背景为纯黑、OBS 前景纯白,但沿用此处的命名与强调/状态色。 */
:root {
  /* 背景层 Surfaces — 暖棕黑高程梯度 */
  --bg: #17140e;
  --sunken: #110d07;
  --panel: #1e1a12;
  --elevated: #262015;
  --border: #2d2618;
  --border-soft: #221d14;

  /* 文字层 Text — 暖白由强到弱(统一 --text-* 前缀) */
  --text: #f0e8d4;
  --text-muted: #a8997e;
  --text-dim: #635944;
  --text-faint: #3b3526;

  /* 品牌强调 Accent — 黄铜金主 / 靛蓝副 */
  --gold: #d9a75a;
  --gold-dim: #b88a44;
  --gold-soft: rgba(217, 167, 90, 0.10);
  --gold-strong: rgba(217, 167, 90, 0.22);
  --indigo: #5b6fd8;
  --indigo-dim: #4555a8;
  --indigo-soft: rgba(91, 111, 216, 0.10);
  --indigo-strong: rgba(91, 111, 216, 0.20);

  /* 状态信号 Status — 柔和暖调(非饱和) */
  --green: #8aab5e;
  --green-soft: rgba(138, 171, 94, 0.14);
  --amber: #d9a75a;
  --amber-soft: rgba(217, 167, 90, 0.14);
  --red: #d9684a;
  --red-soft: rgba(217, 104, 74, 0.14);
  --red-strong: rgba(217, 104, 74, 0.22);
}
