/* 由构建脚本从 src/style.css 的 :root 抽取生成，请勿手改 */
:root {
  /* 品牌绿 */
  --brand: #5F7668;
  --brand-dark: #4F6458;
  --brand-light: #E8EEE9;
  --brand-subtle: #F3F6F3;
  /* AI 雾蓝 */
  --ai: #718897;
  --ai-dark: #607584;
  --ai-light: #E8EEF1;
  --ai-subtle: #F3F6F7;
  /* 能量琥珀 */
  --energy: #C89552;
  --energy-light: #F5EDE2;
  /* 中性色 */
  --bg: #F7F7F3;
  --surface: #FFFFFF;
  --surface-secondary: #F0F1EC;
  --text-primary: #202421;
  --text-secondary: #656B66;
  --text-tertiary: #929792;
  --border: #E5E7E2;
  --divider: #ECEDE9;
  /* 语义 */
  --success: #557A64;
  --warning: #C89552;
  --error: #B75C55;
  --info: #627B8C;
  /* 动效 */
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --duration: 320ms;
}
