diff --git a/dashboard/public/jarvis.html b/dashboard/public/jarvis.html
index 444d067..c6b0819 100644
--- a/dashboard/public/jarvis.html
+++ b/dashboard/public/jarvis.html
@@ -277,7 +277,7 @@ body.low-perf .ticker-wrap::-webkit-scrollbar-thumb{background:rgba(100,240,200,
.top-left,.top-center,.top-right{width:100%}
.top-center{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}
.map-region-bar{display:none}
- .top-right{gap:6px}
+ .top-right{gap:6px ; flex-wrap: wrap; justify-content: center;}
.region-btn,.meta-pill,.alert-badge,.guide-btn{font-size:10px}
.grid{display:flex;flex-direction:column}
#centerCol{order:1}