.CozeChat-module__SNqXFa__floatWrap{z-index:50;flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}.CozeChat-module__SNqXFa__tooltip{color:#334155;background:#fff;border:1px solid #f1f5f9;border-radius:.75rem;padding:.45rem .9rem;font-size:.875rem;animation:.35s ease-out CozeChat-module__SNqXFa__bubbleIn;position:relative;box-shadow:0 4px 16px #0000001a}.CozeChat-module__SNqXFa__tooltip:after{content:"";background:#fff;border-bottom:1px solid #f1f5f9;border-right:1px solid #f1f5f9;width:10px;height:10px;position:absolute;bottom:-5px;right:18px;transform:rotate(45deg)}.CozeChat-module__SNqXFa__typewriter{white-space:nowrap;display:inline-block;overflow:hidden}@keyframes CozeChat-module__SNqXFa__bubbleIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.CozeChat-module__SNqXFa__chatBtn{background:var(--primary,#f3821d);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .2s;display:flex;position:relative;box-shadow:0 4px 16px #f3821d59}.CozeChat-module__SNqXFa__chatBtn:hover{transform:scale(1.08)}.CozeChat-module__SNqXFa__chatBtn:active{transform:scale(.95)}.CozeChat-module__SNqXFa__avatar{object-fit:cover;z-index:1;border-radius:50%;width:calc(100% - 4px);height:calc(100% - 4px);position:relative}.CozeChat-module__SNqXFa__ripple{pointer-events:none;background:#fff6;border-radius:50%;animation:.7s ease-out CozeChat-module__SNqXFa__rippleEffect;position:absolute;transform:scale(0)}@keyframes CozeChat-module__SNqXFa__rippleEffect{to{opacity:0;transform:scale(4)}}.CozeChat-module__SNqXFa__chatBtnRipple:before,.CozeChat-module__SNqXFa__chatBtnRipple:after{content:"";border:1.5px solid #f3821d80;border-radius:50%;animation:2s ease-out infinite CozeChat-module__SNqXFa__waveOut;position:absolute;inset:-6px}.CozeChat-module__SNqXFa__chatBtnRipple:after{animation-delay:1s}@keyframes CozeChat-module__SNqXFa__waveOut{0%{opacity:.7;transform:scale(.85)}to{opacity:0;transform:scale(1.6)}}.CozeChat-module__SNqXFa__panel{z-index:50;background:#fff;border:1px solid #e2e8f0;border-radius:1rem;flex-direction:column;width:400px;max-width:calc(100vw - 2rem);height:520px;display:flex;position:fixed;bottom:6rem;right:1.5rem;box-shadow:0 8px 40px #0000001f}.CozeChat-module__SNqXFa__header{background:var(--primary,#f3821d);color:#fff;border-radius:1rem 1rem 0 0;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.CozeChat-module__SNqXFa__headerAvatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:.75rem;font-weight:700;display:flex}.CozeChat-module__SNqXFa__headerTitle{font-size:.875rem;font-weight:600}.CozeChat-module__SNqXFa__headerSub{opacity:.7;font-size:.75rem}.CozeChat-module__SNqXFa__messages{background:#f8fafc;flex-direction:column;flex:1;gap:.75rem;padding:.75rem 1rem;display:flex;overflow-y:auto}.CozeChat-module__SNqXFa__msgUser{justify-content:flex-end;display:flex}.CozeChat-module__SNqXFa__msgAssistant{justify-content:flex-start;display:flex}.CozeChat-module__SNqXFa__bubbleUser{background:var(--primary,#f3821d);color:#fff;border-radius:.75rem .75rem .25rem;max-width:85%;padding:.6rem .875rem;font-size:.875rem;line-height:1.6}.CozeChat-module__SNqXFa__bubbleAssistant{color:#334155;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem .75rem .75rem .25rem;max-width:85%;padding:.6rem .875rem;font-size:.875rem;line-height:1.6}.CozeChat-module__SNqXFa__loadingDots{gap:4px;display:inline-flex}.CozeChat-module__SNqXFa__loadingDots span{background:#cbd5e1;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite CozeChat-module__SNqXFa__dotBounce}.CozeChat-module__SNqXFa__loadingDots span:nth-child(2){animation-delay:.15s}.CozeChat-module__SNqXFa__loadingDots span:nth-child(3){animation-delay:.3s}@keyframes CozeChat-module__SNqXFa__dotBounce{0%,80%,to{transform:scale(.6)}40%{transform:scale(1)}}.CozeChat-module__SNqXFa__inputRow{border-top:1px solid #e2e8f0;flex-shrink:0;align-items:center;gap:.5rem;padding:.6rem .75rem;display:flex}.CozeChat-module__SNqXFa__inputField{border:1px solid #e2e8f0;border-radius:.75rem;outline:none;flex:1;padding:.5rem .75rem;font-size:.875rem}.CozeChat-module__SNqXFa__inputField:focus{border-color:var(--primary,#f3821d)}.CozeChat-module__SNqXFa__sendBtn{background:var(--primary,#f3821d);color:#fff;cursor:pointer;border:none;border-radius:.75rem;padding:.5rem 1rem;font-size:.875rem;transition:opacity .2s}.CozeChat-module__SNqXFa__sendBtn:hover{opacity:.9}.CozeChat-module__SNqXFa__sendBtn:disabled{opacity:.4;cursor:not-allowed}.CozeChat-module__SNqXFa__assistantMsg h2{color:#3d2c1e;margin:.5em 0 .3em;font-size:1.1rem;font-weight:700}.CozeChat-module__SNqXFa__assistantMsg h3{color:#3d2c1e;margin:.4em 0 .2em;font-size:1rem;font-weight:700}.CozeChat-module__SNqXFa__assistantMsg h4{color:#3d2c1e;margin:.3em 0 .15em;font-size:.9rem;font-weight:600}.CozeChat-module__SNqXFa__assistantMsg strong{color:#1e293b;font-weight:700}.CozeChat-module__SNqXFa__assistantMsg p{margin:.4em 0}.CozeChat-module__SNqXFa__assistantMsg p:first-child{margin-top:0}.CozeChat-module__SNqXFa__assistantMsg p:last-child{margin-bottom:0}.CozeChat-module__SNqXFa__assistantMsg .CozeChat-module__SNqXFa__phone-link{color:#f3821d;white-space:nowrap;font-weight:600}.CozeChat-module__SNqXFa__assistantMsg a{color:#f3821d;text-decoration:underline}.CozeChat-module__SNqXFa__assistantMsg br{content:"";margin-top:.25em;display:block}.CozeChat-module__SNqXFa__chatList{margin:.4em 0;padding-left:1.2em;list-style:none}.CozeChat-module__SNqXFa__chatList li{margin-bottom:.2em;position:relative}.CozeChat-module__SNqXFa__chatList li:before{content:attr(data-num) ".";color:#f3821d;font-weight:600;position:absolute;left:-1.2em}ul.CozeChat-module__SNqXFa__chatList li:before{content:"•";color:#f3821d}.CozeChat-module__SNqXFa__suggestBox{flex-wrap:wrap;gap:6px;margin:.5em 0;display:flex}.CozeChat-module__SNqXFa__suggestItem{color:#f3821d;cursor:pointer;padding:4px 0;font-size:12px;transition:opacity .15s;display:inline-block}.CozeChat-module__SNqXFa__suggestItem:hover{opacity:.7}
