diff --git a/ui/suite/desktop.html b/ui/suite/desktop.html
index c30dd62..435b7d7 100644
--- a/ui/suite/desktop.html
+++ b/ui/suite/desktop.html
@@ -1,536 +1,629 @@
-
+
+
+
+
+ General Bots Desktop
-
-
-
- BUILD V3 - Web Desktop Environment
+
+
+
+
+
-
-
-
-
-
+
+
+
+
+
-
-
-
-
+
+
- .bg-svg { display: none !important; }
+
+
+
-
-
-
-
- /* Bottom Taskbar */
- .toolbar {
- height: 50px;
- background: var(--surface);
- border-top: 1px solid var(--border);
- display: flex;
- align-items: center;
- padding: 0 8px;
- z-index: 100;
- position: relative;
- }
-
- #taskbar-apps {
- display: flex;
- flex: 1;
- height: 100%;
- align-items: center;
- gap: 0px;
- }
-
- .toolbar-time {
- font-family: 'Fira Code', monospace;
- font-size: 14px;
- color: var(--text-secondary, #3b3b3b);
- text-align: right;
- line-height: 1.4;
- padding: 0 10px;
- margin-left: auto;
- }
-
- /* Taskbar Items generated by WindowManager */
- .taskbar-item {
- width: 40px;
- height: 40px;
- display: flex;
- align-items: center;
- justify-content: center;
- cursor: pointer;
- transition: all 0.15s ease;
- border-bottom: 2px solid transparent;
- }
-
- .taskbar-item:hover {
- background: var(--bg-hover, #f8f8f8);
- }
-
- .taskbar-item.active {
- border-bottom-color: var(--primary, #84d669);
- background: linear-gradient(to bottom, transparent 50%, var(--primary-alpha-10, rgba(132, 214, 105, 0.1)) 100%);
- }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
// DASHBOARD
-
>
-
// E-COMMERCE APP DEVELOPMENT
+
+
+