.chat-page{padding:22px}.workbench{height:calc(100vh - 120px);min-height:520px;display:grid;grid-template-columns:190px 270px minmax(420px,1fr) 230px;background:#fff;border:1px solid var(--line);border-radius:13px;overflow:hidden}.chat-pane{min-width:0;border-right:1px solid var(--line);display:flex;flex-direction:column}.chat-pane:last-child{border:0}.pane-title{height:58px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--line);font-weight:800}.account-list,.conversation-list{overflow:auto}.wa-account,.conversation{width:100%;border:0;border-bottom:1px solid #f0f2f5;background:#fff;padding:12px;text-align:left;display:flex;gap:9px;cursor:pointer}.wa-account.active,.conversation.active{background:#eef0ff}.wa-avatar{width:34px;height:34px;border-radius:10px;background:#e7f8f1;color:#16805b;display:grid;place-items:center;flex:none}.wa-copy{min-width:0}.wa-copy b,.wa-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wa-copy small{color:var(--muted);font-size:10px;margin-top:3px}.online{color:#16805b}.conversation{position:relative}.unread{position:absolute;right:10px;bottom:9px;background:var(--blue);color:#fff;border-radius:10px;padding:1px 5px;font-size:9px}.chat-head{height:58px;display:flex;align-items:center;padding:0 16px;border-bottom:1px solid var(--line)}.chat-head b{display:block}.chat-head small{color:var(--muted)}.messages{flex:1;overflow:auto;padding:18px;background:#fafbfe}.message{display:flex;margin-bottom:10px}.message.out{justify-content:flex-end}.bubble{max-width:72%;background:#fff;border-radius:11px 11px 11px 3px;padding:9px 11px;box-shadow:0 1px 3px #0000000d}.message.out .bubble{background:#e5eaff;color:#3349b7;border-radius:11px 11px 3px 11px}.bubble time{display:block;color:#9aa3b2;font-size:9px;margin-top:4px;text-align:right}.composer{display:flex;gap:8px;padding:12px;border-top:1px solid var(--line)}.composer input{flex:1;min-width:0;border:0;background:#f3f5f8;border-radius:8px;padding:10px}.composer button{width:auto}.profile{padding:20px;text-align:center}.profile .big{width:64px;height:64px;border-radius:50%;background:#ffe7d5;display:grid;place-items:center;margin:auto;font-size:20px}.profile h3{margin:10px 0 3px}.profile p{color:var(--muted);font-size:12px}.profile dl{text-align:left;border-top:1px solid var(--line);padding-top:14px}.profile dt{color:var(--muted);font-size:10px}.profile dd{margin:3px 0 14px}@media(max-width:1100px){.workbench{grid-template-columns:160px 230px 1fr}.profile-pane{display:none}}@media(max-width:760px){.workbench{grid-template-columns:1fr}.account-pane,.conversation-pane{display:none}}
