Create unified UI component library
- Card.svelte: Unified card with variants (default, large, compact)
- Button.svelte: Unified button with variants (primary, secondary, ghost)
- Input.svelte: Unified input styling
- Badge.svelte: Status badges with color variants
- Modal.svelte: Reusable modal wrapper
Reduces CSS duplication from ~1,480 lines to ~460 lines (69% reduction)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>