.InteractiveChat_chatWindow__F7ZJT{display:flex;flex-direction:column;width:100%;max-height:520px;border-radius:16px;overflow:hidden;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 8px 32px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06)}.InteractiveChat_chatHeader__ysPEn{display:flex;align-items:center;gap:8px;padding:14px 20px;background:#fff;border-bottom:1px solid #efefef}.InteractiveChat_headerDot__q6xxS{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 4px rgba(16,185,129,.4)}.InteractiveChat_headerTitle__W9Xty{font-size:var(--font-size-sm);font-weight:var(--font-weight-semibold);color:#1a1a1a}.InteractiveChat_chatBody___R3c6{flex:1 1 auto;display:flex;flex-direction:column;gap:14px;padding:20px;overflow-y:auto;min-height:280px;background:#fff}.InteractiveChat_aiGroup__RdcUz{display:flex;gap:12px;align-self:flex-start;max-width:90%}.InteractiveChat_aiGroupContinuation__g905W{margin-top:-10px}.InteractiveChat_aiAvatar__DZisj{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;margin-top:2px}.InteractiveChat_aiAvatarSpacer__gNm16{flex-shrink:0;width:24px}.InteractiveChat_aiContent__eN2c5{display:flex;flex-direction:column;gap:2px}.InteractiveChat_aiName__TSUf5{font-size:13px;font-weight:var(--font-weight-semibold);color:#1a1a1a;line-height:1.3}.InteractiveChat_bubble__LWdgM{max-width:100%;padding:4px 0;font-size:var(--font-size-base);line-height:1.6;word-break:break-word}.InteractiveChat_bubbleAi__5WBNb{color:#374151}.InteractiveChat_bubbleUser__H7imZ{align-self:flex-end;background:#f4f4f4;color:#1a1a1a;padding:10px 16px;border-radius:20px;max-width:85%}.InteractiveChat_aiGroupAnimated__5T03C,.InteractiveChat_bubbleAnimated__8YiSR{animation:InteractiveChat_fadeSlideUp__ZxGHO .35s ease-out both}@keyframes InteractiveChat_fadeSlideUp__ZxGHO{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.InteractiveChat_typingBubble__P_okB{padding:8px 0}.InteractiveChat_typingDots__Vy3Ax{display:inline-flex;gap:4px;align-items:center}.InteractiveChat_typingDots__Vy3Ax span{display:block;width:6px;height:6px;border-radius:50%;background:#9ca3af;animation:InteractiveChat_bounce__3HyOK 1.2s ease-in-out infinite}.InteractiveChat_typingDots__Vy3Ax span:nth-child(2){animation-delay:.15s}.InteractiveChat_typingDots__Vy3Ax span:nth-child(3){animation-delay:.3s}@keyframes InteractiveChat_bounce__3HyOK{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.InteractiveChat_chatFooter__hLMGs{padding:12px 16px;border-top:1px solid #efefef;background:#fff;min-height:56px;display:flex;align-items:center}.InteractiveChat_footerContent__RpHOS{display:flex;flex-direction:column;gap:10px;width:100%}.InteractiveChat_quickReplies__Bv1l9{display:flex;gap:8px;flex-wrap:wrap}.InteractiveChat_quickReplyBtn__DpiS6{padding:8px 16px;border-radius:20px;border:1px solid rgba(139,92,246,.25);background:rgba(139,92,246,.06);color:#6d28d9;font-size:var(--font-size-sm);font-weight:var(--font-weight-medium);cursor:pointer;transition:all .2s ease;white-space:nowrap}.InteractiveChat_quickReplyBtn__DpiS6:hover{background:rgba(139,92,246,.12);border-color:rgba(139,92,246,.4)}.InteractiveChat_inputRow__sVbIw{display:flex;gap:8px;width:100%;align-items:center;background:#f4f4f4;border-radius:24px;padding:4px 4px 4px 16px;border:1px solid #e5e5e5;transition:border-color .2s ease}.InteractiveChat_inputRow__sVbIw:focus-within{border-color:#c4c4c4}.InteractiveChat_input__OVgiC{flex:1;padding:8px 0;border:none;background:transparent;color:#1a1a1a;font-size:var(--font-size-base);outline:none}.InteractiveChat_input__OVgiC::placeholder{color:#9ca3af}.InteractiveChat_sendButton__w8nd3{width:36px;height:36px;border-radius:50%;border:none;background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;font-size:16px;cursor:pointer;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1}.InteractiveChat_sendButton__w8nd3:hover{opacity:.85}.InteractiveChat_ctaButton__23NQo{display:block;width:100%;padding:12px 0;border-radius:12px;text-align:center;font-size:var(--font-size-base);font-weight:var(--font-weight-bold);color:#fff;text-decoration:none;background:linear-gradient(135deg,#8b5cf6,#22d3ee);box-shadow:0 4px 16px rgba(139,92,246,.3);transition:transform .2s,box-shadow .2s;animation:InteractiveChat_fadeSlideUp__ZxGHO .35s ease-out both}.InteractiveChat_ctaButton__23NQo:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,92,246,.4)}@media (max-width:1024px){.InteractiveChat_chatWindow__F7ZJT{max-width:500px}}@media (max-width:768px){.InteractiveChat_chatBody___R3c6{min-height:240px;padding:16px 14px;gap:12px}.InteractiveChat_bubble__LWdgM{font-size:var(--font-size-sm)}.InteractiveChat_aiAvatar__DZisj{width:20px;height:20px}.InteractiveChat_aiAvatar__DZisj svg{width:16px;height:17px}.InteractiveChat_aiAvatarSpacer__gNm16{width:20px}.InteractiveChat_quickReplyBtn__DpiS6{padding:6px 12px;font-size:13px}}