/* Malou animated Financial Buddy character v2.3 */
.buddy-launcher{padding:7px 17px 7px 7px;overflow:visible}.buddy-launcher-photo{position:relative;display:block;flex:0 0 48px;width:48px;height:48px;border:3px solid rgba(255,255,255,.88);border-radius:50%;background:#e9eff6;box-shadow:0 5px 18px rgba(0,0,0,.2);animation:malouFloat 3.4s ease-in-out infinite}.buddy-launcher-photo img,.buddy-header-photo img,.buddy-message-avatar{width:100%;height:100%;object-fit:cover;object-position:center 17%}.buddy-launcher-photo img{border-radius:50%}.buddy-launcher-photo i{position:absolute;right:-1px;bottom:1px;width:12px;height:12px;border:2px solid #fff;border-radius:50%;background:#3bd58a;box-shadow:0 0 0 3px rgba(59,213,138,.18)}.buddy-launcher-label{display:grid;text-align:left;line-height:1.15}.buddy-launcher-label strong{font-size:.83rem}.buddy-launcher-label small{margin-top:3px;color:#bff9e8;font-size:.66rem;font-weight:700}
.buddy-identity{display:flex!important;align-items:center;gap:11px}.buddy-header-photo{display:block!important;flex:0 0 48px;width:48px;height:48px;overflow:hidden;border:2px solid rgba(255,255,255,.78);border-radius:50%;background:#e9eff6}.buddy-identity>span:last-child{display:block!important;min-width:0}.buddy-identity strong{font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.buddy-identity small{display:flex;align-items:center;gap:6px;margin-top:4px;color:#cce5f3;font-size:.68rem}.buddy-identity small i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#58e2a4}
.buddy-character-intro{display:flex;flex:0 0 auto;align-items:center;gap:13px;padding:12px 15px;color:#fff;background:linear-gradient(135deg,#0b5271,#168e80);border-bottom:1px solid rgba(0,51,102,.1)}.buddy-character-intro>img{width:58px;height:68px;flex:0 0 58px;object-fit:cover;object-position:center 18%;border:2px solid rgba(255,255,255,.75);border-radius:18px 18px 24px 24px;background:#fff;box-shadow:0 7px 18px rgba(0,0,0,.16);animation:malouBreathe 3.2s ease-in-out infinite}.buddy-character-intro strong,.buddy-character-intro span{display:block}.buddy-character-intro strong{font-size:.82rem}.buddy-character-intro span{margin-top:3px;color:#d9fff5;font-size:.68rem;line-height:1.35}
.buddy-message{align-items:flex-end;gap:7px}.buddy-message-avatar{flex:0 0 31px;width:31px;height:31px;border:2px solid #fff;border-radius:50%;background:#e9eff6;box-shadow:0 3px 10px rgba(0,51,102,.16)}.buddy-message.user{gap:0}.buddy-speaking .buddy-header-photo,.buddy-speaking .buddy-message-avatar{animation:malouTalk .42s ease-in-out 4}.buddy-thinking .buddy-header-photo{animation:malouThinking 1.1s ease-in-out infinite}.buddy-thinking .buddy-character-intro>img{filter:saturate(1.08);animation:malouThinking 1.1s ease-in-out infinite}
@keyframes malouFloat{50%{transform:translateY(-4px)}}@keyframes malouBreathe{50%{transform:scale(1.025)}}@keyframes malouTalk{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-3px) rotate(1.5deg)}}@keyframes malouThinking{50%{transform:scale(1.06);box-shadow:0 0 0 5px rgba(88,226,164,.18)}}
@media(max-width:560px){.buddy-launcher{padding:6px}.buddy-launcher-photo{width:50px;height:50px;flex-basis:50px}.buddy-character-intro{padding:10px 12px}.buddy-character-intro>img{width:52px;height:60px;flex-basis:52px}.buddy-message-avatar{width:28px;height:28px;flex-basis:28px}}
@media(max-height:650px){.buddy-character-intro{display:none}}
@media(prefers-reduced-motion:reduce){.buddy-launcher-photo,.buddy-character-intro>img,.buddy-speaking .buddy-header-photo,.buddy-speaking .buddy-message-avatar,.buddy-thinking .buddy-header-photo{animation:none!important}}
