.forward-card{width:min(480px,calc(100vw - 24px));max-height:min(680px,90vh);display:flex;flex-direction:column}.forward-card h2{margin:8px 0 12px}.forward-search{margin:0 0 12px}.forward-chat-list{min-height:120px;overflow:auto;display:flex;flex-direction:column;gap:6px}.forward-chat-item{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;width:100%;padding:10px;border:1px solid var(--line);border-radius:14px;background:#ffffff05;color:var(--text);text-align:left;cursor:pointer}.forward-chat-item:hover,.forward-chat-item:focus-visible{border-color:var(--cyan);background:#52dce812}.forward-chat-item:disabled{opacity:.55;cursor:wait}.forward-chat-item .avatar-chip{width:42px;height:42px}.forward-chat-item span{min-width:0}.forward-chat-item strong,.forward-chat-item small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.forward-chat-item small{color:var(--muted)}.forward-chat-item svg{width:18px;fill:none;stroke:currentColor;stroke-width:2}.forwarded-label{display:flex;align-items:center;gap:5px;margin:0 0 5px;color:var(--cyan);font-size:11px;font-weight:700}.forwarded-label svg{width:14px;height:14px;fill:none;stroke:currentColor;stroke-width:2}.message-forward{position:absolute;top:5px;left:-58px;width:26px;height:26px;border:0;border-radius:9px;background:#20283a;color:var(--muted);cursor:pointer;opacity:0;transition:.15s}.message.own .message-forward{left:auto;right:-58px}.message:hover .message-forward,.message-forward:focus-visible{opacity:1}.message-forward:hover{color:var(--cyan);background:#29344b}@media(max-width:720px){.message-forward{opacity:.72;left:-30px}.message.own .message-forward{right:-30px}.forward-card{max-height:86vh}.forward-chat-item{min-height:58px}}
