#comments{background:var(--card-bg);border:1px solid var(--card-border);border-radius:8px;box-shadow:var(--card-shadow);padding:14px 14px;margin:32px 0;width:100%;box-sizing:border-box}#comments h3{color:var(--text-primary);font-size:18px;margin-bottom:12px}.dark-mode #comments,[class=dark-mode] #comments{background:#23272b;border-color:#44474a;box-shadow:0 2px 8px rgba(0,0,0,.35)}#comment-form .textarea{width:100%;box-sizing:border-box;resize:vertical;margin-bottom:0;min-height:100px}#comment-form .comment-login{display:flex;align-items:center;justify-content:space-between;margin:5px 0;flex-wrap:wrap;gap:10px}#comment-form .comment-login li{list-style:none;display:flex;flex:1 1 32%;height:30px;align-items:center;padding:0;margin:0}#comment-form .comment-login li input{width:100%;height:24px}#comment-form .submit{position:absolute;right:8px;bottom:16px;padding:8px 24px;background:#1976d2;color:#fff;border:1.5px solid #1976d2;border-radius:5px;font-size:15px;cursor:pointer;transition:background .2s,border .2s}#comment-form .submit:hover{background:#1565c0;border-color:#1565c0}.comment-list,ol.comment-list,ul.comment-list{list-style:none;margin:0;padding:0}.comment-list li,ol.comment-list li,ul.comment-list li{display:flex;padding:12px 0;margin:0;flex-wrap:wrap}.comment-author{color:var(--meta-author-color);font-weight:700;margin:0;display:flex;align-items:center;gap:10px;flex:1 1 50%}.comment-meta{color:var(--meta-color);font-size:12px;margin:0;flex:1 1 50%;display:flex;justify-content:right;align-items:center}.comment-content{color:var(--text-primary);margin:0;word-break:break-all;flex:1 1 100%}.cancel-comment-reply,.comment-reply{margin:0;flex:1 1 100%;display:flex;justify-content:right;padding:0 0 5px 0}.cancel-comment-reply a,.comment-reply a{color:var(--meta-author-color);font-size:16px;text-decoration:none;padding:2px 8px;border-radius:4px;background:var(--tag-bg);transition:background .2s,color .2s}.cancel-comment-reply a:hover,.comment-reply a:hover{background:var(--tag-hover-bg);color:var(--tag-hover-color)}[class=comment-list] .respond{width:100%;margin-top:-33px}.comment-children{width:100%}#comments .comment-list li .comment-children{margin-left:40px}#comments .comment-list li .comment-children .comment-children{margin:0}.comment-form{margin-top:18px}.comment-form input,.comment-form textarea{width:100%;padding:8px;border:1px solid var(--border-color);border-radius:6px;background:var(--bg-secondary);color:var(--text-primary);font-size:15px;margin-bottom:10px;box-sizing:border-box;transition:border .2s,background .2s}.comment-form input:focus,.comment-form textarea:focus{border-color:var(--theme);background:var(--card-bg)}.comment-form button{background:var(--theme);color:#fff;border:none;border-radius:6px;padding:7px 18px;font-size:15px;cursor:pointer;transition:background .2s}.comment-form button:hover{background:var(--accent-color)}@media (max-width:768px){#comment-form .comment-login li{flex:1 1 100%}}