.right-sidebar{display:flex;flex-direction:column;height:100%;width:100%;background:#fff;border-radius:24px;overflow:hidden}.right-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:8px 20px;border-bottom:1px solid #f0f0f0;min-height:48px}.right-sidebar__title{margin:0;font-size:16px;font-weight:600;color:#000}.right-sidebar__actions{display:flex;align-items:center;gap:8px}.right-sidebar__action-btn{display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;transition:all .2s}.right-sidebar__action-btn svg.tingwu-icon{width:16px!important;height:16px!important;flex-shrink:0;color:#333}.right-sidebar__action-btn:hover{background:#e5e5e5;border-radius:4px}.right-sidebar__action-btn:last-child svg.tingwu-icon{width:18px!important;height:18px!important}.right-sidebar__content{flex:1;overflow-y:auto}