body { width: 320px; margin: 0; font: 13px -apple-system, system-ui, sans-serif; color: #1a1a1a; background: #fff; } .topbar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; border-bottom: 1px solid #e2e2e2; } .dot { width: 9px; height: 9px; border-radius: 50%; flex: 0 0 auto; background: #999; } .dot-connected { background: #2ea043; } .dot-connecting { background: #d4a72c; } .dot-disconnected { background: #d1242f; } #status-text { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } #start-daemon { font-size: 12px; } #task-list { list-style: none; margin: 0; padding: 0; max-height: 360px; overflow-y: auto; } .task { padding: 8px 12px; border-bottom: 1px solid #f0f0f0; } .task-name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: 600; } .task-bar { height: 4px; background: #eee; border-radius: 2px; margin: 4px 0; overflow: hidden; } .task-bar-fill { height: 100%; background: #2f6fed; } .task-meta { display: flex; gap: 8px; align-items: center; color: #666; font-size: 12px; } .task-state { text-transform: capitalize; } .task-actions { margin-left: auto; } .task-actions button { font-size: 11px; padding: 2px 6px; } #empty { padding: 24px 12px; text-align: center; color: #888; }