Specificity diagnosis ignores `!important` and source order
Bad input: Assuming higher specificity always wins even when lower rule has `!important` or later declaration.
Failure: Teams tweak selectors repeatedly but conflict persists in production UI.
Fix: Audit cascade in order: origin/layer, `!important`, specificity, then source order.