Replace DOMAIN_REGEX with URL-based normalization so users can paste full URLs (e.g. https://example.com/path) into the domain config form without getting a ZodError. The URL class handles protocol stripping, hostname extraction, and validation natively.