) : (
- {/* Dark-bg wordmark on navy rail */}
-

+
)}
diff --git a/admin-frontend/src/index.css b/admin-frontend/src/index.css
index 6430231..7e1fdb1 100644
--- a/admin-frontend/src/index.css
+++ b/admin-frontend/src/index.css
@@ -10,26 +10,27 @@
immediately (viewer keeps a lighter header; admin is a denser tool UI).
*/
:root {
+ /* Light: soft navy paper — avoids stark white vs deep sidebar */
--radius: 0.625rem;
- --background: #f5f7fb;
+ --background: #e8edf6;
--foreground: #0b1f4b;
- --card: #ffffff;
+ --card: #f3f6fb;
--card-foreground: #0b1f4b;
- --popover: #ffffff;
+ --popover: #f7f9fc;
--popover-foreground: #0b1f4b;
--primary: #0038a8;
--primary-foreground: #ffffff;
- --secondary: #e8eef8;
+ --secondary: #d9e2f2;
--secondary-foreground: #0b1f4b;
- --muted: #e8eef8;
+ --muted: #d9e2f2;
--muted-foreground: #3d4f73;
--accent: #0038a8;
--accent-foreground: #ffffff;
- --gold: #c4a35a;
+ --gold: #b8923f;
--gold-foreground: #1c1508;
--destructive: #b91c1c;
- --border: rgba(11, 31, 75, 0.12);
- --input: rgba(11, 31, 75, 0.14);
+ --border: rgba(11, 31, 75, 0.18);
+ --input: rgba(11, 31, 75, 0.2);
--ring: #0038a8;
--sidebar: #0b1f4b;
--sidebar-foreground: #f5f7fb;
diff --git a/admin-frontend/src/pages/Dashboard.tsx b/admin-frontend/src/pages/Dashboard.tsx
index e341777..3ba01b7 100644
--- a/admin-frontend/src/pages/Dashboard.tsx
+++ b/admin-frontend/src/pages/Dashboard.tsx
@@ -111,7 +111,7 @@ export default function Dashboard() {
{item.title}
diff --git a/admin-frontend/src/pages/Login.tsx b/admin-frontend/src/pages/Login.tsx
index df04f0c..fe5759f 100644
--- a/admin-frontend/src/pages/Login.tsx
+++ b/admin-frontend/src/pages/Login.tsx
@@ -70,12 +70,12 @@ export default function Login() {