.CommentSection-module__KZELiW__commentSection{--primary:#1a7a2e;--primary-d:#145f24;--primary-lt:#eaf6ec;--accent:#4caf50;--amber:#f59e0b;--red:#dc2626;--bg:#eef2f8;--card:#fff;--border:#e0e7ef;--text:#0f172a;--muted:#64748b;--subtle:#f1f5fb;--radius:14px;--radius-sm:9px;--transition-speed:.18s;-webkit-font-smoothing:antialiased;color:var(--text);width:100%;max-width:860px;margin:0 auto;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.CommentSection-module__KZELiW__sectionDivider{align-items:center;gap:16px;margin-bottom:32px;display:flex}.CommentSection-module__KZELiW__sectionDivider:before,.CommentSection-module__KZELiW__sectionDivider:after{content:"";background:var(--border);flex:1;height:1px}.CommentSection-module__KZELiW__dividerLabel{color:var(--text);letter-spacing:-.3px;white-space:nowrap;align-items:center;gap:9px;font-size:18px;font-weight:800;display:flex}.CommentSection-module__KZELiW__dividerLabel i{color:var(--primary);font-size:16px}.CommentSection-module__KZELiW__commentCountPill{background:var(--primary-lt);color:var(--primary);border-radius:20px;padding:3px 10px;font-size:12px;font-weight:700}.CommentSection-module__KZELiW__errorMessage{color:var(--red);border-radius:var(--radius-sm);background-color:#fef2f2;border:1px solid #fee2e2;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.85rem 1rem;font-size:.875rem;font-weight:500;display:flex}.CommentSection-module__KZELiW__closeErrorBtn{color:var(--red);cursor:pointer;opacity:.7;transition:opacity var(--transition-speed);background:0 0;border:none;flex-shrink:0;font-size:1.125rem;font-weight:700;line-height:1}.CommentSection-module__KZELiW__closeErrorBtn:hover{opacity:1}.CommentSection-module__KZELiW__writeCard{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-bottom:28px;padding:22px 24px;box-shadow:0 2px 12px #0000000a}.CommentSection-module__KZELiW__writeHeader{align-items:center;gap:12px;margin-bottom:16px;display:flex}.CommentSection-module__KZELiW__writeAvatar{background:linear-gradient(135deg, var(--primary) 0%, #4caf50 100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:14px;font-weight:800;display:flex;box-shadow:0 2px 8px #1a7a2e40}.CommentSection-module__KZELiW__writeUserInfo .CommentSection-module__KZELiW__writeName{font-size:14px;font-weight:700}.CommentSection-module__KZELiW__writeUserInfo .CommentSection-module__KZELiW__writeRole{color:var(--muted);font-size:11.5px}.CommentSection-module__KZELiW__writeTextarea{border:1.5px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);background:var(--subtle);resize:vertical;outline:none;min-height:96px;padding:14px 16px;font-family:inherit;font-size:14px;line-height:1.6;transition:border .2s,background .2s,box-shadow .2s}.CommentSection-module__KZELiW__writeTextarea::placeholder{color:#94a3b8}.CommentSection-module__KZELiW__writeTextarea:focus{border-color:var(--accent);background:#fff;box-shadow:0 0 0 3px #4caf501a}.CommentSection-module__KZELiW__writeTextarea.CommentSection-module__KZELiW__fieldError{border-color:var(--red)!important}.CommentSection-module__KZELiW__writeFooter{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.CommentSection-module__KZELiW__charCounter{color:var(--muted);font-size:11.5px}.CommentSection-module__KZELiW__charCounter span{color:var(--primary);font-weight:600}.CommentSection-module__KZELiW__btnPost{background:var(--primary);color:#fff;border-radius:var(--radius-sm);cursor:pointer;border:none;align-items:center;gap:7px;padding:10px 22px;font-family:inherit;font-size:13.5px;font-weight:700;transition:background .2s,transform .15s,box-shadow .2s;display:inline-flex}.CommentSection-module__KZELiW__btnPost:hover:not(:disabled){background:var(--primary-d);transform:translateY(-1px);box-shadow:0 4px 14px #1a7a2e4d}.CommentSection-module__KZELiW__btnPost:disabled{cursor:not-allowed;box-shadow:none;background:#c8d9cb;transform:none}.CommentSection-module__KZELiW__commentsToolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px;display:flex}.CommentSection-module__KZELiW__toolbarLabel{color:var(--muted);font-size:13px;font-weight:600}.CommentSection-module__KZELiW__sortTabs{gap:4px;display:flex}.CommentSection-module__KZELiW__sortTab{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:20px;padding:6px 14px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .15s}.CommentSection-module__KZELiW__sortTab:hover{border-color:var(--accent);color:var(--primary)}.CommentSection-module__KZELiW__sortTabActive{background:var(--primary);border-color:var(--primary);color:#fff}.CommentSection-module__KZELiW__sortTabActive:hover{background:var(--primary-d);border-color:var(--primary-d);color:#fff}.CommentSection-module__KZELiW__commentList{flex-direction:column;gap:14px;margin-bottom:24px;display:flex}.CommentSection-module__KZELiW__commentCard{background:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:16px;padding:16px 20px}.CommentSection-module__KZELiW__commentNodeNested{margin-top:12px;position:relative}.CommentSection-module__KZELiW__commentNodeNested:before{content:"";border-left:2px solid #e5e7eb;position:absolute;top:-12px;bottom:0;left:-24px}.CommentSection-module__KZELiW__commentNodeNested:after{content:"";border-top:2px solid #e5e7eb;width:24px;position:absolute;top:16px;left:-24px}.CommentSection-module__KZELiW__commentNodeNested:last-child:before{border-bottom:2px solid #e5e7eb;border-bottom-left-radius:10px;width:24px;height:28px;bottom:auto}.CommentSection-module__KZELiW__commentNodeNested:last-child:after{display:none}.CommentSection-module__KZELiW__commentRow{gap:12px;display:flex}.CommentSection-module__KZELiW__avatar{color:#fff;transition:transform var(--transition-speed);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:800;display:flex;box-shadow:0 2px 6px #0000001f}.CommentSection-module__KZELiW__commentCard:hover .CommentSection-module__KZELiW__avatar{transform:scale(1.04)}.CommentSection-module__KZELiW__avatarLg{width:40px;height:40px;font-size:14px}.CommentSection-module__KZELiW__avatarMd{width:36px;height:36px;font-size:13px}.CommentSection-module__KZELiW__avatarSm{width:32px;height:32px;font-size:12px}.CommentSection-module__KZELiW__commentBody{flex-direction:column;flex:1;min-width:0;display:flex}.CommentSection-module__KZELiW__commentHeader{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:6px;line-height:1.2;display:flex}.CommentSection-module__KZELiW__authorName{color:#111827;font-size:15px;font-weight:700}.CommentSection-module__KZELiW__verifiedBadge{color:#166534;letter-spacing:.3px;background:#dcfce7;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.CommentSection-module__KZELiW__moderatorBadge{color:#c2410c;letter-spacing:.3px;background:#ffedd5;border-radius:20px;padding:2px 8px;font-size:11px;font-weight:700}.CommentSection-module__KZELiW__commentDate{color:#6b7280;width:100%;font-size:13px;font-weight:500}.CommentSection-module__KZELiW__commentDate i{margin-right:4px;font-size:11px}.CommentSection-module__KZELiW__commentText{color:#374151;white-space:pre-wrap;word-break:break-word;margin-bottom:12px;font-size:14px;line-height:1.5}.CommentSection-module__KZELiW__replyingToBadge{color:#10b981;background:#d1fae5;border-radius:20px;align-items:center;gap:4px;width:fit-content;margin-bottom:8px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-flex}.CommentSection-module__KZELiW__actionsBar{align-items:center;gap:12px;display:flex}.CommentSection-module__KZELiW__actionBtn{color:#4b5563;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-family:inherit;font-size:13px;font-weight:600;transition:all .15s;display:inline-flex}.CommentSection-module__KZELiW__actionBtn:hover{color:#111827;background:#f9fafb}.CommentSection-module__KZELiW__actionBtn i{font-size:12px}.CommentSection-module__KZELiW__deleteBtn:hover{color:#dc2626;background:#fef2f2;border-color:#fca5a5}.CommentSection-module__KZELiW__voteControls{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:20px;align-items:center;gap:6px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.CommentSection-module__KZELiW__voteBtn{cursor:pointer;color:#dc2626;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:12px;display:flex}.CommentSection-module__KZELiW__expandControls{margin-top:12px;margin-left:20px;padding-left:24px}.CommentSection-module__KZELiW__btnExpand{color:#3b82f6;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:8px;padding:4px 8px;font-size:13px;font-weight:600;transition:background .2s;display:inline-flex}.CommentSection-module__KZELiW__btnExpand:hover{background:#eff6ff}.CommentSection-module__KZELiW__repliesArea{margin-top:0;margin-left:20px;padding-left:24px}.CommentSection-module__KZELiW__replyBox{background:var(--subtle);border:1.5px solid var(--border);border-radius:var(--radius-sm);margin-top:14px;padding:14px}.CommentSection-module__KZELiW__replyTextarea{border:1.5px solid var(--border);resize:vertical;width:100%;min-height:70px;color:var(--text);background:#fff;border-radius:7px;outline:none;padding:10px 13px;font-family:inherit;font-size:13px;line-height:1.6;transition:border .2s,box-shadow .2s}.CommentSection-module__KZELiW__replyTextarea::placeholder{color:#94a3b8}.CommentSection-module__KZELiW__replyTextarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4caf501a}.CommentSection-module__KZELiW__replyTextarea.CommentSection-module__KZELiW__fieldError{border-color:var(--red)!important}.CommentSection-module__KZELiW__replyBoxFooter{justify-content:flex-end;gap:8px;margin-top:10px;display:flex}.CommentSection-module__KZELiW__inlineFormPanel{background-color:var(--subtle);border:1px solid var(--border);border-radius:var(--radius-sm);margin-top:.9rem;padding:1.1rem;position:relative}.CommentSection-module__KZELiW__inlineFormTitle{color:var(--text);justify-content:space-between;align-items:center;margin-bottom:.85rem;font-size:.85rem;font-weight:700;display:flex}.CommentSection-module__KZELiW__cancelBtn{border:1.5px solid var(--border);color:var(--muted);cursor:pointer;background:#fff;border-radius:7px;padding:7px 16px;font-family:inherit;font-size:12.5px;font-weight:600;transition:all .15s}.CommentSection-module__KZELiW__cancelBtn:hover{color:var(--text);border-color:#94a3b8}.CommentSection-module__KZELiW__replySubmitBtn,.CommentSection-module__KZELiW__submitBtn{background:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:7px;align-items:center;gap:6px;padding:7px 18px;font-family:inherit;font-size:12.5px;font-weight:700;transition:background .2s;display:inline-flex}.CommentSection-module__KZELiW__replySubmitBtn:hover:not(:disabled),.CommentSection-module__KZELiW__submitBtn:hover:not(:disabled){background:var(--primary-d)}.CommentSection-module__KZELiW__replySubmitBtn:disabled,.CommentSection-module__KZELiW__submitBtn:disabled{opacity:.6;cursor:not-allowed}.CommentSection-module__KZELiW__formGroup{flex-direction:column;gap:.4rem;margin-bottom:1.1rem;display:flex}.CommentSection-module__KZELiW__fieldLabel{color:var(--text);font-size:.82rem;font-weight:600}.CommentSection-module__KZELiW__textareaField{border:1.5px solid var(--border);width:100%;color:var(--text);transition:border-color var(--transition-speed), box-shadow var(--transition-speed);resize:vertical;background-color:#fff;border-radius:7px;outline:none;min-height:90px;padding:.7rem .9rem;font-family:inherit;font-size:.9rem;line-height:1.5}.CommentSection-module__KZELiW__textareaField::placeholder{color:#94a3b8}.CommentSection-module__KZELiW__textareaField:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4caf501a}.CommentSection-module__KZELiW__textareaField.CommentSection-module__KZELiW__fieldError{border-color:var(--red)!important}.CommentSection-module__KZELiW__errorFeedback{color:var(--red);margin-top:.1rem;font-size:.76rem;font-weight:500}.CommentSection-module__KZELiW__cancelTextLink{color:var(--red);cursor:pointer;background:#fee2e2;border:1px solid #fca5a5;border-radius:6px;justify-content:center;align-items:center;padding:8px 16px;font-size:.875rem;font-weight:600;transition:all .2s;display:inline-flex}.CommentSection-module__KZELiW__cancelTextLink:hover{color:#b91c1c;background:#fecaca;border-color:#ef4444}.CommentSection-module__KZELiW__cancelTextLink:active{transform:scale(.98)}.CommentSection-module__KZELiW__cancelTextLink:focus-visible{outline-offset:2px;outline:2px solid #ef4444}.CommentSection-module__KZELiW__mainFormContainer{background-color:var(--card);border:1px solid var(--border);border-radius:var(--radius);margin-top:2rem;padding:1.5rem 1.5rem 1.75rem;box-shadow:0 1px 8px #00000008}.CommentSection-module__KZELiW__mainFormTitle{letter-spacing:-.01em;color:var(--text);margin-bottom:.3rem;font-size:1.15rem;font-weight:700}.CommentSection-module__KZELiW__formSubtitle{color:var(--muted);margin-bottom:1.4rem;font-size:.82rem}.CommentSection-module__KZELiW__formRow{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.15rem;display:grid}@media (max-width:640px){.CommentSection-module__KZELiW__formRow{grid-template-columns:1fr}}.CommentSection-module__KZELiW__inputField{border:1.5px solid var(--border);width:100%;color:var(--text);transition:border-color var(--transition-speed), box-shadow var(--transition-speed);background-color:#fff;border-radius:7px;outline:none;padding:.7rem .9rem;font-family:inherit;font-size:.9rem}.CommentSection-module__KZELiW__inputField::placeholder{color:#94a3b8}.CommentSection-module__KZELiW__inputField:focus{border-color:var(--accent);box-shadow:0 0 0 3px #4caf501a}.CommentSection-module__KZELiW__inputField.CommentSection-module__KZELiW__fieldError{border-color:var(--red)!important}.CommentSection-module__KZELiW__requiredStar{color:var(--red)}.CommentSection-module__KZELiW__checkboxGroup{align-items:flex-start;gap:.6rem;margin-bottom:1.4rem;display:flex}.CommentSection-module__KZELiW__checkboxInput{width:16px;height:16px;accent-color:var(--primary);cursor:pointer;flex-shrink:0;margin-top:.2rem}.CommentSection-module__KZELiW__checkboxLabel{color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:.82rem;line-height:1.45}.CommentSection-module__KZELiW__skeletonContainer{flex-direction:column;gap:1.1rem;margin-bottom:2rem;display:flex}.CommentSection-module__KZELiW__skeletonItem{border:1px solid var(--border);border-radius:var(--radius);background-color:var(--card);gap:.9rem;padding:1.1rem 1.25rem;display:flex}.CommentSection-module__KZELiW__skeletonItemReply{background-color:#0000;border:none;padding:0}.CommentSection-module__KZELiW__skeletonAvatar{background:linear-gradient(90deg,#f1f5f9 25%,#e5e7eb 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:50%;flex-shrink:0;width:38px;height:38px;animation:1.5s infinite CommentSection-module__KZELiW__loadingShimmer}.CommentSection-module__KZELiW__skeletonContent{flex-direction:column;flex-grow:1;justify-content:center;gap:.55rem;display:flex}.CommentSection-module__KZELiW__skeletonLine{background:linear-gradient(90deg,#f1f5f9 25%,#e5e7eb 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:4px;height:.75rem;animation:1.5s infinite CommentSection-module__KZELiW__loadingShimmer}.CommentSection-module__KZELiW__skeletonLineTitle{width:28%;height:.85rem}.CommentSection-module__KZELiW__skeletonLineText{width:85%}.CommentSection-module__KZELiW__skeletonLineTextShort{width:55%}@keyframes CommentSection-module__KZELiW__loadingShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.CommentSection-module__KZELiW__emptyComments{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);text-align:center;padding:56px 24px}.CommentSection-module__KZELiW__emptyIcon{background:var(--primary-lt);width:72px;height:72px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 18px;font-size:28px;display:flex}.CommentSection-module__KZELiW__emptyComments h3{margin-bottom:7px;font-size:17px;font-weight:800}.CommentSection-module__KZELiW__emptyComments p{color:var(--muted);max-width:360px;margin:0 auto;font-size:13.5px}.CommentSection-module__KZELiW__loadMoreWrap{text-align:center;margin-top:24px}.CommentSection-module__KZELiW__btnLoadMore{border:2px solid var(--primary);color:var(--primary);cursor:pointer;background:#fff;border-radius:22px;align-items:center;gap:8px;padding:12px 30px;font-family:inherit;font-size:13.5px;font-weight:700;transition:all .2s;display:inline-flex}.CommentSection-module__KZELiW__btnLoadMore:hover{background:var(--primary);color:#fff;box-shadow:0 4px 16px #1a7a2e40}.CommentSection-module__KZELiW__loadMoreHint{color:var(--muted);margin-top:8px;font-size:12px}.CommentSection-module__KZELiW__actionBtn:focus-visible,.CommentSection-module__KZELiW__cancelBtn:focus-visible,.CommentSection-module__KZELiW__submitBtn:focus-visible,.CommentSection-module__KZELiW__replySubmitBtn:focus-visible,.CommentSection-module__KZELiW__btnPost:focus-visible,.CommentSection-module__KZELiW__btnLoadMore:focus-visible,.CommentSection-module__KZELiW__closeErrorBtn:focus-visible,.CommentSection-module__KZELiW__sortTab:focus-visible{outline:2px solid var(--primary);outline-offset:2px;border-radius:4px}@media (max-width:640px){.CommentSection-module__KZELiW__commentText,.CommentSection-module__KZELiW__commentActions,.CommentSection-module__KZELiW__repliesArea,.CommentSection-module__KZELiW__replyBox{margin-left:0;padding-left:0}.CommentSection-module__KZELiW__writeFooter{flex-direction:column;align-items:flex-end}.CommentSection-module__KZELiW__commentsToolbar{flex-direction:column;align-items:flex-start}.CommentSection-module__KZELiW__commentCard{padding:16px}.CommentSection-module__KZELiW__avatarLg{width:32px;height:32px;font-size:11px}.CommentSection-module__KZELiW__repliesArea{margin-left:30px;padding-left:12px}.CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__repliesArea{margin-left:20px;padding-left:10px}}@media (max-width:480px){.CommentSection-module__KZELiW__commentCard{gap:10px;padding:14px}.CommentSection-module__KZELiW__repliesArea{margin-left:20px;padding-left:10px}.CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__repliesArea{margin-left:12px;padding-left:8px}.CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__commentNode .CommentSection-module__KZELiW__repliesArea{margin-left:8px;padding-left:6px}.CommentSection-module__KZELiW__writeCard{padding:16px}.CommentSection-module__KZELiW__btnLoadMore{padding:10px 20px;font-size:12.5px}}@media (prefers-reduced-motion:reduce){.CommentSection-module__KZELiW__btnSpinner,.CommentSection-module__KZELiW__skeletonAvatar,.CommentSection-module__KZELiW__skeletonLine{animation-duration:2.5s}.CommentSection-module__KZELiW__commentCard:hover .CommentSection-module__KZELiW__avatar,.CommentSection-module__KZELiW__btnPost:hover:not(:disabled){transform:none}}
