/* ============================================================
   dao · 开发官网 —— 设计令牌(2026-07-24 重定为「战报暖金系」)
   来源: 项目内已验收的 weekly-report 战报模板
   暖金底 + 金点缀 + Fraunces宋/Plex, 几乎不用红。不再用旧墨底红方案。
   ============================================================ */
:root{
  /* —— 暖金墨色底(战报同款, 偏金不偏冷) —— */
  --ink-950:#14110c;   /* 页面底 */
  --ink-900:#1c1810;   /* 面板 */
  --ink-880:#201b12;
  --ink-850:#241f15;   /* hover */
  --ink-800:#2a2317;   /* 沉底/轨道 */
  --line:rgba(232,199,126,.14);
  --line-strong:rgba(232,199,126,.30);

  /* —— 文字 —— */
  --text:#ede4d3;
  --text-dim:#b9ac93;
  --text-faint:#8a7d66;

  /* —— 金(主点缀, 红色退场仅留作极少量危险/峰值语义) —— */
  --gold-300:#f0d38a;
  --gold-500:#d3a24e;
  --gold-700:#96702c;
  --gold-glow:rgba(211,162,78,.32);
  --red:#CA2B2E;       /* 仅峰值/警告语义, 极小面积 */

  /* 兼容旧变量名(其他板块css引用) */
  --ink:var(--ink-950);
  --paper:var(--ink-900);
  --paper-2:var(--ink-880);
  --paper-3:var(--ink-800);
  --tx:var(--text);
  --tx-dim:var(--text-dim);
  --tx-faint:var(--text-faint);
  --gold:var(--gold-500);
  --gold-soft:var(--gold-700);
  --red-hi:var(--gold-500);   /* 旧"高亮红"改为金, 峰值语义除外 */
  --line-soft:var(--line);

  /* 模块 tag 色(战报五模块, 色盲校验过) */
  --tag-combat:#e0623a; --tag-ai:#8f6fd4; --tag-economy:#c2860f;
  --tag-content:#5a9c4a; --tag-ui:#1f8fb0;

  /* 品质色 */
  --q1:#B0824A; --q2:#B7A9C9; --q3:#f0d38a;
  /* 卡牌六类型色 */
  --t-attack:#C25B4E; --t-space:#6A8EAF; --t-debuff:#8F6CA3;
  --t-support:#C8A24A; --t-heal:#7FA05A; --t-summon:#4FA3A5;

  /* 日历热力(暖金→金, 峰值才近红橙) */
  --heat-0:#241f15;
  --heat-1:#3d3020;
  --heat-2:#6b5228;
  --heat-3:#a8762f;
  --heat-4:#d3a24e;
  --heat-5:#e0623a;   /* 峰值 = 战报combat橙, 非品牌红 */

  /* 环境氛围色 */
  --candle:#ED862E; --mist:#6A8EAF; --curse:#8F6CA3; --crystal:#E066DC;

  /* —— 字体(战报同款 Fraunces宋 + Plex) —— */
  --f-disp:"Fraunces","Noto Serif SC","Songti SC","SimSun",Georgia,serif;
  --f-body:"IBM Plex Sans","Plex Sans","Noto Sans SC","PingFang SC","Microsoft YaHei",sans-serif;
  --f-mono:"IBM Plex Mono","Plex Mono",ui-monospace,Consolas,monospace;
  --f-song:var(--f-disp);  /* 兼容旧名 */
  --f-serif:var(--f-disp);

  /* —— 节奏 —— */
  --gap:5px; --row-h:38px; --radius:6px; --radius-lg:16px;
  --hover-s:.1s; --ease:cubic-bezier(.165,.84,.44,1); --lift:3px;
  --shadow-card:0 1px 0 rgba(255,255,255,.03) inset, 0 12px 28px -18px rgba(0,0,0,.7);
}

:root{ --ghost-devlog:"志"; --ghost-gameplay:"技"; --ghost-codex:"鉴"; --ghost-gallery:"藏"; }
