/**
 * 主题: 橙红紫 (Group E)
 * 适用页面: dangxiadeliliang.html, openclaw-wechat.html
 * 颜色: #F59E0B → #EF4444 → #8B5CF6
 *
 * 使用方法:
 *   在HTML <head> 中 design-system.css 之后添加:
 *   <link href="assets/styles/themes/orange-red-purple.css" rel="stylesheet">
 */

:root {
  --brand-primary: #EF4444;
  --brand-secondary: #8B5CF6;
  --brand-gradient: linear-gradient(135deg, #F59E0B 0%, #EF4444 50%, #8B5CF6 100%);

  --text-gradient: linear-gradient(135deg, #F59E0B 0%, #EF4444 50%, #8B5CF6 100%);

  --progress-gradient: linear-gradient(90deg, #F59E0B, #EF4444, #8B5CF6);
}
