.chat-messages { position: absolute; right: 16px; bottom: 112px; width: 312px; display: flex; flex-direction: column; gap: 8px; }
.chat-message { position: relative; flex: 0 0 auto; padding: 16px; display: flex; align-items: flex-start; gap: 12px; overflow: hidden; border-radius: 8px; background: var(--surface); color: #fff; }
.chat-message--reply { background: linear-gradient(120deg,#2a4254,#202533 70%); border: 1px solid rgba(151,224,255,.35); }
.chat-avatar-wrap { position: relative; width: 32px; height: 38px; flex: 0 0 32px; }
.chat-avatar { position: relative; display: block; width: 32px; height: 32px; overflow: hidden; border-radius: 8px; }
.chat-avatar img { position: absolute; top: -13.37%; left: -15.55%; width: 131.1%; height: 176.55%; max-width: none; }
.chat-level { position: absolute; left: 6px; top: 24px; min-width: 20px; height: 14px; padding: 0 4px; display: grid; place-items: center; border-radius: 4px; color: #fff; font-family: "Roboto Condensed", sans-serif; font-size: 9px; line-height: 10px; }
.chat-message__body { min-width: 0; flex: 1; display: flex; flex-direction: column; gap: 8px; }
.chat-user-row { width: 100%; height: 16px; display: flex; align-items: center; gap: 8px; overflow: visible; }
.chat-rank-icon { width: 12px; height: 16px; flex: 0 0 12px; display: block; }
.chat-user-row > strong { min-width: 0; flex: 1; overflow: hidden; color: var(--muted); text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; font-family: "Roboto Condensed", sans-serif; font-size: 12px; line-height: 14px; font-weight: 700; }
.chat-tools { margin-left: auto; display: flex; gap: 2px; }
.chat-tools button,
.chat-stack__tools button { width: 24px; height: 24px; padding: 4px; display: grid; place-items: center; border: 0; border-radius: 8px; background: #2c3243; }
.chat-tools img,
.chat-stack__tools img { width: 16px; height: 16px; display: block; }
.chat-message__content { min-width: 0; font-family: "Inter", sans-serif; font-size: 14px; line-height: 20px; }
.chat-message__content p { margin: 0; }
.chat-tag { display: inline-flex; height: 18px; align-items: center; gap: 2px; padding: 0 6px; border-radius: 8px; background: rgba(75,183,255,.18); color: #97e0ff; font-family: "Roboto Condensed", sans-serif; font-size: 12px; line-height: 14px; vertical-align: 1px; }
.chat-tag img { width: 12px; height: 12px; display: block; }
.chat-stack { margin-top: 8px; display: grid; gap: 0; }
.chat-stack > div { position: relative; min-height: 28px; padding: 4px 8px 4px 14px; border-left: 1px solid #2c3243; }
.chat-stack > div:first-child { border-radius: 8px; background: #2c3243; border-left-color: #2c3243; }
.chat-stack__tools { position: absolute; top: 2px; right: 2px; display: flex; gap: 2px; }
.chat-stack__tools button { background: #202533; }
.chat-message blockquote { position: relative; margin: 0 0 8px; padding: 8px 12px 8px 32px; border-radius: 8px; background: rgba(18,19,26,.55); color: var(--muted); font-size: 12px; line-height: 16px; }
.chat-message blockquote::before { content: ""; position: absolute; top: 15px; left: 9px; width: 16px; height: 16px; background: url("../../media/figma-night-raid/chat-exact/reply.svg") center/contain no-repeat; opacity: .6; }
.chat-message blockquote span { display: block; margin-bottom: 2px; color: #606d8e; }
.chat-airdrop,
.chat-action { position: relative; }
.chat-airdrop > :not(.chat-card-art),
.chat-action > :not(.chat-card-art) { position: relative; z-index: 1; }
.chat-card-art { position: absolute; z-index: 0; max-width: none; pointer-events: none; }
.chat-card-art--airdrop { top: -78px; right: -50px; width: 132px; height: 132px; transform: rotate(27deg); opacity: .58; }
.chat-card-art--action { top: -58px; right: -48px; width: 142px; height: 142px; transform: rotate(28deg); opacity: .5; }
.chat-message--airdrop { background: radial-gradient(circle at 100% 100%,rgba(135,181,54,.45),transparent 48%),#202533; }
.chat-message--action { background: radial-gradient(circle at 100% 100%,rgba(229,146,4,.36),transparent 52%),#202533; }
.chat-airdrop > b { display: inline-flex; align-items: center; gap: 7px; color: #8bd343; font-size: 12px; }
.chat-airdrop > b img { width: 16px; height: 16px; }
.chat-airdrop > strong { position: absolute; top: 0; right: 0; display: flex; align-items: center; gap: 4px; font-size: 12px; }
.chat-airdrop > strong img,
.chat-action__meta > strong img { width: 16px; height: 16px; object-fit: contain; }
.chat-reward__items { display: flex; gap: 4px; margin-top: 8px; overflow: hidden; }
.chat-reward__items img { width: 44px; height: 44px; flex: 0 0 44px; border-radius: 4px; object-fit: cover; background: rgba(18,19,26,.45); }
.chat-action__meta { display: flex; align-items: center; justify-content: space-between; }
.chat-action__meta > span { display: flex; align-items: center; gap: 4px; }
.chat-action__meta > span > img { width: 24px; height: 24px; padding: 4px; border-radius: 4px; background: #2c3243; }
.chat-action__meta em { height: 24px; padding: 0 8px; display: inline-flex; align-items: center; border-radius: 4px; background: #2c3243; color: var(--muted); text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; font-size: 10px; font-style: normal; }
.chat-action__meta > strong { display: flex; align-items: center; gap: 4px; font-size: 12px; }
.chat-action > button { width: 100%; height: 32px; margin-top: 8px; border: 0; border-radius: 4px; background: var(--blue); color: #fff; text-transform: uppercase; font-family: "Roboto Condensed", sans-serif; font-size: 12px; font-weight: 700; }
