.chat-actions{display:flex;justify-content:flex-end;margin:0 0 12px}.chat-actions .secondary{padding:10px 15px;background:#17314f;color:#eef7ff;border:1px solid #31506f}.chatbox{height:min(55vh,580px);overflow:auto;background:#07172a;border:1px solid #243d59;border-radius:20px;padding:22px;display:grid;gap:16px}.msg{max-width:82%;padding:14px 17px;border-radius:16px;background:#10243d}.msg.user{justify-self:end;background:#16437b}.msg.assistant{justify-self:start}.msg b{color:#23d3ee}.msg p{margin:6px 0 0}.composer{display:grid;grid-template-columns:1fr auto;gap:12px;margin-top:15px}.composer textarea{min-height:84px;resize:vertical;background:#07172a;border:1px solid #31506f;color:#eef7ff;padding:14px;border-radius:13px;font:inherit}.composer button{align-self:stretch}
