.comments-section{border-top:1px solid #ffffff1a;margin-top:32px;padding:24px 0;position:relative}.comments-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.comments-title{color:#e8d5b0;font-size:1.1rem;font-weight:600}.comments-count{color:#d4a843;background:#d4a84333;border-radius:10px;margin-left:6px;padding:1px 8px;font-size:.85rem;display:inline-block}.comments-refresh-btn{color:#bbb;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;padding:4px 10px;font-size:.8rem;transition:all .2s}.comments-refresh-btn:hover:not(:disabled){color:#d4a843;border-color:#d4a843}.comments-loading,.comments-empty{text-align:center;color:#999;padding:24px 0;font-size:.9rem}.comments-list{flex-direction:column;gap:4px;margin-bottom:24px;display:flex}.comment-thread{border-bottom:1px solid #ffffff0d;margin-bottom:8px;padding-bottom:8px}.comment-thread:last-child{border-bottom:none;margin-bottom:0}.comment-item{padding:10px 0}.comment-reply{padding-left:24px}.comment-deleted{opacity:.5}.comment-deleted-text{color:#888;font-size:.85rem;font-style:italic}.comment-header{align-items:center;gap:8px;margin-bottom:4px;display:flex}.comment-nickname{color:#d4a843;font-size:.9rem;font-weight:600}.comment-reply-arrow{color:#888;margin-right:4px}.comment-date{color:#888;font-size:.75rem}.comment-content{color:#ddd;white-space:pre-wrap;word-break:break-word;font-size:.9rem;line-height:1.5}.comment-actions{gap:8px;margin-top:4px;display:flex}.comment-action-btn{color:#999;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:.75rem;transition:color .2s}.comment-action-btn:hover{color:#d4a843}.comment-delete-btn:hover{color:#e85d5d}.comment-reply-form{background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;gap:8px;margin-top:12px;margin-left:0;padding:16px;display:flex}.comment-reply-context{color:#d4a843;margin-bottom:6px;font-size:.8rem}.comment-reply-actions{justify-content:flex-end;gap:8px;margin-top:6px;display:flex}.comment-form{flex-direction:column;gap:8px;display:flex}.comment-form-row{gap:8px;display:flex}.comment-form-row .comment-input{flex:1}.comment-input{color:#eee;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;padding:8px 12px;font-size:.85rem;transition:border-color .2s}.comment-input:focus{border-color:#d4a843}.comment-input::placeholder{color:#777}.comment-email-input{width:100%}.comment-textarea{color:#eee;resize:vertical;background:#ffffff0f;border:1px solid #ffffff1f;border-radius:6px;outline:none;min-height:60px;padding:8px 12px;font-family:inherit;font-size:.85rem;transition:border-color .2s}.comment-textarea:focus{border-color:#d4a843}.comment-textarea::placeholder{color:#777}.comment-form-bottom{justify-content:space-between;align-items:center;display:flex}.comment-form-hint{color:#777;font-size:.75rem}.comment-submit-btn{color:#fff;cursor:pointer;background:#8b6914;border:none;border-radius:4px;padding:6px 16px;font-size:.85rem;transition:background .2s}.comment-submit-btn:hover:not(:disabled){background:#a37c1a}.comment-submit-btn:disabled{opacity:.5;cursor:default}.comment-submit-btn.loading{opacity:.7}.comment-cancel-btn{color:#bbb;cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:4px;padding:6px 12px;font-size:.85rem;transition:all .2s}.comment-cancel-btn:hover{color:#eee;border-color:#999}.comment-modal-overlay{z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.comment-modal{background:#2a2a2a;border:1px solid #ffffff1a;border-radius:10px;min-width:280px;max-width:360px;padding:20px}.comment-modal-title{color:#e8d5b0;margin-bottom:12px;font-size:.95rem;font-weight:600}.comment-modal .comment-input{box-sizing:border-box;width:100%;margin-bottom:12px}.comment-modal-actions{justify-content:flex-end;gap:8px;display:flex}.comment-toast{color:#e8d5b0;z-index:2000;background:#1e1e1ef2;border:1px solid #d4a8434d;border-radius:8px;padding:10px 20px;font-size:.85rem;animation:.3s comment-toast-in;position:fixed;bottom:24px;left:50%;transform:translate(-50%)}@keyframes comment-toast-in{0%{opacity:0;transform:translate(-50%)translateY(10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:600px){.comment-form-row{flex-direction:column}.comment-reply{padding-left:16px}.comment-reply-form{margin-left:16px}}
