.chat-messages{flex:1;overflow-y:auto;padding:14px 7% 20px;display:flex;flex-direction:column;gap:3px;background:var(--wa-canvas)}.chat-messages .day-sep{align-self:center;margin:12px 0 6px;background:var(--wa-daysep-bg);color:var(--wa-daysep-fg);font-size:12px;font-weight:600;padding:5px 12px;border-radius:8px;box-shadow:0 1px 1px rgba(0,0,0,.08)}.chat-messages .msg-row{display:flex;flex-direction:column;gap:1px;max-width:72%}.chat-messages .msg-row.mine{align-self:flex-end;align-items:flex-end}.chat-messages .msg-row.theirs{align-self:flex-start;align-items:flex-start}.chat-messages .msg-row.grp{margin-top:8px}.chat-messages .msg-row .sender{font-size:12.5px;font-weight:700;padding:0 4px 2px}.chat-messages .sender-ava{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;color:#fff;font-size:9.5px;font-weight:800;margin-right:5px;vertical-align:middle}.chat-messages a.sender-link{text-decoration:none;cursor:pointer;display:inline-flex;align-items:center}.chat-messages a.sender-link:hover{text-decoration:underline}.chat-messages .msg{position:relative;padding:6px 9px 8px;border-radius:8px;word-wrap:break-word;overflow-wrap:anywhere;line-height:1.35;max-width:100%;font-size:14.2px;box-shadow:0 1px .5px rgba(11,20,26,.13)}.chat-messages .msg.mine{background:var(--wa-out);color:var(--wa-ink);border-top-right-radius:2px}.chat-messages .msg.theirs{background:var(--wa-in);color:var(--wa-ink);border-top-left-radius:2px}.chat-messages .msg .msg-meta{float:right;display:inline-flex;align-items:center;gap:3px;margin:8px -2px -2px 12px;font-size:11px;color:var(--wa-meta);user-select:none}.chat-messages .msg.mine .msg-meta .tick{color:#8696a0;font-size:14px;line-height:1;letter-spacing:-3px;padding-right:2px}.chat-messages .msg.mine .msg-meta .tick.read{color:#53bdeb}.chat-messages .msg.mine .msg-readby{font-size:10px;color:#8696a0;margin-right:4px}.chat-messages .msg .time{font-size:11px;color:var(--wa-meta)}.chat-messages .msg-row .actions{font-size:11px;color:var(--muted-2,#6b7280);padding:0 6px;opacity:0;transition:opacity .15s}.chat-messages .msg-row:hover .actions{opacity:1}.chat-messages .msg-row .actions button{background:0 0;border:none;color:var(--muted-2,#6b7280);cursor:pointer;padding:6px 8px;font-size:11px;min-height:32px}.chat-messages .msg-row .actions button:hover{color:var(--danger,#dc2626)}@media (any-pointer:coarse){.chat-messages .msg-row .actions{opacity:1}}.chat-messages .att-image{max-width:280px;max-height:360px;border-radius:12px;cursor:pointer}.chat-messages .att-voice{display:flex;align-items:center;gap:8px;padding:6px 4px}.chat-messages .att-voice audio{max-width:240px}.chat-messages .att-video{max-width:320px;max-height:360px;border-radius:12px}.chat-messages .att-video video{width:100%;max-height:360px;border-radius:12px}.chat-messages .att-size{font-size:10px;opacity:.7;margin-top:2px}.chat-messages .att-warn{font-size:10px;color:var(--warn,#b45309);background:var(--warn-bg,#fef3c7);padding:2px 6px;border-radius:4px;margin-top:4px;display:inline-block}.chat-messages .msg.mine .att-warn{background:rgba(255,255,255,.18);color:var(--warn-line,#fde68a)}.chat-messages .msg-quote{border-left:3px solid #25d366;background:rgba(0,0,0,.05);border-radius:6px;padding:3px 8px;margin:1px 0 5px;font-size:12px;max-width:100%;overflow:hidden;cursor:pointer}.chat-messages .msg.mine .msg-quote{background:rgba(0,0,0,.07)}.chat-messages .msg-quote-name{display:block;color:#1f7a4d;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-messages .msg-quote-text{display:block;color:var(--wa-meta);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-messages .msg-reply-btn{border:none;background:0 0;color:#8696a0;font-size:13px;cursor:pointer;padding:0 4px 0 0;line-height:1;opacity:.55}.chat-messages .msg-reply-btn:hover{opacity:1;color:#25d366}.chat-messages .msg-forward-btn{border:none;background:0 0;color:#8696a0;font-size:13px;cursor:pointer;padding:0 4px 0 0;line-height:1;opacity:.55}.chat-messages .msg-forward-btn:hover{opacity:1;color:#25d366}.chat-messages .msg-fwd-label{font-size:11px;color:#8696a0;font-style:italic;margin-bottom:2px}.chat-messages .msg-react-btn{border:none;background:0 0;color:#8696a0;font-size:13px;cursor:pointer;padding:0 4px 0 0;line-height:1;opacity:.55}.chat-messages .msg-react-btn:hover{opacity:1;color:#f59e0b}.chat-messages .msg-reactions{display:flex;flex-wrap:wrap;gap:4px;margin:1px 0 3px 4px}.chat-messages .msg-row.mine .msg-reactions{justify-content:flex-end;margin-right:4px}.chat-messages .rpill{display:inline-flex;align-items:center;gap:2px;background:var(--wa-in);border:1px solid var(--line);border-radius:999px;padding:1px 7px;font-size:12px;cursor:pointer;line-height:1.5;user-select:none}.chat-messages .rpill.mine{background:var(--wa-quote);border-color:#a7e0c8}
/* CHAT-POLISH-V1 (2026-08-24): load-older indicator + new-message pill + retry link. Theme-aware via --wa-*. */
.chat-new-pill{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%);align-items:center;gap:6px;background:var(--wa-out,#d9fdd3);color:var(--wa-ink,#111b21);border-radius:999px;padding:6px 14px;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 3px 10px rgba(0,0,0,.22);z-index:6;white-space:nowrap}
.chat-new-pill:hover{filter:brightness(.97)}
.chat-load-older{text-align:center;font-size:12px;color:var(--wa-meta,#667781);padding:8px;font-style:italic}
.msg-retry{color:#dc2626}
