The {{ theme.prefix }} State architecture is operating against a demand of {{ customerDemand || 0 }} units within {{ workingHours || 0 }} shift hours, requiring a Takt pulse of {{ metrics.displayTakt }}{{ unitSuffix }}.
{{ isTaktMet ? `System Capability: The pacing constraint (${bottleneckStep.name} at ${metrics.convertValue(bottleneckStep.totalCT)}${unitSuffix}) safely operates beneath the Takt limit.` : `CRITICAL RISK: The pacing constraint (${bottleneckStep.name} at ${metrics.convertValue(bottleneckStep.totalCT)}${unitSuffix}) exceeds the allowable Takt pulse. Missed deliveries and systemic overburden (Muri) are actively occurring.` }}
{{ Number(metrics.lbe) >= theme.lbeOpt ? `The architecture achieves adequate Line Balance Efficiency (LBE) at ${metrics.lbe}%.` : `The architecture exhibits structural imbalance (LBE: ${metrics.lbe}%). Labor and machine capacity are poorly distributed.` }}
The Value-Added Ratio (VAR) stands at {{ metrics.varPercentage }}% across a total Lead Time of {{ metrics.displayLead }}{{ unitSuffix }}. {{ Number(metrics.varPercentage) < 20 ? "This indicates excessive non-value-added stagnation (Muda) is currently embedded in the flow." : "This reflects a generally efficient flow relative to industry standards." }}