/* Tailwind utilities cover most styling; minimal custom styles here */
.bg-gray-850 { background-color: #1f2937; }
.message { margin-bottom: 6px; }
.message.me { text-align: right; }
.message .bubble { display: inline-block; padding: 6px 10px; border-radius: 8px; }
.message.me .bubble { background: #4f46e5; }
.message.other .bubble { background: #374151; }

