.FeedCard_feedCard__qnE3u{position:relative;width:100%;border-radius:12px;overflow:hidden;background:var(--whiteColor);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 1px 3px rgba(0,0,0,.06);margin-bottom:16px;break-inside:avoid}.FeedCard_feedCard__qnE3u:hover{transform:translateY(-4px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.FeedCard_feedCard__qnE3u:hover .feedCard_cover_overlay{opacity:1}.FeedCard_feedCard__qnE3u:hover .feedCard_cover_img{transform:scale(1.03)}.FeedCard_feedCard__qnE3u .feedCard_cover{position:relative;width:100%;overflow:hidden;background:var(--grayColor1)}.FeedCard_feedCard__qnE3u .feedCard_cover_placeholder{position:absolute;inset:0;background:linear-gradient(90deg,var(--grayColor1) 25%,var(--grayColor2) 50%,var(--grayColor1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.FeedCard_feedCard__qnE3u .feedCard_cover_img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:cover;opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease}.FeedCard_feedCard__qnE3u .feedCard_cover_img-loaded{opacity:1}.FeedCard_feedCard__qnE3u .feedCard_cover_error{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:var(--grayColor1)}.FeedCard_feedCard__qnE3u .feedCard_cover_error_icon{width:48px;height:48px;color:var(--grayColor4)}.FeedCard_feedCard__qnE3u .feedCard_cover_overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1));opacity:0;transition:opacity .3s ease;pointer-events:none}.FeedCard_feedCard__qnE3u .feedCard_video_badge{position:absolute;top:8px;right:8px;display:flex;align-items:center;gap:4px;padding:4px 8px;background:rgba(0,0,0,.6);border-radius:12px;color:#fff;font-size:11px;backdrop-filter:blur(4px)}.FeedCard_feedCard__qnE3u .feedCard_video_icon{width:12px;height:12px}.FeedCard_feedCard__qnE3u .feedCard_content{padding:10px 12px 12px}.FeedCard_feedCard__qnE3u .feedCard_title{font-size:14px;font-weight:500;color:var(--text-primary);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;margin-bottom:10px;min-height:42px}.FeedCard_feedCard__qnE3u .feedCard_footer{display:flex;align-items:center;justify-content:space-between}.FeedCard_feedCard__qnE3u .feedCard_author{display:flex;align-items:center;gap:6px;flex:1;min-width:0}.FeedCard_feedCard__qnE3u .feedCard_author_avatar{width:20px;height:20px;border-radius:50%;object-fit:cover;flex-shrink:0;background:var(--grayColor2)}.FeedCard_feedCard__qnE3u .feedCard_author_name{font-size:12px;color:var(--text-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FeedCard_feedCard__qnE3u .feedCard_likes{display:flex;align-items:center;gap:4px;flex-shrink:0;color:var(--text-secondary);font-size:12px}.FeedCard_feedCard__qnE3u .feedCard_likes_icon{width:14px;height:14px;color:var(--grayColor6)}.FeedCard_feedCard__qnE3u .feedCard_likes-active,.FeedCard_feedCard__qnE3u .feedCard_likes-active .feedCard_likes_icon{color:#ff4757}.FeedCard_feedCard__qnE3u .feedCard_topics{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.FeedCard_feedCard__qnE3u .feedCard_topic{display:inline-block;padding:2px 8px;background:var(--colorPrimary1);color:var(--colorPrimary5);font-size:11px;border-radius:10px;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.FeedCard_feedCard__qnE3u .feedCard_topic-more{background:var(--grayColor2);color:var(--text-secondary)}.FeedCard_feedCardSkeleton__yVL7B{border-radius:12px;overflow:hidden;background:var(--whiteColor);margin-bottom:16px;break-inside:avoid}.FeedCard_feedCardSkeleton__yVL7B .skeleton_cover{width:100%;padding-bottom:133%;position:relative;background:linear-gradient(90deg,var(--grayColor1) 25%,var(--grayColor2) 50%,var(--grayColor1) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.FeedCard_feedCardSkeleton__yVL7B .skeleton_content{padding:10px 12px 12px}.FeedCard_feedCardSkeleton__yVL7B .skeleton_title{height:14px;background:var(--grayColor2);border-radius:4px;margin-bottom:8px;width:80%}.FeedCard_feedCardSkeleton__yVL7B .skeleton_title_short{height:14px;background:var(--grayColor2);border-radius:4px;margin-bottom:10px;width:60%}.FeedCard_feedCardSkeleton__yVL7B .skeleton_footer{display:flex;align-items:center;justify-content:space-between}.FeedCard_feedCardSkeleton__yVL7B .skeleton_author{display:flex;align-items:center;gap:6px}.FeedCard_feedCardSkeleton__yVL7B .skeleton_avatar{width:20px;height:20px;border-radius:50%;background:var(--grayColor2)}.FeedCard_feedCardSkeleton__yVL7B .skeleton_name{width:60px;height:12px;background:var(--grayColor2);border-radius:4px}.FeedCard_feedCardSkeleton__yVL7B .skeleton_likes{width:40px;height:12px;background:var(--grayColor2);border-radius:4px}@keyframes FeedCard_shimmer__IzHyY{0%{background-position:-200% 0}to{background-position:200% 0}}.FeedDetailModal_feedDetailModal__xcWYN{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.75)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_close{position:fixed;top:20px;right:20px;z-index:1001;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.95);border:none;border-radius:50%;color:#333;cursor:pointer;backdrop-filter:blur(10px);box-shadow:0 2px 12px rgba(0,0,0,.15);transition:all .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_close svg{width:20px;height:20px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_close:hover{background:#fff;transform:scale(1.05);box-shadow:0 4px 20px rgba(0,0,0,.2)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_wrapper{display:flex;background:var(--bg-color,#fff);overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media{position:relative;flex:0 0 55%;max-width:55%;background:#000;display:flex;align-items:center;justify-content:center;overflow:hidden}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_placeholder{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;z-index:0}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_placeholder img{width:100%;height:100%;object-fit:contain}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_content{position:relative;width:100%;height:100%;z-index:1;opacity:0;transition:opacity .3s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_content-loaded{opacity:1}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_img{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_imageWrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper{width:100%;height:100%}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-slide{display:flex;align-items:center;justify-content:center}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-next,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-prev{width:36px;height:36px;background:rgba(0,0,0,.3);border-radius:50%;color:#fff;opacity:0;transition:all .25s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-next:after,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-prev:after{font-size:14px;font-weight:600}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-next:hover,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-prev:hover{background:rgba(0,0,0,.5);transform:scale(1.1)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-next.swiper-button-disabled,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-prev.swiper-button-disabled{opacity:.3!important;cursor:not-allowed;pointer-events:none;transform:none!important}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-prev{left:12px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-button-next{right:12px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-pagination{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);display:inline-flex;justify-content:center;align-items:center;gap:6px;padding:6px 10px;width:auto!important;background:transparent;border-radius:12px;transition:background .25s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-pagination .swiper-pagination-bullet{width:8px;height:8px;background:hsla(0,0%,100%,.5);box-shadow:0 1px 3px rgba(0,0,0,.3);opacity:1;margin:0!important;border-radius:50%;flex-shrink:0}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;box-shadow:0 1px 4px rgba(0,0,0,.4)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_swiper .swiper-pagination:hover{background:rgba(0,0,0,.5)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media:hover .swiper-button-next,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media:hover .swiper-button-prev{opacity:1}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_slideWrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:zoom-in}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media_video{width:100%;height:100%;object-fit:contain;background:#000}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_detail{flex:1;display:flex;flex-direction:column;min-width:0;background:var(--bg-color,#fff)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_header{flex-shrink:0;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid var(--border-color,#f0f0f0)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_author{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_author:hover .FeedDetailModal_feedDetailModal_author_name__fM1cH{color:var(--colorPrimary5)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_author_avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_author_name{font-size:15px;font-weight:600;color:var(--text-color,#333);transition:color .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_followBtn{padding:8px 20px;background:#ff2442;border:none;border-radius:20px;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_followBtn:hover{background:#e61f3a;transform:scale(1.02)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_followBtn.feedDetailModal_followBtn-followed{background:var(--bg-color-light,#f5f5f5);color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_followBtn.feedDetailModal_followBtn-followed:hover{background:var(--bg-color-hover,#eee)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_content{flex:1;overflow-y:auto;padding:0}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_content::-webkit-scrollbar{width:6px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_content::-webkit-scrollbar-track{background:transparent}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_content::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_content::-webkit-scrollbar-thumb:hover{background:#ccc}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_desc{padding:20px;border-bottom:1px solid var(--border-color,#f0f0f0)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_desc_title{font-size:17px;font-weight:600;line-height:1.6;color:var(--text-color,#333);margin:0 0 12px;word-break:break-word}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_desc_text{font-size:15px;line-height:1.8;color:var(--text-color,#333);margin:0 0 12px;word-break:break-word;white-space:pre-wrap}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_topics{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_topic{color:#13386c;font-size:14px;text-decoration:none}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_topic:hover{text-decoration:underline}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_meta{display:flex;gap:12px;font-size:13px;color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments{padding:16px 20px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments_header{font-size:14px;color:var(--text-color-secondary,#666);margin-bottom:16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments_list{min-height:200px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments_empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments_empty span{font-size:40px;margin-bottom:12px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments_empty p{margin:0;font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_footer{flex-shrink:0;display:flex;align-items:center;gap:12px;padding:12px 20px;border-top:1px solid var(--border-color,#f0f0f0);background:var(--bg-color,#fff)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_commentInput{flex:1;min-width:0}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_commentInput_field{background:var(--bg-color-light,#f5f5f5);border:none;border-radius:20px;padding:10px 16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_commentInput_field:focus,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_commentInput_field:hover{background:var(--bg-color-hover,#eee)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_commentInput_field:focus{box-shadow:none}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actions{display:flex;align-items:center;gap:8px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn{display:flex;align-items:center;gap:6px;padding:8px 12px;background:transparent;border:none;border-radius:8px;color:var(--text-color,#333);font-size:14px;cursor:pointer;transition:all .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn svg{width:20px;height:20px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn:hover{background:var(--bg-color-light,#f5f5f5)}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn.feedDetailModal_actionBtn-active,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn.feedDetailModal_actionBtn-active svg{color:#ff2442}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn.feedDetailModal_actionBtn-collected,.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn.feedDetailModal_actionBtn-collected svg{color:#ffa502}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_skeleton{margin-bottom:12px}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_line{height:16px;background:linear-gradient(90deg,var(--bg-color-light,#f0f0f0) 25%,var(--bg-color-hover,#e8e8e8) 50%,var(--bg-color-light,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;margin-bottom:8px;animation:FeedDetailModal_skeleton-loading__RE7Va 1.5s infinite}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_line:last-child{margin-bottom:0}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_line-short{width:60%}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_topics_skeleton{display:flex;gap:8px;margin-bottom:12px}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_tag{width:80px;height:22px;background:linear-gradient(90deg,var(--bg-color-light,#f0f0f0) 25%,var(--bg-color-hover,#e8e8e8) 50%,var(--bg-color-light,#f0f0f0) 75%);background-size:200% 100%;border-radius:4px;animation:FeedDetailModal_skeleton-loading__RE7Va 1.5s infinite}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_tag:nth-child(2){width:60px;animation-delay:.2s}.FeedDetailModal_feedDetailModal__xcWYN .skeleton_tag:nth-child(3){width:100px;animation-delay:.4s}@keyframes FeedDetailModal_skeleton-loading__RE7Va{0%{background-position:200% 0}to{background-position:-200% 0}}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_error{margin:16px 20px;padding:12px 16px;background:#fff3f3;border:1px solid #ffccc7;border-radius:8px;color:#cf1322;font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentList{min-height:100px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:var(--text-color-secondary,#999);font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loading-inline{padding:16px 20px;flex-direction:row;gap:8px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:12px;color:#cf1322;font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_retryBtn{padding:6px 16px;background:var(--bg-color-light,#f5f5f5);border:none;border-radius:16px;color:var(--text-color,#333);font-size:13px;cursor:pointer;transition:background .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentList_retryBtn:hover{background:var(--bg-color-hover,#e8e8e8)}.FeedDetailModal_feedDetailModal__xcWYN .commentList_empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .commentList_empty span{font-size:40px;margin-bottom:12px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_empty p{margin:0;font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_items{display:flex;flex-direction:column;gap:16px}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loadMore{display:flex;justify-content:center;padding:16px 0}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loadMoreBtn{display:flex;align-items:center;gap:6px;padding:8px 20px;background:var(--bg-color-light,#f5f5f5);border:none;border-radius:20px;color:var(--text-color-secondary,#666);font-size:13px;cursor:pointer;transition:all .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loadMoreBtn:hover:not(:disabled){background:var(--bg-color-hover,#e8e8e8)}.FeedDetailModal_feedDetailModal__xcWYN .commentList_loadMoreBtn:disabled{opacity:.6;cursor:not-allowed}.FeedDetailModal_feedDetailModal__xcWYN .commentList_noMore{text-align:center;padding:16px 0;color:var(--text-color-secondary,#999);font-size:13px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem{display:flex;gap:12px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem-reply{padding-left:0}.FeedDetailModal_feedDetailModal__xcWYN .commentItem-reply .FeedDetailModal_commentItem_avatar__rKYDh{width:28px;height:28px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem-reply .FeedDetailModal_commentItem_nickname__TXZVf{font-size:13px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem-reply .FeedDetailModal_commentItem_text___jqAQ{font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_avatar{flex-shrink:0;width:36px;height:36px;border-radius:50%;object-fit:cover}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_content{flex:1;min-width:0}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_nickname{font-size:14px;font-weight:500;color:var(--text-color,#333)}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_authorTag{padding:1px 6px;background:linear-gradient(135deg,#ff2442,#ff6b6b);border-radius:4px;color:#fff;font-size:11px;font-weight:500}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_text{font-size:15px;line-height:1.6;color:var(--text-color,#333);word-break:break-word;white-space:pre-wrap}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_replyTo{color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_replyTo_name{color:#13386c}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_footer{display:flex;align-items:center;gap:16px;margin-top:8px;font-size:12px;color:var(--text-color-secondary,#999)}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_location,.FeedDetailModal_feedDetailModal__xcWYN .commentItem_time{flex-shrink:0}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_likeBtn{display:flex;align-items:center;gap:4px;padding:0;background:transparent;border:none;color:var(--text-color-secondary,#999);font-size:12px;cursor:pointer;transition:color .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_likeBtn svg{font-size:14px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_likeBtn-active,.FeedDetailModal_feedDetailModal__xcWYN .commentItem_likeBtn:hover{color:#ff2442}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_replies{margin-top:12px;padding-left:0}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_toggleReplies{display:flex;align-items:center;gap:4px;padding:0;margin-bottom:12px;background:transparent;border:none;color:#13386c;font-size:13px;cursor:pointer;transition:opacity .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_toggleReplies svg{font-size:10px;transition:transform .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_toggleReplies:hover{opacity:.8}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_toggleIcon-expanded{transform:rotate(180deg)}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_repliesList{display:flex;flex-direction:column;gap:12px;padding:12px;background:var(--bg-color-light,#f8f8f8);border-radius:8px}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_loadMore{display:flex;align-items:center;gap:6px;padding:6px 0;background:transparent;border:none;color:#13386c;font-size:13px;cursor:pointer;transition:opacity .2s ease}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_loadMore:hover:not(:disabled){opacity:.8}.FeedDetailModal_feedDetailModal__xcWYN .commentItem_loadMore:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_close{top:12px;right:12px;width:40px;height:40px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_wrapper{flex-direction:column;width:100%!important;height:100%!important;border-radius:0!important}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_media{flex:0 0 auto;max-width:100%;max-height:50vh}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_detail{flex:1;min-height:0}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_header{padding:12px 16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_desc{padding:16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_comments{padding:12px 16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_footer{padding:10px 16px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actions{gap:4px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn{padding:8px}.FeedDetailModal_feedDetailModal__xcWYN .feedDetailModal_actionBtn span{display:none}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, 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");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}