/**
 * wwwfate design tokens — 产品页「命运风」为 canonical
 * Hub（platform / category）与工具共用本文件；勿再引入第三套品牌色。
 */
:root {
  --bg: #0a0a0f;
  --surface: #12121a;
  --border: #1e1e2e;
  --text: #e8e8f0;
  --text-dim: #6b6b8a;
  --accent: #c9b99a;
  --accent-glow: rgba(201, 185, 154, 0.15);
  --gold: #d4af6e;
  --radius: 12px;
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
