diff --git a/core/templates/core/hits_report.html b/core/templates/core/hits_report.html
index 0976214..ad45d0e 100644
--- a/core/templates/core/hits_report.html
+++ b/core/templates/core/hits_report.html
@@ -21,6 +21,29 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -103,33 +126,48 @@
.elite-ball {
background: linear-gradient(135deg, #198754, #28a745);
}
+ .filter-btn.active {
+ background-color: currentColor;
+ color: #000 !important;
+ box-shadow: 0 0 15px currentColor;
+ }
+ .border-slate-700 { border-color: #334155 !important; }