/**
 * 主题: 霓虹 (Group F)
 * 适用页面: ai-service-value-map.html
 * 颜色: #6366f1 → #8b5cf6 → #06b6d4
 *
 * 使用方法:
 *   在HTML <head> 中 design-system.css 之后添加:
 *   <link href="assets/styles/themes/neon.css" rel="stylesheet">
 */

:root {
  --brand-primary: #8b5cf6;
  --brand-secondary: #06b6d4;
  --brand-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%);

  --text-gradient: linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #06b6d4 100%);

  --progress-gradient: linear-gradient(90deg, #6366f1, #8b5cf6, #06b6d4);
}
