body { background-color: #f8f9fa; }
.chat-box { max-height: 400px; overflow-y: auto; border: 1px solid #dee2e6; padding: 1rem; background: #fff; }
.chat-message { margin-bottom: 0.75rem; }
.chat-message .from { font-weight: 600; }
