/* Plain 默认皮肤 —— 变量层（自 ui/index.html 原 :root 抽出，视觉零变化）
   换皮肤 = 换这份变量 + manifest.json，布局与组件结构不变 */
:root {
  --bg: #0b1120;
  --card: #131c31;
  --card-border: #1f2b45;
  --accent: #22d3ee;
  --text: #e2e8f0;
  --muted: #64748b;
  --legend-text: #94a3b8;
  --cell-gap: 4px;
  --cell-size: 15px;
  --l0: #1b2438;         /* 无数据 · 深底 */
  --l1: #0e4429;         /* 绿色渐变 · 最浅 */
  --l2: #006d32;
  --l3: #26a641;
  --l4: #39d353;         /* 绿色渐变 · 最亮 */
  --token-green: #22c55e;
  --cost-red: #ef4444;
}
