#app{height:100%}:root{--primary: #4F46E5;--primary-light: #6366F1;--primary-bg: #EEF2FF;--bg: #F9FAFB;--white: #FFFFFF;--border: #E5E7EB;--text-primary: #111827;--text-secondary: #6B7280;--text-muted: #9CA3AF;--danger: #EF4444;--success: #10B981;--sidebar-width: 300px;--chat-bg: #F3F4F6;--user-bubble: #4F46E5;--assistant-bubble: #FFFFFF;--shadow: 0 1px 3px rgba(0,0,0,.08);--radius: 12px;--radius-sm: 8px;--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}*{margin:0;padding:0;box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%}html,body,#app{height:100%;width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;font-size:14px;color:var(--text-primary);background:var(--bg);overflow:hidden}button{border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;-webkit-tap-highlight-color:transparent;touch-action:manipulation;user-select:none;-webkit-user-select:none}a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}input,textarea{border:none;outline:none;font-family:inherit;font-size:inherit}a{color:var(--primary);text-decoration:none}@media(min-width:769px){::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:2px}}.message-list,.agent-list,.session-tabs,.modal-body{-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}code{max-height:24rem}/*!* 流式输出中的消息不限制代码块高度，保证输出过程可见 *!*//*!* 消息列表中最后一个消息不限制代码块高度 *!*/.temp-hidden{display:none!important}.language-javascript-workflow,.language-javascript-workflow code,.language-javascript-workflow pre{background:#ff714c!important;color:#fff!important;border:none!important}.exec-code-body{display:none}.exec-comment-tag{display:inline-flex;align-items:center;gap:5px;max-width:100%;padding:3px 10px;margin:2px 0;font-size:12px;border-radius:999px;white-space:nowrap;user-select:none;-webkit-user-select:none}.exec-comment-tag svg{flex-shrink:0;opacity:.8}.exec-comment-text{min-width:0;overflow:hidden;text-overflow:ellipsis}.exec-code-expanded .exec-code-body{display:block}.exec-code-expanded .exec-comment-tag{display:none}.exec-comment-tag:hover{border-color:var(--primary)}.exec-code-wrapper.expanded .exec-code-body{display:block}.exec-code-wrapper.expanded .exec-comment-tag{background:var(--primary);color:var(--white);border-color:var(--primary)}.exec-tag-icon-collapse{display:none}.exec-code-wrapper.expanded .exec-tag-icon-collapse{display:inline}.exec-code-wrapper.expanded .exec-tag-icon-expand{display:none}
