.expand-button{transition:transform .3s;transform:rotate(180deg)}.expanded .expand-button{transform:rotate(0)}.model-response-wrapper{position:relative}.conversation-item-desc.assistant .bubble.model-response-wrapper{color:#232425;box-sizing:border-box;border:1px solid #efefef;border-radius:16px;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:10px;width:100%;min-width:260px;margin-top:12px;padding:10px 16px;font-size:16px;font-style:normal;font-weight:400;line-height:20px;display:flex}.model-response-wrapper .content{transition:all .3s ease-in-out}.model-response-wrapper.thinking .content.no-expand{max-height:90px}.model-response-wrapper.thinking.answerthink-box .content.no-expand{max-height:270px}.model-response-wrapper .content.no-expand{flex-direction:column;justify-content:flex-end;max-height:0;line-height:30px;display:flex;overflow:hidden}.model-response-wrapper.expanded .content{max-height:unset;padding-top:20px}.model-response-wrapper .expand-button{cursor:pointer;width:20px;height:20px;position:absolute;top:10px;right:10px}.model-response-wrapper .model-response{box-sizing:border-box;width:100%;font-size:16px;font-style:normal;font-weight:400;line-height:150%}.model-response .title{cursor:pointer;flex-direction:row;align-items:center;gap:4px;display:flex}.model-response .title .status{justify-content:center;align-items:center;width:28px;height:16px;display:flex}.model-response .title .status .icon.finished{color:#5cd4a1}.model-response .title .status .icon:deep(svg){width:100%;height:100%}.model-response .title .icon{justify-content:center;align-items:center;width:16px;height:16px;margin-right:5px;display:flex}.model-response .title .icon img{width:100%;height:100%}.model-response .divider{background-color:#efefef;height:1px;margin-bottom:20px}.content :deep(pre){background-color:#fafafa;border-radius:10px;padding:10px}.content :deep(.markdown-viewer){white-space:pre-line}.content :deep(.markdown-viewer pre code){white-space:pre-wrap;word-break:break-word;display:block}.cursor{background-color:currentColor;width:2px;height:1em;margin-left:2px;animation:1s infinite blink;display:inline-block}@keyframes blink{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-color-scheme:dark){.conversation-item-desc.assistant .bubble.model-response-wrapper{background-color:#444;border:1px solid #efefef30}.model-response{color:#ddd}}
