*{box-sizing:border-box;margin:0;padding:0}body{background:#f0f2f5;justify-content:center;align-items:center;height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex}.app{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.chat-window{background:#fff;border-radius:16px;flex-direction:column;width:420px;height:680px;display:flex;overflow:hidden;box-shadow:0 8px 32px #0000001f}.chat-header{color:#fff;background:#1a73e8;align-items:center;gap:12px;padding:16px 20px;display:flex}.header-logo{object-fit:contain;border-radius:6px;width:36px;height:36px}.header-title{font-size:15px;font-weight:600}.header-sub{opacity:.8;font-size:12px}.messages{background:#f0f2f5;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.messages::-webkit-scrollbar{width:4px}.messages::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.bubble-wrapper{align-items:flex-end;gap:8px;display:flex}.bubble-wrapper.user{flex-direction:row-reverse}.avatar{flex-shrink:0;width:32px;height:32px}.avatar img{object-fit:contain;border-radius:6px;width:32px;height:32px}.bubble{word-break:break-word;border-radius:18px;max-width:78%;padding:10px 14px;font-size:14px;line-height:1.5}.bubble-user{color:#fff;background:#1a73e8;border-bottom-right-radius:4px}.bubble-bot{color:#1a1a1a;background:#fff;border-bottom-left-radius:4px;box-shadow:0 1px 4px #00000014}.bubble-image{border-radius:10px;max-width:100%;margin-bottom:6px;display:block}.bubble-file{color:#555;margin-bottom:4px;font-size:13px}.typing{align-items:center;gap:5px;padding:12px 16px;display:flex}.dot{background:#aaa;border-radius:50%;width:8px;height:8px;animation:1.2s infinite bounce}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}.input-bar{background:#fff;border-top:1px solid #e8e8e8;align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.input-text{resize:none;border:1px solid #ddd;border-radius:20px;outline:none;flex:1;max-height:100px;padding:10px 14px;font-family:inherit;font-size:14px;line-height:1.4;overflow-y:auto}.input-text:focus{border-color:#1a73e8}.attach-btn,.send-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;flex-shrink:0;padding:6px;font-size:20px;transition:background .15s}.attach-btn:hover,.send-btn:hover{background:#f0f2f5}.send-btn:disabled{opacity:.4;cursor:default}.send-btn:disabled:hover{background:0 0}.input-bar{position:relative}.input-bar.dragging{background:#e8f0fe;border-top-color:#1a73e8}.drop-overlay{color:#1a73e8;pointer-events:none;background:#1a73e81f;border-radius:0 0 16px 16px;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex;position:absolute;inset:0}.confirm-buttons{justify-content:center;gap:10px;padding:8px 16px 4px;display:flex}.btn-confirm,.btn-cancel{cursor:pointer;border:none;border-radius:20px;flex:1;padding:10px 16px;font-size:14px;font-weight:600;transition:opacity .2s}.btn-confirm{color:#fff;background:#25d366}.btn-cancel{color:#fff;background:#ff4d4f}.btn-confirm:hover,.btn-cancel:hover{opacity:.85}.mc-widget-root{z-index:99999;flex-direction:column;align-items:flex-end;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.mc-widget-root .chat-window{box-shadow:0 12px 40px #0000002e}.mc-toggle-btn{color:#fff;cursor:pointer;background:#1a73e8;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;font-size:24px;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 4px 16px #1a73e866}.mc-toggle-btn:hover{transform:scale(1.08);box-shadow:0 6px 20px #1a73e880}.header-close-btn,.header-minimize-btn{color:#fff;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:18px;line-height:1}.header-close-btn:hover,.header-minimize-btn:hover{opacity:1;background:#ffffff26}@media (width<=480px){.chat-window{border-radius:0;width:100%;height:100vh}}
