body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}#root{width:100%;height:100vh}*{box-sizing:border-box;margin:0;padding:0}:root{--wechat-green:#07c160;--wechat-green-hover:#06ad56;--wechat-green-light:#95ec69;--wechat-green-bg:#e8f5e9;--wechat-blue:#576b95;--wechat-red:#fa5151;--wechat-orange:#fa9d3b;--wechat-gray:#ededed;--wechat-gray-dark:#d9d9d9;--sidebar-bg:#fff;--sidebar-hover:#f5f5f5;--sidebar-text:#191919;--sidebar-text-bright:#191919;--chat-bg:#ededed;--input-bg:#fff;--text-primary:#191919;--text-secondary:#888;--text-weak:#b2b2b2}body{background:var(--wechat-gray)}.slack-app{height:100vh;color:var(--text-primary);background:var(--wechat-gray);flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,sans-serif;font-size:16px;display:flex;overflow:hidden}.slack-body{flex:1;min-height:0;display:flex}.workspace-bar{background:var(--sidebar-bg);border-right:1px solid var(--wechat-gray-dark);flex-direction:column;flex-shrink:0;align-items:center;width:64px;padding:12px 0;display:flex}.workspace-icon{background:var(--wechat-green);color:#fff;cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:6px;font-size:16px;font-weight:500;transition:all .2s;display:flex}.workspace-icon:hover{transform:scale(1.05)}.workspace-icon.active{background:var(--wechat-green)}.workspace-icon.add{background:var(--wechat-gray);color:var(--text-secondary);font-size:18px}.workspace-icon.add:hover{background:var(--wechat-gray-dark)}.ws-divider{background:var(--wechat-gray-dark);width:32px;height:1px;margin:8px 0}.channel-sidebar{border-right:1px solid var(--wechat-gray-dark);background:#fff;flex-direction:column;flex-shrink:0;width:280px;display:flex;overflow-y:auto}.workspace-name{padding:20px 18px 12px}.workspace-name h2{color:var(--text-primary);font-size:20px;font-weight:500}.sidebar-section{padding:8px 0}.section-header{color:var(--text-secondary);padding:10px 18px;font-size:13px;font-weight:500}.sidebar-item{cursor:pointer;align-items:center;gap:12px;padding:12px 18px;transition:background .15s;display:flex}.sidebar-item:hover{background:var(--wechat-gray)}.sidebar-item.active{background:var(--wechat-green-bg)}.channel-hash{color:var(--text-weak);flex-shrink:0;width:20px;font-size:16px}.sidebar-item .channel-name{text-overflow:ellipsis;white-space:nowrap;color:var(--text-primary);flex:1;font-size:16px;overflow:hidden}.sidebar-item .icon{font-size:18px}.sidebar-item.agent,.sidebar-item.worker{padding-left:18px}.agent-icon,.worker-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:18px;display:flex}.agent-name,.worker-name{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.worker-badge{color:var(--text-secondary);background:var(--wechat-gray);border-radius:4px;padding:2px 8px;font-size:12px}.top-bar{border-bottom:1px solid var(--wechat-gray-dark);background:#fff;flex-shrink:0;justify-content:center;align-items:center;height:56px;padding:10px 16px;display:flex;position:relative}.search-box{background:var(--wechat-gray);cursor:text;min-width:240px;max-width:360px;color:var(--text-secondary);border-radius:6px;align-items:center;gap:8px;padding:8px 12px;font-size:14px;display:flex}.search-box:hover{background:var(--wechat-gray-dark)}.search-placeholder{opacity:.6}.search-section{padding:8px 0}.search-section-title{color:#888;padding:8px 12px;font-size:13px;font-weight:400}.search-result-item{cursor:pointer;color:#191919;align-items:center;padding:10px 12px;font-size:14px;display:flex}.search-result-item:hover{background:#f5f5f5}.top-bar-right{align-items:center;gap:12px;display:flex;position:absolute;right:16px}.top-bar-avatar{color:#fff;cursor:pointer;background:var(--wechat-green);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:500;display:flex}.connection-status{color:var(--text-secondary);align-items:center;gap:6px;font-size:13px;display:flex}.connection-status .status-dot{background:var(--wechat-green);border-radius:50%;width:8px;height:8px}.chat-area{background:var(--wechat-gray);flex-direction:column;flex:1;min-width:0;display:flex}.chat-header{border-bottom:1px solid var(--wechat-gray-dark);background:#fff;flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.chat-header-left{align-items:center;gap:10px;min-width:0;display:flex}.header-title{white-space:nowrap;color:var(--text-primary);font-size:17px;font-weight:500}.chat-header-right{gap:8px;display:flex}.header-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;align-items:center;padding:8px;font-size:18px;display:flex}.header-btn:hover{background:var(--wechat-gray)}.header-dropdown{position:relative}.header-dropdown-menu{opacity:0;visibility:hidden;z-index:100;background:#fff;border-radius:12px;min-width:180px;padding:8px 0;transition:all .2s;position:absolute;top:calc(100% + 8px);right:0;transform:translateY(-8px);box-shadow:0 4px 24px #00000026}.header-dropdown:hover .header-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-item{cursor:pointer;color:var(--text-primary);align-items:center;gap:12px;padding:14px 18px;font-size:15px;display:flex}.dropdown-item:hover{background:var(--wechat-gray)}.messages{flex:1;padding:16px 0;overflow-y:auto}.channel-start{text-align:center;padding:20px 20px 16px}.channel-start h3{color:var(--text-primary);margin-bottom:8px;font-size:18px;font-weight:500}.channel-start p{color:var(--text-secondary);font-size:14px}.message-time-group{text-align:center;padding:12px 20px}.message-time-text{color:var(--text-weak);background:#0000000d;border-radius:4px;padding:4px 12px;font-size:12px}.message{gap:10px;padding:8px 20px;display:flex}.message.self{flex-direction:row-reverse}.message-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:500;display:flex}.message-avatar-spacer{flex-shrink:0;width:40px}.message-bubble{flex-direction:column;gap:4px;max-width:65%;display:flex}.message-header{align-items:baseline;gap:8px;padding:0 4px;display:flex}.message-user{color:var(--text-secondary);font-size:13px}.message-text{word-wrap:break-word;background:#fff;border-radius:12px;margin-top:4px;padding:12px 16px;font-size:16px;line-height:1.5;position:relative;box-shadow:0 1px 2px #0000000d}.message-text strong{font-weight:600}.message-text em{font-style:italic}.message-text s{text-decoration:line-through}.message-text code{background:#f5f5f5;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,monospace;font-size:14px}.message-text .mention{color:#07c160;background:#e8f5e9;border-radius:4px;padding:2px 6px;font-weight:500}.message.other .message-text{border-radius:12px 12px 12px 4px}.message.self .message-text{background:var(--wechat-green-light);border-radius:12px 12px 4px}.message.agent-message .message-text{background:linear-gradient(135deg,#f5f7fa 0%,#e4e8eb 100%);border-radius:12px 12px 12px 4px}.message-text pre{color:#f8f8f2;background:#2d2d2d;border-radius:8px;margin:8px 0;padding:12px 16px;font-family:Courier New,Courier,monospace;font-size:14px;overflow-x:auto}.message-text pre code{color:inherit;font-size:inherit;background:0 0;padding:0}.message-text h1,.message-text h2,.message-text h3{color:var(--text-primary);margin:16px 0 8px;font-weight:600}.message-text h1{font-size:20px}.message-text h2{font-size:18px}.message-text h3{font-size:16px}.message-text ul,.message-text ol{margin:8px 0;padding-left:24px}.message-text li{margin:4px 0;line-height:1.6}.message-text table{border-collapse:collapse;width:100%;margin:12px 0}.message-text table th,.message-text table td{border:1px solid var(--wechat-gray-dark);text-align:left;padding:8px 12px}.message-text table th{background:var(--wechat-gray);font-weight:600}.message-text blockquote{border-left:4px solid var(--wechat-green);color:var(--text-secondary);background:var(--wechat-green-bg);border-radius:4px;margin:8px 0;padding-left:12px}.message-text p{margin:8px 0}.message-type-badge{color:var(--wechat-blue);background:#576b951a;border-radius:4px;padding:2px 8px;font-size:12px}.input-area{border-top:1px solid var(--wechat-gray-dark);background:#fff;flex-shrink:0;padding:12px 20px 20px}.input-box{background:var(--wechat-gray);border-radius:8px;min-height:44px;padding:10px 16px}.input-box textarea{resize:none;width:100%;min-height:24px;max-height:120px;color:var(--text-primary);background:0 0;border:none;outline:none;font-family:inherit;font-size:16px;line-height:1.5}.input-box textarea::placeholder{color:var(--text-weak)}.input-actions{justify-content:space-between;align-items:center;padding:8px 0 0;display:flex}.input-left-btns{gap:16px;display:flex}.action-btn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;padding:8px;font-size:22px}.action-btn:hover{color:var(--text-primary)}.send-btn{background:var(--wechat-green);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:56px;height:36px;font-size:15px;font-weight:500;display:flex}.send-btn:hover{background:var(--wechat-green-hover)}.send-btn:disabled{background:var(--wechat-gray-dark);color:var(--text-weak)}.members-panel{border-left:1px solid var(--wechat-gray-dark);background:#fff;flex-shrink:0;width:280px;overflow-y:auto}.members-header{border-bottom:1px solid var(--wechat-gray-dark);padding:16px 18px}.members-header h3{color:var(--text-primary);font-size:16px;font-weight:500}.members-group-title{color:var(--text-secondary);padding:8px 18px;font-size:13px;font-weight:400}.member-item{cursor:pointer;align-items:center;gap:12px;padding:12px 18px;display:flex}.member-item:hover{background:var(--wechat-gray)}.member-avatar{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:16px;font-weight:500;display:flex}.member-name{color:var(--text-primary);flex:1;font-size:16px}.member-status{border-radius:50%;width:10px;height:10px}.member-status.online{background:var(--wechat-green)}.dialog-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.dialog{background:#fff;border-radius:16px;width:420px;max-width:90vw;box-shadow:0 12px 48px #0003}.dialog-header{border-bottom:1px solid var(--wechat-gray-dark);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.dialog-header h3{color:var(--text-primary);font-size:18px;font-weight:500}.dialog-close{cursor:pointer;color:var(--text-weak);background:0 0;border:none;padding:0;font-size:24px;line-height:1}.dialog-close:hover{color:var(--text-secondary)}.dialog-body{flex-direction:column;gap:16px;padding:24px;display:flex}.dialog-body label{color:var(--text-primary);font-size:15px}.dialog-body input,.dialog-body select,.dialog-body textarea{border:1px solid var(--wechat-gray-dark);width:100%;color:var(--text-primary);background:#fff;border-radius:8px;outline:none;padding:12px 16px;font-family:inherit;font-size:16px}.dialog-body input:focus,.dialog-body select:focus,.dialog-body textarea:focus{border-color:var(--wechat-green)}.dialog-body textarea{resize:vertical;min-height:80px}.dialog-footer{border-top:1px solid var(--wechat-gray-dark);justify-content:flex-end;gap:12px;padding:20px 24px;display:flex}.dialog-btn{cursor:pointer;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:500}.dialog-btn.cancel{background:var(--wechat-gray);color:var(--text-primary);border:none}.dialog-btn.cancel:hover{background:var(--wechat-gray-dark)}.dialog-btn.save{background:var(--wechat-green);color:#fff;border:none}.dialog-btn.save:hover{background:var(--wechat-green-hover)}.knowledge-dialog{width:800px;max-width:90vw}.knowledge-dialog-body{min-height:440px;padding:0;display:flex}.knowledge-sidebar{border-right:1px solid var(--wechat-gray-dark);flex-direction:column;width:240px;display:flex}.knowledge-sidebar-header{border-bottom:1px solid var(--wechat-gray-dark);justify-content:space-between;align-items:center;padding:16px 18px;font-size:15px;font-weight:500;display:flex}.knowledge-add-btn{background:var(--wechat-green);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px}.knowledge-add-btn:hover{background:var(--wechat-green-hover)}.knowledge-item{cursor:pointer;align-items:center;gap:12px;padding:14px 18px;display:flex}.knowledge-item:hover{background:var(--wechat-gray)}.knowledge-item.active{background:var(--wechat-green-bg)}.knowledge-icon{font-size:20px}.knowledge-name{flex:1;font-size:15px}.knowledge-delete-btn{color:var(--text-weak);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.knowledge-delete-btn:hover{color:var(--wechat-red)}.knowledge-empty{text-align:center;color:var(--text-weak);padding:20px;font-size:14px}.knowledge-content{flex-direction:column;flex:1;min-width:0;display:flex}.knowledge-content-header{border-bottom:1px solid var(--wechat-gray-dark);justify-content:space-between;align-items:center;padding:16px 18px;font-size:15px;font-weight:500;display:flex}.document-form{border-bottom:1px solid var(--wechat-gray-dark);padding:16px 18px}.document-list{flex:1;padding:8px 0;overflow-y:auto}.document-item{align-items:center;gap:12px;padding:12px 18px;display:flex}.document-item:hover{background:var(--wechat-gray)}.doc-icon{font-size:20px}.doc-title{flex:1;font-size:15px}.doc-status{color:var(--text-secondary);background:var(--wechat-gray);border-radius:6px;padding:4px 12px;font-size:13px}.doc-process-btn{background:var(--wechat-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-size:13px}.doc-process-btn:hover{background:#4a5a82}.doc-delete-btn{color:var(--text-weak);cursor:pointer;background:0 0;border:none;padding:4px;font-size:18px}.doc-delete-btn:hover{color:var(--wechat-red)}.mention-menu{z-index:1000;background:#fff;border-radius:12px;min-width:240px;max-height:360px;padding:8px 0;position:fixed;overflow-y:auto;box-shadow:0 8px 32px #00000026}.mention-section{padding:8px 0}.mention-section-title{color:var(--text-secondary);padding:8px 16px;font-size:13px}.mention-item{cursor:pointer;align-items:center;gap:12px;padding:12px 16px;display:flex}.mention-item:hover{background:var(--wechat-green-bg)}.mention-icon{color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.mention-name{font-size:16px}.mention-empty{text-align:center;color:var(--text-weak);padding:16px;font-size:14px}.typing-indicator{color:var(--text-secondary);background:var(--wechat-gray);padding:8px 20px;font-size:13px}.typing-dots{gap:4px;display:inline-flex}.typing-dot{background:var(--text-weak);border-radius:50%;width:4px;height:4px;animation:1.4s ease-in-out infinite both typing-bounce}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.messages::-webkit-scrollbar{width:6px}.channel-sidebar::-webkit-scrollbar{width:6px}.members-panel::-webkit-scrollbar{width:6px}.document-list::-webkit-scrollbar{width:6px}.mention-menu::-webkit-scrollbar{width:6px}.messages::-webkit-scrollbar-thumb{background:var(--wechat-gray-dark);border-radius:3px}.channel-sidebar::-webkit-scrollbar-thumb{background:var(--wechat-gray-dark);border-radius:3px}.members-panel::-webkit-scrollbar-thumb{background:var(--wechat-gray-dark);border-radius:3px}.document-list::-webkit-scrollbar-thumb{background:var(--wechat-gray-dark);border-radius:3px}.mention-menu::-webkit-scrollbar-thumb{background:var(--wechat-gray-dark);border-radius:3px}.messages::-webkit-scrollbar-track{background:0 0}.channel-sidebar::-webkit-scrollbar-track{background:0 0}.members-panel::-webkit-scrollbar-track{background:0 0}.document-list::-webkit-scrollbar-track{background:0 0}.mention-menu::-webkit-scrollbar-track{background:0 0}.agent-chat-area{background:var(--wechat-gray);flex-direction:column;flex:1;min-width:0;display:flex}.agent-header-icon,.worker-header-icon{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.loading-state{color:var(--text-weak);justify-content:center;align-items:center;padding:40px;display:flex}.empty-state{text-align:center;color:var(--text-weak);padding:40px}.status-pending{color:var(--wechat-orange)}.status-processing{color:var(--wechat-blue)}.status-completed{color:var(--wechat-green)}.status-error{color:var(--wechat-red)}.avatar-1{background:#07c160}.avatar-2{background:#10aeff}.avatar-3{background:#576b95}.avatar-4{background:#fa9d3b}.avatar-5{background:#fa5151}.avatar-6{background:#8b5cf6}.avatar-default{background:var(--wechat-gray-dark)}.user-panel{z-index:1000;background:#fff;border-radius:8px;width:200px;padding:12px;position:absolute;top:52px;right:16px;box-shadow:0 4px 12px #00000026}.user-panel-header{align-items:center;padding:8px;display:flex}.user-panel-avatar{color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-weight:500;display:flex}.user-panel-info{margin-left:12px}.user-panel-name{color:var(--text-primary);font-weight:500}.user-panel-divider{background:var(--wechat-gray-dark);height:1px;margin:8px 0}.user-panel-item{cursor:pointer;color:var(--text-primary);border-radius:4px;padding:10px 8px;font-size:14px;transition:background .2s}.user-panel-item:hover{background:var(--wechat-gray)}.rich-text-editor-wrapper{background:#fff;border-radius:12px;flex-direction:column;display:flex;overflow:hidden}.rich-text-editor-wrapper .input-toolbar{border-bottom:1px solid #f0f0f0;gap:4px;padding:8px 12px;display:flex}.rich-text-editor-wrapper .toolbar-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:all .2s;display:flex}.rich-text-editor-wrapper .toolbar-btn:hover{color:#191919;background:#f5f5f5}.rich-text-editor-wrapper .toolbar-btn.active{color:#07c160;background:#e8f5e9}.rich-text-editor-wrapper .toolbar-btn:disabled{opacity:.5;cursor:not-allowed}.rich-text-editor{color:#191919;outline:none;min-height:60px;max-height:200px;padding:12px 16px;font-size:16px;line-height:1.5;overflow-y:auto}.rich-text-editor:empty:before{content:attr(data-placeholder);color:#ababad;pointer-events:none}.rich-text-editor p{margin:0}.rich-text-editor p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:#ababad;pointer-events:none;height:0}.rich-text-editor .mention{color:#07c160;cursor:pointer;background:#e8f5e9;border-radius:4px;padding:2px 6px;font-weight:500}.rich-text-editor .mention:hover{background:#c8e6c9}.rich-text-editor strong{font-weight:600}.rich-text-editor em{font-style:italic}.rich-text-editor s{text-decoration:line-through}.rich-text-editor code{background:#f5f5f5;border-radius:4px;padding:2px 6px;font-family:SF Mono,Monaco,monospace;font-size:14px}.rich-text-editor-wrapper .input-actions{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}.rich-text-editor-wrapper .input-left-btns{gap:8px;display:flex}.rich-text-editor-wrapper .action-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:6px;width:32px;height:32px;font-size:16px;transition:all .2s}.rich-text-editor-wrapper .action-btn:hover{color:#07c160;background:#f5f5f5}.rich-text-editor-wrapper .action-btn:disabled{opacity:.5;cursor:not-allowed}.rich-text-editor-wrapper .send-btn{cursor:pointer;color:#fff;background:#07c160;border:none;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.rich-text-editor-wrapper .send-btn:hover:not(:disabled){background:#06ad56}.rich-text-editor-wrapper .send-btn:disabled{cursor:not-allowed;background:#ccc}.tippy-box{font-family:inherit}.tippy-content{padding:0}.mention-dropdown{background:#fff;border-radius:8px;min-width:200px;max-height:300px;padding:8px 0;overflow-y:auto;box-shadow:0 4px 12px #00000026}.mention-dropdown .mention-item{cursor:pointer;color:#191919;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:10px 16px;font-size:14px;transition:background .2s;display:flex}.mention-dropdown .mention-item:hover,.mention-dropdown .mention-item.selected{background:#f5f5f5}.mention-dropdown .mention-icon{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;display:flex}.mention-dropdown .mention-name{flex:1;font-size:14px}.mention-dropdown .mention-empty{text-align:center;color:#888;padding:16px;font-size:14px}.new-message-notification{color:#fff;cursor:pointer;z-index:100;background:#07c160;border-radius:20px;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:transform .2s,opacity .2s;animation:.2s slideUp;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 2px 12px #00000026}.new-message-notification:hover{background:#06a852;transform:translateY(-1px)}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.tool-call-dialog{z-index:200;background:#fff;border-radius:12px;max-width:400px;animation:.2s slideUp;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 24px #0003}.tool-call-content{padding:16px}.tool-call-header{color:#333;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;display:flex}.tool-call-icon{font-size:18px}.tool-call-body{margin-bottom:16px}.tool-call-name{color:#666;margin-bottom:8px;font-size:13px}.tool-call-args{color:#888;font-size:12px}.tool-call-args pre{white-space:pre-wrap;word-break:break-all;background:#f5f5f5;border-radius:6px;max-height:120px;margin:4px 0 0;padding:8px 12px;font-family:monospace;font-size:12px;overflow-y:auto}.tool-call-footer{gap:12px;display:flex}.tool-call-btn{cursor:pointer;border:none;border-radius:6px;padding:8px 20px;font-size:13px;font-weight:500;transition:background .2s}.tool-call-btn.approve{color:#fff;background:#07c160}.tool-call-btn.approve:hover:not(:disabled){background:#06a852}.tool-call-btn.reject{color:#666;background:#f5f5f5}.tool-call-btn.reject:hover:not(:disabled){background:#e5e5e5}.tool-call-btn:disabled{opacity:.6;cursor:not-allowed}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{color:#fff;white-space:normal;background-color:#333;border-radius:4px;outline:0;font-size:14px;line-height:1.4;transition-property:transform,visibility,opacity;position:relative}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-width:8px 8px 0;border-top-color:initial;transform-origin:top;bottom:-7px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-width:0 8px 8px;border-bottom-color:initial;transform-origin:bottom;top:-7px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;transform-origin:0;right:-7px}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:100%;left:-7px}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;width:16px;height:16px}.tippy-arrow:before{content:"";border-style:solid;border-color:#0000;position:absolute}.tippy-content{z-index:1;padding:5px 9px;position:relative}
