diff --git a/frontend/app/globals.css b/frontend/app/globals.css
index 48ae0ca2..4012ce2f 100644
--- a/frontend/app/globals.css
+++ b/frontend/app/globals.css
@@ -50,6 +50,14 @@ body {
.text-fluid-xl {
font-size: clamp(1.5rem, 5cqi, 2.25rem);
}
+
+ .card-title {
+ @apply text-base font-black text-slate-100 tracking-tight;
+ }
+
+ .card-subtitle {
+ @apply text-[10px] font-bold text-slate-500 uppercase tracking-[0.08em] mt-0.5;
+ }
}
/* Safe Area Insets for Modern Mobile Devices (iOS Notch/Home Bar) */
diff --git a/frontend/app/inventory/page.tsx b/frontend/app/inventory/page.tsx
index 3640a916..297f7dd9 100644
--- a/frontend/app/inventory/page.tsx
+++ b/frontend/app/inventory/page.tsx
@@ -312,8 +312,8 @@ export default function InventoryPage() {
+
{inventory.filter(i => i.category === cat).length} Item types in stock
{item.specs}
+{item.specs}
{cat.name}
-{cat.description || 'General storage'}
+{cat.name}
+{cat.description || 'General storage'}
{user.username}
-{user.role}
+{user.username}
+{user.role}
Ldap Authorization
-+
Ldap Authorization
+{ldapConfig.ldap_enabled ? "External Directory Active" : "Internal Authentication Only"}
Use Tls
-+
Use Tls
+{ldapConfig.use_tls ? "Encrypted Channel" : "Standard Link"}