@keyframes ChatDemo_fadeInUp__Pyhlh{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ChatDemo_fadeIn__LtJ4_{0%{opacity:0}to{opacity:1}}@keyframes ChatDemo_textReveal__dHaPI{0%{opacity:0;transform:translateY(30px) scale(.95);filter:blur(10px)}60%{opacity:.8;transform:translateY(-5px) scale(1.02);filter:blur(2px)}to{opacity:1;transform:translateY(0) scale(1);filter:blur(0)}}@keyframes ChatDemo_gradientShift__CVyIq{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes ChatDemo_textGlow__OFMWy{0%,to{text-shadow:0 0 20px rgba(89,195,204,.3),0 0 40px rgba(89,195,204,.2),0 0 60px rgba(89,195,204,.1)}50%{text-shadow:0 0 30px rgba(89,195,204,.5),0 0 60px rgba(89,195,204,.3),0 0 90px rgba(89,195,204,.2)}}@keyframes ChatDemo_puniPuni__l0tZp{0%{border-radius:70% 30% 55% 45%/40% 45% 55% 60%;transform:scale(1) rotate(0deg)}50%{border-radius:40% 60% 35% 65%/75% 30% 70% 25%;transform:scale(.95,1.05) rotate(180deg)}to{border-radius:45% 55% 35% 65%/55% 45% 55% 45%;transform:scale(1) rotate(1turn)}}.ChatDemo_chat__oFRge{max-width:600px;margin:0 auto;border-radius:12px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.12);background:#fff;border:1px solid rgba(0,0,0,.08)}.ChatDemo_chat__header__RlyCw{background:#350d36;padding:12px 20px;display:flex;align-items:center;gap:6px}.ChatDemo_chat__headerIcon__4z3fy{color:hsla(0,0%,100%,.6);font-size:14px;font-weight:700}.ChatDemo_chat__headerName__yLhEW{color:#fff;font-size:15px;font-weight:700;letter-spacing:-.01em}.ChatDemo_chat__body__A6prE{padding:16px 20px 24px;display:flex;flex-direction:column;gap:16px;min-height:320px}.ChatDemo_message__E_HTW{display:flex;gap:10px;opacity:0;transform:translateY(12px);transition:opacity .4s ease-out,transform .4s ease-out}.ChatDemo_messageVisible___c_PF{opacity:1;transform:translateY(0)}.ChatDemo_message__avatar__mO743{flex-shrink:0;width:36px;height:36px}.ChatDemo_message__avatarUser___1B6C{background:#e8e8e8;font-size:14px;color:#373737}.ChatDemo_message__avatarAi__UcS27,.ChatDemo_message__avatarUser___1B6C{width:36px;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-weight:700}.ChatDemo_message__avatarAi__UcS27{background:#59c3cc;font-size:16px;color:#fff}.ChatDemo_message__content__26qh9{flex:1 1;min-width:0}.ChatDemo_message__header__uUJ4P{display:flex;align-items:baseline;gap:8px;margin-bottom:4px}.ChatDemo_message__name__TcEs_{font-size:15px;font-weight:700;color:#2d2b2b;line-height:1}.ChatDemo_message__nameAi__HEcuP{color:#26b7bc}.ChatDemo_message__time__BI2PN{font-size:12px;color:#999;line-height:1}.ChatDemo_message__text__VEyFA{font-size:15px;line-height:1.6;color:#2d2b2b;margin:0}.ChatDemo_articleCard__3nuT_{margin-top:8px;padding:12px 16px;background:#f8f8f8;border-radius:8px;border-left:3px solid #59c3cc}.ChatDemo_articleCard__badge__XNW37{display:inline-block;font-size:11px;font-weight:700;color:#26b7bc;background:rgba(89,195,204,.15);padding:2px 8px;border-radius:4px;margin-bottom:6px;letter-spacing:.02em}.ChatDemo_articleCard__title__R0shn{font-size:14px;font-weight:700;color:#2d2b2b;margin:0 0 4px;line-height:1.5}.ChatDemo_articleCard__meta__oPs84{font-size:12px;color:#999;margin:0}.ChatDemo_published__B5abG{display:flex;align-items:flex-start;gap:8px;margin-top:4px}.ChatDemo_published__check__Kb4wz{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#2eb67d;color:#fff;font-size:13px;font-weight:700;flex-shrink:0;margin-top:1px}.ChatDemo_published__text__nremH{font-size:15px;color:#2d2b2b;margin:0 0 2px;font-weight:500}.ChatDemo_published__link__O_MYh{font-size:13px;color:#1264a3;text-decoration:none;word-break:break-all}.ChatDemo_published__link__O_MYh:hover{text-decoration:underline}.ChatDemo_typing__fvcA7{display:flex;align-items:center;padding-left:46px;height:24px}.ChatDemo_typing__dots__zb6xb{display:flex;gap:4px}.ChatDemo_typing__dots__zb6xb span{width:8px;height:8px;border-radius:50%;background:#ccc;animation:ChatDemo_typingBounce__EGwUR 1.2s ease-in-out infinite}.ChatDemo_typing__dots__zb6xb span:nth-child(2){animation-delay:.2s}.ChatDemo_typing__dots__zb6xb span:nth-child(3){animation-delay:.4s}@keyframes ChatDemo_typingBounce__EGwUR{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}