.chat-message-bubble{display:flex;flex-direction:column;margin-bottom:10px}.chat-message-bubble .chat-message-content{width:66%;padding:10px;border-radius:10px 10px 10px 0;word-break:break-word;background:#e5e5ea;color:#000}.chat-message-bubble .chat-message-content .chat-message-images-container .chat-message-image{width:100px;height:60px;margin:5px 5px 0 0}.chat-message-bubble .chat-message-content .chat-message-files-container{margin-top:8px;display:flex;flex-direction:column;gap:4px}.chat-message-bubble .chat-message-content .chat-message-files-container .chat-message-file{display:flex;align-items:center;gap:6px;padding:4px 8px;background:rgba(0,0,0,.05);border-radius:4px;font-size:12px}.chat-message-bubble .chat-message-content .chat-message-files-container .chat-message-file .chat-message-file-icon{flex-shrink:0}.chat-message-bubble .chat-message-content .chat-message-files-container .chat-message-file .chat-message-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1;min-width:0}.chat-message-bubble .chat-message-content .chat-message-files-container .chat-message-file .chat-message-file-ext{flex-shrink:0;font-size:10px;padding:1px 4px;background:rgba(0,0,0,.1);border-radius:2px;text-transform:uppercase}.chat-message-bubble .chat-message-action{font-size:.9em;color:#187207;margin-top:4px}.chat-message-bubble .chat-message-author{font-size:.8em;color:#999;margin-bottom:4px}.chat-message-bubble.self .chat-message-content{background:#1677ff;color:#fff;align-self:flex-end;border-radius:10px 10px 0}.chat-message-bubble.self .chat-message-content .chat-message-files-container .chat-message-file{background:hsla(0,0%,100%,.15)}.chat-message-bubble.self .chat-message-content .chat-message-files-container .chat-message-file .chat-message-file-ext{background:hsla(0,0%,100%,.2)}.chat-message-bubble.self .chat-message-author{text-align:right}.chat-message-bubble.system .chat-message-content{background:#fff;color:#000;border:1px dashed #999}.chat-message-bubble.not-sent .chat-message-content{opacity:.5}.chat-message-bubble.streaming .chat-message-content{margin:5px;padding:5px;animation:system-pulse 1.5s infinite}.chat-message-bubble.streaming.self .chat-message-content{animation:pulse 1s infinite}.chat-message-bubble.streaming.system .chat-message-content{animation:system-pulse 1s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(22,119,255,.4)}70%{box-shadow:0 0 0 10px rgba(22,119,255,0)}to{box-shadow:0 0 0 0 rgba(22,119,255,0)}}@keyframes system-pulse{0%{box-shadow:0 0 0 0 hsla(0,0%,60%,.4)}80%{box-shadow:0 0 0 10px hsla(0,0%,60%,0)}to{box-shadow:0 0 0 0 hsla(0,0%,60%,0)}}