*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;background:#f0f2f5;color:#1a1a1a;height:100vh;overflow:hidden}#root{height:100vh;display:flex;flex-direction:column}.layout{display:flex;height:100vh}.sidebar{width:320px;min-width:240px;background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column}.sidebar-header{padding:14px 16px;border-bottom:1px solid #e5e7eb;font-weight:600;font-size:16px;display:flex;align-items:center;gap:8px}.main-area{flex:1;display:flex;flex-direction:column;overflow:hidden}.status-bar{padding:8px 16px;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;gap:16px;align-items:center;font-size:12px}.status-pill{display:flex;align-items:center;gap:5px;padding:3px 10px;border-radius:999px;font-weight:500}.status-pill.ok{background:#dcfce7;color:#16a34a}.status-pill.error{background:#fee2e2;color:#dc2626}.status-pill.qr{background:#fef9c3;color:#ca8a04}.status-pill.off{background:#f1f5f9;color:#64748b}.conv-list{flex:1;overflow-y:auto}.conv-item{padding:12px 16px;cursor:pointer;border-bottom:1px solid #f1f5f9;transition:background .1s}.conv-item:hover{background:#f8fafc}.conv-item.active{background:#eff6ff;border-left:3px solid #3b82f6}.conv-name{font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-preview{font-size:12px;color:#6b7280;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conv-meta{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.channel-badge{font-size:11px;padding:1px 6px;border-radius:4px;font-weight:500}.channel-badge.max{background:#dbeafe;color:#1d4ed8}.channel-badge.whatsapp_web{background:#dcfce7;color:#15803d}.amo-dot{width:8px;height:8px;border-radius:50%;display:inline-block}.amo-dot.synced{background:#22c55e}.amo-dot.pending{background:#f59e0b}.amo-dot.failed{background:#ef4444}.chat-window{flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-header{padding:12px 20px;background:#fff;border-bottom:1px solid #e5e7eb;font-weight:600}.messages-area{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.msg-bubble{max-width:70%;padding:8px 12px;border-radius:12px;line-height:1.5;font-size:13px}.msg-bubble.incoming{align-self:flex-start;background:#fff;border:1px solid #e5e7eb}.msg-bubble.outgoing{align-self:flex-end;background:#3b82f6;color:#fff}.msg-meta{font-size:11px;margin-top:3px;opacity:.65}.msg-bubble.incoming .msg-meta{text-align:left}.msg-bubble.outgoing .msg-meta{text-align:right}.send-form{padding:12px 16px;background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:8px}.send-input{flex:1;padding:8px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;resize:none;outline:none;font-family:inherit}.send-input:focus{border-color:#3b82f6}.send-btn{padding:8px 18px;background:#3b82f6;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;font-size:14px}.send-btn:hover{background:#2563eb}.send-btn:disabled{background:#93c5fd;cursor:default}.empty-state{flex:1;display:flex;align-items:center;justify-content:center;color:#9ca3af;font-size:15px}.login-wrap{display:flex;align-items:center;justify-content:center;height:100vh;background:#f0f2f5}.login-card{background:#fff;padding:40px;border-radius:12px;box-shadow:0 4px 20px #0000001a;width:340px}.login-card h2{margin-bottom:24px;text-align:center}.login-card input{width:100%;padding:10px 12px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;margin-bottom:16px;outline:none}.login-card input:focus{border-color:#3b82f6}.login-card button{width:100%;padding:10px;background:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:500;cursor:pointer}.login-card button:hover{background:#2563eb}.qr-wrap{text-align:center;padding:12px}.qr-wrap img{width:180px;border:2px solid #e5e7eb;border-radius:8px}.filter-bar{padding:8px 12px;border-bottom:1px solid #e5e7eb;display:flex;gap:6px}.filter-btn{padding:4px 10px;border-radius:6px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:12px}.filter-btn.active{background:#3b82f6;color:#fff;border-color:#3b82f6}
