feat: implement DIDDocumentScreen component with structured view and raw JSON toggle
- Renders structured sections for DID document fields: id, alsoKnownAs, verificationMethod, service
- Gracefully handles missing/empty arrays (displays nothing if array is absent or empty)
- Copy button for publicKeyMultibase values with 2-second 'Copied\!' feedback
- Raw JSON toggle reveals full DID document as formatted monospace text
- Back button returns to home screen
- Verifies: MM-150.AC3.5, MM-150.AC3.6, MM-150.AC3.7, MM-150.AC3.9