diff --git a/static/css/globe.css b/static/css/globe.css
index 9f85d9b..601a8dd 100644
--- a/static/css/globe.css
+++ b/static/css/globe.css
@@ -790,6 +790,7 @@ html, body { height: 100%; overflow: hidden; background: var(--bg-primary); colo
/* === GEOINT Tools === */
.dot-nightlights { background: #ffd740; box-shadow: 0 0 4px rgba(255,215,64,0.4); }
.dot-celltowers { background: #e040fb; }
+.dot-firms { background: #ff4400; box-shadow: 0 0 4px rgba(255,68,0,0.4); }
.geoint-btn-row {
display: flex;
diff --git a/static/index.html b/static/index.html
index ec6b66d..9111e19 100644
--- a/static/index.html
+++ b/static/index.html
@@ -146,6 +146,7 @@
+