/**
 * MineJobs UI-R0 reversible design foundation.
 *
 * This file is intentionally zero-diff for Classic presentation. It defines
 * no shell geometry, colour palette, typography, spacing, radius or component
 * restyle. UI-R1+ may consume the semantic root attributes and opt-in tokens.
 */
:root {
	--minejobs-ui-contract-version: 1;
}

html[data-mj-design="classic-v1"],
html[data-mj-design="next-v1"] {
	--minejobs-ui-design-foundation-ready: 1;
}

@media (prefers-reduced-motion: reduce) {
	html[data-mj-design] {
		--minejobs-ui-prefers-reduced-motion: 1;
	}
}
