.account-indicators{position:absolute;right:-4px;bottom:-3px;display:flex;gap:2px;padding:2px;background:#0d2928;border-radius:8px}.account .presence-dot{display:block}.presence-dot{width:7px;height:7px;border-radius:50%;background:#83918e}.presence-dot.chathub-online,.presence-dot.mqtt-online{background:#35c58b}.presence-dot.chathub-offline,.presence-dot.mqtt-offline{background:#899793}.presence-dot.chathub-deleted,.presence-dot.chathub-abnormal,.presence-dot.mqtt-error{background:#e2675a}.presence-dot.chathub-syncing{background:#e2aa45}.account-name>div{min-width:0}.account-presence{display:block;width:max-content;max-width:112px;margin-top:4px;padding:3px 6px;border-radius:8px;background:#294946;color:#b5c7c4;font-size:10px;line-height:1.25;white-space:nowrap}.account-presence.chathub-online,.account-presence.mqtt-online{background:#174f45;color:#65d6ae}.account-presence.chathub-offline,.account-presence.mqtt-offline{background:#3d4a48;color:#c1ccca}.account-presence.chathub-deleted,.account-presence.chathub-abnormal,.account-presence.mqtt-error{background:#5d3431;color:#ffc1ba}.account-presence.chathub-syncing{background:#594c2e;color:#ffd98d}
.connection-modal{position:fixed;inset:0;z-index:50;display:grid;place-items:center;background:#102c2bcc;padding:24px}.connection-modal .panel{width:min(1000px,94vw);max-height:90vh;overflow:auto;background:#fff;border-radius:18px;padding:24px}.connection-modal header{display:flex;align-items:center;justify-content:space-between}.connection-modal table{width:100%;margin-top:22px;border-collapse:collapse}.connection-modal th,.connection-modal td{padding:10px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}
