#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}*{margin:0;padding:0;box-sizing:border-box}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}input,textarea{border:none;outline:none;font-family:inherit;font-size:inherit}a{color:var(--primary);text-decoration:none}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:2px}.fade-enter-active,.fade-leave-active{transition:opacity .2s ease}.fade-enter-from,.fade-leave-to{opacity:0}code{max-height:24rem}/*!* 流式输出中的消息不限制代码块高度，保证输出过程可见 *!*//*!* 消息列表中最后一个消息不限制代码块高度 *!*/
