.chat-history{display:grid;gap:1rem;margin:1.25rem 0}.chat-message{max-width:82%;border:1px solid #dbe1e8;border-radius:14px;padding:1rem;background:#fff}.chat-message.owner{justify-self:end;background:#eef5ff}.chat-message.ai{justify-self:start;border-left:4px solid #0866b2}.chat-message header{display:flex;justify-content:space-between;gap:1rem;color:#66717d;margin-bottom:.65rem}.message-content{white-space:pre-wrap;line-height:1.65}.metadata-grid{display:grid;grid-template-columns:max-content 1fr;gap:.35rem 1rem;font-size:.88rem}.chat-composer{position:sticky;bottom:0;background:#fff;border:1px solid #dbe1e8;border-radius:14px;padding:1rem;box-shadow:0 -4px 18px #0001}.conversation-list{list-style:none;padding:0}.conversation-list li{display:flex;justify-content:space-between;gap:1rem;border-bottom:1px solid #dbe1e8;padding:.75rem 0}.conversation-list small,td small{display:block;color:#66717d}.verified{color:#08783e}.processing{color:#66717d}.request-failure{display:flex;justify-content:space-between;align-items:center;gap:1rem}@media(max-width:720px){.chat-message{max-width:96%}.metadata-grid{grid-template-columns:1fr}.chat-composer{position:static}}
