/* 时时对话框 · 极简样式（可覆盖 --chat-* 变量适配主题） */
.chat-mod { --chat-bg:#fff; --chat-bd:#000; --chat-dim:#888; }
.chat-msg { font-size:12px; line-height:1.5; padding:2px 0; word-break:break-all; }
.chat-msg .cm-name { font-weight:700; margin-right:2px; }
.chat-msg.chat-sys { color:var(--chat-dim); font-style:italic; text-align:center;
  border-top:1px dashed #ddd; border-bottom:1px dashed #ddd; margin:4px 0; padding:4px 0; }
#chat-list { height:140px; overflow-y:auto; background:var(--chat-bg); border:2px solid var(--chat-bd);
  padding:6px; font-size:12px; margin-bottom:6px; border-radius:4px; }
#chat-input { flex:1; padding:6px 8px; border:2px solid var(--chat-bd); background:var(--chat-bg);
  font-size:12px; font-weight:600; border-radius:4px; }
.chat-send-btn { padding:6px 12px; border:2px solid var(--chat-bd); background:var(--chat-bd); color:#fff;
  font-weight:700; cursor:pointer; border-radius:4px; }
