.grid { display: grid; grid-template-columns: 1fr 1fr; }
Basic Chat Interface
A clean, minimal chat UI with alternating user and AI message bubbles, a top bar with the assistant's avatar, and a bottom input bar. The foundational pattern for all conversational AI.