.chat-panel{display:flex;flex-direction:column;height:100%;background:#fff}.chat-header{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(135deg,#3370ff,#5b8def);color:#fff;flex-shrink:0}.chat-header-icon{width:36px;height:36px;border-radius:10px;background:#fff3;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700}.chat-header-title{font-size:15px;font-weight:600}.chat-header-sub{font-size:12px;opacity:.85;margin-top:1px}.chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:16px;background:#f7f8fa}.chat-messages::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar-thumb{background:#d0d3d6;border-radius:2px}.chat-msg{display:flex;gap:8px;max-width:100%}.chat-msg-user{flex-direction:row-reverse}.chat-msg-assistant{flex-direction:row}.chat-avatar{width:28px;height:28px;border-radius:8px;background:linear-gradient(135deg,#3370ff,#5b8def);color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px}.chat-bubble-wrap{max-width:85%;min-width:0}.chat-bubble{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.6;word-break:break-word}.chat-bubble-user{background:#3370ff;color:#fff;border-bottom-right-radius:4px}.chat-bubble-assistant{background:#fff;color:#1f2329;border:1px solid #e8e9eb;border-bottom-left-radius:4px}.chat-text{white-space:normal}.chat-text p{margin:0 0 8px}.chat-text p:last-child{margin-bottom:0}.chat-text strong{font-weight:600;color:#1f2329}.chat-text em{font-style:italic}.chat-text ul,.chat-text ol{margin:4px 0 8px;padding-left:20px}.chat-text li{margin-bottom:2px}.chat-text li::marker{color:#8f959e}.chat-text code{background:#f0f1f3;padding:1px 5px;border-radius:4px;font-size:12.5px;font-family:SF Mono,Menlo,monospace;color:#d63384}.chat-text pre{background:#f5f6f8;border-radius:8px;padding:10px 12px;overflow-x:auto;margin:6px 0;font-size:12.5px}.chat-text pre code{background:none;padding:0;color:inherit}.chat-text h1,.chat-text h2,.chat-text h3,.chat-text h4{margin:10px 0 6px;font-weight:600;line-height:1.4}.chat-text h1{font-size:16px}.chat-text h2{font-size:15px}.chat-text h3{font-size:14px}.chat-text h4{font-size:13.5px}.chat-text hr{border:none;border-top:1px solid #e8e9eb;margin:10px 0}.chat-text blockquote{border-left:3px solid #3370ff;margin:6px 0;padding:4px 12px;color:#646a73;background:#f7f8fa;border-radius:0 6px 6px 0}.chat-text table{width:100%;border-collapse:collapse;margin:8px 0;font-size:12.5px;border-radius:8px;overflow:hidden;border:1px solid #e8e9eb}.chat-text thead{background:#f5f6f8}.chat-text th{padding:7px 10px;text-align:left;font-weight:600;color:#646a73;font-size:12px;white-space:nowrap;border-bottom:1px solid #e8e9eb}.chat-text td{padding:7px 10px;border-bottom:1px solid #f0f1f3;color:#1f2329}.chat-text tr:last-child td{border-bottom:none}.chat-text tbody tr:hover{background:#f7f8fa}.chat-loading{display:flex;gap:5px;padding:4px 0}.chat-loading span{width:7px;height:7px;background:#bfc3c9;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.chat-loading span:nth-child(1){animation-delay:0s}.chat-loading span:nth-child(2){animation-delay:.16s}.chat-loading span:nth-child(3){animation-delay:.32s}@keyframes bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-actions{display:flex;flex-direction:column;gap:6px;margin-top:8px}.chat-action{display:flex;align-items:center;gap:6px;padding:6px 10px;border-radius:8px;font-size:13px}.chat-action.success{background:#f0faf0;color:#34a853;border:1px solid #c6ecc6}.chat-action.error{background:#fef0f0;color:#ea4335;border:1px solid #f5c6c6}.chat-action-icon{font-weight:700;font-size:14px}.chat-action-label{font-weight:500}.chat-action-detail{color:#646a73;margin-left:auto;font-size:12px;text-align:right;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 16px;border-top:1px solid #e8e9eb;background:#fff;flex-shrink:0}.chat-input{flex:1;border:1px solid #dee0e3;border-radius:10px;padding:10px 14px;font-size:14px;line-height:1.5;resize:none;outline:none;font-family:inherit;max-height:120px;transition:border-color .2s;background:#f7f8fa}.chat-input:focus{border-color:#3370ff;background:#fff}.chat-input::placeholder{color:#bfc3c9}.chat-send{width:38px;height:38px;border-radius:10px;border:none;background:#3370ff;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:background .2s,opacity .2s}.chat-send:hover:not(:disabled){background:#245bdb}.chat-send:disabled{opacity:.4;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;width:100%;overflow:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,sans-serif;-webkit-font-smoothing:antialiased;background:#f5f6f8;color:#1f2329}.app{height:100%;display:flex;flex-direction:column}
