+ );
+}
diff --git a/frontend/src/styles/inventory.css b/frontend/src/styles/inventory.css
index 5df15221..22689c07 100644
--- a/frontend/src/styles/inventory.css
+++ b/frontend/src/styles/inventory.css
@@ -86,3 +86,9 @@
.inv-hint { color: #555; font-size: 10px; margin-top: 12px; }
.inv-closex { float: right; color: #666; cursor: pointer; font-size: 14px; }
.inv-closex:hover { color: #f88; }
+
+/* ── FilterSidebar additions (Task 4) ── */
+.inv-dim { color: #666; font-size: 10px; }
+.inv-online { width: 6px; height: 6px; border-radius: 50%; background: #4c4; display: inline-block; margin-left: 4px; }
+.inv-links { margin-bottom: 4px; font-size: 10px; }
+.inv-gold { color: #fc6; }