.vmg-chat-wrap{max-width:900px;margin:24px auto;padding:0 16px}
.vmg-chat-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.06);overflow:hidden;border:1px solid #eee}
.vmg-chat-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #eef2f7}
.vmg-chat-messages{height:420px;overflow:auto;padding:12px;background:#fafafa}
.vmg-chat-msg{margin:10px 0;display:flex;gap:8px}
.vmg-chat-msg.you{justify-content:flex-end}
.vmg-chat-bubble{max-width:70%;padding:10px 12px;border-radius:12px;background:#fff;border:1px solid #e5e7eb}
.vmg-chat-msg.you .vmg-chat-bubble{background:#b8000f;color:#fff;border-color:#b8000f}
.vmg-chat-time{font-size:.75rem;color:#6b7280;margin-top:2px}
.vmg-chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid #eef2f7}
.vmg-chat-form textarea{flex:1;border:1px solid #e5e7eb;border-radius:10px;padding:10px;resize:vertical}
.vmg-chat-legal{padding:0 16px 12px;color:#6b7280;font-size:.85rem}
