@supports (display:block) { } gates a green override that a correct engine applies; engines without @supports parsing drop it and leave the box gray. Aspirational known-gap.
A higher-specificity winning width using a missing custom property becomes unset at computed-value time; it must not reveal a 150px width already applied from a lower rule.
@layer reset, base, theme gives the later-declared theme layer priority over a later source-order base rule; catches source-order-only cascade or dropped layer at-rules.
:nth-last-of-type(2) counts from the end among same element names, ignoring the intervening div; catches using nth-last-child or forward nth-of-type semantics.
@supports selector(), child :has(> .flag), and :nth-child(2 of .flagged) make the intended boxes green; catches sibling-only :has and nth-child without the of-selector clause.
An id rule (1,0,0) placed BEFORE a class rule (0,1,0) in source order must still win on specificity; only the #pick box turns green (regression guard against pure source-order cascade).