Turn CSS declarations into Tailwind v4 utilities, with the spacing scale worked out and arbitrary values where there is no named class.
The classes appear hereA value that is a multiple of 4px becomes a scale step, so 24px is p-6 and 1rem is m-4. Anything else becomes an arbitrary value rather than being rounded, because a silently changed measurement is the worst possible output.
Because they have no utility. Custom properties and rules such as mix-blend-mode are reported under the output instead of being guessed at, and they belong in CSS next to your classes.
No, they come out as arbitrary values holding your exact color. Mapping a hex onto a theme name would need your theme, and the tool would be guessing which token you meant.