.LikeButton_likeButton__Ejf9o{display:flex;align-items:center;gap:6px;padding:6px 12px;background:transparent;border:1px solid var(--color-border,#e0e0e0);border-radius:20px;cursor:pointer;transition:all .2s ease;color:var(--color-text-secondary,#666);font-size:14px;font-weight:500;outline:none}.LikeButton_likeButton__Ejf9o:hover:not(:disabled){background:var(--color-bg-secondary,#f5f5f5);transform:scale(1.05)}.LikeButton_likeButton__Ejf9o:disabled{cursor:not-allowed;opacity:.5}.LikeButton_likeButton__Ejf9o.LikeButton_liked__mV6Hh{color:#ff4458;border-color:#ff4458;background:rgba(255,68,88,.1)}.LikeButton_likeButton__Ejf9o.LikeButton_liked__mV6Hh:hover:not(:disabled){background:rgba(255,68,88,.15)}.LikeButton_heartIcon__Jth7L{width:18px;height:18px;transition:transform .2s ease}.LikeButton_likeButton__Ejf9o.LikeButton_animating__qJKm7 .LikeButton_heartIcon__Jth7L{animation:LikeButton_heartBeat__uoHJJ .3s ease}@keyframes LikeButton_heartBeat__uoHJJ{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.LikeButton_likeCount__tbxo0{min-width:20px;text-align:left}@media (prefers-color-scheme:dark){.LikeButton_likeButton__Ejf9o{border-color:var(--color-border,#333);color:var(--color-text-secondary,#999)}.LikeButton_likeButton__Ejf9o:hover:not(:disabled){background:var(--color-bg-secondary,#2a2a2a)}.LikeButton_likeButton__Ejf9o.LikeButton_liked__mV6Hh{color:#ff6b7d;border-color:#ff6b7d;background:rgba(255,107,125,.1)}.LikeButton_likeButton__Ejf9o.LikeButton_liked__mV6Hh:hover:not(:disabled){background:rgba(255,107,125,.15)}}.AvatarList_avatarList__8Ladc{display:flex;align-items:center;gap:4px;margin-left:8px}.AvatarList_avatar__5I3IW{position:relative;width:24px;height:24px;border-radius:50%;overflow:hidden;border:2px solid var(--color-bg-primary,#fff);background:var(--color-bg-secondary,#f5f5f5);flex-shrink:0;cursor:pointer;text-decoration:none;transition:transform .2s ease}.AvatarList_avatar__5I3IW:hover{transform:scale(1.1);z-index:10}.AvatarList_avatar__5I3IW:not(:first-child){margin-left:-8px}.AvatarList_avatarImage__UD622{width:100%;height:100%;object-fit:cover}.AvatarList_avatarFallback__fK0hI{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;font-size:11px;font-weight:600;text-transform:uppercase}.AvatarList_avatarMore___k5BZ{margin-left:4px;padding:0 8px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--color-bg-secondary,#f5f5f5);border-radius:12px;font-size:12px;font-weight:500;color:var(--color-text-secondary,#666);white-space:nowrap}@media (prefers-color-scheme:dark){.AvatarList_avatar__5I3IW{border-color:var(--color-bg-primary,#1a1a1a);background:var(--color-bg-secondary,#2a2a2a)}.AvatarList_avatarMore___k5BZ{background:var(--color-bg-secondary,#2a2a2a);color:var(--color-text-secondary,#999)}}