.bubble{display:flex;flex-direction:column;animation:fadeUp .3s ease-out;margin-bottom:20px}.bubble_role_bot{align-items:flex-start;padding-right:40px}.bubble_role_user{align-items:flex-end;padding-left:40px}.bubble_role_user .bubble__content{background:#fef3c7;border-radius:20px;padding:12px 20px;font-family:Inter,sans-serif;font-weight:400;line-height:1.35;font-size:16px;color:#222}.bubble_role_user .bubble__timestamp{text-align:right}.bubble__header{display:flex;align-items:center;gap:10px;margin-bottom:6px;font-family:Inter,sans-serif;font-weight:400;line-height:1.35}.bubble__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex-shrink:0}.bubble__label{font-family:Inter,sans-serif;font-weight:600;line-height:1.35;font-size:14px;color:#4a7bdc}.bubble__content{background:#f1f5ff;border-radius:4px 20px 20px 20px;padding:16px 20px;line-height:1.6;color:#333;font-size:15px;font-family:Inter,sans-serif;font-weight:400;line-height:1.35}.bubble__timestamp{font-size:12px;color:#e8913a;margin-top:4px;padding:0 4px}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}