{
  "category": "business/summary-report",
  "outputs": [
    "design_system",
    "document"
  ],
  "variant_order": [
    "theme",
    "form"
  ],
  "defaults": {
    "theme": "enterprise",
    "form": "full"
  },
  "base": {
    "design_system": {
      "dark": "#000000",
      "light": "#F4F7FA",
      "heading_color": "#000000",
      "font_en": "Times New Roman",
      "font_cjk": "SimSun",
      "font_heading_cjk": "SimHei",
      "sz_body": 12,
      "sz_h1": 22,
      "sz_h2": 16,
      "sz_h3": 14,
      "sz_h4": 12,
      "sz_table": 10,
      "sz_hf": 9,
      "sp_h1_lines": [
        100,
        50
      ],
      "sp_h2_lines": [
        75,
        50
      ],
      "sp_h3_lines": [
        50,
        50
      ],
      "line_spacing": 400,
      "first_line_indent": 480
    },
    "document": {
      "layout": {
        "require_cover_bg": true,
        "no_cover": false,
        "no_toc": false,
        "no_back": false,
        "h1_page_break": false,
        "h1_center": true,
        "normalize_quotes": true
      }
    }
  },
  "variants": {
    "theme": {
      "enterprise": {
        "label": "企业/部门年度总结",
        "patch": {
          "design_system": {
            "primary": "#1B3A5C",
            "accent": "#2E86AB"
          }
        }
      },
      "government": {
        "label": "党政/机关类",
        "patch": {
          "design_system": {
            "primary": "#8B1A1A",
            "accent": "#C7423C"
          }
        }
      },
      "engineering": {
        "label": "工程/活动类",
        "patch": {
          "design_system": {
            "primary": "#2D5016",
            "accent": "#4A8C2A"
          }
        }
      },
      "personal": {
        "label": "个人/实习类",
        "patch": {
          "design_system": {
            "primary": "#3D4785",
            "accent": "#5B7FDB"
          }
        }
      }
    },
    "form": {
      "full": {
        "label": "正式/长篇（封面+目录+正文+封底）",
        "patch": {
          "document": {
            "coverTexts": {
              "title": "<总结标题>",
              "subtitle": "<副标题/时间范围>",
              "author": "<部门/个人>",
              "date": "<日期>"
            },
            "backTexts": {
              "company": "<部门/组织名>",
              "tagline": "感谢阅读"
            },
            "headerText": {
              "left": "<部门/组织名>",
              "right": "<文档类型>"
            },
            "layout": {
              "table_no_stripe": false
            }
          }
        }
      },
      "light": {
        "label": "轻量/短篇（仅正文+页眉页脚，跳过背景生成）",
        "patch": {
          "document": {
            "coverTexts": {},
            "backTexts": {},
            "headerText": {},
            "layout": {
              "require_cover_bg": false,
              "no_cover": true,
              "no_toc": true,
              "no_back": true,
              "table_no_stripe": true
            }
          }
        }
      }
    }
  },
  "overridable": {
    "design_system": {
      "primary": {
        "type": "hex",
        "constraint": "hsl_l<=0.5"
      }
    }
  },
  "notes": [
    "承重固定：dark/heading_color 固定 #000000（正文黑），不从 primary 推导——这是覆盖通用色板规则的硬约束，不可 override。",
    "theme 只改 primary/accent（装饰/图表色）。form 决定文档骨架（full/light）。",
    "coverTexts 的 <占位> 由模型经 overrides 写入真实业务值。",
    "默认 theme=enterprise + form=full 的合并结果须 1:1 等于 golden/business__summary-report.json。"
  ]
}
