diff --git a/apps/ui/templates/dashboard.html b/apps/ui/templates/dashboard.html
index 92a0c34..2307271 100644
--- a/apps/ui/templates/dashboard.html
+++ b/apps/ui/templates/dashboard.html
@@ -358,27 +358,6 @@
color: #999;
}
- .mode-display {
- background: #f8f9fa;
- border-radius: 8px;
- padding: 0.75rem;
- text-align: center;
- margin-bottom: 1rem;
- }
-
- .mode-label {
- font-size: 0.75rem;
- color: #666;
- text-transform: uppercase;
- }
-
- .mode-value {
- font-size: 1rem;
- font-weight: 600;
- color: #667eea;
- text-transform: uppercase;
- }
-
.temp-controls {
display: flex;
gap: 0.5rem;
@@ -568,11 +547,6 @@
-
-