Add DuplicateDetector domain service that flags potential duplicate listings using PostGIS ST_DWithin geo-proximity (100m radius) combined with trigram-based title similarity (>70% threshold). Detection runs during CreateListing but never blocks creation — warnings are returned in the response for seller/admin review. Co-Authored-By: Paperclip <noreply@paperclip.ing>