.feed-card{padding:16px 20px;display:flex;flex-direction:column;gap:16px;background-color:var(--bg-white);border-radius:8px;border:1px solid var(--border-color);position:relative;max-width:1240px;width:100%;margin-left:auto;margin-right:auto;transition:all .2s ease}.feed-card:hover{border-color:var(--primary-color)}.feed-card .mobile-timestamp{position:absolute;top:8px;right:12px;z-index:2}.feed-card .mobile-timestamp .timestamp{color:#6c6c6c;font-size:var(--font-size-sm);font-weight:400}.feed-card .generated-via-container{position:absolute;bottom:8px;right:12px;display:flex;flex-direction:column;align-items:flex-end;gap:4px}.feed-card .generated-via-container .mobile-author-info{display:flex;align-items:center;gap:8px}.feed-card .generated-via-container .mobile-author-info .author-source .author .displayName{font-weight:400;color:#6c6c6c;font-size:var(--font-size-sm);text-decoration:none}.feed-card .generated-via-container .mobile-author-info .author-source .author .displayName:hover{color:var(--primary-color)}.feed-card .generated-via-container .generated-via{font-size:12px;color:#9e9e9e;opacity:.7}.feed-card .frame-content{display:flex;flex-direction:column;gap:4px}.feed-card .frame-content .news-content .post-content{background-color:var(--bg-white);border-radius:var(--border-radius-large);font-weight:400;font-size:var(--font-size);line-height:1.2em;color:var(--text-color)}.feed-card .frame-content .news-content .post-header .header-top-section{display:flex;flex-direction:row;align-items:flex-start;gap:12px;margin-bottom:12px}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{flex-shrink:0;width:100px;height:100px;max-height:100px;overflow:hidden;border-radius:8px;border:1px solid #f4f2ed;background-color:#f8f8f8;position:relative}.feed-card .frame-content .news-content .post-header .header-top-section .media-container img,.feed-card .frame-content .news-content .post-header .header-top-section .media-container video{display:block;width:100%;height:100%;object-fit:cover;background-color:rgba(0,0,0,0)}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery{position:relative;width:100%;height:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-controls{position:absolute;bottom:0;left:0;right:0;display:flex;justify-content:center;align-items:center;gap:10px;z-index:10;background:linear-gradient(transparent,rgba(255,255,255,.8));padding:10px 0}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-controls .image-counter{background-color:hsla(0,0%,100%,.8);color:#6c6c6c;border-radius:16px;padding:4px 10px;font-size:12px;font-weight:500}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-controls button.image-control{background-color:hsla(0,0%,100%,.8);color:#a6916c;border:none;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.1)}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-controls button.image-control:hover{background-color:#fff;color:hsl(38.275862069,24.5762711864%,43.7254901961%)}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-controls button.image-control:disabled{opacity:.5;cursor:not-allowed}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#f8f8f8;color:#a6916c;opacity:.6}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .image-placeholder svg{font-size:2rem}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .media-image{background-color:rgba(0,0,0,0)}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .media-image.loading{opacity:.5}.feed-card .frame-content .news-content .post-header .header-top-section .media-container .image-gallery .media-image.error{opacity:.3}.feed-card .frame-content .news-content .post-header .header-top-section .header-content{display:flex;flex-direction:column}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details{display:flex;flex-direction:row;align-items:center;margin-bottom:12px;width:100%}.feed-card .frame-content .news-content .post-header .header-top-section .ticker-tags{display:flex;flex-wrap:wrap;gap:.5rem}.feed-card .frame-content .news-content .post-header .header-top-section .ticker-tags .ticker-tag{color:var(--text-light);font-size:var(--font-size-xs);font-weight:600;border-radius:4px}.feed-card .frame-content .news-content .post-header .header-top-section .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .ticker-tags .ticker-tag.summary-type{background-color:var(--bg-white);color:var(--primary-color);padding:4px 8px;margin-right:5px;border-radius:4px;border:1px solid var(--primary-color);transition:all .2s ease;font-weight:510;font-size:var(--font-size-sm)}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details{display:flex;flex-direction:column;justify-content:center;gap:12px}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details{display:flex;align-items:center;gap:8px}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .timestamp{color:#6c6c6c;font-size:var(--font-size-sm);font-weight:400}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .divider{color:var(--text-secondary)}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .author-source{display:flex;align-items:center;gap:8px}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .author-source .author{display:flex;align-items:center;gap:2px}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .author-source .author .avatar .user-avatar{width:16px;height:16px;border-radius:50%;object-fit:cover}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .author-source .author .displayName{font-weight:400;color:#6c6c6c;font-size:var(--font-size-sm);text-decoration:none}.feed-card .frame-content .news-content .post-header .header-top-section .sub-details .source-details .author-source .author .displayName:hover{color:var(--primary-color)}.feed-card .frame-content .news-content .post-header .header{color:var(--text-color);font-size:var(--font-size-xl);line-height:1.2em;margin-top:10px}.feed-card .ticker-container{display:flex;gap:var(--spacing-md);height:100%;width:100%}.feed-card .ticker-container .ticker-skeleton{display:flex;flex-direction:row;flex-wrap:wrap;gap:2%;width:100%}.feed-card .ticker-container .ticker-skeleton .skeleton-ticker-row{width:10%;height:30px;background-color:var(--bg-white);border-radius:var(--border-radius);margin-bottom:8px;position:relative;overflow:hidden}.feed-card .ticker-container .ticker-skeleton .skeleton-ticker-row:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,rgba(var(--primary-color),0) 0,rgba(var(--primary-color),.1) 20%,rgba(var(--primary-color),.2) 60%,rgba(var(--primary-color),0) 100%);animation:shimmer 2s infinite;z-index:1}@media(max-width:var(--breakpoint-md )){.feed-card .ticker-container .ticker-skeleton{flex-direction:column}.feed-card .ticker-container .ticker-skeleton .skeleton-ticker-row{width:100%;height:30px}}.feed-card .ticker-container .ticker-detail{display:flex;background-color:var(--bg-light);border-radius:var(--border-radius);padding:var(--spacing-sm);gap:var(--spacing-sm);justify-content:space-between}.feed-card .ticker-container .ticker-detail .ticker-symbols{color:var(--primary-color);font-size:var(--font-size-sm);font-weight:500}.feed-card .ticker-container .ticker-detail .ticker-change{font-size:var(--font-size-xs);font-weight:700}.feed-card .ticker-container .ticker-detail .ticker-change.positive{color:var(--success-color)}.feed-card .ticker-container .ticker-detail .ticker-change.negative{color:var(--error-color)}.feed-card .card-content{flex-grow:1}.feed-card .card-content .description{color:var(--text-color);font-size:var(--font-size-lg);line-height:1.5;margin-bottom:1rem}.feed-card .engagement-section{position:absolute;top:12px;right:15px}@media(max-width:var(--breakpoint-sm )){.feed-card .engagement-section{position:relative;display:flex;top:auto;right:auto;width:100%}}@media(max-width:var(--breakpoint-md )){.feed-card{padding:14px 16px;gap:12px}.feed-card .card-header{align-items:flex-start}.feed-card .card-header .user-info{margin-bottom:.75rem;width:100%}.feed-card .card-header .user-info .user-details{flex-direction:column;align-items:flex-start;gap:5px}.feed-card .card-header .user-info .user-details .time-ago{margin-left:0}.feed-card .frame-content .news-content .post-content{font-size:16px;line-height:1.35;padding:12px}.feed-card .frame-content .news-content .post-header .header-top-section{gap:10px}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{width:90px;height:90px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.summary-type{font-size:14px;padding:3px 7px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details{gap:10px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .timestamp{font-size:14px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .avatar .user-avatar{width:22px;height:22px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .displayName{font-size:14px}.feed-card .frame-content .news-content .post-header .header{font-size:20px;line-height:1.3;margin-top:8px}.feed-card .ticker-container{gap:12px;height:100%}.feed-card .ticker-container .ticker-widget-container{height:130px}.feed-card .ticker-container{flex-direction:column;gap:.75rem;height:140px}.feed-card .ticker-container .ticker-row{width:100%;background-color:hsla(0,0%,100%,.05);min-width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.feed-card .ticker-container .ticker-row .ticker-main-info .ticker-symbol{gap:5px}.feed-card .ticker-container .ticker-row .ticker-sentiment{flex-direction:row;margin-top:0;align-items:center;justify-content:flex-end}.feed-card .share-popup{width:180px;right:.75rem;left:auto;transform:none}.feed-card .share-popup:before{left:75%}.feed-card .frame-content .news-content .post-content{font-size:18px;line-height:1.3em}.feed-card .frame-content .post-header .header{font-size:22px;line-height:1.3em}.feed-card .card-content .description{font-size:var(--font-size);line-height:1.4}}@media(max-width:var(--breakpoint-sm )){.feed-card{padding:12px 14px;gap:10px;border-radius:6px}.feed-card .card-header .user-info .user-avatar{width:32px;height:32px}.feed-card .card-header .user-info .user-details .displayName-container .displayName{font-size:var(--font-size-sm)}.feed-card .card-header .user-info .user-details .displayName-container .qmark-icon{width:14px;height:14px}.feed-card .card-header .user-info .user-details .time-ago{font-size:var(--font-size-xs)}.feed-card .frame-content .news-content .post-content{font-size:16px}.feed-card .frame-content .news-content .post-header .header-top-section{gap:8px;margin-bottom:8px;flex-direction:row}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{width:80px;height:80px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.summary-type{font-size:13px;padding:2px 6px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details{gap:8px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .timestamp{font-size:13px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .avatar .user-avatar{width:20px;height:20px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .displayName{font-size:13px}.feed-card .frame-content .news-content .post-header .header{font-size:19px;line-height:1.25;margin-top:6px;margin-bottom:6px}.feed-card .ticker-container .ticker-widget-container{height:130px}.feed-card .ticker-container{flex-direction:column;gap:.75rem;height:140px}.feed-card .ticker-container .ticker-row{width:100%;background-color:hsla(0,0%,100%,.05);min-width:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.feed-card .ticker-container .ticker-row .ticker-main-info .ticker-symbol{gap:5px}.feed-card .ticker-container .ticker-row .ticker-sentiment{flex-direction:row;margin-top:0;align-items:center;justify-content:flex-end}.feed-card .share-popup{width:180px;right:.75rem;left:auto;transform:none}.feed-card .share-popup:before{left:75%}.feed-card .frame-content .news-content .post-content{font-size:18px;line-height:1.3em}.feed-card .frame-content .post-header .header{font-size:22px;line-height:1.3em;margin-bottom:10px}.feed-card .card-content .description{font-size:var(--font-size);line-height:1.4}}@media(max-width:var(--breakpoint-md )){.feed-card{padding:10px 12px;gap:8px;border-radius:6px}.feed-card .card-header .user-info .user-avatar{width:32px;height:32px}.feed-card .card-header .user-info .user-details .displayName-container .displayName{font-size:var(--font-size-sm)}.feed-card .card-header .user-info .user-details .displayName-container .qmark-icon{width:14px;height:14px}.feed-card .card-header .user-info .user-details .time-ago{font-size:var(--font-size-xs)}.feed-card .frame-content .news-content .post-content{font-size:16px;line-height:1.3em}.feed-card .frame-content .news-content .post-header .header-top-section{gap:8px;margin-bottom:8px;flex-direction:row}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{width:80px;height:80px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.summary-type{font-size:13px;padding:2px 6px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details{gap:8px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .timestamp{font-size:13px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .avatar .user-avatar{width:20px;height:20px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .displayName{font-size:13px}.feed-card .frame-content .news-content .post-header .header{font-size:19px;line-height:1.25;margin-bottom:6px}.feed-card .ticker-container{height:100%;gap:10px}.feed-card .ticker-container .ticker-widget-container{height:110px}.feed-card .ticker-container .ticker-row{padding:.5rem}.feed-card .ticker-container .ticker-row .ticker-main-info .ticker-symbol{font-size:var(--font-size-sm);flex-wrap:wrap}.feed-card .ticker-container .ticker-row .ticker-main-info .ticker-price{font-size:var(--font-size-sm)}.feed-card .ticker-container .ticker-row .ticker-main-info .ticker-percent{font-size:var(--font-size-xs)}.feed-card .ticker-container .ticker-row .ticker-sentiment{gap:.5rem}.feed-card .ticker-container .ticker-row .ticker-sentiment .bearish-indicator .sentiment-arrow,.feed-card .ticker-container .ticker-row .ticker-sentiment .bullish-indicator .sentiment-arrow{width:14px;height:14px}.feed-card .ticker-container .ticker-row .ticker-sentiment .bearish-indicator span,.feed-card .ticker-container .ticker-row .ticker-sentiment .bullish-indicator span{font-size:var(--font-size-xs)}.feed-card .card-content .description{font-size:var(--font-size-sm);margin-bottom:.75rem}.feed-card .media-container{margin:.25rem 0;border-radius:6px}.feed-card .media-container img,.feed-card .media-container video{max-height:100px;border-radius:6px}.feed-card .media-container .photo-gallery .gallery-nav{width:30px;height:30px}.feed-card .gallery-indicators{bottom:10px}.feed-card .gallery-indicators .indicator{width:6px;height:6px}.feed-card .engagement-section{margin-top:var(--spacing-md)}.feed-card .engagement-section .engagement-buttons{gap:1rem}}@media(max-width:480px){.feed-card{padding:10px 12px}.feed-card .generated-via-container{bottom:6px;right:10px;gap:3px}.feed-card .generated-via-container .mobile-author-info .author-source .author .displayName{font-size:11px}.feed-card .generated-via-container .generated-via{font-size:10px}.feed-card .mobile-timestamp{top:6px;right:12px}.feed-card .mobile-timestamp .timestamp{font-size:13px}.feed-card .frame-content .news-content .post-content{font-size:14px;line-height:1.25;padding:0}.feed-card .frame-content .news-content .post-header .header-top-section{gap:6px;margin-bottom:6px;flex-direction:column}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{width:100%;height:140px;max-height:160px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.summary-type{font-size:12px;padding:2px 5px;white-space:nowrap}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details{gap:6px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .timestamp{font-size:12px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .avatar .user-avatar{width:18px;height:18px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .displayName{font-size:12px}.feed-card .frame-content .news-content .post-header .header{font-size:17px;line-height:1.2;margin-top:6px;margin-bottom:5px}.feed-card .ticker-container{height:100%;gap:8px}.feed-card .ticker-container .ticker-widget-container{height:90px}.feed-card .engagement-section .engagement-buttons{gap:.75rem}}@media(max-width:375px){.feed-card{padding:10px;gap:8px}.feed-card .generated-via-container{bottom:4px;right:8px;gap:2px}.feed-card .generated-via-container .generated-via{font-size:9px}.feed-card .mobile-timestamp{top:5px;right:10px}.feed-card .mobile-timestamp .timestamp{font-size:12px}.feed-card .frame-content .news-content .post-content{font-size:14px;line-height:1.2em}.feed-card .frame-content .news-content .post-header .header-top-section{gap:5px;margin-bottom:5px}.feed-card .frame-content .news-content .post-header .header-top-section .media-container{height:120px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.clickable,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.impact-level,.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .ticker-tags .ticker-tag.summary-type{font-size:11px;padding:1px 4px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details{gap:5px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .timestamp{font-size:11px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .avatar .user-avatar{width:16px;height:16px}.feed-card .frame-content .news-content .post-header .header-top-section .header-content .ticker-details .sub-details .source-details .author-source .author .displayName{font-size:11px}.feed-card .frame-content .news-content .post-header .header{font-size:18px;margin-bottom:6px}.feed-card .ticker-container{gap:8px}.feed-card .ticker-container .ticker-row{gap:6px}.feed-card .media-container .photo-gallery .gallery-nav{width:26px;height:26px}.feed-card .engagement-section .engagement-buttons{gap:.5rem}}@media(min-width:769px){.feed-card .mobile-author-info,.feed-card .mobile-timestamp{display:none}}.comment-actions-buttons,.reply-actions-buttons{display:flex;flex-direction:row;gap:.5rem;position:absolute;right:.5rem;top:.5rem;z-index:2}.comment-actions-buttons .delete-comment-button,.comment-actions-buttons .delete-reply-button,.comment-actions-buttons .edit-comment-button,.comment-actions-buttons .edit-reply-button,.reply-actions-buttons .delete-comment-button,.reply-actions-buttons .delete-reply-button,.reply-actions-buttons .edit-comment-button,.reply-actions-buttons .edit-reply-button{position:relative;display:flex;align-items:center;justify-content:center;background:none;border:none;padding:.25rem;width:24px;height:24px;color:var(--text-light);cursor:pointer;transition:color .2s ease;font-size:.85rem}.comment-actions-buttons .delete-comment-button:hover,.comment-actions-buttons .delete-reply-button:hover,.comment-actions-buttons .edit-comment-button:hover,.comment-actions-buttons .edit-reply-button:hover,.reply-actions-buttons .delete-comment-button:hover,.reply-actions-buttons .delete-reply-button:hover,.reply-actions-buttons .edit-comment-button:hover,.reply-actions-buttons .edit-reply-button:hover{color:var(--text-color)}.comment-actions-buttons .delete-comment-button:hover,.comment-actions-buttons .delete-reply-button:hover,.reply-actions-buttons .delete-comment-button:hover,.reply-actions-buttons .delete-reply-button:hover{color:var(--error-color)}@media(max-width:var(--breakpoint-sm )){.comment-actions-buttons,.reply-actions-buttons{gap:.35rem;right:.35rem;top:.35rem}.comment-actions-buttons .delete-comment-button,.comment-actions-buttons .delete-reply-button,.comment-actions-buttons .edit-comment-button,.comment-actions-buttons .edit-reply-button,.reply-actions-buttons .delete-comment-button,.reply-actions-buttons .delete-reply-button,.reply-actions-buttons .edit-comment-button,.reply-actions-buttons .edit-reply-button{width:22px;height:22px;padding:.2rem;font-size:.8rem}}@media(max-width:480px){.comment-actions-buttons .delete-comment-button,.comment-actions-buttons .delete-reply-button,.comment-actions-buttons .edit-comment-button,.comment-actions-buttons .edit-reply-button,.reply-actions-buttons .delete-comment-button,.reply-actions-buttons .delete-reply-button,.reply-actions-buttons .edit-comment-button,.reply-actions-buttons .edit-reply-button{width:20px;height:20px;padding:.15rem;font-size:.75rem}}.edit-comment-form,.edit-reply-form{margin:.5rem 0}.edit-comment-form .edit-comment-input,.edit-comment-form .edit-reply-input,.edit-reply-form .edit-comment-input,.edit-reply-form .edit-reply-input{width:100%;background-color:hsla(0,0%,100%,.1);border:none;border-radius:var(--border-radius);padding:.75rem;color:var(--text-color);font-size:var(--font-size-sm);margin-bottom:.5rem}.edit-comment-form .edit-comment-input:focus,.edit-comment-form .edit-reply-input:focus,.edit-reply-form .edit-comment-input:focus,.edit-reply-form .edit-reply-input:focus{outline:none;box-shadow:0 0 0 2px rgba(var(--primary-color),.5)}.edit-comment-form .edit-buttons,.edit-reply-form .edit-buttons{display:flex;justify-content:flex-end;gap:.5rem}.edit-comment-form .edit-buttons button,.edit-reply-form .edit-buttons button{padding:.5rem 1rem;border-radius:var(--border-radius);font-size:var(--font-size-xs);cursor:pointer;transition:all .2s ease}.edit-comment-form .edit-buttons button.cancel-edit-button,.edit-reply-form .edit-buttons button.cancel-edit-button{background:rgba(0,0,0,0);border:1px solid hsla(0,0%,100%,.2);color:var(--text-light)}.edit-comment-form .edit-buttons button.cancel-edit-button:hover,.edit-reply-form .edit-buttons button.cancel-edit-button:hover{background:hsla(0,0%,100%,.1)}.edit-comment-form .edit-buttons button.save-edit-button,.edit-reply-form .edit-buttons button.save-edit-button{background:var(--primary-color);border:none;color:#fff}.edit-comment-form .edit-buttons button.save-edit-button:hover,.edit-reply-form .edit-buttons button.save-edit-button:hover{background:color-mix(in srgb,var(--primary-color),black 5%)}.edit-comment-form .edit-buttons button.save-edit-button:disabled,.edit-reply-form .edit-buttons button.save-edit-button:disabled{opacity:.7;cursor:not-allowed}@media(max-width:var(--breakpoint-sm )){.edit-comment-form,.edit-reply-form{margin:.4rem 0}.edit-comment-form .edit-comment-input,.edit-comment-form .edit-reply-input,.edit-reply-form .edit-comment-input,.edit-reply-form .edit-reply-input{padding:.5rem;font-size:13px;margin-bottom:.4rem}.edit-comment-form .edit-buttons button,.edit-reply-form .edit-buttons button{padding:.4rem .8rem;font-size:12px}}@media(max-width:480px){.edit-comment-form .edit-comment-input,.edit-comment-form .edit-reply-input,.edit-reply-form .edit-comment-input,.edit-reply-form .edit-reply-input{padding:.4rem;font-size:12px}.edit-comment-form .edit-buttons button,.edit-reply-form .edit-buttons button{padding:.35rem .7rem;font-size:11px}}.edited-indicator{font-size:var(--font-size-xs);color:var(--text-light);margin-left:.5rem;font-style:italic}@media(max-width:var(--breakpoint-sm )){.edited-indicator{font-size:10px;margin-left:.35rem}}@keyframes dot-pulse{0%{transform:scale(.8);opacity:.5}50%{transform:scale(1);opacity:1}to{transform:scale(.8);opacity:.5}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes shimmer{to{transform:translateX(100%)}}.media-container .video-preview{position:relative;width:100%;height:100%;overflow:hidden;border-radius:8px;cursor:pointer}.media-container .video-preview .video-thumbnail{width:100%;height:100%;object-fit:cover;display:block;pointer-events:none}.media-container .video-preview .video-play-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;background:rgba(0,0,0,.7);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.media-container .video-preview .video-play-overlay .play-icon{color:#fff;font-size:14px;margin-left:2px}.media-container .video-preview:hover .video-play-overlay{background:rgba(0,0,0,.8);transform:translate(-50%,-50%) scale(1.1)}