.ChatWidget-module__52vinG__chatWidgetWrapper{z-index:9999;position:fixed;bottom:24px;right:24px}.ChatWidget-module__52vinG__floatingButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,background .2s;display:flex;box-shadow:0 4px 20px #4361ee66}.ChatWidget-module__52vinG__floatingButton:hover{background:#3651d4;transform:scale(1.05)}.ChatWidget-module__52vinG__chatWindow{background:#fff;border-radius:16px;flex-direction:column;width:350px;height:500px;animation:.3s ease-out ChatWidget-module__52vinG__slideUp;display:flex;overflow:hidden;box-shadow:0 8px 30px #00000026}@keyframes ChatWidget-module__52vinG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__52vinG__header{background:var(--primary-color);color:#fff;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.ChatWidget-module__52vinG__headerInfo{align-items:center;gap:12px;display:flex}.ChatWidget-module__52vinG__avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;display:flex}.ChatWidget-module__52vinG__header h3{margin:0 0 4px;font-size:1rem;font-weight:600}.ChatWidget-module__52vinG__header p{opacity:.9;margin:0;font-size:.8rem}.ChatWidget-module__52vinG__closeButton{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.ChatWidget-module__52vinG__closeButton:hover{background:#ffffff1a}.ChatWidget-module__52vinG__messagesContainer{background:#f8fafc;flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.ChatWidget-module__52vinG__welcomeMessage{text-align:center;color:#64748b;background:#fff;border-radius:12px;margin-bottom:8px;padding:20px;font-size:.9rem}.ChatWidget-module__52vinG__messageWrapper{flex-direction:column;max-width:80%;display:flex}.ChatWidget-module__52vinG__messageWrapper.ChatWidget-module__52vinG__myMessage{align-self:flex-end;align-items:flex-end}.ChatWidget-module__52vinG__messageWrapper.ChatWidget-module__52vinG__theirMessage{align-self:flex-start;align-items:flex-start}.ChatWidget-module__52vinG__messageBubble{border-radius:12px;padding:10px 14px;font-size:.9rem;line-height:1.4}.ChatWidget-module__52vinG__myMessage .ChatWidget-module__52vinG__messageBubble{color:#fff;background:#4361ee;border-bottom-right-radius:4px}.ChatWidget-module__52vinG__theirMessage .ChatWidget-module__52vinG__messageBubble{color:#1e293b;background:#fff;border-bottom-left-radius:4px;box-shadow:0 2px 5px #00000005}.ChatWidget-module__52vinG__inputArea{background:#fff;border-top:1px solid #eef2f6;gap:8px;padding:16px;display:flex}.ChatWidget-module__52vinG__input{border:1px solid #e2e8f0;border-radius:24px;outline:none;flex:1;padding:12px 16px;font-size:.9rem;transition:border-color .2s}.ChatWidget-module__52vinG__input:focus{border-color:var(--primary-color)}.ChatWidget-module__52vinG__sendButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:opacity .2s;display:flex}.ChatWidget-module__52vinG__sendButton:hover:not(:disabled){opacity:.9}.ChatWidget-module__52vinG__sendButton:disabled{cursor:not-allowed;background:#cbd5e1}.ChatWidget-module__52vinG__quickReplies{flex-direction:column;align-items:flex-start;gap:6px;margin-top:8px;display:flex}.ChatWidget-module__52vinG__quickReplyBtn{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;text-align:left;background:#fff;border-radius:16px;padding:8px 14px;font-size:.85rem;font-weight:500;transition:all .2s}.ChatWidget-module__52vinG__quickReplyBtn:hover{background:var(--primary-color);color:#fff}.ChatWidget-module__52vinG__copyBox{background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;align-items:center;gap:8px;margin-top:12px;padding:8px 12px;display:flex}.ChatWidget-module__52vinG__copyText{color:#334155;white-space:nowrap;text-overflow:ellipsis;flex:1;font-family:monospace;font-size:.8rem;overflow:hidden}.ChatWidget-module__52vinG__copyBtn{cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:background .2s;display:flex}.ChatWidget-module__52vinG__copyBtn:hover{background:#e2e8f0}@media (max-width:480px){.ChatWidget-module__52vinG__chatWindow{border-radius:0;width:100%;height:100%;position:fixed;inset:0}}
