.chat-list{display:grid;gap:12px}.chat-list button{text-align:left;white-space:normal;display:grid;gap:8px;width:100%;padding:18px}.chat-list button span{font-weight:400;color:#5e665f}.chat-list p{margin:0}.chat-messages{display:flex;flex-direction:column;gap:12px;margin:20px 0;max-height:55vh;overflow:auto;padding:8px}.chat-bubble{align-self:flex-start;max-width:85%;padding:14px;border:1px solid #d9dfda;border-radius:14px;background:white;overflow-wrap:anywhere}.chat-bubble.mine{align-self:flex-end;background:#e6f2e9}.chat-bubble p{white-space:pre-wrap;margin:6px 0}.chat-bubble small{display:block;color:#59645c}.chat-bubble button{padding:4px 8px;margin-top:8px;font-size:12px}.chat-composer textarea{min-height:100px;resize:vertical}.chat-top{display:flex;gap:8px;flex-wrap:wrap}.chat-top a,.chat-top button{margin:0}.chat-list-title{font-size:17px}.chat-report{border:2px solid #d4b089;padding:20px;border-radius:12px}.chat-pager{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:16px 0}@media(max-width:600px){.chat-bubble{max-width:94%}.market-shell{padding:14px}.topbar{flex-wrap:wrap;gap:10px}.chat-top>*{max-width:100%}}
