fix(fuentes): replace hardcoded light-mode colors with theme tokens
All ~30 occurrences of bg-white, bg-gray-50, text-gray-*, and border-gray-200 replaced with CSS custom properties (var(--surface), var(--text-primary), var(--border), etc.) so the Consultar datos page renders correctly in both light and dark mode.
Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com