:root,#hbcmt-wrapper{--hbcmt-primary:#2563eb;--hbcmt-primary-hover:#1d4ed8;--hbcmt-secondary:#6c757d;--hbcmt-success:#28a745;--hbcmt-danger:#dc3545;--hbcmt-warning:#ffc107;--hbcmt-light:#f8f9fa;--hbcmt-dark:#1e293b;--hbcmt-border:#e2e8f0;--hbcmt-muted:#64748b;--hbcmt-radius:10px;--hbcmt-radius-sm:6px}#hbcmt-wrapper{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:15px;line-height:1.65;color:var(--hbcmt-dark)}#hbcmt-form-card{border:1px solid var(--hbcmt-border);border-radius:var(--hbcmt-radius);background:#fff}#hbcmt-form .form-control{border:1.5px solid var(--hbcmt-border);border-radius:var(--hbcmt-radius-sm);padding:10px 14px;font-size:14px;transition:border-color 0.2s ease,box-shadow 0.2s ease;background:#fafbfc}#hbcmt-form .form-control:focus{border-color:var(--hbcmt-primary);box-shadow:0 0 0 3px rgba(37,99,235,.12);background:#fff;outline:none}#hbcmt-form .form-control.is-invalid{border-color:var(--hbcmt-danger);box-shadow:0 0 0 3px rgba(220,53,69,.1)}#hbcmt-form .form-control.is-valid{border-color:var(--hbcmt-success)}#hbcmt-form textarea.form-control{resize:vertical;min-height:110px}#hbcmt-form .btn-primary,#hbcmt-reply-modal .btn-primary{background-color:var(--hbcmt-primary);border-color:var(--hbcmt-primary);border-radius:var(--hbcmt-radius-sm);padding:9px 22px;font-weight:600;font-size:14px;letter-spacing:.01em;transition:background-color 0.2s ease}#hbcmt-form .btn-primary:hover,#hbcmt-reply-modal .btn-primary:hover{background-color:var(--hbcmt-primary-hover);border-color:var(--hbcmt-primary-hover)}.hbcmt-comment{position:relative}.hbcmt-card{border:none;border-radius:var(--hbcmt-radius);background:#f7f8fa}.hbcmt-card-body{padding:14px 16px;border-radius:var(--hbcmt-radius)}.hbcmt-avatar{width:40px;height:40px;object-fit:cover;border:2px solid #fff;box-shadow:0 0 0 1px var(--hbcmt-border);border-radius:50%;flex-shrink:0}.hbcmt-author-name{color:var(--hbcmt-dark);font-weight:700;font-size:14px;text-decoration:none}.comment-content{color:#374151;font-size:14.5px;line-height:1.7}.comment-content p:last-child{margin-bottom:0}.hbcmt-actions{flex-wrap:wrap}.hbcmt-action-btn{border:none;background:none;padding:0;margin:0;font-size:13px;color:var(--hbcmt-muted);cursor:pointer;display:inline-flex;align-items:center;gap:4px;line-height:1;transition:color 0.15s ease}.hbcmt-action-btn i{font-size:14px}.hbcmt-action-btn:focus{outline:none}.hbcmt-like-btn.active{color:var(--hbcmt-danger)}.hbcmt-like-btn.active i{color:var(--hbcmt-danger)}.hbcmt-like-btn.loading{opacity:0.5;pointer-events:none}.hbcmt-delete-btn{color:#ef4444}.hbcmt-save-edit{color:var(--hbcmt-success);font-weight:700}.hbcmt-cancel-edit{color:var(--hbcmt-muted)}.hbcmt-read-more,.hbcmt-toggle-replies{font-size:12px;color:var(--hbcmt-primary);gap:3px}.hbcmt-edit-textarea{font-size:14px}.hbcmt-replies{position:relative;padding-left:0}.hbcmt-replies::before{content:'';position:absolute;left:-16px;top:8px;bottom:8px;width:2px;background:var(--hbcmt-primary);opacity:.35;border-radius:2px}#hbcmt-load-more{border-radius:22px;padding:10px 28px;font-weight:600;font-size:14px;border:1.5px solid var(--hbcmt-primary);color:var(--hbcmt-primary);background:transparent;transition:background-color 0.2s ease,color 0.2s ease}#hbcmt-load-more:hover{background-color:var(--hbcmt-primary);color:#fff}#hbcmt-messages .alert{border-radius:var(--hbcmt-radius-sm);border:none;font-size:14px}.alert-success{background-color:rgba(40,167,69,.1);color:#166534}.alert-danger{background-color:rgba(220,53,69,.09);color:#7f1d1d}#hbcmt-reply-modal .modal-content{border-radius:var(--hbcmt-radius);border:1px solid var(--hbcmt-border)}#hbcmt-reply-modal .modal-header{border-bottom:1px solid var(--hbcmt-border);border-radius:var(--hbcmt-radius) var(--hbcmt-radius) 0 0;background:var(--hbcmt-light)}#hbcmt-reply-modal .modal-footer{border-top:1px solid var(--hbcmt-border);background:var(--hbcmt-light)}#hbcmt-reply-to{border-left:4px solid var(--hbcmt-primary);background-color:var(--hbcmt-light);border-radius:0 var(--hbcmt-radius-sm) var(--hbcmt-radius-sm) 0;padding:10px 14px;font-size:13px}#hbcmt-reply-modal .form-control{border:1.5px solid var(--hbcmt-border);border-radius:var(--hbcmt-radius-sm);font-size:14px;padding:9px 13px;transition:border-color 0.2s,box-shadow 0.2s}#hbcmt-reply-modal .form-control:focus{border-color:var(--hbcmt-primary);box-shadow:0 0 0 3px rgba(37,99,235,.1);outline:none}.hbcmt-section-title{font-size:18px;font-weight:700;color:var(--hbcmt-dark);letter-spacing:-.01em}.hbcmt-count-badge{background:var(--hbcmt-primary);color:#fff;border-radius:12px;font-size:12px;font-weight:700;padding:2px 9px;vertical-align:middle}.hbcmt-empty-state{padding:3.5rem 1.5rem;text-align:center;color:var(--hbcmt-muted)}.hbcmt-empty-state .bi{font-size:3rem;opacity:.25;display:block;margin-bottom:.75rem}.hbcmt-date{font-size:12px;color:var(--hbcmt-muted);cursor:default}.hbcmt-moderation-notice{font-size:13px;color:#92400e;background:rgba(251,191,36,.12);border:1px solid rgba(251,191,36,.35);border-radius:var(--hbcmt-radius-sm);padding:8px 12px}@media (max-width:768px){.hbcmt-replies{margin-left:0.75rem!important}.hbcmt-replies::before{left:-12px}.hbcmt-avatar{width:34px;height:34px}.hbcmt-card-body{padding:12px}}@media (max-width:576px){.hbcmt-replies{margin-left:0.5rem!important}.hbcmt-replies::before{left:-10px;width:2px;background:var(--hbcmt-primary);opacity:.35}.modal-dialog{margin:0.75rem}}@media print{#hbcmt-form-card,.hbcmt-action-btn,#hbcmt-load-more{display:none!important}.hbcmt-card{border:1px solid #ddd;page-break-inside:avoid}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms!important;transition-duration:0.01ms!important}}.hbcmt-ai-box{border-radius:var(--hbcmt-radius);border:1px solid rgba(124,58,237,.2);background:rgba(124,58,237,.04);overflow:hidden}.hbcmt-ai-box-header{padding:10px 14px;background:rgba(124,58,237,.08);font-size:13px;border-bottom:1px solid rgba(124,58,237,.12)}.hbcmt-ai-box-content{padding:12px 14px;font-size:14px;line-height:1.75;color:#1e293b;white-space:pre-line}.hbcmt-ai-hint{font-size:13px;color:#4b5563;padding:8px 12px;background:rgba(124,58,237,.06);border-radius:var(--hbcmt-radius-sm);border:1px solid rgba(124,58,237,.15);margin-top:6px}.hbcmt-ai-reply-box{font-size:14px;padding:10px 14px;background:rgba(124,58,237,.05);border-radius:var(--hbcmt-radius-sm);border-left:3px solid #7c3aed;margin-top:8px;line-height:1.7}@keyframes hbcmt-spin{to{transform:rotate(360deg)}}.spin{display:inline-block;animation:hbcmt-spin .6s linear infinite}.hbcmt-ai-typing-indicator{display:flex;align-items:center;gap:6px;padding:10px 14px;background:rgba(124,58,237,.06);border-radius:var(--hbcmt-radius);border:1px solid rgba(124,58,237,.15);font-size:13px;color:#4b5563;margin-bottom:10px}.hbcmt-dots span{animation:hbcmt-blink 1.2s infinite;font-size:16px;line-height:1;color:#7c3aed}.hbcmt-dots span:nth-child(2){animation-delay:0.2s}.hbcmt-dots span:nth-child(3){animation-delay:0.4s}@keyframes hbcmt-blink{0%,80%,100%{opacity:0}40%{opacity:1}}#hbcmt-ai-summary-content .hbcmt-md-h1,#hbcmt-ai-summary-content .hbcmt-md-h2,#hbcmt-ai-summary-content .hbcmt-md-h3,#hbcmt-ai-summary-content .hbcmt-md-h4,#hbcmt-ai-summary-content .hbcmt-md-h5,#hbcmt-ai-summary-content .hbcmt-md-h6{margin-top:.75rem;margin-bottom:.25rem;font-weight:700;line-height:1.3;color:var(--hbcmt-primary,#2563eb)}#hbcmt-ai-summary-content .hbcmt-md-h1{font-size:1.25rem}#hbcmt-ai-summary-content .hbcmt-md-h2{font-size:1.1rem}#hbcmt-ai-summary-content .hbcmt-md-h3{font-size:1rem}#hbcmt-ai-summary-content .hbcmt-md-h4,#hbcmt-ai-summary-content .hbcmt-md-h5,#hbcmt-ai-summary-content .hbcmt-md-h6{font-size:.95rem}#hbcmt-ai-summary-content p{margin:.4rem 0}#hbcmt-ai-summary-content .hbcmt-md-ul,#hbcmt-ai-summary-content .hbcmt-md-ol{margin:.4rem 0 .4rem 1.25rem;padding:0}#hbcmt-ai-summary-content .hbcmt-md-ul li,#hbcmt-ai-summary-content .hbcmt-md-ol li{margin-bottom:.2rem}#hbcmt-ai-summary-content .hbcmt-md-blockquote{border-left:3px solid var(--hbcmt-primary,#2563eb);margin:.5rem 0;padding:.25rem .75rem;color:#555;font-style:italic;background:rgba(37,99,235,.05);border-radius:0 4px 4px 0}#hbcmt-ai-summary-content pre{background:#f4f4f8;border-radius:6px;padding:.75rem 1rem;overflow-x:auto;margin:.5rem 0;font-size:.85rem}#hbcmt-ai-summary-content code{background:#f0f0f5;border-radius:3px;padding:.1em .35em;font-size:.88em}#hbcmt-ai-summary-content hr{border:none;border-top:1px solid #e2e8f0;margin:.75rem 0}#hbcmt-ai-summary-content strong{font-weight:700}#hbcmt-ai-summary-content em{font-style:italic}#hbcmt-ai-summary-content a{color:var(--hbcmt-primary,#2563eb);text-decoration:underline}