"use client"; import { useEffect, useRef, useState } from "react"; /** * Modal preview for image and PDF attachments. * * Uses the native element for focus trap, Esc-to-close, and * inert-background semantics — saves ~100 lines of bespoke a11y wiring * that we'd otherwise have to maintain. * * For an `image/*` mime, renders an . For `application/pdf`, an *