add_copper_balance# Rules.add_copper_balance(name: str, max_percent: int, layers: list[str]) → Rules# Append a copper-density balance rule. Parameters: namestrRule identifier. max_percentintMaximum allowed copper imbalance in percent (e.g. 15 for 15%). layerslist[str]List of layer names to apply the rule to. Returns: RulesSelf to enable method chaining.