.pvh-comments-section{margin-top:24px;padding:24px;background:var(--pvh-bg-elevated,#fff);border-radius:var(--pvh-radius-lg,16px)}.pvh-is-hidden{display:none}.pvh-comments-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;flex-wrap:wrap;gap:12px}.pvh-comments-title{font-size:18px;font-weight:600;margin:0;color:var(--pvh-text,#0f0f0f)}.pvh-comments-count{margin-right:6px}.pvh-comments-sort{display:flex;gap:8px}.pvh-sort-btn{padding:8px 16px!important;background:transparent!important;border:none!important;border-radius:20px!important;font-size:14px!important;font-weight:500!important;color:var(--pvh-text-secondary,#606060)!important;cursor:pointer!important;transition:all 0.2s ease!important}.pvh-sort-btn:hover{background:var(--pvh-bg,#f2f2f2)}.pvh-sort-btn.active{background:var(--pvh-dark,#0f0f0f);color:#fff}.pvh-login-prompt{padding:20px;background:var(--pvh-bg,#f2f2f2);border-radius:12px;text-align:center;margin-bottom:24px}.pvh-login-prompt p{margin:0;color:var(--pvh-text-secondary,#606060)}.pvh-login-prompt a{color:var(--pvh-primary,#ff0000);text-decoration:none;font-weight:600}.pvh-login-prompt a:hover{text-decoration:underline}.pvh-comment-form-wrapper{margin-bottom:24px}.pvh-comment-form{display:flex;gap:12px;align-items:flex-start}.pvh-comment-avatar img{width:40px;height:40px;border-radius:50%;object-fit:cover}.pvh-comment-input-wrapper{flex:1;min-width:0}.pvh-comment-input{width:100%;min-height:40px;padding:10px 0;border:none;border-bottom:1px solid var(--pvh-border,#e5e5e5);font-size:14px;line-height:1.5;color:var(--pvh-text,#0f0f0f);outline:none;transition:border-color 0.2s;word-wrap:break-word;overflow-wrap:break-word}.pvh-comment-input:empty:before{content:attr(data-placeholder);color:var(--pvh-text-muted,#909090);pointer-events:none}.pvh-comment-input:focus{border-bottom-color:var(--pvh-dark,#0f0f0f)}.pvh-comment-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:12px;opacity:0;height:0;overflow:hidden;transition:all 0.2s ease}.pvh-comment-form.active .pvh-comment-actions{opacity:1;height:auto}.pvh-btn{padding:10px 16px;border:none;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease}.pvh-btn:disabled{opacity:.5;cursor:not-allowed}.pvh-btn-cancel{background:#fff0;color:var(--pvh-text,#0f0f0f)}.pvh-btn-cancel:hover{background:var(--pvh-bg,#f2f2f2)}.pvh-btn-submit{background:var(--pvh-primary,#ff0000);color:#fff}.pvh-btn-submit:hover:not(:disabled){background:var(--pvh-primary-hover,#cc0000)}.pvh-btn-load-more{background:var(--pvh-bg,#f2f2f2);color:var(--pvh-text,#0f0f0f);width:100%;padding:12px 24px}.pvh-btn-load-more:hover{background:var(--pvh-border,#e5e5e5)}.pvh-comments-list{display:flex;flex-direction:column;gap:0}.pvh-comments-loading{display:flex;justify-content:center;padding:40px}.pvh-spinner{width:32px;height:32px;border:3px solid var(--pvh-border,#e5e5e5);border-top-color:var(--pvh-primary,#ff0000);border-radius:50%;animation:pvh-spin 0.8s linear infinite}@keyframes pvh-spin{to{transform:rotate(360deg)}}.pvh-comment{display:flex;gap:12px;padding:12px 0}.pvh-comment-body{flex:1;min-width:0}.pvh-comment-header{display:flex;align-items:center;gap:8px;margin-bottom:4px;flex-wrap:wrap}.pvh-comment-author{font-size:13px;font-weight:600;color:var(--pvh-text,#0f0f0f)}.pvh-comment-author-link{text-decoration:none;transition:color 0.2s ease}.pvh-comment-author-link:hover{color:var(--pvh-primary,#ff0000)}.pvh-comment-author.is-owner{background:var(--pvh-bg,#f2f2f2);padding:2px 8px;border-radius:10px}.pvh-comment-time{font-size:12px;color:var(--pvh-text-muted,#909090)}.pvh-comment-edited{font-size:12px;color:var(--pvh-text-muted,#909090);font-style:italic}.pvh-comment-content{font-size:14px;line-height:1.6;color:var(--pvh-text,#0f0f0f);word-wrap:break-word;overflow-wrap:break-word;margin-bottom:8px}.pvh-mention{color:var(--pvh-primary,#ff0000);font-weight:500;background:var(--pvh-primary-light,rgb(255 0 0 / .1));padding:1px 4px;border-radius:4px}.pvh-comment-footer{display:flex;align-items:center;gap:4px;margin-top:4px}.pvh-vote-btn{display:inline-flex!important;align-items:center!important;gap:4px!important;padding:6px 8px!important;background:transparent!important;border:none!important;border-radius:16px!important;font-size:12px!important;color:#606060!important;cursor:pointer!important;transition:all 0.2s ease!important}.pvh-vote-btn:hover{background:rgb(0 0 0 / .05)!important;color:#065fd4!important}.pvh-vote-btn:hover svg{fill:#065fd4!important}.pvh-vote-btn.pvh-dislike-btn:hover{color:#606060!important}.pvh-vote-btn.pvh-dislike-btn:hover svg{fill:#606060!important}.pvh-vote-btn.active{color:#065fd4!important}.pvh-vote-btn.active svg{fill:#065fd4!important}.pvh-vote-btn.active.pvh-dislike-btn{color:#0f0f0f!important}.pvh-vote-btn.active.pvh-dislike-btn svg{fill:#0f0f0f!important}.pvh-vote-btn svg{width:16px!important;height:16px!important;fill:#606060!important;transition:fill 0.2s ease!important}.pvh-dislike-btn svg{transform:scaleY(-1)}.pvh-reply-btn{display:inline-flex!important;align-items:center!important;padding:6px 12px!important;background:transparent!important;border:none!important;border-radius:16px!important;font-size:12px!important;font-weight:500!important;color:#606060!important;cursor:pointer!important;transition:all 0.2s ease!important}.pvh-reply-btn:hover{background:rgb(0 0 0 / .05)!important;color:#065fd4!important}.pvh-comment-right-actions{display:flex;align-items:center;gap:4px;margin-left:auto}.pvh-comment-menu{position:relative}.pvh-comments-section .pvh-menu-btn{display:flex!important;align-items:center!important;justify-content:center!important;width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;background:transparent!important;background-color:transparent!important;border:none!important;border-width:0!important;border-radius:50%!important;cursor:pointer!important;color:#606060!important;padding:0!important;margin:0!important;box-shadow:none!important;transition:background 0.2s!important;line-height:1!important}.pvh-comments-section .pvh-menu-btn:hover{background:#f2f2f2!important;background-color:#f2f2f2!important}.pvh-comments-section .pvh-menu-btn svg{width:20px!important;height:20px!important;display:block!important;fill:#606060!important}.pvh-comments-section .pvh-menu-dropdown{position:absolute;bottom:100%;top:auto;right:0;min-width:120px;background:#fff!important;background-color:#fff!important;border-radius:8px!important;box-shadow:none;z-index:99999!important;opacity:0;visibility:hidden;transform:translateY(8px);transition:all 0.2s ease;pointer-events:none;overflow:visible!important;margin-bottom:4px}.pvh-comments-section .pvh-menu-dropdown.active{opacity:1;visibility:visible;transform:translateY(0);box-shadow:0 4px 16px rgb(0 0 0 / .15)!important;pointer-events:auto}.pvh-comments-section .pvh-menu-item{display:flex!important;align-items:center!important;gap:8px!important;width:100%!important;padding:10px 16px!important;background:none!important;background-color:transparent!important;border:none!important;border-width:0!important;font-size:14px!important;color:#0f0f0f!important;cursor:pointer!important;text-align:left!important;transition:background 0.2s!important;box-shadow:none!important;border-radius:0!important;line-height:1.4!important;margin:0!important}.pvh-comments-section .pvh-menu-item:hover{background:#f2f2f2!important;background-color:#f2f2f2!important}.pvh-comments-section .pvh-menu-item:first-child{border-radius:8px 8px 0 0!important}.pvh-comments-section .pvh-menu-item:last-child{border-radius:0 0 8px 8px!important}.pvh-comments-section .pvh-menu-item:only-child{border-radius:8px!important}.pvh-comments-section .pvh-menu-item.pvh-delete-btn{color:#d93025!important}.pvh-view-replies-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background:#fff0;border:none;border-radius:16px;font-size:12px;font-weight:500;color:var(--pvh-primary,#ff0000);cursor:pointer;transition:background 0.2s}.pvh-view-replies-btn:hover{background:rgb(8 8 8 / 62%)}.pvh-view-replies-btn svg{width:16px;height:16px;transition:transform 0.2s;flex-shrink:0}.pvh-view-replies-btn.expanded svg{transform:rotate(180deg)}.pvh-replies-wrapper{margin-top:4px;margin-left:52px}.pvh-replies-list{display:none;flex-direction:column;gap:0;padding-left:0}.pvh-replies-list.active{display:flex}.pvh-replies-list .pvh-comment{padding-left:0}.pvh-replies-load-more-wrapper{margin-top:12px}.pvh-replies-load-more-wrapper .pvh-btn-load-more{width:auto;min-width:180px}.pvh-replies-list .pvh-comment-avatar img{width:24px;height:24px}.pvh-reply-form-wrapper{margin-top:0;margin-left:52px;margin-bottom:12px;display:none}.pvh-reply-form-wrapper.active{display:block}.pvh-reply-form .pvh-comment-avatar img{width:32px;height:32px}.pvh-reply-form .pvh-comment-input-wrapper{flex:1}.pvh-reply-form .pvh-comment-actions{opacity:1;height:auto}.pvh-comment.editing .pvh-comment-content{display:none}.pvh-comment.editing .pvh-comment-footer{display:none}.pvh-edit-form{display:none}.pvh-comment.editing .pvh-edit-form{display:block}.pvh-edit-input{width:100%;min-height:60px;padding:12px;border:1px solid var(--pvh-border,#e5e5e5);border-radius:8px;font-size:14px;line-height:1.5;color:var(--pvh-text,#0f0f0f);resize:vertical;font-family:inherit}.pvh-edit-input:focus{outline:none;border-color:var(--pvh-dark,#0f0f0f)}.pvh-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.pvh-no-comments{text-align:center;padding:40px 20px;color:var(--pvh-text-secondary,#606060)}.pvh-no-comments-icon{width:64px;height:64px;margin:0 auto 16px;color:var(--pvh-border,#e5e5e5)}.pvh-load-more-wrapper{margin-top:16px}@media screen and (max-width:768px){.pvh-comments-section{padding:16px;border-radius:var(--pvh-radius,12px)}.pvh-comments-header{flex-direction:column;align-items:flex-start}.pvh-replies-wrapper{margin-left:32px}.pvh-reply-form-wrapper{margin-left:32px}}@media screen and (max-width:576px){.pvh-comments-section{padding:16px 12px;margin-top:16px;border-radius:0}.pvh-comment-avatar img{width:32px;height:32px}.pvh-replies-wrapper{margin-left:20px}.pvh-reply-form-wrapper{margin-left:20px}.pvh-replies-list .pvh-comment-avatar img{width:28px;height:28px}.pvh-sort-btn{padding:6px 12px;font-size:13px}}.pvh-pending-message{display:flex;align-items:center;gap:10px;padding:12px 16px;margin-top:12px;background:linear-gradient(135deg,#fef3c7 0%,#fde68a 100%);border:1px solid #f59e0b;border-radius:8px;color:#92400e;font-size:14px;font-weight:500;animation:pvh-pending-fade-in 0.3s ease}.pvh-pending-message svg{width:20px;height:20px;flex-shrink:0;stroke:#f59e0b}@keyframes pvh-pending-fade-in{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}