/** * SkeletonCard — Phase 8: Loading state skeleton screens * Used while the verification API call is in-flight. * web-design-guidelines: content-jumping — reserve space for async content. * web-design-guidelines: prefers-reduced-motion — skip animation if user prefers. */ export default function SkeletonCard({ lines = 3, height = null, className = '' }) { return (
) } function SkeletonBar({ style = {} }) { return (