diff --git a/frontend/src/App.vue b/frontend/src/App.vue
index 65d0380..483b174 100644
--- a/frontend/src/App.vue
+++ b/frontend/src/App.vue
@@ -30,7 +30,7 @@
:project-name="currentProject.name"
/>
-
+
@@ -653,17 +653,7 @@ onMounted(() => {
display: flex;
}
-.explorer-empty {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- gap: 12px;
- color: var(--text-tertiary);
- font-size: 14px;
-}
-
-/* modal-overlay, modal-content, btn-icon, form-group, modal-footer, btn-secondary, btn-primary now in global.css */
+/* explorer-empty now uses global .empty-state */
.create-modal {
background: var(--bg-primary);
diff --git a/frontend/src/components/FileExplorer.vue b/frontend/src/components/FileExplorer.vue
index 589cd5b..569f260 100644
--- a/frontend/src/components/FileExplorer.vue
+++ b/frontend/src/components/FileExplorer.vue
@@ -15,15 +15,15 @@
-