.chat-list[data-v-cb2b577e]{background-color:#1e1e1e;border-right:1px solid #3a3a3a;display:flex;flex-direction:column;height:100vh;width:300px}.chat-list-header[data-v-cb2b577e]{border-bottom:1px solid #3a3a3a;padding:20px}.chat-list-header h2[data-v-cb2b577e]{color:#fff;font-size:24px;font-weight:600;margin:0 0 16px}.search-input[data-v-cb2b577e]{--el-input-bg-color:#2a2a2a;--el-input-border-color:#3a3a3a;--el-input-text-color:#fff;--el-input-placeholder-color:#666}.search-input[data-v-cb2b577e] .el-input__wrapper{background-color:#2a2a2a;border:1px solid #3a3a3a;border-radius:20px;box-shadow:none}.search-input[data-v-cb2b577e] .el-input__wrapper:hover{border-color:#4a4a4a}.search-input[data-v-cb2b577e] .el-input__inner{color:#fff}.search-input[data-v-cb2b577e] .el-input__prefix{color:#666}.chat-items[data-v-cb2b577e]{flex:1;overflow-y:auto;position:relative}.loading-container[data-v-cb2b577e]{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center}.loading-spinner[data-v-cb2b577e]{animation:spin-cb2b577e .8s linear infinite;border:3px solid #3a3a3a;border-radius:50%;border-top-color:#7e4aff;height:40px;width:40px}@keyframes spin-cb2b577e{to{transform:rotate(1turn)}}.loading-text[data-v-cb2b577e]{color:#888;font-size:14px;margin:0}.chat-item[data-v-cb2b577e]{animation:slideInRight-cb2b577e .4s ease-out backwards;border-bottom:1px solid #2a2a2a;cursor:pointer;display:flex;gap:12px;overflow:hidden;padding:12px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}@keyframes slideInRight-cb2b577e{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.chat-item[data-v-cb2b577e]:hover{background-color:#2a2a2a;padding-left:24px}.chat-item.active[data-v-cb2b577e]{background:linear-gradient(90deg,rgba(126,74,255,.1),transparent);border-left:3px solid #7e4aff}.avatar-wrapper[data-v-cb2b577e]{position:relative}.chat-avatar[data-v-cb2b577e]{border:2px solid transparent;transition:transform .3s cubic-bezier(.175,.885,.32,1.275)}.chat-item:hover .chat-avatar[data-v-cb2b577e]{border-color:#7e4aff80;transform:scale(1.1)}.chat-item.active .chat-avatar[data-v-cb2b577e]{border-color:#7e4aff}.status-indicator[data-v-cb2b577e]{animation:pulse-green-cb2b577e 2s infinite;background-color:#0f0;border:2px solid #1e1e1e;border-radius:50%;bottom:2px;height:10px;position:absolute;right:2px;width:10px}@keyframes pulse-green-cb2b577e{0%{box-shadow:0 0 #00ff00b3}70%{box-shadow:0 0 0 6px #0f00}to{box-shadow:0 0 #0f00}}.chat-list-enter-active[data-v-cb2b577e],.chat-list-leave-active[data-v-cb2b577e]{transition:all .4s ease}.chat-list-enter-from[data-v-cb2b577e],.chat-list-leave-to[data-v-cb2b577e]{opacity:0;transform:translate(-30px)}.chat-list-move[data-v-cb2b577e]{transition:transform .4s ease}.chat-item.role-not-exist[data-v-cb2b577e]{cursor:not-allowed;opacity:.6}.chat-item.role-not-exist[data-v-cb2b577e]:hover{background-color:#2a2a2a;transform:none}.role-not-exist-tag[data-v-cb2b577e]{font-size:10px;margin-left:8px}.chat-info[data-v-cb2b577e]{flex:1;min-width:0}.chat-header-row[data-v-cb2b577e]{justify-content:space-between;margin-bottom:4px}.chat-header-row[data-v-cb2b577e],.chat-name[data-v-cb2b577e]{align-items:center;display:flex}.chat-name[data-v-cb2b577e]{color:#fff;font-size:14px;font-weight:600}.chat-actions[data-v-cb2b577e]{align-items:center;display:flex;gap:8px}.chat-time[data-v-cb2b577e]{color:#888;font-size:12px}.delete-btn[data-v-cb2b577e]{opacity:0;transition:opacity .2s;--el-button-bg-color:transparent;--el-button-border-color:transparent;--el-button-hover-bg-color:hsla(0,87%,69%,.2);--el-button-hover-border-color:#f56c6c}.chat-item:hover .delete-btn[data-v-cb2b577e]{opacity:1}.chat-message[data-v-cb2b577e]{color:#999;font-size:13px;overflow:hidden;text-overflow:ellipsis;transition:color .3s;white-space:nowrap}.chat-item:hover .chat-message[data-v-cb2b577e]{color:#bbb}.chat-item.active .chat-message[data-v-cb2b577e]{color:#fff}.skeleton-item[data-v-cb2b577e]{pointer-events:none}.skeleton-avatar[data-v-cb2b577e]{animation:skeleton-loading-cb2b577e 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2a2a2a 25%,#333,#2a2a2a 75%);background-size:200% 100%;border-radius:50%;height:48px;width:48px}.skeleton-name[data-v-cb2b577e]{height:14px;width:120px}.skeleton-name[data-v-cb2b577e],.skeleton-time[data-v-cb2b577e]{animation:skeleton-loading-cb2b577e 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2a2a2a 25%,#333,#2a2a2a 75%);background-size:200% 100%;border-radius:4px}.skeleton-time[data-v-cb2b577e]{height:12px;width:50px}.skeleton-message[data-v-cb2b577e]{animation:skeleton-loading-cb2b577e 1.5s ease-in-out infinite;background:linear-gradient(90deg,#2a2a2a 25%,#333,#2a2a2a 75%);background-size:200% 100%;border-radius:4px;height:13px;width:180px}@keyframes skeleton-loading-cb2b577e{0%{background-position:200% 0}to{background-position:-200% 0}}[data-v-cb2b577e]::-webkit-scrollbar{width:6px}[data-v-cb2b577e]::-webkit-scrollbar-track{background:#1e1e1e}[data-v-cb2b577e]::-webkit-scrollbar-thumb{background:#3a3a3a;border-radius:3px}[data-v-cb2b577e]::-webkit-scrollbar-thumb:hover{background:#4a4a4a}
