/* Comments Section */
body .wrapper .content-area .main-feed .comments-section { background: #111118; border-radius: 12px; border: 1px solid #1e1e2a; padding: 20px; margin-bottom: 16px; }
body .wrapper .content-area .main-feed .comments-section .comments-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 20px; }
body .wrapper .content-area .main-feed .comments-section .comments-header .comments-count { font-size: 14px; font-weight: 700; color: #f0f0f5; }
body .wrapper .content-area .main-feed .comments-section .comments-header .comments-sort { font-size: 13px; color: #6a6a80; cursor: pointer; }
body .wrapper .content-area .main-feed .comments-section .comment-form { display: flex; gap: 12px; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid #1e1e2a; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-avatar { width: 36px; height: 36px; border-radius: 50%; background: #1a1a25; display: flex; align-items: center; justify-content: center; color: #6a6a80; font-size: 14px; font-weight: 700; flex-shrink: 0; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-input-wrap { flex: 1; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-input-wrap .comment-textarea { width: 100%; min-height: 80px; background: #0e0e15; border: 1px solid #2a2a35; border-radius: 8px; padding: 12px; color: #d1d1d6; font-size: 14px; font-family: inherit; resize: vertical; outline: none; transition: border-color 0.2s; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-input-wrap .comment-textarea:focus { border-color: #d4af37; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-input-wrap .comment-submit { margin-top: 8px; padding: 8px 20px; background: #d4af37; color: #0a0a0f; border: none; border-radius: 20px; font-size: 13px; font-weight: 700; cursor: pointer; transition: background 0.15s; }
body .wrapper .content-area .main-feed .comments-section .comment-form .comment-input-wrap .comment-submit:hover { background: #f0d060; }
body .wrapper .content-area .main-feed .comments-section .comment { padding-left: 0; margin-bottom: 4px; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main { display: flex; gap: 10px; padding: 10px 0; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-thread-line { width: 2px; background: #1e1e2a; flex-shrink: 0; margin: 0 9px; cursor: pointer; transition: background 0.15s; border-radius: 1px; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-thread-line:hover { background: #d4af37; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body { flex: 1; min-width: 0; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-meta { font-size: 12px; color: #6a6a80; margin-bottom: 4px; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-meta .comment-user { color: #00b894; font-weight: 600; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-meta .comment-score { color: #d4af37; font-weight: 700; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-text { font-size: 14px; color: #d1d1d6; line-height: 25px; margin-bottom: 6px; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-actions { display: flex; gap: 4px; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-actions .comment-action { font-size: 12px; font-weight: 600; color: #6a6a80; cursor: pointer; padding: 2px 6px; border-radius: 4px; transition: all 0.15s; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-main .comment-body .comment-actions .comment-action:hover { background: #1a1a25; color: #d1d1d6; }
body .wrapper .content-area .main-feed .comments-section .comment .comment-replies { padding-left: 20px; }
