파일 간 데이터 흐름 및 아키텍처 도식
getCategories()
addCategory()
updateCategory()
deleteCategory()
reorderCategories()
getCategoryBySlug()
fv_categories
→ JSON Array
변경 파일 1개: js/store.js 내부의 localStorage 호출을 Supabase JS SDK 호출로 교체
추가 파일 1개: admin/login.html 에 Supabase Auth 연결
나머지 모든 페이지: 변경 불필요 (Store API가 동일하게 유지되므로)