Drag the forge width. Each blade chooses its own destiny using min() or max() —
either staying under a ceiling or holding above a floor.
Forge width520px
Blade of Restraint · min()min(60%, 320px)
Blade of Dominion · max()max(40%, 180px)
In real CSS, we’d write width: min(60%, 320px) and width: max(40%, 180px).
Here we’re simulating the math so you can see which value wins as the forge narrows or widens.