you can't really set things per user in css templates because they get cached by the browser and CDN if you use CloudFlare. You'd be better off putting it inline in PAGE_CONTAINER or something similar
You won't be able to use a custom user field within a less template, they get cached by the browser so there will be a lot of unexpected things happening. You'll just need to include the extra less template with a conditional like you used above