.more-btn-wrapper{position:relative;display:inline-flex;align-items:center}.more-dropdown{position:absolute;top:calc(100% + 4px);right:0;z-index:100;background:var(--card-color,#fff);border:1px solid var(--border-color,#e5e7eb);border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12);min-width:160px;overflow:hidden;animation:dropdownIn .15s ease}@keyframes dropdownIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.more-dropdown__item{display:flex;align-items:center;gap:8px;width:100%;padding:10px 14px;background:transparent;border:none;cursor:pointer;font-size:13px;font-weight:500;color:var(--text-color);text-align:left;transition:background .15s}.more-dropdown__item:hover{background:var(--border-color,#f3f4f6)}.more-dropdown__item--danger{color:#e53e3e}.report-modal{padding:4px 0 0}.report-modal__header{margin-bottom:20px}.report-modal__header h4{font-size:17px;font-weight:700;color:var(--heading-color,#111);margin-bottom:4px}.report-modal__header p{font-size:13px;color:var(--text-color,#666);margin:0}.report-modal__form{display:flex;flex-direction:column;gap:6px}.report-modal__reasons{display:flex;flex-direction:column;gap:2px}.report-modal__reason{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;cursor:pointer;transition:background .15s;border:1.5px solid transparent}.report-modal__reason:hover{background:var(--border-color,#f3f4f6)}.report-modal__reason--active{background:rgba(17,137,244,.08);border-color:#1189f4}.report-modal__reason input[type=radio]{accent-color:#1189f4;width:16px;height:16px;flex-shrink:0;cursor:pointer}.report-modal__reason span{font-size:14px;font-weight:500;color:var(--text-color,#333)}.report-modal__other-field{max-height:0;overflow:hidden;transition:max-height .25s ease,opacity .25s ease,margin-top .25s ease;opacity:0;margin-top:0}.report-modal__other-field--visible{max-height:120px;opacity:1;margin-top:8px}.report-modal__other-field textarea{width:100%;border:1.5px solid var(--border-color,#e5e7eb);border-radius:8px;padding:10px 12px;font-size:13px;resize:none;outline:none;color:var(--text-color,#333);background:var(--card-color,#fff);transition:border-color .15s}.report-modal__other-field textarea:focus{border-color:#1189f4}.report-modal__actions{display:flex;gap:10px;margin-top:16px}.report-modal__btn{flex:1 1;padding:11px 16px;border-radius:50px;border:none;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s,background .2s}.report-modal__btn--cancel{background:var(--border-color,#f0f0f0);color:var(--text-color,#333)}.report-modal__btn--cancel:hover{opacity:.8}.report-modal__btn--submit{background:#e53e3e;color:#fff}.report-modal__btn--submit:hover:not(.report-modal__btn--disabled){background:#c53030}.report-modal__btn--disabled{opacity:.45;cursor:not-allowed}.report-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:16px 8px}.report-modal__success-icon{margin-bottom:16px;animation:scaleIn .3s cubic-bezier(.34,1.56,.64,1)}.report-modal__success-text{font-size:14px;line-height:1.6;color:var(--text-color,#4b5563);margin-bottom:24px;font-weight:500}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}